Skip to content

Commit

Permalink
[Limb Mod] Limbify Feathered Arms, rework Bird Wings and gliding chec…
Browse files Browse the repository at this point in the history
…ks (CleverRaven#72867)

* Relimb

No WIP timers, dummy

Ooooh piece of dead code

* Thank you, typobot

Remove space, TODO remove time

No U

* Def didn't fix that on the web interface and overwrote with forcepush, nosir
  • Loading branch information
Venera3 authored and catern committed Oct 12, 2024
1 parent 1b2a2d9 commit 0c1090f
Show file tree
Hide file tree
Showing 12 changed files with 2,020 additions and 153 deletions.
3 changes: 1 addition & 2 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -5122,7 +5122,7 @@
"prereqs2": [ "HOLLOW_BONES" ],
"threshreq": [ "THRESH_BIRD" ],
"category": [ "BIRD" ],
"restricts_gear": [ "arm_l", "arm_r", "hand_l", "hand_r", "arm_stub_r", "arm_stub_l" ],
"restricts_gear": [ "arm_l", "arm_r", "hand_l", "hand_r" ],
"flags": [ "WINGS_2", "WING_GLIDE" ]
},
{
Expand Down Expand Up @@ -7561,7 +7561,6 @@
"mixed_effect": true,
"description": "Your arms have sprouted feathers, and you find you can no longer fully extend your elbows. This gets in the way a bit, but the feathers offer minor protection from damage and the elements.",
"category": [ "RAPTOR", "BIRD" ],
"flags": [ "WINGS_1", "ARM_WINGS" ],
"changes_to": [ "WINGS_BIRD" ],
"wet_protection": [
{ "part": "arm_l", "neutral": 50 },
Expand Down
13 changes: 0 additions & 13 deletions data/mods/Limb_WIP/enchantments.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@
"condition": "ALWAYS",
"modified_bodyparts": [ { "lose": "leg_l" }, { "lose": "leg_r" }, { "lose": "foot_r" }, { "lose": "foot_l" }, { "gain": "gastropod_foot" } ]
},
{
"type": "enchantment",
"id": "ench_wings_bird",
"condition": "ALWAYS",
"modified_bodyparts": [
{ "lose": "arm_l" },
{ "lose": "arm_r" },
{ "lose": "hand_r" },
{ "lose": "hand_l" },
{ "gain": "wing_bird_l" },
{ "gain": "wing_bird_r" }
]
},
{
"type": "enchantment",
"id": "ENCH_NO_RIGHT_LEG",
Expand Down
Loading

0 comments on commit 0c1090f

Please sign in to comment.