Skip to content

Commit

Permalink
[Magiclysm] Increase goblin night vision (#71357)
Browse files Browse the repository at this point in the history
* Initial commit

* Final adjustments

* Also fix Goblin Teeth word choice error
  • Loading branch information
Standing-Storm authored Jan 31, 2024
1 parent 6253c28 commit bebc4a5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
18 changes: 18 additions & 0 deletions data/mods/Magiclysm/enchantments/Fantasy_species.json
Original file line number Diff line number Diff line change
@@ -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 } ]
}
]
14 changes: 13 additions & 1 deletion data/mods/Magiclysm/mutations/fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/traits/fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"DARKSIGHT",
"GOBLIN_BUILD",
"GOBLIN_TEETH",
"NIGHTVISION3",
"GOBLIN_EYES",
"SAPROVORE",
"SNOUT",
"NAILS",
Expand Down

0 comments on commit bebc4a5

Please sign in to comment.