Skip to content

Commit

Permalink
json/exodii: restore shop balance (#57403)
Browse files Browse the repository at this point in the history
un-nerf after #56720
  • Loading branch information
andrei8l authored May 4, 2022
1 parent e2cf698 commit 7b9faed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/json/npcs/exodii/exodii_merchant_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"bonus_per": { "rng": [ 0, 4 ] },
"shopkeeper_item_group": [
{ "group": "EXODII_basic_trade", "rigid": true },
{ "group": "EXODII_CBM_Store_tier1_extra", "rigid": true, "trust": 1 },
{ "group": "EXODII_CBM_Store_Tier2", "rigid": true, "trust": 10 },
{ "group": "EXODII_CBM_Store_Tier3", "rigid": true, "trust": 20, "strict": true },
{ "group": "EXODII_CBM_Store_Tier4", "rigid": true, "trust": 40, "strict": true }
Expand Down
18 changes: 14 additions & 4 deletions data/json/npcs/exodii/exodii_merchant_itemlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
"id": "EXODII_basic_trade",
"subtype": "collection",
"entries": [
{ "group": "EXODII_Shop_Tier0", "count": 1, "prob": 100 },
{ "group": "EXODII_Shop_Tier0", "count": [ 1, 2 ], "prob": 100 },
{ "group": "EXODII_Shop_NomadGear_Tier0", "count": [ 1, 2 ], "prob": 100 },
{ "group": "EXODII_Shop_Guns_Tier0", "count": 1, "prob": 100 },
{ "group": "EXODII_Shop_OldArmour", "count": 1, "prob": 100 },
{ "group": "EXODII_CBM_Store_Tier1", "count": 1, "prob": 100 }
{ "group": "EXODII_Shop_Guns_Tier0", "count": 2, "prob": 100 },
{ "group": "EXODII_Shop_OldArmour", "count": [ 1, 2 ], "prob": 100 },
{ "group": "EXODII_CBM_Store_Tier1", "count": [ 4, 6 ], "prob": 100 }
]
},
{
"type": "item_group",
"//": "Spawn extra tier 1 CBMs and a bonus tier 2 if the Exodii don't dislike you.",
"id": "EXODII_CBM_Store_tier1_extra",
"subtype": "collection",
"entries": [
{ "group": "EXODII_CBM_Store_Tier1", "count": [ 2, 4 ], "prob": 100 },
{ "group": "EXODII_CBM_Store_Tier2", "count": 1, "prob": 25 }
]
},
{
Expand Down

0 comments on commit 7b9faed

Please sign in to comment.