Effect State Update

This commit is contained in:
rAthenaAPI 2019-11-19 04:05:36 +01:00
parent 9389b7d425
commit 02fa8e3c98
2 changed files with 28 additions and 1 deletions

View File

@ -3448,8 +3448,21 @@
export_constant(EFST_BATH_FOAM_C);
export_constant(EFST_AROMA_OIL);
export_constant(EFST_REUSE_LIMIT_LUXANIMA);
export_constant(EFST_AIRSHIP_PIPE);
export_constant(EFST_PIECES_OF_SHADOW);
export_constant(EFST_HELLS_PLANT_ARMOR);
export_constant(EFST_RELIEVE_DAMAGE);
export_constant(EFST_LOCKON_LASER);
export_constant(EFST_REF_T_POTION);
export_constant(EFST_ADD_ATK_DAMAGE);
export_constant(EFST_ADD_MATK_DAMAGE);
export_constant(EFST_SERVANTWEAPON);
export_constant(EFST_SERVANT_SIGN);
export_constant(EFST_CHARGINGPIERCE);
export_constant(EFST_CHARGINGPIERCE_COUNT);
export_constant(EFST_DRAGONIC_AURA);
export_constant(EFST_BIG_SCAR);
export_constant(EFST_VIGOR);
export_constant(EFST_PRESSURE);
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again

View File

@ -1969,9 +1969,23 @@ enum efst_types : short{
EFST_AROMA_OIL,
EFST_REUSE_LIMIT_LUXANIMA,
EFST_RELIEVE_DAMAGE = 1166,
EFST_AIRSHIP_PIPE = 1163,
EFST_PIECES_OF_SHADOW,
EFST_HELLS_PLANT_ARMOR,
EFST_RELIEVE_DAMAGE,
EFST_LOCKON_LASER,
EFST_REF_T_POTION = 1169,
EFST_ADD_ATK_DAMAGE,
EFST_ADD_MATK_DAMAGE,
EFST_SERVANTWEAPON,
EFST_SERVANT_SIGN,
EFST_CHARGINGPIERCE,
EFST_CHARGINGPIERCE_COUNT,
EFST_DRAGONIC_AURA,
EFST_BIG_SCAR,
EFST_VIGOR,
EFST_PRESSURE = 1180,
/// @APIHOOK_END
/// Do not modify code above this, since it will be automatically generated by the API again