Difference between revisions of "Stun skill"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(add navigation)
imported>Bale
(Summon Love Gnats will not be a return value)
 
Line 17: Line 17:
  
 
see_also={{SeeAlso|use_skill|will_usually_dodge|expected_damage}}|
 
see_also={{SeeAlso|use_skill|will_usually_dodge|expected_damage}}|
 +
more_info=This function will only return the character's class skill or Shadow Noodles. Other stunning non-class skills, like Summon Love Gnats will not be returned.|
 
}}
 
}}
 +
  
 
[[Category:In-combat Consulting]]
 
[[Category:In-combat Consulting]]

Latest revision as of 23:21, 20 May 2015

needs(code_samples);

Function Syntax

skill stun_skill()

Returns the skill the character class could use for stunning. If preference considerShadowNoodles is set to true, then it'll return $skill[ shadow noodles ] rather than $skill[ none ] if no other stun is available.

See Also

use_skill() | will_usually_dodge() | expected_damage()

More Information

This function will only return the character's class skill or Shadow Noodles. Other stunning non-class skills, like Summon Love Gnats will not be returned.