diff --git a/src/common/Common.h b/src/common/Common.h index 3f967d51..75cb5e82 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -581,6 +581,7 @@ namespace Sapphire::Common None = 0, // ? MagicPoints = 3, TacticsPoints = 5, + StatusEffect = 10, // WARGauge = 22, // DRKGauge = 25, // AetherflowStack = 30, diff --git a/src/scripts/action/brd/ActionHeavyShot97.cpp b/src/scripts/action/brd/ActionHeavyShot97.cpp new file mode 100644 index 00000000..bc4f289f --- /dev/null +++ b/src/scripts/action/brd/ActionHeavyShot97.cpp @@ -0,0 +1,33 @@ +#include