Page 1 of 1

[b23]Subject Z hits you for -21764536354 damage. You die.

Posted: Mon Apr 04, 2011 10:58 am
by Dervis

Code: Select all

[LOG]	Subject Z stops burning.
============================== TACTICAL AI	Subject Z
Subject Z	8405	tactical ai talents testing	Lethality	T_LETHALITY
Subject Z	8405	tactical ai talents testing	Flurry	T_FLURRY
Subject Z	8405	tactical ai talents testing	Dual Weapon Defense	T_DUAL_WEAPON_DEFENSE
Subject Z	8405	tactical ai talents testing	Stamina Pool	T_STAMINA_POOL
Subject Z	8405	tactical ai talents testing	Infusion: Insidious Poison	T_INFUSION:_INSIDIOUS_POISON_1
Subject Z	8405	tactical ai talents testing	Attack	T_ATTACK
Subject Z	8405	tactical ai talents testing	Shadowstep	T_SHADOWSTEP
Subject Z	8405	tactical ai talents testing	Knife Mastery	T_KNIFE_MASTERY
Subject Z	8405	tactical ai talents testing	Hate Pool	T_HATE_POOL
Subject Z	8405	tactical ai talents testing	Mana Pool	T_MANA_POOL
Subject Z	8405	tactical ai talents testing	Dirty Fighting	T_DIRTY_FIGHTING
Subject Z	8405	tactical ai talents testing	Shadow Combat	T_SHADOW_COMBAT
Subject Z	8405	tactical ai talents can use	Shadow Combat	T_SHADOW_COMBAT	buff	weight	7.77458541794
Subject Z	8405	tactical ai talents testing	Dual Weapon Training	T_DUAL_WEAPON_TRAINING
Subject Z	8405	tactical ai talents testing	Phase Door	T_PHASE_DOOR
Subject Z	8405	tactical ai talents testing	Second Wind	T_SECOND_WIND
Subject Z	8405	tactical ai talents testing	Dark Tendrils	T_DARK_TENDRILS
Subject Z	8405	tactical ai talents testing	Weapon Combat	T_WEAPON_COMBAT
Tactical ai report for	Subject Z
USING	table: 0901FB30	Attack
[ATTACK] attacking with	mystic dwarven-steel dagger of ruin
[COMBAT DAMAGE] power(1.317139) totstat(59.400000) talent_mod(2.095445)
[ATTACK] to 	Dervis	 :: 	72.765449564512	12	23.08	8.3	::	1
checkHit	86	8.3
=> chance to hit	95
[ATTACK] raw dam	72.765449564512	versus	0.20702354711255	with APR	0.11361512828387
[ATTACK] after armor	65.968543975333
[ATTACK] after range	69
[PHYS CRIT %]	46.15
[ATTACK] after crit	69
[ATTACK] after mult	69
[PROJECTOR] starting dam	69
[PROJECTOR] after difficulty dam	69
[PROJECTOR] res	-3.1473622476616	1.0314736224766	 on dam	72.45
[PROJECTOR] after resists dam	74.730263948431
[PROJECTOR] final dam	74.730263948431
[LOG]	#F53CBE#You fight through the pain! (+0.3 hate)
[LOG]	#F53CBE#Dervis begins rampaging!
addTmpVal	table: 08479608	hate_regen	-0	 :=: 	0	296
addTmpVal	table: 08479608	combat_physcrit	11.68983405062	 :=: 	0	297
addTmpValTable	table: 084741A8	1	6.4943522503445
addTmpVal	table: 084741A8	1	6.4943522503445	 :=: 	0	298
addTmpValTable	table: 083DBF48	mod	0.064943522503445
addTmpVal	table: 083DBF48	mod	0.064943522503445	 :=: 	0	299
addTmpVal	table: 08479608	combat_atk	7.7932227004134	 :=: 	0	300
addTmpVal	table: 08479608	evasion	3.8966113502067	 :=: 	0	301
[PROJECTOR] starting dam	11
[PROJECTOR] after difficulty dam	11
[PROJECTOR] res	14.244669496951	0.85755330503049	 on dam	11
[PROJECTOR] after resists dam	9.4330863553353
[PROJECTOR] final dam	9.4330863553353
[PROJECTOR] starting dam	11
[PROJECTOR] after difficulty dam	11
[PROJECTOR] res	14.244669496951	0.85755330503049	 on dam	11
[PROJECTOR] after resists dam	9.4330863553353
[PROJECTOR] final dam	9.4330863553353
[ATTACK] attacking with	acidic steel dagger of defense
[COMBAT DAMAGE] power(0.979744) totstat(59.400000) talent_mod(2.095445)
[ATTACK] to 	Dervis	 :: 	55.618638980311	11	23.08	8.3	::	1.#INF
checkEvasion	3.8966113502067	15	37
=> evasion chance	1.5797073041378
checkHit	86	8.3
=> chance to hit	95
[ATTACK] raw dam	55.618638980311	versus	0.20702354711255	with APR	0.10466174574128
[ATTACK] after armor	49.925414904468
[ATTACK] after range	52
[PHYS CRIT %]	45.15
[ATTACK] after crit	84.76
[ATTACK] after mult	1.#INF
[LOG]	Subject Z performs a critical strike!
[PROJECTOR] starting dam	1.#INF
[PROJECTOR] after difficulty dam	1.#INF
[PROJECTOR] res	-3.1473622476616	1.0314736224766	 on dam	1.#INF
[PROJECTOR] after resists dam	1.#INF
[PROJECTOR] final dam	1.#INF
[LOG]	#F53CBE#Your rage grows even as your life fades! (+1.$ hate)
[LOG]	#{bold}#Subject Z killed Dervis!#{normal}#
This is insane mode, so it might be related to some rogue talent bugging at level 10... however I can't really tell.

Code: Select all

fight: 	Nightsong	mystic dwarven-steel dagger of ruin	::	nil	FINGER
fight: 	Nightsong	acidic steel dagger of defense	::	nil	FINGER
fight: 	Nightsong	hardened leather armour of Eyal	::	nil	FINGER

Re: [b23]Subject Z hits you for -21764536354 damage. You die

Posted: Mon Apr 04, 2011 11:52 am
by Dervis
I think I got it.

Code: Select all

newTalent{
	name = "Dual Weapon Training",
	type = {"technique/dualweapon-training", 1},
	mode = "passive",
	points = 5,
	require = techs_dex_req1,
	info = function(self, t)
		return ([[Increases the damage of the off-hand weapon to %d%%.]]):format(100 / (2 - self:getTalentLevel(t) / 6))
	end,
}
Shadowblades have 1.20 mastery in dualweapon, and so Mr. Subject Z has an effective TalentLevel of 12 in insane mode, giving him infinite damage on his off-hand due to this talent.

Re: [b23]Subject Z hits you for -21764536354 damage. You die

Posted: Mon Apr 04, 2011 12:15 pm
by Canderel
:shock: :shock:

Re: [b23]Subject Z hits you for -21764536354 damage. You die

Posted: Mon Apr 04, 2011 2:31 pm
by Hedrachi
Oo. Subject Z CAN divide by zero.

Let's find more interesting Subject Z facts.

Re: [b23]Subject Z hits you for -21764536354 damage. You die

Posted: Mon Apr 04, 2011 8:07 pm
by Nagyhal
I am now somewhat hesitant about continuing my exploits in Insane mode.

Re: [b23]Subject Z hits you for -21764536354 damage. You die

Posted: Mon Apr 04, 2011 9:50 pm
by Predawn
Who ordered the Tactical Nuke :?:

:lol: :lol: :lol: :lol:

Predawn

Re: [b23]Subject Z hits you for -21764536354 damage. You die

Posted: Tue Apr 05, 2011 10:16 pm
by darkgod
AhaH :)
Fixed