sonic-radiance/sonic-radiance.love/datas/cbs.lua
Kazhnuz 1991b5005f improvement: use the new attack structure
Replace accuracy and isAerial by attacktype and element
2021-05-15 15:01:02 +02:00

6 lines
78 B
Lua

local CONST = {}
CONST.ACCURACY = 100
CONST.ATKWRONGTYPE = 0.66
return CONST