<?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=Saklad5</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=Saklad5"/>
	<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Special:Contributions/Saklad5"/>
	<updated>2026-04-25T03:45:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Dad_sea_monkee_weakness&amp;diff=8427</id>
		<title>Dad sea monkee weakness</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Dad_sea_monkee_weakness&amp;diff=8427"/>
		<updated>2020-03-10T01:20:33Z</updated>

		<summary type="html">&lt;p&gt;Saklad5: Clarified proper usage in CCS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&lt;br /&gt;
#vardefine:name|dad_sea_monkee_weakness}}{{&lt;br /&gt;
#vardefine:return_type|element}}{{&lt;br /&gt;
&lt;br /&gt;
FunctionPage|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
&lt;br /&gt;
function1={{Function|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
aggregate={{#var:aggregate}}|&lt;br /&gt;
return_type={{#var:return_type}}|&lt;br /&gt;
return_also={{#var:return_also}}|&lt;br /&gt;
parameter1={{Param|int|round}}|&lt;br /&gt;
p1desc={{pspan|round}} is the round of combat in question|&lt;br /&gt;
}}|&lt;br /&gt;
&lt;br /&gt;
function_description=Returns the elemental weakness of {{kolwiki|Dad Sea Monkee}} for a given {{pspan|round}} of combat. This only works for rounds 1 to 10.&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;quot;round&amp;quot; parameter of a CCS refers to the round that just ended, &#039;&#039;not&#039;&#039; the round that the next attack will be made on. If that value is &amp;quot;0&amp;quot;, the element of your next attack should be &amp;lt;syntaxhighlight&amp;gt;dad_sea_monkee_weakness(1)&amp;lt;/syntaxhighlight&amp;gt;.|&lt;br /&gt;
&lt;br /&gt;
code1={{CodeSample|&lt;br /&gt;
title=Code Sample|&lt;br /&gt;
description=Print a description of how to kill the current Dad Sea Monkee.|&lt;br /&gt;
code=&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
skill element_to_skill( int round ) {&lt;br /&gt;
   switch( dad_sea_monkee_weakness(round) ) {&lt;br /&gt;
   case $element[hot]:    return $skill[Awesome Balls of Fire];&lt;br /&gt;
   case $element[cold]:   return $skill[Snowclone];&lt;br /&gt;
   case $element[stench]: return $skill[Eggsplosion];&lt;br /&gt;
   case $element[sleaze]: return $skill[Grease Lightning];&lt;br /&gt;
   case $element[spooky]: return $skill[Raise Backup Dancer];&lt;br /&gt;
   case $element[none]:   return $skill[Toynado];&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
for i from 1 to 10&lt;br /&gt;
   print( &amp;quot;On round &amp;quot;+ i +&amp;quot; cast &amp;quot; + element_to_skill(i) )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;}}|&lt;br /&gt;
&lt;br /&gt;
see_also={{SeeAlso|get_ccs_action|monster_element}}|&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:In-combat Consulting]]&lt;/div&gt;</summary>
		<author><name>Saklad5</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=Mmg_offered_bets&amp;diff=5639</id>
		<title>Mmg offered bets</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Mmg_offered_bets&amp;diff=5639"/>
		<updated>2018-08-05T21:11:32Z</updated>

		<summary type="html">&lt;p&gt;Saklad5: Specified that only the results of mmg_search() are included&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{&lt;br /&gt;
#vardefine:name|mmg_offered_bets}}{{&lt;br /&gt;
#vardefine:return_type|int [int]}}{{&lt;br /&gt;
#vardefine:aggregate|yes}}{{&lt;br /&gt;
&lt;br /&gt;
FunctionPage|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
&lt;br /&gt;
function1={{Function|&lt;br /&gt;
name={{#var:name}}|&lt;br /&gt;
aggregate={{#var:aggregate}}|&lt;br /&gt;
return_type={{#var:return_type}}|&lt;br /&gt;
return_also={{#var:return_also}}|&lt;br /&gt;
}}|&lt;br /&gt;
&lt;br /&gt;
function_description=Returns a map keyed by an automatically generated index with bet ID #’s as the values of bets offered by others. Only the results of the most recent call to mmg_search() are included. If mmg_search() has not been called in the current session, a blank map is returned. |&lt;br /&gt;
&lt;br /&gt;
needscode=yes|&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
{{RFI|Does the data accessible to this function depend on mmg_visit(), mmg_search(), or a combination?}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Money Making Game]]&lt;/div&gt;</summary>
		<author><name>Saklad5</name></author>
	</entry>
</feed>