mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Better fish prices
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user