Skip to content

Commit

Permalink
Initial commit (#77414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Oct 29, 2024
1 parent f124f11 commit 1e44a5c
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 0 deletions.
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 data/mods/Sky_Island/mod_interactions/xedra_evolved/eocs.json
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 data/mods/Sky_Island/mod_interactions/xedra_evolved/hobbies.json
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" ]
}
]
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" ] }
}
]

0 comments on commit 1e44a5c

Please sign in to comment.