|
6 | 6 | "melee_only": true, |
7 | 7 | "physical": true, |
8 | 8 | "magic_color": "magenta", |
9 | | - "name": "bash", |
| 9 | + "name": { "ctxt": "damage_type", "str": "bash" }, |
10 | 10 | "skill": "bashing", |
11 | 11 | "bash_conversion_factor": 1.0, |
12 | 12 | "mon_difficulty": true, |
|
57 | 57 | "physical": true, |
58 | 58 | "edged": true, |
59 | 59 | "magic_color": "light_red", |
60 | | - "name": "pierce", |
| 60 | + "name": { "ctxt": "damage_type", "str": "pierce" }, |
61 | 61 | "skill": "stabbing", |
62 | 62 | "mon_difficulty": true, |
63 | 63 | "//2": "derived from cut only for monster defs", |
|
82 | 82 | "physical": true, |
83 | 83 | "magic_color": "light_red", |
84 | 84 | "mon_difficulty": true, |
85 | | - "name": "ballistic", |
| 85 | + "name": { "ctxt": "damage_type", "str": "ballistic" }, |
86 | 86 | "material_required": true, |
87 | 87 | "immune_flags": { "character": [ "BULLET_IMMUNE" ], "monster": [ "BULLETPROOF" ] } |
88 | 88 | }, |
|
104 | 104 | "physical": false, |
105 | 105 | "environmental": true, |
106 | 106 | "magic_color": "light_green", |
107 | | - "name": "acid", |
| 107 | + "name": { "ctxt": "damage_type", "str": "acid" }, |
108 | 108 | "//2": "derived from cut only for monster defs", |
109 | 109 | "derived_from": [ "cut", 0.5 ], |
110 | 110 | "material_required": true, |
|
127 | 127 | "type": "damage_type", |
128 | 128 | "physical": false, |
129 | 129 | "magic_color": "light_blue", |
130 | | - "name": "electric", |
| 130 | + "name": { "ctxt": "damage_type", "str": "electric" }, |
131 | 131 | "immune_flags": { "character": [ "ELECTRIC_IMMUNE" ], "monster": [ "ELECTRIC", "ELECTRIC_FIELD" ] } |
132 | 132 | }, |
133 | 133 | { |
|
148 | 148 | "physical": false, |
149 | 149 | "environmental": true, |
150 | 150 | "magic_color": "red", |
151 | | - "name": "fire", |
| 151 | + "name": { "ctxt": "damage_type", "str": "fire" }, |
152 | 152 | "material_required": true, |
153 | 153 | "immune_flags": { "character": [ "HEAT_IMMUNE" ] } |
154 | 154 | }, |
|
169 | 169 | "type": "damage_type", |
170 | 170 | "physical": false, |
171 | 171 | "magic_color": "white", |
172 | | - "name": "cold", |
| 172 | + "name": { "ctxt": "damage_type", "str": "cold" }, |
173 | 173 | "immune_flags": { "character": [ "COLD_IMMUNE" ], "monster": [ "COLDPROOF" ] } |
174 | 174 | }, |
175 | 175 | { |
|
189 | 189 | "type": "damage_type", |
190 | 190 | "physical": false, |
191 | 191 | "magic_color": "green", |
192 | | - "name": "biological", |
| 192 | + "name": { "ctxt": "damage_type", "str": "biological" }, |
193 | 193 | "immune_flags": { "character": [ "BIO_IMMUNE" ], "monster": [ "BIOLOGICALPROOF" ] }, |
194 | 194 | "no_resist": true |
195 | 195 | }, |
|
209 | 209 | "type": "damage_type", |
210 | 210 | "physical": false, |
211 | 211 | "magic_color": "dark_gray", |
212 | | - "name": "pure", |
| 212 | + "name": { "ctxt": "damage_type", "str": "pure" }, |
213 | 213 | "no_resist": true |
214 | 214 | }, |
215 | 215 | { |
|
0 commit comments