<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://wiki.lostsouls.org/w/skins/common/feed.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Chaos on Special Attack Scaled Power() - Revision history</title>
		<link>http://wiki.lostsouls.org/w/index.php?title=Chaos_on_Special_Attack_Scaled_Power%28%29&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.8.2</generator>
		<lastBuildDate>Wed, 06 May 2026 11:50:09 GMT</lastBuildDate>
		<item>
			<title>Zyll at 19:43, 24 March 2008</title>
			<link>http://wiki.lostsouls.org/w/index.php?title=Chaos_on_Special_Attack_Scaled_Power%28%29&amp;diff=7990&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table border='0' width='98%' cellpadding='0' cellspacing='4' style=&quot;background-color: white;&quot;&gt;
			&lt;tr&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' width='50%' align='center' style=&quot;background-color: white;&quot;&gt;Revision as of 19:43, 24 March 2008&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 17:&lt;/strong&gt;&lt;/td&gt;
&lt;td colspan=&quot;2&quot; align=&quot;left&quot;&gt;&lt;strong&gt;Line 17:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;    [18:37] Chaos: Special_Attack_Scaled_Power(x, 1, 1000, Special_Attack_Moderate, Special_Attack_Very_Strong)&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;    [18:37] Chaos: Special_Attack_Scaled_Power(x, 1, 1000, Special_Attack_Moderate, Special_Attack_Very_Strong)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;    [18:38] Chaos: where x is your rating variable&lt;/td&gt;&lt;td&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; font-size: smaller;&quot;&gt;    [18:38] Chaos: where x is your rating variable&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; font-size: smaller;&quot;&gt;[[Category: Development]]&lt;/td&gt;&lt;/tr&gt;

			&lt;/table&gt;
		</description>
			<pubDate>Mon, 24 Mar 2008 19:43:56 GMT</pubDate>			<dc:creator>Zyll</dc:creator>			<comments>http://wiki.lostsouls.org/Talk:Chaos_on_Special_Attack_Scaled_Power%28%29</comments>		</item>
		<item>
			<title>Chaos at 23:46, 3 July 2007</title>
			<link>http://wiki.lostsouls.org/w/index.php?title=Chaos_on_Special_Attack_Scaled_Power%28%29&amp;diff=4217&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;    [18:32] Chaos: okay, what you're doing with Special_Attack_Scaled_Power() is this&lt;br /&gt;
    [18:33] Chaos: you are defining (optionally) two scales: YOUR scale, which is whatever range you want it to be&lt;br /&gt;
    [18:34] Chaos: (actually that one's not optional to define)&lt;br /&gt;
    [18:34] Chaos: and a scale in terms of Special_Attack_Power levels, which IS optional, it defaults to the whole range&lt;br /&gt;
    (Special_Attack_Power_Feeble to Special_Attack_Power_Very_Overwhelming)&lt;br /&gt;
    [18:35] Chaos: basically, it maps a point in YOUR scale to a point on the POWER scale&lt;br /&gt;
    [18:35] Chaos: just by corresponding position basically&lt;br /&gt;
    [18:35] Chaos: so if you tell it, okay, i want a scale of 1 to 1000&lt;br /&gt;
    [18:35] Chaos: and you go ahead and use your default&lt;br /&gt;
    [18:35] Chaos: for the power scale&lt;br /&gt;
    [18:35] Chaos: and the rating i'm evaluating is 500&lt;br /&gt;
    [18:36] Chaos: then it'll pick whatever's halfway up the power scale&lt;br /&gt;
    [18:36] Chaos: because 500 is halfway up your 1 to 1000 scale&lt;br /&gt;
    [18:36] Chaos: the call for that would be: Special_Attack_Scaled_Power(500, 1, 1000)&lt;br /&gt;
    [18:37] Chaos: though presumably 500 would be coming out of some variable where a calculated rating has been stored&lt;br /&gt;
    [18:37] Chaos: if you wanted to scale from Special_Attack_Moderate to Special_Attack_Very_Strong instead, you'd do:&lt;br /&gt;
    [18:37] Chaos: Special_Attack_Scaled_Power(x, 1, 1000, Special_Attack_Moderate, Special_Attack_Very_Strong)&lt;br /&gt;
    [18:38] Chaos: where x is your rating variable&lt;/div&gt;</description>
			<pubDate>Tue, 03 Jul 2007 23:46:19 GMT</pubDate>			<dc:creator>Chaos</dc:creator>			<comments>http://wiki.lostsouls.org/Talk:Chaos_on_Special_Attack_Scaled_Power%28%29</comments>		</item>
	</channel>
</rss>