Skip to content

Commit

Permalink
[Xedra Evolved] Add more pooka changeling traits (#76503)
Browse files Browse the repository at this point in the history
* Initial commit

* Initial commit

* Initial commit

* Update data/mods/Xedra_Evolved/mutations/playable_changeling_eocs.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Linting

* Add traits

* Add EoCs

* Add Tail Sting

* Update playable_changeling.json

* Update playable_changeling_eocs.json

* More traits

* Fix parentheses

* Add final shapeshift traits

* Add missing bat form choice EoC

* Add missing mana deactivations

* Wolf form has tough feet, fix spell

* Fix weird speed bug

* langauge -> language

* bfore -> before

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Standing-Storm and github-actions[bot] committed Sep 21, 2024
1 parent 6218923 commit f1d317f
Show file tree
Hide file tree
Showing 8 changed files with 1,372 additions and 13 deletions.
25 changes: 25 additions & 0 deletions data/mods/Xedra_Evolved/items/armor/integrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,5 +907,30 @@
"encumbrance": 0
}
]
},
{
"id": "integrated_antlers",
"type": "ARMOR",
"category": "armor",
"name": { "str_sp": "deer antlers" },
"description": "You have a majestic crown of antlers.",
"weight": "2000 g",
"volume": "2500 ml",
"price": "0 cent",
"price_postapoc": "0 cent",
"material": [ "bone" ],
"symbol": "V",
"color": "dark_gray",
"flags": [ "INTEGRATED", "ALLOWS_NATURAL_ATTACKS", "UNBREAKABLE", "AURA", "PADDED", "NO_SALVAGE" ],
"armor": [
{
"material": [ { "type": "bone", "covered_by_mat": 100, "thickness": 3 } ],
"covers": [ "head" ],
"specifically_covers": [ "head_crown" ],
"coverage": 20,
"encumbrance": 2
}
],
"melee_damage": { "bash": 6 }
}
]
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/jmath.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@
"type": "jmath_function",
"id": "pooka_shapeshift_traits",
"num_args": 0,
"return": "u_has_trait('ANTLERS') + u_has_trait('LUPINE_EARS') + u_has_trait('CLAWS') + u_has_trait('CLAWS_ST') + u_has_trait('TAIL_FLUFFY') + u_has_trait('TAIL_LONG')"
"return": "u_has_trait('ANTLERS') + u_has_trait('HORNS_CURLED') + u_has_trait('LUPINE_EARS') + u_has_trait('FELINE_EARS') + u_has_trait('CLAWS') + u_has_trait('CLAWS_ST') + u_has_trait('WINGS_BIRD') + u_has_trait('URSINE_FUR') + u_has_trait('CHITIN2') + u_has_trait('POOKA_QUADRUPED_TRAITS') + u_has_trait('LEAPING_LEGS') + u_has_trait('TAIL_FLUFFY') + u_has_trait('TAIL_LONG')"
}
]
4 changes: 2 additions & 2 deletions data/mods/Xedra_Evolved/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
]
},
{
"condition": { "and": [ { "u_has_flag": "QUADRUPED_CROUCH" }, { "u_has_flag": "QUADRUPED_RUN" }, { "not": "u_can_drop_weapon" } ] },
"condition": { "and": [ { "not": "u_can_drop_weapon" } ] },
"values": [ { "value": "MOVE_COST", "multiply": -0.15 } ],
"ench_effects": [ { "effect": "natural_stance", "intensity": 1 }, { "effect": "quadruped_full", "intensity": 1 } ]
},
Expand All @@ -677,7 +677,7 @@
"values": [ { "value": "MELEE_DAMAGE", "multiply": -1 }, { "value": "RANGE", "multiply": -1 } ]
}
],
"flags": [ "MUTE", "PRED3", "QUADRUPED_CROUCH", "QUADRUPED_RUN", "TEMPORARY_SHAPESHIFT" ],
"flags": [ "MUTE", "PRED3", "QUADRUPED_CROUCH", "QUADRUPED_RUN", "TOUGH_FEET", "TEMPORARY_SHAPESHIFT" ],
"override_look": { "id": "mon_wolf", "tile_category": "monster" },
"integrated_armor": [ "integrated_fangs", "integrated_lupine_fur" ]
},
Expand Down
Loading

0 comments on commit f1d317f

Please sign in to comment.