Edit Again:I using items "blade of the ruined king", it has 12% life steal when using spell or attack, when i attack enemy has 80% hit point, i has only 80% hit point and lost 20% hit point and when i attack 30% hit point, i only has 30% hit point and lost 70% hit point
Can everyone tell reasons and fix this please
.
Can everyone tell reasons and fix this please

-
blade of the ruined king
-
Events
-
Game - GDD_Event becomes Equal to 1.00
-
-
Conditions
-
(GDD_DamagedUnit is A structure) Equal to False
-
(GDD_DamagedUnit is Mechanical) Equal to False
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(GDD_DamageSource has an item of type Blade of the Ruined King) Equal to True
-
-
Then - Actions
-
Unit - Cause GDD_DamageSource to damage GDD_DamagedUnit, dealing ((Max life of GDD_DamagedUnit) x 0.08) damage of attack type Normal and damage type Normal
-
Unit - Set life of GDD_DamageSource to ((Life of (GDD_DamageSource)) + (GDD_Damage x 0.12))
-
-
Else - Actions
-
-
-
-
Actions
-
Unit - Set life of GDD_DamageSource to ((Life of (Picked unit)) + (GDD_Damage x ItemsLifeSteal)) with only one players.
Last edited: