implement simple drop system

This commit is contained in:
Kengxxiao
2022-04-27 17:42:02 +08:00
parent 9fc8cc1c17
commit 8b614d8df8
8 changed files with 254 additions and 38 deletions

14
data/Drop.json Normal file
View File

@@ -0,0 +1,14 @@
[
{
"monsterId": 20010201,
"dropDataList": [
{
"itemId": 223,
"minCount": 1,
"maxCount": 100,
"minWeight": 0,
"maxWeight": 10000
}
]
}
]