From 9084e17e072a621fe44293bd679cad716c93cac0 Mon Sep 17 00:00:00 2001 From: collett Date: Sun, 15 Mar 2020 23:24:44 +0900 Subject: [PATCH] implement blackest night and dark arts --- .../action/drk/ActionTheBlackestNight7393.cpp | 40 +++++++++++++++++++ src/world/Action/Action.cpp | 16 ++++++++ src/world/Action/ActionLutData.cpp | 4 +- src/world/StatusEffect/StatusEffect.cpp | 12 ++++++ 4 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 src/scripts/action/drk/ActionTheBlackestNight7393.cpp diff --git a/src/scripts/action/drk/ActionTheBlackestNight7393.cpp b/src/scripts/action/drk/ActionTheBlackestNight7393.cpp new file mode 100644 index 00000000..0b7b2c3b --- /dev/null +++ b/src/scripts/action/drk/ActionTheBlackestNight7393.cpp @@ -0,0 +1,40 @@ +#include