Difference between revisions of "Mana cost modifier"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
m
imported>Icon315
Line 20: Line 20:
 
cli_equiv=The CLI command "modtrace mana cost" provides a more detailed display.|
 
cli_equiv=The CLI command "modtrace mana cost" provides a more detailed display.|
 
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).|
 
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).|
more_info=See [http://kol.coldfront.net/thekolwiki/index.php/Skill_MP_Cost_Modifiers the Coldfront Wiki] for further info on how MP reducers stack.|
+
more_info=See {{kolwiki|Skill_MP_Cost_Modifiers|Skill MP Cost Modifiers}} for further info on how MP reducers stack.|
 
}}
 
}}
  
 
[[Category:Skills and Effects]]
 
[[Category:Skills and Effects]]

Revision as of 21:46, 5 August 2010

needs(code_samples);

Function Syntax

int mana_cost_modifier()

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

CLI Equivalent

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

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).