Raw damage absorption: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Grotfang
Conform to template
imported>Grotfang
mNo edit summary
Line 15: Line 15:
function_description=Returns the total damage absorption of all your gear and effects.|
function_description=Returns the total damage absorption of all your gear and effects.|


code1={{CodeSample|
see_also={{SeeAlso|damage_absorption_percent|damage_reduction}}|
title=Code Examples|
special=When not logged in, returns 0.
description=DESCRIPTION OF CODE|
code=
<syntaxhighlight>
CODE GOES HERE
</syntaxhighlight>
}}|
 
see_also={{SeeAlso|FIRST|SECOND|ETC}}|
cli_equiv=LIST_CLI_EQUIVALENT_INFO|
more_info=A_LINE_TO_NOTIFY_OF_EXTERNAL_INFO|
special=SPECIAL_NOTES_SUCH_AS_NOT-LOGGED-IN_VALUE
}}
}}

Revision as of 20:54, 28 February 2010



Function Syntax

int raw_damage_absorption()

Returns the total damage absorption of all your gear and effects.

See Also

damage_absorption_percent() | damage_reduction()

Special

When not logged in, returns 0.