|
984 | 984 | },
|
985 | 985 | {
|
986 | 986 | "id": "wearable_camera",
|
| 987 | + "copy-from": "camera", |
987 | 988 | "type": "ITEM",
|
988 | 989 | "subtypes": [ "TOOL", "ARMOR" ],
|
989 | 990 | "category": "clothing",
|
990 | 991 | "symbol": "[",
|
991 | 992 | "color": "blue",
|
992 | 993 | "name": { "str": "wearable camera" },
|
993 | 994 | "description": "A point-and-shoot digital camera with a digital viewfinder, a backup 'iron-sight', and flash. You can look at your photos on the digital screen, or transfer them with a memory card. This one can be worn over your neck.",
|
994 |
| - "price": "200 USD", |
995 |
| - "price_postapoc": "50 cent", |
996 |
| - "material": [ "plastic", "steel" ], |
997 | 995 | "flags": [ "NO_UNLOAD", "NO_RELOAD", "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS", "WATER_BREAK", "ELECTRONIC" ],
|
998 |
| - "faults": [ { "fault_group": "electronic_general" } ], |
999 | 996 | "weight": "520 g",
|
1000 | 997 | "volume": "500 ml",
|
1001 |
| - "charges_per_use": 1, |
1002 |
| - "use_action": [ "CAMERA", { "type": "link_up", "cable_length": 3, "charge_rate": "20 W" } ], |
1003 |
| - "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 50 } } ], |
1004 | 998 | "armor": [ { "encumbrance": 2, "coverage": 15, "covers": [ "torso" ], "specifically_covers": [ "torso_hanging_front" ] } ],
|
1005 |
| - "melee_damage": { "bash": 1 }, |
1006 |
| - "tool_ammo": "battery" |
| 999 | + "melee_damage": { "bash": 1 } |
1007 | 1000 | },
|
1008 | 1001 | {
|
1009 | 1002 | "id": "wearable_camera_pro",
|
| 1003 | + "copy-from": "camera_pro", |
1010 | 1004 | "type": "ITEM",
|
1011 | 1005 | "subtypes": [ "TOOL", "ARMOR" ],
|
1012 | 1006 | "category": "clothing",
|
1013 |
| - "symbol": "[", |
1014 |
| - "color": "blue", |
1015 | 1007 | "name": { "str": "wearable professional camera" },
|
1016 | 1008 | "description": "A 35 mm digital SLR (single-lens reflex) camera with optical and digital viewfinders, a zoom lens with auto-focus and stabilizer, and flash. You can view your photos on it or transfer them with a memory card. Before the Cataclysm, you could have taken professional-grade photos using this. This one can be worn over your neck.",
|
1017 |
| - "price": "8 kUSD", |
1018 |
| - "price_postapoc": "1 USD", |
1019 |
| - "material": [ "plastic", "steel" ], |
1020 | 1009 | "flags": [
|
1021 | 1010 | "NO_UNLOAD",
|
1022 | 1011 | "NO_RELOAD",
|
|
1028 | 1017 | "WATER_BREAK",
|
1029 | 1018 | "ELECTRONIC"
|
1030 | 1019 | ],
|
1031 |
| - "faults": [ { "fault_group": "electronic_general" } ], |
1032 | 1020 | "weight": "520 g",
|
1033 | 1021 | "volume": "500 ml",
|
1034 |
| - "charges_per_use": 1, |
1035 |
| - "use_action": [ "CAMERA", { "type": "link_up", "cable_length": 3, "charge_rate": "50 W" } ], |
1036 |
| - "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 100 } } ], |
1037 | 1022 | "armor": [ { "encumbrance": 2, "coverage": 15, "covers": [ "torso" ], "specifically_covers": [ "torso_hanging_front" ] } ],
|
1038 |
| - "melee_damage": { "bash": 1 }, |
1039 |
| - "tool_ammo": "battery" |
| 1023 | + "melee_damage": { "bash": 1 } |
1040 | 1024 | },
|
1041 | 1025 | {
|
1042 | 1026 | "id": "wearable_light_on",
|
|
0 commit comments