Gauntlets of mighty +0 criticals

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Gauntlets of mighty +0 criticals

#1 Post by PowerWyrm »

Just found a pair of gauntlets of mighty criticals. Description says it adds +0 to critical damage modifier... Sounds like a bug to me.

Dervis
Wyrmic
Posts: 263
Joined: Thu Oct 14, 2010 9:58 am

Re: Gauntlets of mighty +0 criticals

#2 Post by Dervis »

I've found a few of these and they all say +0%...

Code: Select all

newEntity{
	name = " of mighty criticals", suffix=true, instant_resolve=true,
	level_range = {30, 50},
	greater_ego = true,
	rarity = 12,
	cost = 25,
	wielder = {
		combat_critical_power = resolvers.mbonus_material(35, 5, function(e, v) v=v/100 return v * 200, v end),
	},
}
As far as I can tell that v=v/100 shouldn't be there... combat_critical_power already applies /100 if I remember correctly.

Post Reply