forked from chaosvolt/cdda-arcana-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtool_armor.json
318 lines (318 loc) · 13 KB
/
tool_armor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
[
{
"id": "halo_elecresist",
"copy-from": "spell_base",
"type": "TOOL_ARMOR",
"name": "amber halo",
"description": "A strange radiance permeating your body, protecting you from lightning.",
"color": "light_gray",
"artifact_data": { "effects_worn": [ "AEP_RESIST_ELECTRICITY" ] },
"flags": [ "ONLY_ONE" ]
},
{
"id": "halo_clairvoyance",
"copy-from": "spell_base",
"type": "TOOL_ARMOR",
"name": "ivory halo",
"description": "A strange radiance permeating your body, granting you sight beyond sight.",
"color": "magenta",
"artifact_data": { "effects_worn": [ "AEP_CLAIRVOYANCE" ] },
"flags": [ "ONLY_ONE" ]
},
{
"id": "halo_shadowsnakes",
"copy-from": "spell_base",
"type": "TOOL_ARMOR",
"name": "obsidian halo",
"description": "A strange radiance permeating your body, summoning serpentine shadows when you are harmed.",
"color": "dark_gray",
"artifact_data": { "effects_worn": [ "AEP_SNAKES" ] },
"flags": [ "ONLY_ONE" ]
},
{
"id": "halo_dampening",
"copy-from": "spell_base",
"type": "TOOL_ARMOR",
"name": "coral halo",
"description": "A strange radiance permeating your body, dulling the effects of flame and radiation.",
"color": "light_gray",
"artifact_data": { "effects_worn": [ "AEP_PBLUE", "AEP_EXTINGUISH" ] },
"flags": [ "ONLY_ONE" ]
},
{
"id": "halo_drainlife",
"copy-from": "spell_base",
"type": "TOOL_ARMOR",
"name": "horned halo",
"description": "A strange radiance permeating your body, granting you a life-draining touch.",
"color": "dark_gray",
"artifact_data": { "effects_worn": [ "AEP_SAP_LIFE" ] },
"flags": [ "ONLY_ONE" ]
},
{
"id": "gilded_aegis",
"type": "TOOL_ARMOR",
"copy-from": "cloak_leather",
"category": "armor",
"name": "gilded aegis",
"name_plural": "gilded aegises",
"description": "A simple leather cloak, richly decorated with scales of gilded iron and several feathers. It resembles the hide of a golden dragon or serpent. Using it will heal minor injuries, in exchange for inflicting pain.",
"material": [ "leather", "iron", "gold" ],
"color": "yellow",
"ammo": "essence_dull_type",
"max_charges": 30,
"charges_per_use": 15,
"use_action": { "type": "cast_spell", "spell_id": "arcana_item_gilded_aegis_healing", "no_fail": true, "level": 0, "need_worn": true },
"relative": { "weight": 3020, "price": 7200, "material_thickness": 1, "encumbrance": 2 },
"extend": { "flags": [ "NO_SALVAGE", "HELMET_COMPAT" ] }
},
{
"id": "somen_clairvoyance",
"type": "TOOL_ARMOR",
"category": "armor",
"name": "mask of insight",
"name_plural": "masks of insight",
"description": "A mask faced with iron and decorated with other metal, depicting the face of some unknown divine figure. Fueling it with consecrated essence will grant the wearer clairvoyance within a limited range and protection from bright flashes, but blind you to anything beyond its effect.",
"weight": 710,
"volume": 4,
"price": 21000,
"material": [ "iron", "copper" ],
"symbol": "[",
"looks_like": "mask_bal",
"color": "light_red",
"ammo": "essence_dull_type",
"max_charges": 12,
"covers": [ "EYES", "MOUTH" ],
"coverage": 100,
"encumbrance": 10,
"warmth": 10,
"material_thickness": 2,
"environmental_protection": 1,
"use_action": {
"target": "somen_clairvoyance_on",
"msg": "The mask appears to contort into a fearsome visage, the eyeholes momentarily seeming to glow as a strange perception replaces your natural vision.",
"active": true,
"need_worn": true,
"need_charges": 1,
"need_charges_msg": "Fuel the mask with consecrated essence, to open your eyes.",
"type": "transform"
},
"flags": [ "NO_SALVAGE" ]
},
{
"id": "somen_clairvoyance_on",
"type": "TOOL_ARMOR",
"copy-from": "somen_clairvoyance",
"name": "mask of insight (on)",
"name_plural": "masks of insight (on)",
"//": "It seems you need around 6 to protect against flashes",
"description": "A mask faced with iron and decorated with other metal, depicting the face of some unknown divine figure. The face depicted on the mask seems more menacing than it did previously.",
"turns_per_charge": 300,
"revert_to": "somen_clairvoyance",
"material_thickness": 2,
"environmental_protection": 6,
"artifact_data": { "effects_worn": [ "AEP_CLAIRVOYANCE_PLUS" ] },
"qualities": [ [ "GLARE", 2 ] ],
"use_action": {
"target": "somen_clairvoyance",
"msg": "The mask's features return to its original impassive expression.",
"type": "transform"
},
"extend": { "flags": [ "SUN_GLASSES", "BLIND", "IR_EFFECT", "PARTIAL_DEAF" ] }
},
{
"id": "armor_wyrm",
"type": "TOOL_ARMOR",
"copy-from": "armor_blarmor",
"name": "wyrmskin armor",
"description": "A set of well-decorated leather armor, with serpentine patterns sewn into it and various straps added. Using it will conjure a spray of acid.",
"material": [ "wyrmskin", "leather" ],
"covers": [ "LEGS", "TORSO", "ARMS", "FEET" ],
"color": "green",
"ammo": "essence_blood_type",
"max_charges": 16,
"charges_per_use": 4,
"encumbrance": 15,
"material_thickness": 4,
"environmental_protection": 10,
"use_action": { "type": "cast_spell", "spell_id": "arcana_item_wyrmskin_acid", "no_fail": true, "level": 0, "need_worn": true },
"relative": { "weight": 722, "volume": 6, "price": 80000 },
"extend": { "flags": [ "OVERSIZE", "NO_SALVAGE", "ALLOWS_NATURAL_ATTACKS" ] },
"delete": { "flags": [ "VARSIZE" ] }
},
{
"id": "revenant_crown",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": "revenant crown",
"description": "A wicked-looking crown made of precious metal, decorated with scenes of skeletons in a \"danse macabre\" motif. A single brilliant gem adorns it, in the center of the scene depicted. Using it shall yield immunity to food poisoning and parasites, in exchange for increased hunger. It will not cure existing ailments, only prevent them.",
"weight": 650,
"volume": 14,
"price": 15000,
"to_hit": -1,
"material": [ "silver", "diamond" ],
"symbol": "[",
"looks_like": "crown_golden",
"color": "yellow",
"ammo": "essence_blood_type",
"max_charges": 6,
"charges_per_use": 2,
"covers": [ "HEAD" ],
"coverage": 20,
"material_thickness": 1,
"use_action": {
"type": "consume_drug",
"activation_message": "The gem shimmers with malevolent red light as you feel a strange hunger, a craving for rotting meat and stagnant water...",
"effects": [ { "id": "revenant_hunger", "duration": 300 } ]
},
"flags": [ "BELTED", "OVERSIZE", "NO_SALVAGE", "ALLOWS_NATURAL_ATTACKS" ]
},
{
"id": "robe_shadow",
"type": "TOOL_ARMOR",
"copy-from": "robe",
"category": "armor",
"name": "mantle of shadows",
"name_plural": "mantles of shadows",
"//": "misc properties were mostly made by averaging the values of all possible types of robe usable to make it",
"description": "A loose-fitting robe of some sort, heavily altered with decorations resting on the shoulders, dyed in a simple dark gray. Using it will grant invisibility and soften footsteps, draining essence quickly.",
"color": "dark_gray",
"ammo": "essence_type",
"max_charges": 20,
"use_action": {
"target": "robe_shadow_on",
"msg": "The robe's fabric darkens to a rich shade of black, cloaking your surroundings in a flickering illusion.",
"active": true,
"need_worn": true,
"need_charges": 1,
"need_charges_msg": "The mantle requires essence to bring forth the night.",
"type": "transform"
},
"relative": { "weight": 616, "volume": -1, "price": 16000, "coverage": 5, "encumberance": -5, "storage": -6 },
"extend": { "flags": [ "NO_SALVAGE" ] }
},
{
"id": "robe_shadow_on",
"copy-from": "robe_shadow",
"type": "TOOL_ARMOR",
"category": "armor",
"name": "mantle of shadows (on)",
"name_plural": "mantles of shadows (on)",
"description": "A loose-fitting robe of some sort, heavily altered with decorations resting on the shoulders. The air wavers around it, barely noticeable to you.",
"turns_per_charge": 300,
"artifact_data": { "effects_worn": [ "AEP_INVISIBLE", "AEP_STEALTH" ] },
"revert_to": "robe_shadow",
"use_action": {
"target": "robe_shadow",
"msg": "The robe's fabric returns to its normal gray color, dispelling the illusion.",
"type": "transform"
}
},
{
"id": "gauntlets_necro",
"copy-from": "gloves_plate",
"type": "TOOL_ARMOR",
"name": "pair of thunder gauntlets",
"name_plural": "pairs of thunder gauntlets",
"description": "A heavy set of plate gauntlets, decorated with silver around the edges of each individual plate. Touching the bare metal sends a faint electric tingle through you. Use them to give a nearby enemy a powerful stunning jolt.",
"material": [ "iron", "leather", "silver" ],
"ammo": "essence_type",
"max_charges": 4,
"charges_per_use": 1,
"use_action": { "type": "cast_spell", "spell_id": "arcana_item_thunder_gauntlets_taze", "no_fail": true, "level": 0, "need_worn": true },
"relative": { "weight": 210, "price": 6200 },
"extend": { "flags": [ "NO_SALVAGE" ] }
},
{
"id": "jade_wreath",
"type": "TOOL_ARMOR",
"category": "clothing",
"name": "jade wreath",
"description": "A crown of dark green stone with strange geometric patterns carved into it. Wearing it will drain heat from fires, but it will also starve your body. Invoking it will harden the body against heat, though immersion in flame will still harm you.",
"weight": 600,
"volume": 12,
"price": 90000,
"to_hit": -1,
"material": [ "stone" ],
"symbol": "[",
"looks_like": "crown_golden",
"color": "green",
"ammo": "essence_blood_type",
"//": "Slightly more efficient in essence-equivalent than fang, as heat resistance is less comprehensive.",
"max_charges": 20,
"charges_per_use": 20,
"covers": [ "HEAD" ],
"coverage": 20,
"encumbrance": 10,
"material_thickness": 1,
"artifact_data": { "effects_worn": [ "AEP_EXTINGUISH", "AEP_HUNGER" ] },
"use_action": {
"type": "consume_drug",
"activation_message": "The carvings in the stone glow red for a brief moment, and a chill passes through your spine.",
"effects": [ { "id": "heat_ward", "duration": 6000 } ]
},
"flags": [ "BELTED", "OVERSIZE", "ALLOWS_NATURAL_ATTACKS" ]
},
{
"id": "meteoric_talisman",
"type": "ARMOR",
"name": "meteoric talisman",
"category": "armor",
"description": "An ornate necklace with a small charm resembling a round shield, made from a hard iridescent metal. Wearing and activating it will ward against electricity, but also slow the body.",
"weight": 60,
"volume": 1,
"price": 12000,
"material": [ "hardsteel" ],
"symbol": "[",
"looks_like": "jade_brooch",
"color": "light_gray",
"ammo": "essence_dull_type",
"max_charges": 20,
"use_action": {
"target": "meteoric_talisman_on",
"msg": "As you activate the talisman, you feel insulated in a strange manner.",
"active": true,
"need_worn": true,
"need_charges": 1,
"need_charges_msg": "The charm against lightning needs purified essence to function.",
"type": "transform"
},
"flags": [ "FANCY", "NO_SALVAGE" ]
},
{
"id": "meteoric_talisman_on",
"copy-from": "meteoric_talisman",
"type": "ARMOR",
"name": "meteoric talisman (active)",
"name_plural": "meteoric talismans (active)",
"description": "An ornate necklace with a small charm resembling a round shield, made from a hard iridescent metal. A strange electric tingle permeates the air around it, hinting at its protective magic.",
"turns_per_charge": 150,
"revert_to": "meteoric_talisman",
"use_action": {
"target": "meteoric_talisman",
"msg": "The glow fades from the meteoric talisman, its protective magic fading with it.",
"type": "transform"
},
"artifact_data": { "effects_worn": [ "AEP_RESIST_ELECTRICITY", "AEP_SPEED_DOWN" ] }
},
{
"id": "cleric_ring",
"type": "TOOL_ARMOR",
"copy-from": "gold_ring",
"name": "ring of the fallen angel",
"name_plural": "rings of the fallen angel",
"description": "A simple silver ring, adorned with a small red gem and a wing motif. Using it cures several anomalous ailments, and provides protection from such effects for a while.",
"material": [ "silver", "essencemat" ],
"color": "white",
"ammo": "essence_type",
"max_charges": 8,
"charges_per_use": 8,
"artifact_data": { "effects_worn": [ "AEP_PSYSHIELD", "AEP_STR_DOWN" ] },
"use_action": {
"type": "consume_drug",
"activation_message": "A strange energy radiates from the ring's gem, spreading a calming sensation over you.",
"effects": [ { "id": "cleric_warding", "duration": 6000 } ]
},
"extend": { "flags": [ "NO_SALVAGE" ] }
}
]