Cripple proc?

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
jenx
Sher'Tul Godslayer
Posts: 2263
Joined: Mon Feb 14, 2011 11:16 pm

Cripple proc?

#1 Post by jenx »

There is cripple on gloves, weapons and ammo. The code suggests that it is an additional combat attack. If so, can it proc?

I've been studying the log and can't see evidence of this, but cctobias says it can in his madness adventurer guide.
MADNESS rocks

Radon26
Sher'Tul
Posts: 1439
Joined: Mon Jun 23, 2014 11:50 am

Re: Cripple proc?

#2 Post by Radon26 »

do you know what is the ego called?

EDIT

is it this thing?

Code: Select all

newEntity{
	power_source = {technique=true},
	name = " of crippling", suffix=true, instant_resolve=true,
	keywords = {crippling=true},
	level_range = {1, 50},
	rarity = 15,
	greater_ego = 1,
	cost = 40,
	wielder = {
		combat_physcrit = resolvers.mbonus_material(10, 5),
	},
	combat = {
		special_on_crit = {desc="cripple the target", fct=function(combat, who, target)
			target:setEffect(target.EFF_CRIPPLE, 4, {src=who, apply_power=who:combatAttack(combat)})
		end},
	},
i am not an expert, but "set effect", does not look like a talent activation. so i don't believe it does.

Razakai
Uruivellas
Posts: 889
Joined: Tue May 14, 2013 3:45 pm

Re: Cripple proc?

#3 Post by Razakai »

There's 2 types of cripple procs. The one on weapons/ammo that says 'cripple on crit' etc just applies the cripple debuff, as per Radon's comment.
The one you may be thinking of in on gloves (of Warmaking ego iirc). This is a chance on unarmed hit to activate the Cripple talent, which is a melee attack+cripple debuff.

jenx
Sher'Tul Godslayer
Posts: 2263
Joined: Mon Feb 14, 2011 11:16 pm

Re: Cripple proc?

#4 Post by jenx »

Razakai wrote:There's 2 types of cripple procs. The one on weapons/ammo that says 'cripple on crit' etc just applies the cripple debuff, as per Radon's comment.
The one you may be thinking of in on gloves (of Warmaking ego iirc). This is a chance on unarmed hit to activate the Cripple talent, which is a melee attack+cripple debuff.
Ok. so it is only on gloves then. This makes Flexible Combat with gloves with Cripple talent VERY powerful.
MADNESS rocks

Razakai
Uruivellas
Posts: 889
Joined: Tue May 14, 2013 3:45 pm

Re: Cripple proc?

#5 Post by Razakai »

Yes. Also of note is Misery ego gloves. Those have Dominate as a proc, which grants a free melee swing (and a strong debuff, but as it checks vs Mindpower it likely won't hit). A randart with Misery+Warmaking ego can get a lot of additional swings.

dadito
Thalore
Posts: 169
Joined: Thu May 21, 2015 10:28 pm

Re: Cripple proc?

#6 Post by dadito »

Double war-making :twisted:
Image

jenx
Sher'Tul Godslayer
Posts: 2263
Joined: Mon Feb 14, 2011 11:16 pm

Re: Cripple proc?

#7 Post by jenx »

On double i got a voratun greatmaul with double massacre and double ruin!
MADNESS rocks

Post Reply