Skip to content

Commit

Permalink
Add Silent in Darkness
Browse files Browse the repository at this point in the history
  • Loading branch information
SariusSkelrets committed Nov 15, 2024
1 parent 00efc88 commit 5d0d69f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,14 @@
}
]
},
{
"type": "effect_type",
"id": "effect_lilin_silent_at_night",
"name": [ { "str": "Silent in Darkness" } ],
"desc": [ "Your movements make as little noise as the shadows of the night." ],
"rating": "good",
"enchantments": [ { "values": [ { "value": "FOOTSTEP_NOISE", "multiply": -1 } ] } ]
},
{
"type": "effect_type",
"id": "effect_lilin_limb_score_bonuses_at_night",
Expand Down
16 changes: 16 additions & 0 deletions data/mods/Xedra_Evolved/mutations/xe_lilin.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,22 @@
"activated_eocs": [ "EOC_LILIN_TURN_INTO_OWL_activated" ],
"deactivated_eocs": [ "EOC_LILIN_TURN_INTO_OWL_deactivated" ]
},
{
"type": "mutation",
"id": "LILIN_SILENT_AT_NIGHT",
"name": { "//~": "This is a reference to Samuel 2:9", "str": "Silent in Darkness" },
"description": "When shrouded in shadows, you make as little noise as one. Your movement is fully silent at night unless you're out of ruach.",
"points": 2,
"starting_trait": false,
"purifiable": false,
"category": [ "LILIN" ],
"enchantments": [
{
"condition": { "and": [ { "not": "is_day" }, { "math": [ "u_vitamin('lilin_ruach_vitamin')", ">=", "1" ] } ] },
"ench_effects": [ { "effect": "effect_lilin_silent_at_night", "intensity": 1 } ]
}
]
},
{
"type": "mutation",
"id": "LILIN_SLEEP_EASY_DURING_DAY",
Expand Down

0 comments on commit 5d0d69f

Please sign in to comment.