Skip to content

Commit bf9ab02

Browse files
[Xedra Evolved] Fix werewolf techniques (#82294)
* Initial commit * Remove miss_recovery * Raise technique weighting * Encumbrance modifier to Hybrid form to remove phantom hand encumbrance * "crit_ok": true to the critical tech
1 parent 3e60d28 commit bf9ab02

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

data/mods/Xedra_Evolved/items/armor/integrated.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,14 +866,14 @@
866866
"CLAWS_SHAPESHIFTER_REDHANDED_RAGE_KNOCKBACK",
867867
"CLAWS_SHAPESHIFTER_REDHANDED_RAGE_AOE_SLASH"
868868
],
869-
"flags": [ "INTEGRATED", "ALLOWS_NATURAL_ATTACKS", "UNBREAKABLE", "OUTER", "PADDED", "NO_SALVAGE" ],
869+
"flags": [ "INTEGRATED", "ALLOWS_NATURAL_ATTACKS", "UNBREAKABLE", "OUTER", "PADDED", "NO_SALVAGE", "PROVIDES_TECHNIQUES" ],
870870
"armor": [
871871
{
872872
"material": [ { "type": "chitin", "covered_by_mat": 100, "thickness": 3 } ],
873873
"covers": [ "hand_l", "hand_r" ],
874874
"specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ],
875875
"coverage": 20,
876-
"encumbrance": 3
876+
"encumbrance": 0
877877
}
878878
],
879879
"melee_damage": { "cut": 16 }

data/mods/Xedra_Evolved/martial_arts/shapeshifter.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"id": "CLAWS_SHAPESHIFTER",
55
"name": "Claw Slash",
66
"melee_allowed": true,
7-
"messages": [ "You deliver a slash to %s with your claws", "<npcname> delivers a slash to %s with their claws" ],
7+
"messages": [ "You slash at %s with your claws", "<npcname> slashes at %s with their claws" ],
88
"unarmed_allowed": true,
9-
"weighting": 1,
9+
"weighting": 3,
1010
"reach_ok": false,
11-
"miss_recovery": true,
1211
"attack_vectors": [ "vector_punch" ],
1312
"flat_bonuses": [
1413
{ "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 1.0 },
@@ -25,10 +24,9 @@
2524
"melee_allowed": true,
2625
"messages": [ "You slash %s, tearing open bleeding wounds", "<npcname> slashes %s, tearing open bleeding wounds" ],
2726
"unarmed_allowed": true,
28-
"weighting": -2,
27+
"weighting": 0,
2928
"crit_ok": true,
3029
"reach_ok": false,
31-
"miss_recovery": true,
3230
"attack_vectors": [ "vector_punch" ],
3331
"tech_effects": [ { "id": "bleed", "chance": 100, "duration": 600, "on_damage": true, "message": "%s is bleeding!" } ],
3432
"flat_bonuses": [
@@ -45,14 +43,13 @@
4543
"name": "Red-Handed Rage Claw Knockback",
4644
"melee_allowed": true,
4745
"messages": [
48-
"You slash %s with a brutal strike, knocking them to the ground.",
49-
"<npcname> slashes %swith a brutal strike, knocking them to the ground."
46+
"You slash %s with a brutal strike, knocking them to the ground",
47+
"<npcname> slashes %swith a brutal strike, knocking them to the ground"
5048
],
5149
"unarmed_allowed": true,
5250
"weighting": 1,
5351
"crit_ok": true,
5452
"reach_ok": false,
55-
"miss_recovery": true,
5653
"condition": { "and": [ { "u_has_effect": "effect_xe_werewolf_redhanded_rage" }, { "math": [ "u_val('size') >= n_val('size')" ] } ] },
5754
"condition_desc": "Needs X",
5855
"attack_vectors": [ "vector_punch" ],
@@ -74,14 +71,13 @@
7471
"name": "Red-Handed Rage Claw AoE",
7572
"melee_allowed": true,
7673
"messages": [
77-
"You slash %s in a wide arc, hitting multiple target.",
78-
"<npcname> slashes %s in a wide arc, hitting multiple targets."
74+
"You slash %s in a wide arc, hitting multiple target",
75+
"<npcname> slashes %s in a wide arc, hitting multiple targets"
7976
],
8077
"unarmed_allowed": true,
8178
"weighting": 1,
8279
"crit_ok": true,
8380
"reach_ok": false,
84-
"miss_recovery": true,
8581
"condition": { "u_has_effect": "effect_xe_werewolf_redhanded_rage" },
8682
"attack_vectors": [ "vector_punch" ],
8783
"aoe": "spin",
@@ -98,11 +94,11 @@
9894
"id": "CLAWS_SHAPESHIFTER_CRIT",
9995
"name": "Critical Claw Slash",
10096
"melee_allowed": true,
101-
"messages": [ "You deliver a wicked slash to %s with your claws", "<npcname> delivers a wicked slash to %s with their claws" ],
97+
"messages": [ "You brutally slash %s with your claws", "<npcname> brutally slashes to %s with their claws" ],
10298
"unarmed_allowed": true,
10399
"reach_ok": false,
100+
"crit_ok": true,
104101
"crit_tec": true,
105-
"miss_recovery": true,
106102
"attack_vectors": [ "vector_punch" ],
107103
"flat_bonuses": [
108104
{ "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 4.4 },
@@ -122,7 +118,7 @@
122118
"melee_allowed": true,
123119
"messages": [ "You bite %s", "<npcname> bites %s" ],
124120
"unarmed_allowed": true,
125-
"weighting": 0,
121+
"weighting": 2,
126122
"reach_ok": false,
127123
"attack_vectors": [ "vector_bite" ],
128124
"flat_bonuses": [

data/mods/Xedra_Evolved/mutations/shapeshifters.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"enchantments": [
9696
{
9797
"condition": "ALWAYS",
98+
"encumbrance_modifier": [ { "part": "hand_r", "add": -10 }, { "part": "hand_l", "add": -10 } ],
9899
"values": [
99100
{ "value": "SPEED", "multiply": 0.2 },
100101
{ "value": "RANGE", "multiply": -1 },

0 commit comments

Comments
 (0)