summaryrefslogtreecommitdiff
path: root/npc-11_npcs-reload-gas-mask.patch
blob: 6c25b02a20e73f1fd105e88a1ecd25eea715efa4 (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
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
--- 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_fsurvivorxl",
@@ -1219,7 +1223,8 @@
     "initial_charges": 100,
     "ammo": "gasfilter_m",
     "use_action": "GASMASK",
-    "flags": [ "VARSIZE", "STURDY", "OVERSIZE", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "OVERSIZE", "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_survivorxl",
@@ -1361,7 +1369,8 @@
     "environmental_protection": 1,
     "environmental_protection_with_filter": 15,
     "qualities": [ [ "GLARE", 1 ] ],
-    "flags": [ "VARSIZE", "STURDY", "OVERSIZE", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "OVERSIZE", "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": "mask_wsurvivorxl",
@@ -1417,7 +1427,8 @@
     "environmental_protection": 1,
     "environmental_protection_with_filter": 15,
     "qualities": [ [ "GLARE", 1 ] ],
-    "flags": [ "VARSIZE", "STURDY", "OVERSIZE", "SUN_GLASSES", "SLEEP_IGNORE" ]
+    "flags": [ "VARSIZE", "STURDY", "OVERSIZE", "SUN_GLASSES", "SLEEP_IGNORE" ],
+    "charges_per_use": 1
   },
   {
     "id": "goggles_nv",