How would we know polar gloves breathe ice?
Moderator: Moderator
How would we know polar gloves breathe ice?
It is not listed as a talent anywhere. Yet it happens.
MADNESS rocks
Re: How would we know polar gloves breathe ice?
Which talent lets you have unarmed procs? IIRC they all should trigger the info to be displayed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Uruivellas
- Posts: 617
- Joined: Mon Oct 09, 2006 7:47 pm
Re: How would we know polar gloves breathe ice?
Iron Grip does not display glove combat, while Spring Grapple does:
.
Code: Select all
newEntity{ base = "BASE_TINKER", define_as = "TINKER_IRON_GRIP"..i,
name = metals[i].." grip", image = "object/tinkers_iron_grip_t5.png",
on_slot = "HANDS",
material_level = i,
object_tinker = {
wielder = {
disarm_immune = 0.5 + 0.1 * i,
learn_talent = {[Talents.T_TINKER_IRON_GRIP] = i},
},
},
}
end
for i = 1, 5 do
newEntity{ base = "BASE_TINKER", define_as = "TINKER_SPRING_GRAPPLE"..i,
name = metals[i].." grapple", image = "object/tinkers_spring_grapple_t5.png",
on_slot = "HANDS",
material_level = i,
object_tinker = {
wielder = {
learn_talent = {[Talents.T_TINKER_SPRING_GRAPPLE] = i},
show_gloves_combat=1,
},
},
}
end
Re: How would we know polar gloves breathe ice?
plain old polar gloves. they breathe ice rather regularly!darkgod wrote:Which talent lets you have unarmed procs? IIRC they all should trigger the info to be displayed
MADNESS rocks