diff --git a/data/mods/Sky_Island/mod_interactions/mindovermatter/professions.json b/data/mods/Sky_Island/mod_interactions/mindovermatter/professions.json new file mode 100644 index 0000000000000..5a5175d019387 --- /dev/null +++ b/data/mods/Sky_Island/mod_interactions/mindovermatter/professions.json @@ -0,0 +1,9 @@ +[ + { + "type": "profession", + "id": "psi_teleporter_slider", + "copy-from": "psi_teleporter_slider", + "name": "Itzcuauhtli Corps Liaison, Yohualli Èhecatl Division", + "delete": { "flags": [ "SCEN_ONLY" ] } + } +] diff --git a/data/mods/Sky_Island/mod_interactions/xedra_evolved/eocs.json b/data/mods/Sky_Island/mod_interactions/xedra_evolved/eocs.json new file mode 100644 index 0000000000000..14551f6961924 --- /dev/null +++ b/data/mods/Sky_Island/mod_interactions/xedra_evolved/eocs.json @@ -0,0 +1,27 @@ +[ + { + "type": "effect_on_condition", + "id": "si_scenario_lilin_starting_ruach", + "//": "Starts you off with some ruach so you don't begin starving immediately", + "eoc_type": "EVENT", + "required_event": "game_start", + "condition": { "u_has_trait": "LILIN_TRAITS" }, + "effect": [ { "math": [ "u_vitamin('lilin_ruach_vitamin')", "+=", "rng(550,850) " ] } ] + }, + { + "type": "effect_on_condition", + "id": "si_scenario_paraclesian_birth", + "eoc_type": "EVENT", + "required_event": "game_start", + "condition": { "u_has_any_trait": [ "IERDE", "UNDINE", "SALAMANDER", "SYLPH", "HOMULLUS", "ARVORE" ] }, + "effect": [ + { "math": [ "u_vitamin('mutagen')", "+=", "550" ] }, + { "if": { "u_has_trait": "IERDE" }, "then": { "math": [ "u_vitamin('mutagen_earthkin')", "+=", "550 " ] } }, + { "if": { "u_has_trait": "UNDINE" }, "then": { "math": [ "u_vitamin('mutagen_waterkin')", "+=", "550 " ] } }, + { "if": { "u_has_trait": "SALAMANDER" }, "then": { "math": [ "u_vitamin('mutagen_flamekin')", "+=", "550 " ] } }, + { "if": { "u_has_trait": "SYLPH" }, "then": { "math": [ "u_vitamin('mutagen_airkin')", "+=", "550 " ] } }, + { "if": { "u_has_trait": "HOMULLUS" }, "then": { "math": [ "u_vitamin('mutagen_dollkin')", "+=", "550 " ] } }, + { "if": { "u_has_trait": "ARVORE" }, "then": { "math": [ "u_vitamin('mutagen_plantkin')", "+=", "550 " ] } } + ] + } +] diff --git a/data/mods/Sky_Island/mod_interactions/xedra_evolved/hobbies.json b/data/mods/Sky_Island/mod_interactions/xedra_evolved/hobbies.json new file mode 100644 index 0000000000000..2aaa44cde2d83 --- /dev/null +++ b/data/mods/Sky_Island/mod_interactions/xedra_evolved/hobbies.json @@ -0,0 +1,20 @@ +[ + { + "type": "profession", + "subtype": "hobby", + "id": "SKY_ISLAND_WEREWOLF", + "name": "Werewolf, Natural-born (Species)", + "description": "You had no idea what was going on the first time it happened, when you woke up with mud on your bare feet and a sour taste in your mouth, but you were soon found. The People of the Moon, they called themselves, and they said you were one of them. A werewolf. You lived out in the wilderness for a while but didn't entirely abandon human civilization, and when the Cataclysm hit you ignored the evacuation warnings and struck it out on your own. Maybe some of the People are still out there.", + "points": 3, + "traits": [ "NATIVE_SHAPESHIFTER", "WEREWOLF_ANIMAL_FORM", "WEREWOLF_HYBRID_FORM" ] + }, + { + "type": "profession", + "subtype": "hobby", + "id": "SKY_ISLAND_LILIT", + "name": "Lilit (Species)", + "description": "For most or all of your life, you've had a secret; you are a predator. While you don't need to drink blood or eat flesh or anything so crude, you must absorb the spiritual essence, the \"ruach\", of living beings in order to maintain your health and vitality. You had to hide your condition before the Cataclysm, especially as things became stranger in the years leading up to it, but now you don't have to hide anymore. On the other hand, your potential ruach supply has taken a drastic decline.", + "points": 3, + "traits": [ "LILIN_TRAITS", "LILIN_DRAIN_RUACH_MELEE" ] + } +] diff --git a/data/mods/Sky_Island/mod_interactions/xedra_evolved/professions.json b/data/mods/Sky_Island/mod_interactions/xedra_evolved/professions.json new file mode 100644 index 0000000000000..01b4aae3e832e --- /dev/null +++ b/data/mods/Sky_Island/mod_interactions/xedra_evolved/professions.json @@ -0,0 +1,38 @@ +[ + { + "type": "profession", + "id": "paraclesian_sylph", + "copy-from": "paraclesian_sylph", + "delete": { "flags": [ "SCEN_ONLY" ] } + }, + { + "type": "profession", + "id": "paraclesian_homullus", + "copy-from": "paraclesian_homullus", + "delete": { "flags": [ "SCEN_ONLY" ] } + }, + { + "type": "profession", + "id": "paraclesian_salamander", + "copy-from": "paraclesian_salamander", + "delete": { "flags": [ "SCEN_ONLY" ] } + }, + { + "type": "profession", + "id": "paraclesian_undine", + "copy-from": "paraclesian_undine", + "delete": { "flags": [ "SCEN_ONLY" ] } + }, + { + "type": "profession", + "id": "paraclesian_arvore", + "copy-from": "paraclesian_arvore", + "delete": { "flags": [ "SCEN_ONLY" ] } + }, + { + "type": "profession", + "id": "paraclesian_ierde", + "copy-from": "paraclesian_ierde", + "delete": { "flags": [ "SCEN_ONLY" ] } + } +]