Mp cost: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle |
imported>StDoodle No edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name|mp_cost}} | |||
{{#vardefine:return_type|int}} | |||
{{FunctionPage| | |||
name={{#var:name}}| | |||
function_category=| | |||
function1={{Function| | |||
name={{#var:name}}| | |||
aggregate={{#var:aggregate}}| | |||
return_type={{#var:return_type}}| | |||
return_also={{#var:return_also}}| | |||
parameter1={{Param|skill|use_me}}| | |||
p1desc={{Pspan|use_me}} is the skill to check the cost of| | |||
}}| | |||
function_description=Returns the current MP cost for the next cast of the given skill {{pspan|use_me}} with all current MP cost modifiers accounted for.| | |||
needscode=yes| | |||
}} |