Jump to content

Elin:Code Analysis/Combat: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 220: Line 220:


Penetration is '''Character Penetration''' + '''Weapon Penetration'''
Penetration is '''Character Penetration''' + '''Weapon Penetration'''
==Spellcasting/Damaging Spells==
==Spellcasting/Spellpower==
<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
public override int GetPower(Card c)
public override int GetPower(Card c)
Line 263: Line 263:


In simple terms, this function is used to compress numerical values. The slope of the function's curve gradually decreases to <code>(rate / 100)^10</code>
In simple terms, this function is used to compress numerical values. The slope of the function's curve gradually decreases to <code>(rate / 100)^10</code>
== Spellcasting/Damaging Spells ==
{| class="wikitable"
{| class="wikitable"
|+
|+
28

edits