<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=209.66.200.45</id>
	<title>Kolmafia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=209.66.200.45"/>
	<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Special:Contributions/209.66.200.45"/>
	<updated>2026-04-30T19:42:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Item_Management&amp;diff=4175</id>
		<title>Item Management</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Item_Management&amp;diff=4175"/>
		<updated>2007-05-08T20:59:14Z</updated>

		<summary type="html">&lt;p&gt;209.66.200.45: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Part 2 - Item management ==&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Now we&amp;amp;#8217;ll expand our focus to include some of your special &amp;amp;#8220;me-places&amp;amp;#8221; in the Kingdom and how to play with them.&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int my_meat()&amp;lt;br /&amp;gt;&lt;br /&gt;
int my_closetmeat()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your current meat in your inventory and Colossal Closet&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int pulls_remaining()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
If you are in ronin, the number of additional items that you can remove from Ancestral Storage today&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean have_chef()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean have_bartender()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Tells you if you have a robotic servant installed in your campground&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean have_mushroom_plot()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Tells you if you bought the mushroom plot in Degrassi Knoll.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int stills_available()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the number of transformations you can make at Nash Crosby&amp;amp;#8217;s Still today (or 0 if you have no access).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int item_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int closet_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int museum_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int shop_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int storage_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int stash_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the amount of the given item in (respectively) your main inventory, your Colossal Closet, your Display Case, your Mall store, Hagnk&amp;amp;#8217;s Ancestral Storage, and your clan&amp;amp;#8217;s stash (to the degree that you have access to these locations).&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;:[[%28ASHRM%29_Code_Samples#Sample_5:_Collect_bounty|Collect_bounty]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean take_closet( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean take_storage( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean take_stash( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean put_closet( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean put_stash( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempts to move the desired number of the desired item into or out of the Colossal Closet, Ancestral Storage, or your clan&amp;amp;#8217;s stash.  The return value indicates the success of your endeavor.  If you have fewer than the desired number of the item, then the function will not place any.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;:[[%28ASHRM%29_Code_Samples#Sample_5:_Collect_bounty|Collect_bounty]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean take_closet( int amount )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean put_closet( int amount )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Transfers meat in or out of your Colossal Closet.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean put_shop( int price, int limit, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Places all of the associated item into your mall store at the desired price and with the associated limit on purchases per day, if possible. If the price is set to 0, then the current price will remain unchanged if you already have that item in your store. If you do not already have that item in your store and If the price is set to 0, then the price set will be 999,999,999 meat.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean buy( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Tries to buy items.  First preference is given to NPC stores that you have access to and then, if possible, will buy the cheapest available items from the mall.  When passing 0 or a negative number to the buy function, KoLmafia does nothing and automatically returns true.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean sell_item( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Autosells the given items.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean retrieve_item( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Uses KoLmafia internal logic to gather the items in the least destructive manner. See the &amp;amp;#8220;acquire&amp;amp;#8221; documentation in [http://kolmafia.sourceforge.net/scripting.html the CLI manual] for more details.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean bounty_hunter_wants( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Tells you if the bounty hunter is accepting the specified item today&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;:[[%28ASHRM%29_Code_Samples#Sample_5:_Collect_bounty|Collect_bounty]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean trade_bounty_hunter( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Trades all of the specified item with the bounty hunter if he is accepting them today.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;:[[%28ASHRM%29_Code_Samples#Sample_5:_Collect_bounty|Collect_bounty]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean trade_trapper( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean trade_trapper( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Trades yeti furs to the L33t Tr4pz0r&amp;amp;#8217;s in exchange for the indicated fur.  If you pass an integer then it will exchange that number, otherwise it exchanges your entire inventory.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;:[[%28ASHRM%29_Code_Samples#Sample_5:_Collect_bounty|Collect_bounty]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean trade_hermit( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Buys the appropriate number of the given item from the Hermit.  It assumes that you have enough worthless items but will manage buying the Hermit Permits if needed.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean use( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean eat( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean drink( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Consumes the given items.  These commands are synonymous, you can &amp;amp;#8220;use&amp;amp;#8221; food or &amp;amp;#8220;eat&amp;amp;#8221; booze if you wish.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;This will not be true depending on your preferences &amp;amp;#8212; food must be consumed with eat(), booze with drink(), and non-foods with use() if not set to allow global use.&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean create( int quantity, [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Attempts to create the desired items.  Depending on your in-game settings and conditions, this may involve buying ingredients for the items or servants to create the items for you.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int creatable_amount( [[%28ASHRM%29_Dataype_Constants#.24item.5Bconstant.5D|item it]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the number of copies of the item that you are capable of creating with your current inventory.  Servant availability and remaining adventures are not factored into this calculation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;void refresh_stash()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Takes a new look at the contents of your clan stash.  Crucial if your clanmates have been manipulating the contents during your session.&amp;lt;/p&amp;gt;&lt;br /&gt;
131168436504470188501416&lt;/div&gt;</summary>
		<author><name>209.66.200.45</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Your_Character&amp;diff=1950</id>
		<title>Your Character</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Your_Character&amp;diff=1950"/>
		<updated>2007-05-08T20:58:33Z</updated>

		<summary type="html">&lt;p&gt;209.66.200.45: redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Part 1 - Your character&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;The Basics&#039;&#039;&#039; ===&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;We&amp;amp;#8217;ll start with a long look in the mirror.  Here&amp;amp;#8217;s how to tell about you.&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;string [[my_name()]]&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your character&amp;amp;#8217;s name.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;class [[my_class()]]&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your class.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;: [[%28ASHRM%29_Code_Samples#Sample_1:_Seltzer|Seltzer]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [[my_level()]]&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your level&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;em&amp;gt;Sample&amp;lt;/em&amp;gt;: [[%28ASHRM%29_Code_Samples#Sample_2:_Battlefield_gather|Battlefield_gather]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [[my_adventures()]]&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the number of adventures that you have remaining today.&amp;lt;br /&amp;gt;&lt;br /&gt;
Sample:[[%28ASHRM%29_Code_Samples#Sample_4:_Hedging|Hedging]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [[my_turncount()]]&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the number of adventures you have had in this ascension.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int [[my_inebriety()]]&amp;lt;br /&amp;gt;&lt;br /&gt;
int [[inebriety_limit()]]&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns how drunk you are and the limit at which you must stop adventuring&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;boolean can_eat()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean can_drink()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean [[can_interact()]]&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean in_hardcore()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Tells you about your limitations due to ronin, hardcore, or voluntary dietary restrictions&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Your Familiar&#039;&#039;&#039; ===&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
A bit of information about your pet can be helpfull too.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;familiar my_familiar()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the familiar you are carrying now&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int familiar_weight( [[%28ASHRM%29_Dataype_Constants#.24familiar.5Bconstant.5D|familiar pet]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int familiar_weight_adjustment()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the raw weight of the specified familiar, and the difference between the raw and currently buffed weight of your equipped familiar.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Basic Stats&#039;&#039;&#039; ===&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;stat my_primestat()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the stat associated with your class.&amp;lt;br /&amp;gt;&lt;br /&gt;
Sample:[[%28ASHRM%29_Code_Samples#Sample_1:_Seltzer|Seltzer]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;zodiac my_zodiac()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean in_moxie_sign()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean in_muscle_sign()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean in_mysticality_sign()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your ascension sign and whether it is associated with a specific stat zone.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int my_hp()&amp;lt;br /&amp;gt;&lt;br /&gt;
int my_mp()&amp;lt;br /&amp;gt;&lt;br /&gt;
int my_maxhp()&amp;lt;br /&amp;gt;&lt;br /&gt;
int my_maxmp()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your current and highest available HP and MP levels&amp;lt;br /&amp;gt;&lt;br /&gt;
Sample:[[%28ASHRM%29_Code_Samples#Sample_3:_Skill_upkeep|Skill_upkeep]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int my_basestat( [[%28ASHRM%29_Dataype_Constants#.24stat.5Bconstant.5D|stat st]] )&amp;lt;br /&amp;gt;&lt;br /&gt;
int my_buffedstat( [[%28ASHRM%29_Dataype_Constants#.24stat.5Bconstant.5D|stat st]] )&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your base and buffed values in the given stat&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int current_mind_control_level()&amp;lt;br /&amp;gt;&lt;br /&gt;
boolean mind_control (int level)&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns or sets the level of the Super-Secret Canadian Mind-Control Device&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;[[%28ASHRM%29_Dataype_Constants#.24stat.5Bconstant.5D|stat]] stat_bonus_today()&amp;lt;br /&amp;gt;&lt;br /&gt;
[[%28ASHRM%29_Dataype_Constants#.24stat.5Bconstant.5D|stat]] stat_bonus_tomorrow()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the stat that is benefitted by the moon phases today or tomorrow.  If it is an &amp;amp;#8220;ordinary&amp;amp;#8221; day, the return value is $stat[none].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;More Advanced Stats&#039;&#039;&#039; ===&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;stat current_hit_stat()&amp;lt;br /&amp;gt;&lt;br /&gt;
int buffed_hit_stat()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the stat that is currently used to calculate hit percentages and the buffed value of that stat.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int raw_damage_absorption()&amp;lt;br /&amp;gt;&lt;br /&gt;
float damage_absorption_percent()&amp;lt;br /&amp;gt;&lt;br /&gt;
int damage_reduction()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the total DA of all of your gear and effects, the percentage of damage that is blocked by it, and the further damage that is deducted because of DR effects.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;float elemental_resistance( element elem )&amp;lt;br /&amp;gt;&lt;br /&gt;
float cold_resistance()&amp;lt;br /&amp;gt;&lt;br /&gt;
float hot_resistance()&amp;lt;br /&amp;gt;&lt;br /&gt;
float sleaze_resistance()&amp;lt;br /&amp;gt;&lt;br /&gt;
float spooky_resistance()&amp;lt;br /&amp;gt;&lt;br /&gt;
float stench_resistance()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the percentage of damage reduction from the indicated elemental damage.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int combat_percent_modifier()&amp;lt;br /&amp;gt;&lt;br /&gt;
int initiative_modifier()&amp;lt;br /&amp;gt;&lt;br /&gt;
int fixed_experience_bonus()&amp;lt;br /&amp;gt;&lt;br /&gt;
int meat_drop_modifier()&amp;lt;br /&amp;gt;&lt;br /&gt;
int item_drop_modifier()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns the adjustments to your percentage of combat adventures, your chances of winning inititative in battle, the amount of bonus experience you receive, and the amount of meat and percentage of item drops from successful combat.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;int monster_level_adjustment()&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Returns your degree to which you have effected the monster level (including the MCD).&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>209.66.200.45</name></author>
	</entry>
</feed>