Difference between revisions of "Spleen limit"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m (moved Spleen limit() to Spleen limit: standards)
imported>StDoodle
m
Line 1: Line 1:
[[int]] [[spleen_limit()]]
+
{{#vardefine:name|spleen_limit}}
 +
{{#vardefine:return_type|int}}
  
Returns the logged-in character's maximum spleen damage as an [[int]]. For most characters, the returned value will be 15. The number is raised by 5 for characters with Spleen of Steel.
+
{{FunctionPage|
 +
name={{#var:name}}|
 +
function_category=Your Character|
 +
 
 +
function1={{Function|
 +
name={{#var:name}}|
 +
aggregate={{#var:aggregate}}|
 +
return_type={{#var:return_type}}|
 +
return_also={{#var:return_also}}|
 +
}}|
 +
 
 +
function_description=Returns the maximum spleen use possible for your character.</p>
 +
<p>For characters without Spleen of Steel, this value is 15. With Liver of Steel, the value is 20.|
 +
 
 +
see_also={{SeeAlso|my_spleen_use}}|
 +
}}

Revision as of 20:20, 28 February 2010



Function Syntax

int spleen_limit()

Returns the maximum spleen use possible for your character.

For characters without Spleen of Steel, this value is 15. With Liver of Steel, the value is 20.

See Also

my_spleen_use()