Skip to content

Commit

Permalink
[Aftershock] More energy cells (#53484)
Browse files Browse the repository at this point in the history
* Update energy_gun_groups.json

* Update energy_gun_groups.json
  • Loading branch information
Maleclypse committed Dec 17, 2021
1 parent 900aab1 commit 9473cf6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/mods/Aftershock/itemgroups/weapons/energy_gun_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,19 @@
"subtype": "distribution",
"ammo": 100,
"items": [ [ "afs_4g_plasma", 30 ] ]
},
{
"type": "item_group",
"id": "ammo_pistol_common",
"//": "Added until blacklists are implemented.",
"subtype": "distribution",
"items": [ { "group": "afs_any_laser_mag", "prob": 100 }, { "group": "afs_any_plasma_mag", "prob": 50 } ]
},
{
"type": "item_group",
"id": "ammo_rifle_common",
"//": "Added until blacklists are implemented.",
"subtype": "distribution",
"items": [ { "group": "afs_any_laser_mag", "prob": 100 }, { "group": "afs_any_plasma_mag", "prob": 50 } ]
}
]

0 comments on commit 9473cf6

Please sign in to comment.