mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Better fish prices
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "92.1.0",
|
||||
"version": "92.1.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user