summaryrefslogtreecommitdiff
path: root/npc-11_npcs-reload-gas-mask.patch
blob: e56b2149ae252b0d8c7af1a2b2520b651bdf474f (plain)
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
--- a/data/json/items/tool_armor.json
+++ b/data/json/items/tool_armor.json
@@ -1109,7 +1109,8 @@
     "max_charges": 100,
     "initial_charges": 100,
     "ammo": "gasfilter_s",
-    "use_action": "GASMASK"
+    "use_action": "GASMASK",
+    "charges_per_use": 1
   },
   {
     "id": "mask_gas",
@@ -1136,7 +1137,8 @@
     "max_charges": 100,
     "initial_charges": 100,
     "ammo": "gasfilter_m",
-    "use_action": "GASMASK"
+    "use_action": "GASMASK",
+    "charges_per_use": 1
   },
   {
     "id": "mask_gas_xl",
@@ -1163,7 +1165,8 @@
     "initial_charges": 100,
     "ammo": "gasfilter_m",
     "use_action": "GASMASK",
-    "flags": [ "OVERSIZE", "SLEEP_IGNORE" ]
+    "flags": [ "OVERSIZE", "SLEEP_IGNORE" ],
+    "charges_per_use": 1
   },
   {
     "id": "mask_fsurvivor",
@@ -1191,7 +1194,8 @@
     "initial_charges": 100,
     "ammo": "gasfilter_m",
     "use_action": "GASMASK",
-    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ],
+    "charges_per_use": 1
   },
   {
     "id": "mask_bunker",
@@ -1248,7 +1253,8 @@
     "encumbrance": 20,
     "coverage": 100,
     "qualities": [ [ "GLARE", 2 ] ],
-    "material_thickness": 3
+    "material_thickness": 3,
+    "charges_per_use": 1
   },
   {
     "id": "mask_hsurvivor",
@@ -1276,7 +1282,8 @@
     "environmental_protection": 1,
     "environmental_protection_with_filter": 15,
     "qualities": [ [ "GLARE", 1 ] ],
-    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ],
+    "charges_per_use": 1
   },
   {
     "id": "mask_lsurvivor",
@@ -1333,7 +1340,8 @@
     "environmental_protection": 1,
     "environmental_protection_with_filter": 15,
     "qualities": [ [ "GLARE", 1 ] ],
-    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ],
+    "charges_per_use": 1
   },
   {
     "id": "mask_wsurvivor",
@@ -1389,7 +1398,8 @@
     "environmental_protection": 1,
     "environmental_protection_with_filter": 15,
     "qualities": [ [ "GLARE", 1 ] ],
-    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE" ],
+    "charges_per_use": 1
   },
   {
     "id": "goggles_nv",