TFS 1.3.10
Hello again, following the example of this post: Weapons with advantage vs some monsters
Is it possible to make a weapon have an advantage against vocation?
Weapons with advantage vs some vocation
Hello again, following the example of this post: Weapons with advantage vs some monsters
Is it possible to make a weapon have an advantage against vocation?
Code:
-- Normal combat damage
local combat_normal = Combat()
combat_normal:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
combat_normal:setParameter(COMBAT_PARAM_BLOCKARMOR, true)...
Weapons with advantage vs some vocation