feat: update exp drop percent on death

This commit is contained in:
♥ Minnie ♥ 2025-06-14 20:37:51 +08:00
parent 4d507be33b
commit 0dc36219a9
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

6
config/yigd.json Normal file
View file

@ -0,0 +1,6 @@
{
"expConfig": {
"dropBehaviour": "PERCENTAGE",
"dropPercentage": "80",
},
}