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 13, 2024
1 parent 1b2a2d9 commit a39a9bc
Show file tree
Hide file tree
Showing 13 changed files with 2,020 additions and 167 deletions.
13 changes: 0 additions & 13 deletions data/json/enchantments.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,6 @@
"condition": "ACTIVE",
"values": [ { "value": "FOOTSTEP_NOISE", "multiply": -0.67 } ]
},
{
"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" }
]
},
{
"id": "ench_wings_insect_active",
"type": "enchantment",
Expand Down
4 changes: 1 addition & 3 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -5117,12 +5117,11 @@
"ugliness": 2,
"description": "Your arms have mostly transformed into a huge pair of feathered wings. Though you retain a few fingers, your fine manipulation is greatly hampered. On the other hand, you can glide from ledges and will take less damage if you fall, provided you're healthy and unburdened.",
"types": [ "ARMS", "HANDS" ],
"enchantments": [ "ench_wings_bird" ],
"prereqs": [ "ARM_FEATHERS" ],
"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 +7560,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 a39a9bc

Please sign in to comment.