leik meris
Well-Known Member
- Joined
- Feb 17, 2010
- Messages
- 120
- Reaction score
- 54
Hello everyone, I use tfs 1.5 7.72 from nekiro.
Does anyone know how to modify the damage reduction?

The initial damage should be 20, but is reduced to 10.
Does anyone know how to modify the damage reduction?

LUA:
<item id="1487" article="a" name="fire field">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="1488" />
<attribute key="duration" value="120" />
<attribute key="field" value="fire">
<attribute key="initdamage" value="20" />
<attribute key="ticks" value="10000" />
<attribute key="count" value="7" />
<attribute key="damage" value="10" />
</attribute>
</item>
The initial damage should be 20, but is reduced to 10.