<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Malcroix</id>
		<title>Dragon Age Toolset Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Malcroix"/>
		<link rel="alternate" type="text/html" href="http://datoolset.net/wiki/Special:Contributions/Malcroix"/>
		<updated>2026-07-20T09:00:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=Talk:Combat_damage_h.nss&amp;diff=7308</id>
		<title>Talk:Combat damage h.nss</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=Talk:Combat_damage_h.nss&amp;diff=7308"/>
				<updated>2009-10-28T21:10:51Z</updated>
		
		<summary type="html">&lt;p&gt;Malcroix: Created page with '// Exploit Weakness:  Backstab Damage + max(CUN-10,0) / 3.0     // -------------------------------------------------------------------------     if (HasAbility(oAttacker,ABILITY_...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// Exploit Weakness:  Backstab Damage + max(CUN-10,0) / 3.0&lt;br /&gt;
    // -------------------------------------------------------------------------&lt;br /&gt;
    if (HasAbility(oAttacker,ABILITY_TALENT_EXPLOIT_WEAKNESS))&lt;br /&gt;
    {&lt;br /&gt;
        float fBase = MaxF(0.0,(GetAttributeModifier(oAttacker,PROPERTY_ATTRIBUTE_CUNNING)/3.0)) ;&lt;br /&gt;
        float fMod = MaxF(0.2,RandomFloat());&lt;br /&gt;
        fDamage += (fBase * fMod);&lt;br /&gt;
&lt;br /&gt;
________________________________&lt;br /&gt;
&lt;br /&gt;
If Exploit Weakness adds (CUN-10)/3 damage to backstabs, what's the reason for the fMod variable?&lt;br /&gt;
&lt;br /&gt;
Sorry if I misunderstood the script, some elements are new to me here.&lt;/div&gt;</summary>
		<author><name>Malcroix</name></author>	</entry>

	</feed>