Better fish prices

This commit is contained in:
Daniel Odendahl Jr
2018-10-03 16:59:51 +00:00
parent 4df9514202
commit bf57e5ad04
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -1,22 +1,22 @@
{ {
"junk": { "junk": {
"symbol": "🔧", "symbol": "🔧",
"max": 5, "max": 2,
"min": 0 "min": 1
}, },
"common": { "common": {
"symbol": "🐟", "symbol": "🐟",
"max": 50, "max": 5,
"min": 10 "min": 2
}, },
"uncommon": { "uncommon": {
"symbol": "🐠", "symbol": "🐠",
"max": 200, "max": 10,
"min": 100 "min": 5
}, },
"rare": { "rare": {
"symbol": "🐡", "symbol": "🐡",
"max": 500, "max": 20,
"min": 300 "min": 10
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "92.1.0", "version": "92.1.1",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {