Skip to content

Commit

Permalink
Arsonist should buy Merch at full value (#72637)
Browse files Browse the repository at this point in the history
* Arsonist should buy Merch at full value

* Format JSON

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hexagonrecursion and github-actions[bot] authored Mar 26, 2024
1 parent 12148b4 commit e804d64
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 e804d64

Please sign in to comment.