|
74 | 74 | "count": 15, |
75 | 75 | "stack_size": 15, |
76 | 76 | "critical_multiplier": 10, |
77 | | - "effects": [ "RECOVER_65" ], |
| 77 | + "recovery_chance": 65, |
78 | 78 | "melee_damage": { "bash": 12 } |
79 | 79 | }, |
80 | 80 | { |
|
98 | 98 | "loudness": 0, |
99 | 99 | "show_stats": true, |
100 | 100 | "critical_multiplier": 10, |
101 | | - "effects": [ "TANGLE", "RECOVER_7" ] |
| 101 | + "recovery_chance": 7, |
| 102 | + "effects": [ "TANGLE" ] |
102 | 103 | }, |
103 | 104 | { |
104 | 105 | "id": "arrow_stormshaper_crafted", |
105 | 106 | "type": "AMMO", |
106 | 107 | "copy-from": "arrow_druid_crafted", |
107 | 108 | "name": { "str": "thunderclap arrow" }, |
108 | 109 | "color": "magenta", |
| 110 | + "recovery_chance": 7, |
109 | 111 | "description": "An arrow with a fragment of a stormshaper rune in the arrowhead. It trails lightning and explodes with a crash of thunder.", |
110 | | - "effects": [ "LIGHTNING", "FLASHBANG", "RECOVER_7" ] |
| 112 | + "effects": [ "LIGHTNING", "FLASHBANG" ] |
111 | 113 | }, |
112 | 114 | { |
113 | 115 | "id": "arrow_earthshaper_crafted", |
|
124 | 126 | "copy-from": "arrow_druid_crafted", |
125 | 127 | "name": { "str": "fireball arrow" }, |
126 | 128 | "color": "red", |
| 129 | + "recovery_chance": 7, |
127 | 130 | "description": "An arrow with a fragment of a kelvinist rune in the arrowhead. It explodes into a firestorm.", |
128 | | - "effects": [ "NAPALM", "RECOVER_7" ] |
| 131 | + "effects": [ "NAPALM" ] |
129 | 132 | }, |
130 | 133 | { |
131 | 134 | "id": "arrow_biomancer_crafted", |
|
134 | 137 | "name": { "str": "visceral arrow" }, |
135 | 138 | "color": "green", |
136 | 139 | "material": [ "bone" ], |
| 140 | + "recovery_chance": 7, |
137 | 141 | "description": "A disturbing bone arrow with a fragment of a biomancer rune in the arrowhead. It showers its target in acid.", |
138 | | - "effects": [ "ACIDBOMB", "RECOVER_7" ] |
| 142 | + "effects": [ "ACIDBOMB" ] |
139 | 143 | }, |
140 | 144 | { |
141 | 145 | "id": "arrow_technomancer_crafted", |
142 | 146 | "type": "AMMO", |
143 | 147 | "copy-from": "arrow_druid_crafted", |
144 | 148 | "name": { "str": "sparking arrow" }, |
145 | 149 | "color": "white", |
| 150 | + "recovery_chance": 7, |
146 | 151 | "description": "A metallic arrow with a fragment of a technomancer rune in the arrowhead. It destroys electronic targets.", |
147 | | - "effects": [ "EMP", "DRAW_LASER_BEAM", "RECOVER_7" ] |
| 152 | + "effects": [ "EMP", "DRAW_LASER_BEAM" ] |
148 | 153 | }, |
149 | 154 | { |
150 | 155 | "id": "arrow_magus_crafted", |
|
153 | 158 | "//": "I'd like this to cause massive knockback but I'm limited by the available ammo flags.", |
154 | 159 | "name": { "str": "gravity arrow" }, |
155 | 160 | "color": "black", |
| 161 | + "recovery_chance": 7, |
156 | 162 | "description": "An arrow with a fragment of a magus rune in the arrowhead. It reverses flight briefly after striking its target and then hits another one.", |
157 | | - "effects": [ "BOUNCE", "RECOVER_7" ] |
| 163 | + "effects": [ "BOUNCE" ] |
158 | 164 | }, |
159 | 165 | { |
160 | 166 | "id": "arrow_animist_crafted", |
|
163 | 169 | "//": "I'd like this to drain life but see above.", |
164 | 170 | "name": { "str": "enervating arrow" }, |
165 | 171 | "color": "cyan", |
| 172 | + "recovery_chance": 7, |
166 | 173 | "description": "An arrow with a fragment of an animist rune in the arrowhead. It unleashes a cloud of enervating gas.", |
167 | | - "effects": [ "PARALYZEPOISON", "TOXICGAS", "RECOVER_7" ] |
| 174 | + "effects": [ "PARALYZEPOISON", "TOXICGAS" ] |
168 | 175 | }, |
169 | 176 | { |
170 | 177 | "id": "quiver_of_holding_plus_one", |
|
0 commit comments