Skip to content

Commit 0ff8769

Browse files
authored
Merge pull request #82348 from Holli-Git/cameera_fix
2 parents c7806dd + cc72a0e commit 0ff8769

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

data/json/items/tool_armor.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -984,39 +984,28 @@
984984
},
985985
{
986986
"id": "wearable_camera",
987+
"copy-from": "camera",
987988
"type": "ITEM",
988989
"subtypes": [ "TOOL", "ARMOR" ],
989990
"category": "clothing",
990991
"symbol": "[",
991992
"color": "blue",
992993
"name": { "str": "wearable camera" },
993994
"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" ],
997995
"flags": [ "NO_UNLOAD", "NO_RELOAD", "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS", "WATER_BREAK", "ELECTRONIC" ],
998-
"faults": [ { "fault_group": "electronic_general" } ],
999996
"weight": "520 g",
1000997
"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 } } ],
1004998
"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 }
10071000
},
10081001
{
10091002
"id": "wearable_camera_pro",
1003+
"copy-from": "camera_pro",
10101004
"type": "ITEM",
10111005
"subtypes": [ "TOOL", "ARMOR" ],
10121006
"category": "clothing",
1013-
"symbol": "[",
1014-
"color": "blue",
10151007
"name": { "str": "wearable professional camera" },
10161008
"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" ],
10201009
"flags": [
10211010
"NO_UNLOAD",
10221011
"NO_RELOAD",
@@ -1028,15 +1017,10 @@
10281017
"WATER_BREAK",
10291018
"ELECTRONIC"
10301019
],
1031-
"faults": [ { "fault_group": "electronic_general" } ],
10321020
"weight": "520 g",
10331021
"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 } } ],
10371022
"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 }
10401024
},
10411025
{
10421026
"id": "wearable_light_on",

0 commit comments

Comments
 (0)