mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-24 00:15:16 +01:00
undead damage
This commit is contained in:
parent
0174c7b601
commit
08399d852c
@ -51,6 +51,7 @@ public enum StatType {
|
|||||||
PROJECTILE_DAMAGE,
|
PROJECTILE_DAMAGE,
|
||||||
WEAPON_DAMAGE,
|
WEAPON_DAMAGE,
|
||||||
SKILL_DAMAGE,
|
SKILL_DAMAGE,
|
||||||
|
UNDEAD_DAMAGE,
|
||||||
|
|
||||||
PVP_DAMAGE,
|
PVP_DAMAGE,
|
||||||
PVE_DAMAGE,
|
PVE_DAMAGE,
|
||||||
@ -78,9 +79,7 @@ public enum StatType {
|
|||||||
GATHERING_HASTE,
|
GATHERING_HASTE,
|
||||||
|
|
||||||
// chance of getting more crops when farming
|
// chance of getting more crops when farming
|
||||||
LUCK_OF_THE_FIELD,
|
LUCK_OF_THE_FIELD;
|
||||||
|
|
||||||
;
|
|
||||||
|
|
||||||
private String profession;
|
private String profession;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user