Adventuring: Difference between revisions
imported>Bale →About Monsters: two parameter version of appearance_rates |
imported>Bale is_banished |
||
Line 43: | Line 43: | ||
{{Flink|element|monster_element|{{opt|monster}}|desc=Returns the elemental alignment of the specified monster.}} | {{Flink|element|monster_element|{{opt|monster}}|desc=Returns the elemental alignment of the specified monster.}} | ||
{{Flink|monster|image_to_monster|string|desc=Looks up monster by image name.}} | {{Flink|monster|image_to_monster|string|desc=Looks up monster by image name.}} | ||
{{Flink|boolean|is_banished|monster|desc=Returns true if the specified monster is banished}} | |||
==Misc.== | ==Misc.== |
Revision as of 07:31, 22 November 2014
boolean adventure( int, location )
boolean adventure( int, location, string )
boolean adv1( location, int, string )
buffer visit_url()
buffer visit_url( string )
buffer visit_url( string, boolean )
buffer visit_url( string, boolean, boolean )
void remove_item_condition( int, item )
void add_item_condition( int, item )
boolean is_goal( item )
boolean goal_exists( string )
string [int] get_goals()
string get_counters( string, int, int )
void council()
item guardians()
int tavern()
boolean entryway()
boolean hedgemaze()
boolean chamber()
location my_location()
void refresh_status()
buffer run_combat()
boolean retrieve_item( int, item )
boolean change_mcd( int )
boolean hermit( int, item )
About Monsters
For all of the below functions that accept an optional monster parameter, the default value is your most recently-encountered monster (that means your current monster if you're in combat).
int jump_chance( [monster], [int], [int] )
int jump_chance( location, [int], [int] )
monster last_monster()
monster [int] get_monsters( location )
float [monster] appearance_rates( location, [boolean] )
int monster_attack( [monster] )
int monster_defense( [monster] )
int monster_initiative( [monster] )
phylum monster_phylum( [monster] )
int expected_damage( [monster] )
element monster_element( [monster] )
monster image_to_monster( string )
boolean is_banished( monster )