It will work when I do this:
[129] = {[3] = {condition = hp*2}}, ?
or this:
[129] = {[3] = {condition = hp, hp}},
Also how can I ADD resists for death for example, I added to the tab like this:
local resists = {
{120, COMBAT_DEATHDAMAGE, 20},
{121, COMBAT_EARTHDAMAGE, 20},
{122...