Skip to content

Commit

Permalink
Add BIONIC_LIMB and adjust balance of Xedra limbs
Browse files Browse the repository at this point in the history
fixes #71267
  • Loading branch information
SimplisticMind committed Mar 15, 2024
1 parent 773fa35 commit 2a78a0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/mods/Xedra_Evolved/body_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"hit_size": 13,
"hit_difficulty": 0.95,
"limb_type": "arm",
"limb_scores": [ [ "manip", 0.1, 0.2 ], [ "lift", 0.5 ], [ "balance", 0.15 ], [ "block", 1.0 ], [ "swim", 0.1 ], [ "crawl", 0.3 ] ],
"flags": [ "IGNORE_TEMP" ],
"limb_scores": [ [ "manip", 0.1, 0.2 ], [ "lift", 0.2 ], [ "balance", 0.15 ], [ "block", 1.0 ], [ "swim", 0.1 ], [ "crawl", 0.3 ] ],
"flags": [ "IGNORE_TEMP", "BIONIC_LIMB" ],
"side": "right",
"sub_parts": [ "karma_hand" ],
"drench_capacity": 0,
Expand Down Expand Up @@ -121,7 +121,7 @@
"side": "both",
"base_hp": 60,
"drench_capacity": 0,
"flags": [ "IGNORE_TEMP", "LIMB_UPPER" ],
"flags": [ "IGNORE_TEMP", "LIMB_UPPER", "BIONIC_LIMB" ],
"smash_message": "You use your flippin' face to smash the %s. EXTREME.",
"sub_parts": [ "stalker_eye", "stalker_eye" ]
},
Expand Down Expand Up @@ -152,8 +152,8 @@
"hit_size": 13,
"hit_difficulty": 0.95,
"limb_type": "tail",
"limb_scores": [ [ "manip", 0.1, 0.2 ], [ "lift", 0.5 ], [ "balance", 0.7 ], [ "block", 1.0 ], [ "swim", 0.1 ] ],
"flags": [ "IGNORE_TEMP" ],
"limb_scores": [ [ "manip", 0.1, 0.2 ], [ "lift", 0.35 ], [ "balance", 0.7 ], [ "block", 1.0 ], [ "swim", 0.1 ] ],
"flags": [ "IGNORE_TEMP", "BIONIC_LIMB" ],
"side": "right",
"sub_parts": [ "devil_tail_tip" ],
"unarmed_damage": [
Expand Down

0 comments on commit 2a78a0a

Please sign in to comment.