|
4 | 4 | "id": "CLAWS_SHAPESHIFTER",
|
5 | 5 | "name": "Claw Slash",
|
6 | 6 | "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" ], |
8 | 8 | "unarmed_allowed": true,
|
9 |
| - "weighting": 1, |
| 9 | + "weighting": 3, |
10 | 10 | "reach_ok": false,
|
11 |
| - "miss_recovery": true, |
12 | 11 | "attack_vectors": [ "vector_punch" ],
|
13 | 12 | "flat_bonuses": [
|
14 | 13 | { "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 1.0 },
|
|
25 | 24 | "melee_allowed": true,
|
26 | 25 | "messages": [ "You slash %s, tearing open bleeding wounds", "<npcname> slashes %s, tearing open bleeding wounds" ],
|
27 | 26 | "unarmed_allowed": true,
|
28 |
| - "weighting": -2, |
| 27 | + "weighting": 0, |
29 | 28 | "crit_ok": true,
|
30 | 29 | "reach_ok": false,
|
31 |
| - "miss_recovery": true, |
32 | 30 | "attack_vectors": [ "vector_punch" ],
|
33 | 31 | "tech_effects": [ { "id": "bleed", "chance": 100, "duration": 600, "on_damage": true, "message": "%s is bleeding!" } ],
|
34 | 32 | "flat_bonuses": [
|
|
45 | 43 | "name": "Red-Handed Rage Claw Knockback",
|
46 | 44 | "melee_allowed": true,
|
47 | 45 | "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" |
50 | 48 | ],
|
51 | 49 | "unarmed_allowed": true,
|
52 | 50 | "weighting": 1,
|
53 | 51 | "crit_ok": true,
|
54 | 52 | "reach_ok": false,
|
55 |
| - "miss_recovery": true, |
56 | 53 | "condition": { "and": [ { "u_has_effect": "effect_xe_werewolf_redhanded_rage" }, { "math": [ "u_val('size') >= n_val('size')" ] } ] },
|
57 | 54 | "condition_desc": "Needs X",
|
58 | 55 | "attack_vectors": [ "vector_punch" ],
|
|
74 | 71 | "name": "Red-Handed Rage Claw AoE",
|
75 | 72 | "melee_allowed": true,
|
76 | 73 | "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" |
79 | 76 | ],
|
80 | 77 | "unarmed_allowed": true,
|
81 | 78 | "weighting": 1,
|
82 | 79 | "crit_ok": true,
|
83 | 80 | "reach_ok": false,
|
84 |
| - "miss_recovery": true, |
85 | 81 | "condition": { "u_has_effect": "effect_xe_werewolf_redhanded_rage" },
|
86 | 82 | "attack_vectors": [ "vector_punch" ],
|
87 | 83 | "aoe": "spin",
|
|
98 | 94 | "id": "CLAWS_SHAPESHIFTER_CRIT",
|
99 | 95 | "name": "Critical Claw Slash",
|
100 | 96 | "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" ], |
102 | 98 | "unarmed_allowed": true,
|
103 | 99 | "reach_ok": false,
|
| 100 | + "crit_ok": true, |
104 | 101 | "crit_tec": true,
|
105 |
| - "miss_recovery": true, |
106 | 102 | "attack_vectors": [ "vector_punch" ],
|
107 | 103 | "flat_bonuses": [
|
108 | 104 | { "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 4.4 },
|
|
122 | 118 | "melee_allowed": true,
|
123 | 119 | "messages": [ "You bite %s", "<npcname> bites %s" ],
|
124 | 120 | "unarmed_allowed": true,
|
125 |
| - "weighting": 0, |
| 121 | + "weighting": 2, |
126 | 122 | "reach_ok": false,
|
127 | 123 | "attack_vectors": [ "vector_bite" ],
|
128 | 124 | "flat_bonuses": [
|
|
0 commit comments