Skip to content

Commit

Permalink
Reorder shop
Browse files Browse the repository at this point in the history
  • Loading branch information
greyivy committed Apr 8, 2024
1 parent 2fbc600 commit 75eca8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OrnithologistsGuild.CP/assets/shops.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"Entries": {
"Ivy_OrnithologistsGuild_Shop": {
"Items": [
{
"ItemId": "(O)Ivy_OrnithologistsGuild_LifeList",
"Price": 25,
"AvailableStock": 10
},
{
"ItemId": "(BC)Ivy_OrnithologistsGuild_SeedHuller",
"Price": 2500,
Expand Down Expand Up @@ -51,6 +46,11 @@
"ItemId": "(BC)Ivy_OrnithologistsGuild_HeatedStoneBath",
"Price": 50000,
"AvailableStock": 1
},
{
"ItemId": "(O)Ivy_OrnithologistsGuild_LifeList",
"Price": 25,
"AvailableStock": 10
}
],
"SalableItemTags": ["Ivy_OrnithologistsGuild", "category_fruits", "category_seeds", "category_junk"],
Expand Down

0 comments on commit 75eca8e

Please sign in to comment.