Skip to content

Commit

Permalink
Remove duplicate status in status.lua, update RUN status descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSolstice8 committed Mar 5, 2022
1 parent 2433148 commit 96b4bbb
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions scripts/globals/status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1216,24 +1216,23 @@ xi.mod =
PERPETUATION_REDUCTION = 346,

-- Rune Fencer
INQUARTATA = 963, -- Increases parry rate by a flat %.
ENHANCES_BATTUTA = 1004, --
ENHANCES_ELEMENTAL_SFORZO = 1005, --
ENHANCES_SLEIGHT_OF_SWORD = 1006, --
ENHANCES_INSPIRATION = 1007, --
SWORDPLAY = 1008, --
LIEMENT = 1009, --
VALIANCE_VALLATION_DURATION = 1010, --
PFLUG = 1011, --
VIVACIOUS_PULSE_POTENCY = 1012, --
AUGMENTS_VIVACIOUS_PULSE = 1013, --
RAYKE_DURATION = 1014, --
ODYLLIC_SUBTERFUGE_DURATION = 1015, --
SWIPE = 1016, --
LIEMENT_DURATION = 1017, --
GAMBIT_DURATION = 1018, --
EMBOLDEN_DURATION = 1019, --
LIEMENT_EXTENDS_TO_AREA = 1020, --
ENHANCES_BATTUTA = 1004, -- Used by RUN merit point cat 2 to add +N% bonus damage to parry spikes during Battuta effect
ENHANCES_ELEMENTAL_SFORZO = 1005, -- Bonus duration
ENHANCES_SLEIGHT_OF_SWORD = 1006, -- Used by RUN merit point cat 2 to add +N Subtle Blow to Swordplay
ENHANCES_INSPIRATION = 1007, -- Used by RUN merit point cat 2 to add +N Fast Cast to Vallation/Valiance
SWORDPLAY = 1008, -- Adds bonus starting ticks to Swordplay
LIEMENT = 1009, -- Adds bonus duration as +N seconds
VALIANCE_VALLATION_DURATION = 1010, -- Adds bonus duration as +N seconds
PFLUG = 1011, -- Adds flat additional all-resist rate in +N%
VIVACIOUS_PULSE_POTENCY = 1012, -- Adds final HP bonus +N% to calculation of Vivacious Pulse
AUGMENTS_VIVACIOUS_PULSE = 1013, -- Adds random erase/-na to Vivacious Pulse
RAYKE_DURATION = 1014, -- Adds bonus duration as +N seconds
ODYLLIC_SUBTERFUGE_DURATION = 1015, -- Adds bonus duration as +N seconds
SWIPE = 1016, -- Adds bonus damage to the Swipe/Lunge magic damage calculation
LIEMENT_DURATION = 1017, -- Adds bonus duration as +N seconds
GAMBIT_DURATION = 1018, -- Adds bonus duration as +N seconds
EMBOLDEN_DURATION = 1019, -- Adds bonus duration as +N seconds
LIEMENT_EXTENDS_TO_AREA = 1020, -- Epeolatry's (RUN Ergon weapon) special effect, makes Liement AoE to party instead of self target only.

FIRE_AFFINITY_DMG = 347,
ICE_AFFINITY_DMG = 348,
Expand Down

0 comments on commit 96b4bbb

Please sign in to comment.