|
12 | 12 | "description": "A crude pointed wooden shaft with a notch at the back.", |
13 | 13 | "material": [ "wood" ], |
14 | 14 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 0.75 }, |
15 | | - "effects": [ "RECOVER_2" ] |
| 15 | + "recovery_chance": 2 |
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "type": "AMMO", |
|
33 | 33 | "dispersion": 150, |
34 | 34 | "loudness": 0, |
35 | 35 | "critical_multiplier": 10, |
36 | | - "effects": [ "RECOVER_30" ], |
| 36 | + "recovery_chance": 30, |
37 | 37 | "melee_damage": { "bash": 3 } |
38 | 38 | }, |
39 | 39 | { |
|
50 | 50 | "material": [ { "type": "wood", "portion": 81 }, { "type": "rubber", "portion": 19 } ], |
51 | 51 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 0.2 }, |
52 | 52 | "critical_multiplier": 1, |
53 | | - "effects": [ "RECOVER_35", "BEANBAG" ] |
| 53 | + "recovery_chance": 35, |
| 54 | + "effects": [ "BEANBAG" ] |
54 | 55 | }, |
55 | 56 | { |
56 | 57 | "type": "AMMO", |
|
63 | 64 | "copy-from": "arrow_field_point_fletched", |
64 | 65 | "price_postapoc": "15 cent", |
65 | 66 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 0.5 }, |
66 | | - "effects": [ "RECOVER_10", "NOGIB" ] |
| 67 | + "recovery_chance": 10, |
| 68 | + "effects": [ "NOGIB" ] |
67 | 69 | }, |
68 | 70 | { |
69 | 71 | "type": "AMMO", |
|
76 | 78 | "relative": { "dispersion": -40 }, |
77 | 79 | "price": "20 USD", |
78 | 80 | "damage": { "damage_type": "stab", "armor_penetration": 1, "constant_damage_multiplier": 1.5 }, |
79 | | - "effects": [ "RECOVER_25" ], |
| 81 | + "recovery_chance": 25, |
80 | 82 | "melee_damage": { "bash": 2, "cut": 1 } |
81 | 83 | }, |
82 | 84 | { |
|
90 | 92 | "material": [ "wood" ], |
91 | 93 | "copy-from": "arrow_field_point_fletched", |
92 | 94 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 0.75 }, |
93 | | - "effects": [ "RECOVER_6" ] |
| 95 | + "recovery_chance": 6 |
94 | 96 | }, |
95 | 97 | { |
96 | 98 | "type": "AMMO", |
|
103 | 105 | "copy-from": "arrow_field_point_fletched", |
104 | 106 | "price_postapoc": "25 cent", |
105 | 107 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 0.5 }, |
106 | | - "effects": [ "RECOVER_35", "NOGIB" ] |
| 108 | + "recovery_chance": 35, |
| 109 | + "effects": [ "NOGIB" ] |
107 | 110 | }, |
108 | 111 | { |
109 | 112 | "type": "AMMO", |
|
118 | 121 | "price_postapoc": "15 cent", |
119 | 122 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 1.25 }, |
120 | 123 | "show_stats": true, |
121 | | - "effects": [ "RECOVER_8" ] |
| 124 | + "recovery_chance": 8 |
122 | 125 | }, |
123 | 126 | { |
124 | 127 | "type": "AMMO", |
|
132 | 135 | "price_postapoc": "20 cent", |
133 | 136 | "damage": { "damage_type": "stab", "armor_penetration": 1 }, |
134 | 137 | "show_stats": true, |
135 | | - "effects": [ "RECOVER_20" ], |
| 138 | + "recovery_chance": 20, |
136 | 139 | "melee_damage": { "bash": 2 } |
137 | 140 | }, |
138 | 141 | { |
|
148 | 151 | "price_postapoc": "40 cent", |
149 | 152 | "damage": { "damage_type": "stab", "armor_penetration": 1, "constant_damage_multiplier": 1.5 }, |
150 | 153 | "range": 2, |
151 | | - "effects": [ "RECOVER_35" ], |
| 154 | + "recovery_chance": 35, |
152 | 155 | "melee_damage": { "bash": 3, "cut": 2 } |
153 | 156 | }, |
154 | 157 | { |
|
164 | 167 | "price_postapoc": "40 cent", |
165 | 168 | "damage": { "damage_type": "stab", "armor_penetration": 3 }, |
166 | 169 | "range": 2, |
167 | | - "effects": [ "RECOVER_40" ], |
| 170 | + "recovery_chance": 40, |
168 | 171 | "melee_damage": { "bash": 3, "cut": 2 } |
169 | 172 | }, |
170 | 173 | { |
|
181 | 184 | "relative": { "dispersion": -75 }, |
182 | 185 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 0.5 }, |
183 | 186 | "range": 2, |
184 | | - "effects": [ "RECOVER_45", "NOGIB" ] |
| 187 | + "recovery_chance": 45, |
| 188 | + "effects": [ "NOGIB" ] |
185 | 189 | }, |
186 | 190 | { |
187 | 191 | "type": "AMMO", |
|
197 | 201 | "price_postapoc": "50 cent", |
198 | 202 | "damage": { "damage_type": "stab", "constant_damage_multiplier": 1.75 }, |
199 | 203 | "range": 4, |
200 | | - "effects": [ "RECOVER_30" ], |
| 204 | + "recovery_chance": 30, |
201 | 205 | "melee_damage": { "bash": 1 } |
202 | 206 | }, |
203 | 207 | { |
|
220 | 224 | "dispersion": 120, |
221 | 225 | "loudness": 0, |
222 | 226 | "critical_multiplier": 6, |
223 | | - "effects": [ "RECOVER_1000000" ], |
| 227 | + "recovery_chance": 100, |
224 | 228 | "to_hit": { "grip": "solid", "length": "long", "surface": "point", "balance": "good" }, |
225 | 229 | "flags": [ "UNBREAKABLE_MELEE", "NONCONDUCTIVE" ], |
226 | 230 | "melee_damage": { "bash": 10, "stab": 26 } |
|
245 | 249 | "count": 1, |
246 | 250 | "stack_size": 1, |
247 | 251 | "critical_multiplier": 10, |
248 | | - "effects": [ "RECOVER_35" ], |
| 252 | + "recovery_chance": 35, |
249 | 253 | "use_action": { |
250 | 254 | "target": "arrow_flamming", |
251 | 255 | "target_timer": "20 seconds", |
|
266 | 270 | "symbol": "=", |
267 | 271 | "color": "brown", |
268 | 272 | "revert_to": "arrow_field_point_fletched", |
269 | | - "effects": [ "IGNITE", "RECOVER_35" ], |
| 273 | + "recovery_chance": 35, |
| 274 | + "effects": [ "IGNITE" ], |
270 | 275 | "flags": [ "TRADER_AVOID" ] |
271 | 276 | }, |
272 | 277 | { |
|
0 commit comments