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": {
"symbol": "🔧",
"max": 5,
"min": 0
"max": 2,
"min": 1
},
"common": {
"symbol": "🐟",
"max": 50,
"min": 10
"max": 5,
"min": 2
},
"uncommon": {
"symbol": "🐠",
"max": 200,
"min": 100
"max": 10,
"min": 5
},
"rare": {
"symbol": "🐡",
"max": 500,
"min": 300
"max": 20,
"min": 10
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "92.1.0",
"version": "92.1.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {