Skip to content

Commit

Permalink
Update guns.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Valiant committed May 8, 2019
1 parent 01e6520 commit 04e6245
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/json/itemgroups/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,10 @@
"type": "item_group",
"id": "guns_launcher_improvised",
"//": "Makeshift or otherwise poor quality grenade and rocket launchers",
"items": [ { "item": "launcher_simple", "prob": 100 }, { "item": "triple_launcher_simple", "prob": 15 } ]
"items": [
{ "item": "launcher_simple", "prob": 100 },
{ "item": "triple_launcher_simple", "prob": 15, "charges-min": 0, "charges-max": 3 }
]
},
{
"type": "item_group",
Expand Down

0 comments on commit 04e6245

Please sign in to comment.