mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 23:44:55 +01:00
implement simple drop system
This commit is contained in:
14
data/Drop.json
Normal file
14
data/Drop.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"monsterId": 20010201,
|
||||
"dropDataList": [
|
||||
{
|
||||
"itemId": 223,
|
||||
"minCount": 1,
|
||||
"maxCount": 100,
|
||||
"minWeight": 0,
|
||||
"maxWeight": 10000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user