Your Character: Difference between revisions
imported>Bale hidden_temple_unlocked is new in r9078 |
imported>Bale r9307 & r9308 |
||
Line 48: | Line 48: | ||
{{flink|boolean|in_muscle_sign}} | {{flink|boolean|in_muscle_sign}} | ||
{{flink|boolean|in_mysticality_sign}} | {{flink|boolean|in_mysticality_sign}} | ||
{{flink|boolean|in_bad_moon|desc=These four functions report on | {{flink|boolean|in_bad_moon|desc=These four functions report on the stat gains granted by your character's ascension moon sign.}} | ||
{{flink|boolean|my_sign|desc=The moon sign your character ascended under.}} | |||
==Consumption== | ==Consumption== | ||
Line 60: | Line 61: | ||
==Location Availability== | ==Location Availability== | ||
{{flink|boolean|black_market_available|desc=Returns the availability of the Black Market.}} | {{flink|boolean|black_market_available|desc=Returns the availability of the Black Market.}} | ||
{{flink|boolean|canadia_available|desc=Returns the availability of Little Canadia.}} | |||
{{flink|boolean|dispensary_available|desc=Returns the availability of the Knob Dispensary.}} | {{flink|boolean|dispensary_available|desc=Returns the availability of the Knob Dispensary.}} | ||
{{flink|boolean|gnomads_available|desc=Returns the availability of the Gnomish Gnomad Camp.}} | |||
{{flink|boolean|guild_store_available|desc=Returns the availability of your guild store.}} | {{flink|boolean|guild_store_available|desc=Returns the availability of your guild store.}} | ||
{{flink|boolean|hidden_temple_unlocked|desc=Returns the availability of the Hidden Temple.}} | {{flink|boolean|hidden_temple_unlocked|desc=Returns the availability of the Hidden Temple.}} | ||
{{flink|boolean|hippy_store_available|desc=Returns the availability of the Hippy Store.}} | {{flink|boolean|hippy_store_available|desc=Returns the availability of the Hippy Store.}} | ||
{{flink|boolean|knoll_available|desc=Returns the availability of the Degrassi Knoll.}} | |||
{{flink|boolean|white_citadel_available|desc=Returns the availability of White Citadel.}} | {{flink|boolean|white_citadel_available|desc=Returns the availability of White Citadel.}} | ||
Revision as of 10:35, 18 May 2011
Viewable Info
string my_name()
string my_id()
int my_ascensions()
class my_class()
int my_level()
int my_adventures()
int turns_played()
int my_turncount()
int my_daycount()
stat my_primestat()
int my_hp()
int my_mp()
int my_maxhp()
int my_maxmp()
familiar my_familiar()
int familiar_weight( familiar )
item daily_special()
Hidden Info
string my_hash()
stat current_hit_stat()
float damage_absorption_percent()
float elemental_resistance( element )
float combat_rate_modifier()
float initiative_modifier()
float experience_bonus()
float meat_drop_modifier()
float item_drop_modifier()
int monster_level_adjustment()
stat stat_bonus_today()
int current_mcd()
Sign & Path
boolean can_eat()
boolean can_drink()
boolean can_interact()
boolean in_hardcore()
boolean in_moxie_sign()
boolean in_muscle_sign()
boolean in_mysticality_sign()
boolean in_bad_moon()
boolean my_sign()
Consumption
int my_fullness()
int fullness_limit()
int my_inebriety()
int my_spleen_use()
int spleen_limit()
Location Availability
boolean black_market_available()
boolean canadia_available()
boolean dispensary_available()
boolean gnomads_available()
boolean guild_store_available()
boolean hidden_temple_unlocked()
boolean hippy_store_available()
boolean knoll_available()
boolean white_citadel_available()
Misc.
boolean galaktik_cures_discounted()
int moon_light()
int moon_phase()