Skip to content

Commit 0473ef4

Browse files
authored
Merge pull request #82006 from Holli-Git/grenade_audit
2 parents 113586b + 9e66cf3 commit 0473ef4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

data/json/recipes/weapon/explosive.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@
372372
},
373373
{
374374
"result": "small_homemade_grenade",
375-
"id_suffix": "volatile",
376375
"type": "recipe",
377376
"activity_level": "LIGHT_EXERCISE",
378377
"category": "CC_WEAPON",
@@ -384,17 +383,16 @@
384383
"autolearn": true,
385384
"proficiencies": [ { "proficiency": "prof_handloading" } ],
386385
"qualities": [ { "id": "SAW_M", "level": 1 } ],
386+
"using": [ [ "stable_explosive", 14 ], [ "volatile_explosive", 1 ] ],
387387
"components": [
388388
[ [ "small_grenade_case", 1, "LIST" ] ],
389-
[ [ "stable_explosive", 15, "LIST" ], [ "volatile_explosive", 15, "LIST" ] ],
390389
[ [ "fuse", 1 ] ],
391-
[ [ "super_glue", 4 ], [ "duct_tape", 10 ], [ "cordage", 1, "LIST" ] ],
390+
[ [ "super_glue", 4 ], [ "duct_tape", 10 ] ],
392391
[ [ "nails", 50, "LIST" ], [ "scrap", 2 ] ]
393392
]
394393
},
395394
{
396395
"result": "homemade_grenade",
397-
"id_suffix": "volatile",
398396
"type": "recipe",
399397
"activity_level": "LIGHT_EXERCISE",
400398
"category": "CC_WEAPON",
@@ -406,11 +404,11 @@
406404
"autolearn": true,
407405
"proficiencies": [ { "proficiency": "prof_handloading" } ],
408406
"qualities": [ { "id": "SAW_M", "level": 1 } ],
407+
"using": [ [ "stable_explosive", 29 ], [ "volatile_explosive", 1 ] ],
409408
"components": [
410409
[ [ "can_medium", 1 ] ],
411-
[ [ "stable_explosive", 30, "LIST" ], [ "volatile_explosive", 30, "LIST" ] ],
412410
[ [ "fuse", 1 ] ],
413-
[ [ "super_glue", 4 ], [ "duct_tape", 10 ], [ "cordage", 1, "LIST" ] ],
411+
[ [ "super_glue", 4 ], [ "duct_tape", 10 ] ],
414412
[ [ "nails", 100, "LIST" ], [ "scrap", 4 ] ]
415413
]
416414
},

0 commit comments

Comments
 (0)