diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index b81fa10f31..546b99d164 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -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 diff --git a/src/map/status.hpp b/src/map/status.hpp index bdd0a5ffc2..711e81728f 100644 --- a/src/map/status.hpp +++ b/src/map/status.hpp @@ -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