You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BASE_DAMAGE_MODIFIER=59, -- Add a flat modifer mob a mob's base damage. This is subject to multiplication by MOBMOD_BASE_DAMAGE_MULTIPLIER.
71
71
SPAWN_ANIMATIONSUB=60, -- reset animationsub to this on spawn
72
72
HP_SCALE=61, -- Scale the mobs max HP. ( hp_scale / 100 ) * maxhp
73
73
NO_STANDBACK=62, -- Mob will never standback
@@ -94,7 +94,7 @@ xi.mobMod =
94
94
CLAIM_TYPE=83, -- Changes the claim behavior of the mob. See xi.claimType enum.
95
95
NO_SPELL_COST=84, -- Mob does not use MP when casting spells
96
96
ASTRAL_PET_OFFSET=85, -- If non-zero, defines the offset from main mob's ID for astral flow (if zero, will assume offset of 2)
97
-
BASE_DAMAGE_MULTIPLIER=86, -- Multiplies the mob's base damage. Example: 150 = x1.5
97
+
BASE_DAMAGE_MULTIPLIER=86, -- Multiplies the mob's base damage. Example: 150 = x1.5. MOBMOD_DAMAGE_OFFSET/MOBMOD_RANGED_DAMAGE_OFFSET are not subject to multiplication.
98
98
DAMAGE_OFFSET=87, -- Adds or subtracts the mob's base damage offset.
99
99
RANGED_DAMAGE_OFFSET=88, -- Adds or subtracts the mob's ranged base damage offset.
100
100
AVATAR_PETID=89, -- A value from xi.petId to select model/ability from when owner uses astral flow
0 commit comments