Skip to content

Commit

Permalink
Start with some ruach
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Oct 21, 2024
1 parent a50ee70 commit cf733ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/mods/Xedra_Evolved/eocs/scenario_specific.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [ { "u_add_effect": "vampire_virus", "intensity": 1, "duration": "PERMANENT" } ]
},
{
"type": "effect_on_condition",
"id": "scenario_lilin_starting_ruach",
"//": "Starts you off with some ruach so you don't begin starving immediately",
"eoc_type": "SCENARIO_SPECIFIC",
"effect": [ { "math": [ "u_vitamin('lilin_ruach_vitamin')", "+=", "rng(550,850) " ] } ]
},
{
"type": "effect_on_condition",
"id": "scenario_paraclesian_birth",
Expand Down
1 change: 1 addition & 0 deletions data/mods/Xedra_Evolved/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"sloc_shelter_vandalized_b",
"sloc_shelter_vandalized_c"
],
"eoc": [ "scenario_lilin_starting_ruach" ],
"forced_traits": [ "LILIN_TRAITS", "LILIN_DRAIN_ESSENCE_MELEE" ]
}
]

0 comments on commit cf733ca

Please sign in to comment.