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
|
--- a/data/json/items/tool/pets.json
+++ b/data/json/items/tool/pets.json
@@ -68,9 +68,22 @@
"color": "dark_gray",
"qualities": [ [ "SHEAR", 3 ] ],
"ammo": "battery",
- "initial_charges": 100,
- "max_charges": 100,
- "charges_per_use": 25
+ "charges_per_use": 25,
+ "magazines": [
+ [
+ "battery",
+ [
+ "light_minus_battery_cell",
+ "light_battery_cell",
+ "light_plus_battery_cell",
+ "light_atomic_battery_cell",
+ "light_minus_atomic_battery_cell",
+ "light_minus_disposable_cell",
+ "light_disposable_cell"
+ ]
+ ]
+ ],
+ "magazine_well": "250 ml"
},
{
"id": "horse_tack",
|