Skip to content

Commit

Permalink
Arsonist should buy Merch at full value
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion authored Mar 26, 2024
1 parent 95f36cb commit 0547f1b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"bonus_aggression": { "rng": [ 0, 1 ] },
"bonus_collector": { "rng": [ 0, 2 ] },
"shopkeeper_item_group": "NC_ARSONIST_STOCK",
"shopkeeper_price_rules": [
{ "item": "FMCNote", "fixed_adj": 0 },
{ "item": "money_strap_FMCNote", "fixed_adj": 0 },
{ "item": "money_bundle_FMCNote", "fixed_adj": 0 }
],
"carry_override": "NC_ARSONIST_STOCK",
"worn_override": "NC_ARSONIST_worn",
"skills": [
Expand Down

0 comments on commit 0547f1b

Please sign in to comment.