From 7a7a2f1724ba8545b3b78931086d6f782d0aff59 Mon Sep 17 00:00:00 2001 From: collett Date: Wed, 15 Jan 2020 18:07:06 +0900 Subject: [PATCH] Implement cure 1 proc. --- .../{common => sch}/ActionAdloquium185.cpp | 0 src/scripts/action/whm/ActionCure120.cpp | 33 +++++++++++++++ src/scripts/action/whm/ActionCureII135.cpp | 42 +++++++++++++++++++ src/world/Action/Action.cpp | 6 +++ src/world/Action/Action.h | 2 + src/world/Action/ActionLutData.cpp | 4 +- src/world/Math/CalcStats.cpp | 21 ++++++---- src/world/Math/CalcStats.h | 8 ++-- src/world/StatusEffect/StatusEffect.cpp | 8 ++-- 9 files changed, 107 insertions(+), 17 deletions(-) rename src/scripts/action/{common => sch}/ActionAdloquium185.cpp (100%) create mode 100644 src/scripts/action/whm/ActionCure120.cpp create mode 100644 src/scripts/action/whm/ActionCureII135.cpp diff --git a/src/scripts/action/common/ActionAdloquium185.cpp b/src/scripts/action/sch/ActionAdloquium185.cpp similarity index 100% rename from src/scripts/action/common/ActionAdloquium185.cpp rename to src/scripts/action/sch/ActionAdloquium185.cpp diff --git a/src/scripts/action/whm/ActionCure120.cpp b/src/scripts/action/whm/ActionCure120.cpp new file mode 100644 index 00000000..0e5845ec --- /dev/null +++ b/src/scripts/action/whm/ActionCure120.cpp @@ -0,0 +1,33 @@ +#include