Skip to content

Commit

Permalink
[msg] Add JA_GAIN_EFFECT_2 message
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSolstice8 committed Oct 22, 2023
1 parent a6c753a commit 11bf9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/enum/msg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ xi.msg.basic =
JA_MISS = 158, -- <user> uses <ability>, but misses. (no name included)
USES_JA_TAKE_DAMAGE = 317, -- The <player> uses .. <target> takes .. points of damage.
JA_GAIN_EFFECT = 266, -- <target> gains the effect of <ability>.
JA_GAIN_EFFECT_2 = 316, -- <user> uses <ability>. <target> gains the effect of <effect>.
JA_REMOVE_EFFECT_2 = 321, -- <user> uses <ability>. <target>'s <status> wears off.
JA_NO_EFFECT_2 = 323, -- <user> uses <ability>. No effect on <target>. (2 line msg)
JA_MISS_2 = 324, -- <user> uses <ability>, but misses <target>. (includes target name)
Expand Down

0 comments on commit 11bf9f3

Please sign in to comment.