Skip to content
Snippets Groups Projects
Commit d03aa6e0 authored by dg's avatar dg
Browse files

Mummy wrappings fire penalty reduced to -25%

Bindings of Eternal Night fire penalty reduced to -20%


git-svn-id: http://svn.net-core.org/repos/t-engine4@5799 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9761ed7b
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ newEntity{ base = "BASE_NPC_SUNWALL_TOWN",
ai_tactic = resolvers.tactic"ranged",
max_life = resolvers.rngavg(70,80),
resolvers.equip{
{type="weapon", subtype="stagg", forbid_power_source={antimagic=true}, autoreq=true},
{type="weapon", subtype="staff", forbid_power_source={antimagic=true}, autoreq=true},
{type="armor", subtype="robe", forbid_power_source={antimagic=true}, autoreq=true},
},
resolvers.talents{
......
......@@ -31,7 +31,7 @@ newEntity{
desc = [[Decaying mummy wrappings.]],
egos = "/data/general/objects/egos/armor.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) },
wielder = {
resists={[DamageType.FIRE] = -50},
resists={[DamageType.FIRE] = -25},
}
}
......
......@@ -49,8 +49,8 @@ newEntity{ base = "BASE_MUMMY_WRAPPING", define_as = "BINDINGS_ETERNAL_NIGHT",
resists = {
[DamageType.BLIGHT] = 30,
[DamageType.DARKNESS] = 30,
[DamageType.LIGHT] = -30,
[DamageType.FIRE] = -30,
[DamageType.LIGHT] = -20,
[DamageType.FIRE] = -20,
},
on_melee_hit={[DamageType.BLIGHT] = 10},
life_regen = 0.3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment