stat

From Kolmafia
Jump to navigation Jump to search


Data type which represents a player's stats. Besides $stat[ none ], there are six possible values for this datatype (the last three are for referencing sub-stats).

  • muscle
  • mysticality
  • moxie
  • submuscle
  • submysticality
  • submoxie

Related Functions

int buffed_hit_stat()

stat current_hit_stat()

int my_basestat( stat )

int my_buffedstat( stat )

stat my_primestat()

void refresh_status()

stat stat_bonus_today()

stat stat_bonus_tomorrow()

stat stat_modifier( effect, string )

stat to_stat( string )

stat weapon_type( item )


Proxy Record Fields

stat has no proxy record fields.