Difference between revisions of "Combat mana cost modifier"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(r8877)
 
(No difference)

Latest revision as of 23:00, 5 January 2011

needs(code_samples);

Function Syntax

int combat_mana_cost_modifier()

Returns the total amount of passive MP cost reduction available in combat. This includes all modifiers such as Festival of Jarlsberg.

CLI Equivalent

The CLI command "modtrace mana cost" provides a more detailed display.

See Also

mana_cost_modifier()

More Information

See Skill MP Cost Modifiers for further info on how MP reducers stack.

Special

Most equipment and effects only allow up to -3 MP total, so the sum of your current effects may not match the actual amount of MP reduction (and therefore the value of this function).