Difference between revisions of "Weapon type"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>Bale
m
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Equipment|
 
  
 
function1={{Function|
 
function1={{Function|
Line 22: Line 21:
 
see_also={{SeeAlso|weapon_hands}}|
 
see_also={{SeeAlso|weapon_hands}}|
 
}}
 
}}
 +
 +
[[Category:Equipment]]

Revision as of 22:11, 21 May 2010

needs(code_samples);

Function Syntax

stat weapon_type(item check_me )

  • check_me is the item to check

Returns the equip requirement stat for check_me. If check_me is not a weapon, this function returns $stat[none].

See Also

weapon_hands()