Re: Item excel
Posted: Wed Apr 17, 2019 9:12 pm
A lot of level >75 stuff isn't in Darkstar
Delaide wrote: ↑Wed Apr 17, 2019 12:23 amThat this is "Magic damage taken". However, I notice this is not in the "modifier.h" file. Is this even in the project yet? (From what I see, someone assigned a modId to it in SQL, but that there is no such effect created yet, not even reserved in the modifiers)
153 is likely typo'd 163.lines 193 through 200 wrote: // Damage / Crit Damage / Delay
DMG = 160, // Damage Taken %
DMGPHYS = 161, // Physical Damage Taken %
DMGPHYS_II = 190, // Physical Damage Taken II % (Burtgang)
DMGBREATH = 162, // Breath Damage Taken %
DMGMAGIC = 163, // Magic Damage Taken %
DMGMAGIC_II = 831, // Magic Damage Taken II % (Aegis)
DMGRANGE = 164, // Range Damage Taken %