瀏覽代碼

Effect State Update

rAthenaAPI 5 年之前
父節點
當前提交
6c8840ca54
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      src/map/script_constants.hpp
  2. 3 0
      src/map/status.hpp

+ 3 - 0
src/map/script_constants.hpp

@@ -3488,6 +3488,9 @@
 	export_constant(EFST_POWER_ACCELERATION);
 	export_constant(EFST_MAX_HP_SP_AVOID);
 	export_constant(EFST_ADD_ALL_STATE);
+	export_constant(EFST_AID_PERIOD_POWER_ACCELERATION);
+	export_constant(EFST_AID_PERIOD_MAX_HP_SP_AVOID);
+	export_constant(EFST_AID_PERIOD_ADD_ALL_STATE);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);

+ 3 - 0
src/map/status.hpp

@@ -1999,6 +1999,9 @@ enum efst_types : short{
 	EFST_POWER_ACCELERATION = 1304,
 	EFST_MAX_HP_SP_AVOID,
 	EFST_ADD_ALL_STATE,
+	EFST_AID_PERIOD_POWER_ACCELERATION,
+	EFST_AID_PERIOD_MAX_HP_SP_AVOID,
+	EFST_AID_PERIOD_ADD_ALL_STATE,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,