|
291 | 291 | "relative": { "weight": 210, "material_thickness": 1 },
|
292 | 292 | "extend": { "flags": [ "NO_SALVAGE", "TRADER_KEEP_EQUIPPED" ] }
|
293 | 293 | },
|
| 294 | + { |
| 295 | + "id": "cyclopean_mirror", |
| 296 | + "type": "TOOL_ARMOR", |
| 297 | + "name": { "str": "cyclopean mirror" }, |
| 298 | + "category": "armor", |
| 299 | + "description": "An ornate round mirror in an archaic style. Natural scenery appears to be engraved into it, and light reflected from it projects a completely different, otherworldly pattern. It is capable of moving on its own, blocking melee attacks like a small shield when equipped. When fueled by essence, it projects a barrier that provides less phyiscal defense, but protects against electricity and radiation, along with partial resistance to psychic influence and extreme temperatures.", |
| 300 | + "weight": "5 kg", |
| 301 | + "volume": "4 L", |
| 302 | + "price": "900 USD", |
| 303 | + "price_postapoc": "90 USD", |
| 304 | + "bashing": 8, |
| 305 | + "covers": [ "torso" ], |
| 306 | + "coverage": 40, |
| 307 | + "encumbrance": 5, |
| 308 | + "material": [ "iron" ], |
| 309 | + "symbol": "[", |
| 310 | + "looks_like": "shield_round", |
| 311 | + "color": "light_gray", |
| 312 | + "max_charges": 25, |
| 313 | + "charges_per_use": 1, |
| 314 | + "ammo": "essence_type", |
| 315 | + "material_thickness": 4, |
| 316 | + "use_action": [ |
| 317 | + { |
| 318 | + "target": "cyclopean_mirror_on", |
| 319 | + "msg": "The mirror fades out of reality, as a faint protective aura envelops you.", |
| 320 | + "active": true, |
| 321 | + "need_worn": true, |
| 322 | + "need_charges": 1, |
| 323 | + "need_charges_msg": "The mirror needs essence to function.", |
| 324 | + "menu_text": "Activate protective aura", |
| 325 | + "type": "transform" |
| 326 | + } |
| 327 | + ], |
| 328 | + "techniques": [ "WBLOCK_2" ], |
| 329 | + "flags": [ |
| 330 | + "ALLOWS_NATURAL_ATTACKS", |
| 331 | + "OVERSIZE", |
| 332 | + "STURDY", |
| 333 | + "BLOCK_WHILE_WORN", |
| 334 | + "NO_SALVAGE", |
| 335 | + "AURA", |
| 336 | + "ONLY_ONE", |
| 337 | + "POWERARMOR_COMPATIBLE" |
| 338 | + ] |
| 339 | + }, |
| 340 | + { |
| 341 | + "id": "cyclopean_mirror_on", |
| 342 | + "copy-from": "cyclopean_mirror", |
| 343 | + "type": "TOOL_ARMOR", |
| 344 | + "name": { "str": "cyclopean mirror (on)" }, |
| 345 | + "category": "armor", |
| 346 | + "description": "An ornate round mirror in an archaic style. Natural scenery appears to be engraved into it, and light reflected from it projects a completely different, otherworldly pattern. It has shifted into a brightly-glowing barrier that protects the user from electricity and radiation, along with partial protection from psychic influence, some resistance to extreme temperatures, and minor environmental protection. The barrier's phyiscal protection is half that of the mirror itself, but protects your body fully.", |
| 347 | + "volume": "4 L", |
| 348 | + "covers": [ "head", "eyes", "mouth", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ], |
| 349 | + "coverage": 100, |
| 350 | + "turns_per_charge": 600, |
| 351 | + "use_action": { |
| 352 | + "target": "cyclopean_mirror", |
| 353 | + "msg": "The protective glow vanishes as the mirror rematerializes.", |
| 354 | + "type": "transform" |
| 355 | + }, |
| 356 | + "relative": { "weight": -5000, "material_thickness": -2, "bashing": -8, "environmental_protection": 12, "encumbrance": -5 }, |
| 357 | + "extend": { |
| 358 | + "flags": [ |
| 359 | + "CLIMATE_CONTROL", |
| 360 | + "LIGHT_60", |
| 361 | + "NO_TAKEOFF", |
| 362 | + "PSYSHIELD_PARTIAL", |
| 363 | + "RAD_PROOF", |
| 364 | + "RAINPROOF", |
| 365 | + "SEMITANGIBLE", |
| 366 | + "SUN_GLASSES", |
| 367 | + "SWIM_GOGGLES", |
| 368 | + "TRADER_AVOID", |
| 369 | + "WATERPROOF", |
| 370 | + "ZERO_WEIGHT", |
| 371 | + "ELECTRIC_IMMUNE", |
| 372 | + "DIMENSIONAL_ANCHOR" |
| 373 | + ] |
| 374 | + }, |
| 375 | + "delete": { "flags": [ "BLOCK_WHILE_WORN" ] } |
| 376 | + }, |
294 | 377 | {
|
295 | 378 | "id": "hauberk_jade",
|
296 | 379 | "type": "TOOL_ARMOR",
|
|
0 commit comments