diff options
author | heyngra <heyngra.wspolpraca@gmail.com> | 2023-07-11 16:52:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 16:52:23 +0200 |
commit | 9505bfa9c47422660c8c7922416ea9943dea7cf9 (patch) | |
tree | 5d0aebb2c1177e57a278e1e3441a9bfa9cb736b1 | |
parent | 182c78af43cce410c21ac0998f511b18cdd44ece (diff) | |
download | NotEnoughUpdates-REPO-9505bfa9c47422660c8c7922416ea9943dea7cf9.tar.gz NotEnoughUpdates-REPO-9505bfa9c47422660c8c7922416ea9943dea7cf9.tar.bz2 NotEnoughUpdates-REPO-9505bfa9c47422660c8c7922416ea9943dea7cf9.zip |
Add SkyMart shop (#952)
* Add skymart shop
* Update skymart.json
-rw-r--r-- | constants/skymart.json | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/constants/skymart.json b/constants/skymart.json new file mode 100644 index 00000000..920d2bff --- /dev/null +++ b/constants/skymart.json @@ -0,0 +1,137 @@ +{ + "BIOFUEL": { + "display": "§9Biofuel", + "price": 20000, + "currency": "coins" + }, + "SAM_SCYTHE": { + "display": "§fSam's Scythe", + "price": 2000, + "currency": "coins" + }, + "GARDEN_SCYTHE": { + "display": "§9Garden Scythe", + "price": 20, + "currency": "copper" + }, + "BUILDERS_RULER": { + "display": "§6Builder's Ruler", + "price": 20, + "currency": "copper" + }, + "SUNDER;1": { + "display": "§9Sunder I", + "price": 10, + "currency": "copper" + }, + "DEDICATION;1": { + "display": "§9Dedication I", + "price": 250, + "currency": "copper" + }, + "GREEN_THUMB;1": { + "display": "§9Green Thumb I", + "price": 1500, + "currency": "copper" + }, + "LOTUS_BRACELET": { + "display": "§9Lotus Bracelet", + "price": 50, + "currency": "copper" + }, + "LOTUS_BELT": { + "display": "§9Lotus Belt", + "price": 100, + "currency": "copper" + }, + "LOTUS_NECKLACE": { + "display": "§9Lotus Necklace", + "price": 200, + "currency": "copper" + }, + "LOTUS_CLOAK": { + "display": "§9Lotus Cloak", + "price": 500, + "currency": "copper" + }, + "YELLOW_BANDANA": { + "display": "§9Yellow Bandana", + "price": 300, + "currency": "copper" + }, + "BASIC_GARDENING_HOE": { + "display": "§aBasic Gardening Hoe", + "price": 5, + "currency": "copper" + }, + "ADVANCED_GARDENING_HOE": { + "display": "§9Advanced Gardening Hoe", + "price": 25, + "currency": "copper" + }, + "BASIC_GARDENING_AXE": { + "display": "§aBasic Gardening Axe", + "price": 5, + "currency": "copper" + }, + "ADVANCED_GARDENING_AXE": { + "display": "§9Advanced Gardening Axe", + "price": 25, + "currency": "copper" + }, + "SKYMART_BROCHURE": { + "display": "§9SkyMart Brochure", + "price": 100, + "currency": "copper" + }, + "LARGE_WALNUT": { + "display": "§9Large Walnut", + "price": 150, + "currency": "copper" + }, + "HIVE_BARN_SKIN": { + "display": "§6Hive Barn Skin", + "price": 10000, + "currency": "copper" + }, + "CUBE_BARN_SKIN": { + "display": "§aCube Barn Skin", + "price": 250, + "currency": "gems" + }, + "COZY_COTTAGE_BARN_SKIN": { + "display": "§aCozy Cottage Barn Skin", + "price": 250, + "currency": "gems" + }, + "TRADING_POST_BARN_SKIN": { + "display": "§aTrading Post Barn Skin", + "price": 1000, + "currency": "copper" + }, + "TAVERN_BARN_SKIN": { + "display": "§aTavern Barn Skin", + "price": 250, + "currency": "gems" + }, + "AUTUMN_HUT_BARN_SKIN": { + "display": "§aAutumn Hut Barn Skin", + "price": 2000, + "currency": "copper" + }, + "WINDMILL_BARN_SKIN": { + "display": "§aWindmill Barn Skin", + "price": 250, + "currency": "gems" + }, + "CASTLE_BARN_SKIN": { + "display": "§6Castle Barn Skin", + "price": 15000, + "currency": "copper" + }, + "BAMBOO_BARN_SKIN": { + "display": "§5Bamboo Barn Skin", + "price": 7500, + "currency": "copper" + } +}
\ No newline at end of file |