Tree of Savior Forum

Question about reflect shield dmg

anyone knows how the reflected dmg is calculated? any formulas? i couldent find anything online and the skill description dosent realy help , at lv 15 for example it says 75+SPR , ok but 75 what? 75dmg reflected?

if thats what they mean, does that mean if i have 30 SPR for instance i would be reflecting 75+30 = 105dmg ? lol coz thats realy useless if its that way (for the reflect part at least).

yeh seems right

value = 5 + ([Skill Level] - 1) × 5
if [Reflect Shield: Reflect Damage] not null and 1 == [Reflect Shield: Reflect Damage ActiveState]
value = value + [Reflect Shield: Reflect Damage Level]
end
return RoundDown(value + [Character SPR])

  • atribute
    Increases reflect damage of [Reflect Shield] by 1 per attribute level and decreases damage received accordingly.
    max lvl20

I’ve only ever seen the reflected damage do 1 damage, even if the damage I take is significantly less than what it’d normally be.

That’s a bug. Damage component is totally broken.