diff --git a/data/mods/Magiclysm/enchantments/Fantasy_species.json b/data/mods/Magiclysm/enchantments/Fantasy_species.json new file mode 100644 index 0000000000000..299bd2181ed52 --- /dev/null +++ b/data/mods/Magiclysm/enchantments/Fantasy_species.json @@ -0,0 +1,18 @@ +[ + { + "type": "enchantment", + "id": "ench_goblin_eyes", + "name": { "str": "Goblin Eyes" }, + "description": "You can see in the dark.", + "condition": "ALWAYS", + "ench_effects": [ { "effect": "goblin_eyes_night_vision", "intensity": 1 } ] + }, + { + "type": "effect_type", + "id": "goblin_eyes_night_vision", + "name": [ "" ], + "desc": [ "" ], + "flags": [ "EFFECT_LIMB_SCORE_MOD" ], + "limb_score_mods": [ { "limb_score": "night_vis", "modifier": 10 } ] + } +] diff --git a/data/mods/Magiclysm/mutations/fantasy_species.json b/data/mods/Magiclysm/mutations/fantasy_species.json index 845d38018f997..a25d7465bce57 100644 --- a/data/mods/Magiclysm/mutations/fantasy_species.json +++ b/data/mods/Magiclysm/mutations/fantasy_species.json @@ -561,7 +561,7 @@ "points": 2, "visibility": 2, "ugliness": 2, - "description": "Your teeth are longer and more pointed than not. Before the Cataclysm it considered extremely gauche to bite anything in a fight; it was a mark of the goblins' uncivilized past. But, needs must.", + "description": "Your teeth are longer and more pointed than not. Before the Cataclysm it was considered extremely gauche to bite anything in a fight; it was a mark of the goblins' uncivilized past. But, needs must.", "types": [ "TEETH" ], "category": [ "SPECIES_GOBLIN" ], "attacks": [ @@ -575,6 +575,18 @@ } ] }, + { + "type": "mutation", + "id": "GOBLIN_EYES", + "valid": false, + "name": { "str": "Nocturnal Vision" }, + "points": 2, + "visibility": 2, + "ugliness": 1, + "description": "While your reddish eyes have been known to give other people a start, they help you see in the dark. You have much better night vision than a human.", + "category": [ "SPECIES_GOBLIN" ], + "enchantments": [ "ench_goblin_eyes" ] + }, { "type": "mutation", "id": "SAPROVORE", diff --git a/data/mods/Magiclysm/traits/fantasy_species.json b/data/mods/Magiclysm/traits/fantasy_species.json index 0884524a45e63..635aeee2bfc7e 100644 --- a/data/mods/Magiclysm/traits/fantasy_species.json +++ b/data/mods/Magiclysm/traits/fantasy_species.json @@ -65,7 +65,7 @@ "DARKSIGHT", "GOBLIN_BUILD", "GOBLIN_TEETH", - "NIGHTVISION3", + "GOBLIN_EYES", "SAPROVORE", "SNOUT", "NAILS",