-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f124f11
commit 1e44a5c
Showing
4 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
data/mods/Sky_Island/mod_interactions/mindovermatter/professions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" ] } | ||
} | ||
] |
27 changes: 27 additions & 0 deletions
27
data/mods/Sky_Island/mod_interactions/xedra_evolved/eocs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 " ] } } | ||
] | ||
} | ||
] |
20 changes: 20 additions & 0 deletions
20
data/mods/Sky_Island/mod_interactions/xedra_evolved/hobbies.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" ] | ||
} | ||
] |
38 changes: 38 additions & 0 deletions
38
data/mods/Sky_Island/mod_interactions/xedra_evolved/professions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" ] } | ||
} | ||
] |