Skip to content

Commit

Permalink
Feral Agent fix and loot update (#77421)
Browse files Browse the repository at this point in the history
* Feral Agent fix and loot update

Co-Authored-By: gettingusedto <[email protected]>

* Update data/mods/Xedra_Evolved/itemgroups/monster_drops.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: gettingusedto <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent af9bc7f commit c89172f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/mods/Xedra_Evolved/itemgroups/monster_drops.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,12 @@
"magazine": 100,
"ammo": 20,
"entries": [
{ "item": "feral_57", "prob": 100, "damage": [ 2, 4 ] },
{
"distribution": [
{ "item": "fn57_sup", "prob": 100, "damage": [ 2, 4 ] },
{ "item": "fn57", "variant": "fn57", "prob": 100, "damage": [ 2, 4 ] }
]
},
{ "group": "security_armor", "prob": 30, "damage": [ 0, 2 ] },
{ "group": "security_gear", "prob": 50, "damage": [ 0, 2 ] },
{ "group": "cop_gloves", "prob": 30, "damage": [ 1, 4 ] },
Expand Down

0 comments on commit c89172f

Please sign in to comment.