Skip to content

Commit

Permalink
feat(balance): revamp military bunkers (#4089)
Browse files Browse the repository at this point in the history
* Commit for remote

* Finish up the layout and stuff

* Fix some derps

* Update bunker.json

* And more tweaks per feedback
  • Loading branch information
chaosvolt authored Jan 11, 2024
1 parent 35d7c1c commit 98f9a2a
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 256 deletions.
66 changes: 66 additions & 0 deletions data/json/itemgroups/military.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,70 @@
[
{
"id": "bunker_basement_loot",
"type": "item_group",
"subtype": "distribution",
"ammo": 100,
"entries": [
{ "group": "ammo_milspec", "prob": 10 },
{ "group": "military_specops_guns", "prob": 5 },
{ "group": "mags_milspec", "prob": 5 },
{ "group": "grenades", "prob": 5 },
{ "group": "sopmod_2", "prob": 5 },
{ "group": "military_ballistic_armor", "prob": 10 },
{ "group": "mil_armor_electronics", "prob": 10 },
{ "group": "infantry_common_gear", "prob": 10 },
{ "group": "mil_hw", "prob": 30 },
{ "group": "energy_weapon_armory", "prob": 2 },
{ "group": "pwr_armor_acc", "prob": 2 },
{ "group": "inactive_bots_milspec", "prob": 2 },
{ "group": "bionics_mil", "prob": 2 },
{ "group": "bionic_power_storage_mil", "prob": 2 }
]
},
{
"type": "item_group",
"id": "bunker_basement_books",
"items": [
{ "group": "book_military", "prob": 50 },
{ "group": "book_survival", "prob": 50 },
{ "group": "magazines", "prob": 80 }
]
},
{
"type": "item_group",
"id": "bunker_basement_drugs",
"items": [ { "group": "drugs_pharmacy", "prob": 50 }, { "group": "drugs_soldier", "prob": 50 } ]
},
{
"type": "item_group",
"id": "bunker_basement_food",
"items": [ { "group": "mil_food_nodrugs", "prob": 50 }, { "group": "cannedfood", "prob": 30 }, { "group": "pasta", "prob": 20 } ]
},
{
"type": "item_group",
"id": "bunker_basement_suicide",
"subtype": "collection",
"items": [
{ "item": "m1911", "charges": 6, "ammo-item": "45_acp" },
{ "item": "45_casing", "charges-min": 1, "charges-max": 1 },
{ "group": "underwear" },
{ "item": "corpse" }
]
},
{
"id": "bunker_basement_clothing",
"type": "item_group",
"items": [
{ "group": "clothing_military_distribution", "prob": 50 },
{ "group": "clothing_soldier_shirt", "prob": 10 },
{ "group": "clothing_tactical_leg", "prob": 10 },
{ "group": "clothing_tactical_torso", "prob": 10 },
{ "group": "underwear_unisex", "prob": 5 },
{ "group": "socks_unisex", "prob": 5 },
{ "group": "clothing_glasses", "prob": 5 },
{ "group": "clothing_watch", "prob": 5 }
]
},
{
"type": "item_group",
"id": "military_standard_assault_rifles",
Expand Down
Loading

0 comments on commit 98f9a2a

Please sign in to comment.