Skip to content

Commit

Permalink
Adds to itemgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git committed Aug 29, 2024
1 parent d74d42f commit 018ca44
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,17 @@
"type": "item_group",
"subtype": "distribution",
"id": "magazines_22_1022",
"//": "Collections of magazines for the gun. Rough estimates of 1:2 for restricted to regular, 1:10 ratio of extended to regular, and 1:100 ratio of drums/very extended to regular.",
"items": [ { "item": "ruger1022mag", "prob": 500 }, { "item": "ruger1022bigmag", "prob": 300 } ]
"//": "Collections of magazines for the gun. Rough estimates of 1:2 for restricted to regular, 1:10 ratio of extended to regular, and 1:100 ratio of drums/very extended to regular. In this case, it seems the 110 drum is quite commom for the high capacties.",
"items": [
{ "item": "ruger1022mag", "prob": 500 },
{ "item": "ruger1022mag_15", "prob": 200 },
{ "item": "ruger1022bigmag", "prob": 300 },
{ "item": "ruger1022mag_30", "prob": 1 },
{ "item": "ruger1022mag_32", "prob": 5 },
{ "item": "ruger1022mag_55", "prob": 12 },
{ "item": "ruger1022mag_70", "prob": 16 },
{ "item": "ruger1022mag_110", "prob": 20 }
]
},
{
"type": "item_group",
Expand Down

0 comments on commit 018ca44

Please sign in to comment.