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
}
}