1991b5005f
Replace accuracy and isAerial by attacktype and element
6 lines
No EOL
78 B
Lua
6 lines
No EOL
78 B
Lua
local CONST = {}
|
|
|
|
CONST.ACCURACY = 100
|
|
CONST.ATKWRONGTYPE = 0.66
|
|
|
|
return CONST |