Skip to content

Commit

Permalink
fix: update antique shops, elephant guns are now reasonably obtainable (
Browse files Browse the repository at this point in the history
#5786)

Update art_antiques_crafts.json
  • Loading branch information
RoyalFox2140 authored Dec 4, 2024
1 parent 255a6ac commit 57e5e21
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions data/json/itemgroups/art_antiques_crafts.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,19 @@
"entries": [
{ "item": "trex_gun", "prob": 4 },
{ "item": "spiral_stone", "prob": 2 },
{ "item": "pistol_flintlock", "prob": 3 },
{ "item": "carbine_flintlock", "prob": 3 },
{ "item": "rifle_flintlock", "prob": 3 },
{ "item": "longrifle_flintlock", "prob": 3 },
{ "item": "shotgun_paper", "prob": 4 },
{ "group": "antique_medieval_arms", "prob": 20 }
]
},
{
"type": "item_group",
"id": "antique_medieval_arms",
"subtype": "distribution",
"entries": [
{ "item": "cutlass", "prob": 2 },
{ "item": "broadsword", "prob": 2 },
{ "item": "nodachi", "prob": 2 },
Expand Down Expand Up @@ -257,11 +270,6 @@
{ "item": "wakizashi_fake", "prob": 4 },
{ "item": "wakizashi_inferior", "prob": 8 },
{ "item": "kris_fake", "prob": 8 },
{ "item": "pistol_flintlock", "prob": 3 },
{ "item": "carbine_flintlock", "prob": 3 },
{ "item": "rifle_flintlock", "prob": 3 },
{ "item": "longrifle_flintlock", "prob": 3 },
{ "item": "shotgun_paper", "prob": 4 },
{ "item": "petrified_eye", "prob": 2 },
{ "item": "ji", "prob": 1 },
{ "item": "dao", "prob": 3 },
Expand Down

0 comments on commit 57e5e21

Please sign in to comment.