<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://crawl.chaosforge.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ASif_Muna</id>
		<title>Talk:Sif Muna - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://crawl.chaosforge.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ASif_Muna"/>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;action=history"/>
		<updated>2026-05-06T21:45:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=44260&amp;oldid=prev</id>
		<title>Gammafunk: /* random2avg */</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=44260&amp;oldid=prev"/>
				<updated>2016-11-29T11:01:18Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;random2avg&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:01, 29 November 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l19&quot; &gt;Line 19:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 19:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== random2avg ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== random2avg ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;How exactly does it work in the formula here given that no max roll or number of rolls are listed? If it's just one roll of 1d (2/3*Invocations) it seems like we should just say that instead, because the function name just causes confusion (and most readers don't keep a copy of the source to grep through). If I'm wrong in how it works, we should expand on how it's being used/how it works, because it's causing me confusion! [[User:Fambida|Fambida]] ([[User talk:Fambida|talk]]) 23:02, 28 November 2016 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;How exactly does it work in the formula here given that no max roll or number of rolls are listed? If it's just one roll of 1d (2/3*Invocations) it seems like we should just say that instead, because the function name just causes confusion (and most readers don't keep a copy of the source to grep through). If I'm wrong in how it works, we should expand on how it's being used/how it works, because it's causing me confusion! [[User:Fambida|Fambida]] ([[User talk:Fambida|talk]]) 23:02, 28 November 2016 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:I've updated the formula to add the number of rolls (two), but the max roll is already given and what you've listed: 2/3* Invocations (subject to random-rounding to make it an integer). The actual formula does indeed use random2avg() to average over two rolls, so it wouldn't be accurate to simply use 1dN notation. Perhaps random2avg() needs a wiki page, since it's a commonly used RNG function in DCSS, or the wiki could use standardized language to describe averaging die instead of using the function name. --[[User:Gammafunk|Gammafunk]] ([[User talk:Gammafunk|talk]]) 12:01, 29 November 2016 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Gammafunk</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=44258&amp;oldid=prev</id>
		<title>Fambida: random2avg question</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=44258&amp;oldid=prev"/>
				<updated>2016-11-28T22:02:33Z</updated>
		
		<summary type="html">&lt;p&gt;random2avg question&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:02, 28 November 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l16&quot; &gt;Line 16:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 16:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::The return value is skill (including progress toward next level) multiplied by the scale parameter (as an integer). So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::The return value is skill (including progress toward next level) multiplied by the scale parameter (as an integer). So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::Thanks a lot! I'll update it. -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 15:04, 24 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::Thanks a lot! I'll update it. -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 15:04, 24 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;== random2avg ==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;How exactly does it work in the formula here given that no max roll or number of rolls are listed? If it's just one roll of 1d (2/3*Invocations) it seems like we should just say that instead, because the function name just causes confusion (and most readers don't keep a copy of the source to grep through). If I'm wrong in how it works, we should expand on how it's being used/how it works, because it's causing me confusion! [[User:Fambida|Fambida]] ([[User talk:Fambida|talk]]) 23:02, 28 November 2016 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Fambida</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39893&amp;oldid=prev</id>
		<title>Fingolfin: /* Channelling success rate */</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39893&amp;oldid=prev"/>
				<updated>2015-12-24T14:04:32Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Channelling success rate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:04, 24 December 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l15&quot; &gt;Line 15:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 15:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::The return value is skill (including progress toward next level) multiplied by the scale parameter (as an integer). So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::The return value is skill (including progress toward next level) multiplied by the scale parameter (as an integer). So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;::::Thanks a lot! I'll update it. -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 15:04, 24 December 2015 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Fingolfin</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39869&amp;oldid=prev</id>
		<title>Medar: /* Channelling success rate */</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39869&amp;oldid=prev"/>
				<updated>2015-12-23T09:10:48Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Channelling success rate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:10, 23 December 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l14&quot; &gt;Line 14:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 14:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::The return value is &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;an integer of the &lt;/del&gt;skill (including progress toward next level) multiplied by the scale parameter. So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::The return value is skill (including progress toward next level) multiplied by the scale parameter &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;(as an integer)&lt;/ins&gt;. So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Medar</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39868&amp;oldid=prev</id>
		<title>Medar: /* Channelling success rate */</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39868&amp;oldid=prev"/>
				<updated>2015-12-23T09:10:12Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Channelling success rate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:10, 23 December 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l14&quot; &gt;Line 14:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 14:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:::The return value is an integer of the skill (including progress toward next level) multiplied by the scale parameter. So it should work out to: &amp;lt;code&amp;gt;failure = 40 - piety/20 - floor(Invocations skill * 2.0)&amp;lt;/code&amp;gt; -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 10:10, 23 December 2015 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Medar</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39865&amp;oldid=prev</id>
		<title>Fingolfin: /* Channelling success rate */</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39865&amp;oldid=prev"/>
				<updated>2015-12-22T20:50:08Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Channelling success rate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:50, 22 December 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l13&quot; &gt;Line 13:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:https://github.com/crawl/crawl/blob/17fe93d936f541b5247af637ffcb8acd5f7d4e42/crawl-ref/source/player.cc#l5833&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:https://github.com/crawl/crawl/blob/17fe93d936f541b5247af637ffcb8acd5f7d4e42/crawl-ref/source/player.cc#l5833&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;::Thanks for the answer ! However I'm not sure that I get it, does it mean the formula is &amp;lt;code&amp;gt;failure = 40 - piety/20 - ceil(Invocations skill)&amp;lt;/code&amp;gt; ? -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 21:50, 22 December 2015 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Fingolfin</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39864&amp;oldid=prev</id>
		<title>Medar: /* Channelling success rate */</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39864&amp;oldid=prev"/>
				<updated>2015-12-22T11:40:31Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Channelling success rate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:40, 22 December 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l11&quot; &gt;Line 11:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;However, I can't find the definition of the &amp;quot;skill&amp;quot; method so I don't know what the &amp;quot;2&amp;quot; means and it bothers me. If anyone knows about this I would be very grateful. (btw this is in ability.cc) -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 11:53, 21 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;However, I can't find the definition of the &amp;quot;skill&amp;quot; method so I don't know what the &amp;quot;2&amp;quot; means and it bothers me. If anyone knows about this I would be very grateful. (btw this is in ability.cc) -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 11:53, 21 December 2015 (CET)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:https://github.com/crawl/crawl/blob/17fe93d936f541b5247af637ffcb8acd5f7d4e42/crawl-ref/source/player.cc#l5833&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:It's the scale parameter, if it's higher than 1 then progress towards the next skill level matters too (1.5 invo results in 3 here). -- [[User:Medar|Medar]] ([[User talk:Medar|talk]]) 12:40, 22 December 2015 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Medar</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39849&amp;oldid=prev</id>
		<title>Fingolfin: /* Channelling success rate */ new section</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=39849&amp;oldid=prev"/>
				<updated>2015-12-21T10:53:43Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Channelling success rate: &lt;/span&gt; new section&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:53, 21 December 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l3&quot; &gt;Line 3:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Actually, do a CTRL+F on the change log. She's in there. It says that she no longer inflicts amnesia. I'm not sure if that was suggesting that she no longer allows you to forget spells at will (which would be a weird nerf to add), or that she no longer blasts your memorized spells in her wrath (the phrasing makes this sound more likely, in which case we're doubly screwed because we never even had that listed in her wraths in the first place). I think she's probably ''mostly'' the same nerdy bookish library goddess we've always known and loved, but I want specifics, dammit. What's the point of a wiki that can't provide needlessly in-depth calculations??!? --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 13:50, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Actually, do a CTRL+F on the change log. She's in there. It says that she no longer inflicts amnesia. I'm not sure if that was suggesting that she no longer allows you to forget spells at will (which would be a weird nerf to add), or that she no longer blasts your memorized spells in her wrath (the phrasing makes this sound more likely, in which case we're doubly screwed because we never even had that listed in her wraths in the first place). I think she's probably ''mostly'' the same nerdy bookish library goddess we've always known and loved, but I want specifics, dammit. What's the point of a wiki that can't provide needlessly in-depth calculations??!? --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 13:50, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::As always, CC, fantastic work! --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 15:55, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::As always, CC, fantastic work! --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 15:55, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;== Channelling success rate ==&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;The channelling success rate this page indicates seemed strange to me, so I went to see the code for myself. I found out the failure chance of this ability is : &lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;code&amp;gt;failure = 40 - (you.piety / 20) - you.skill(SK_INVOCATIONS, 2);&amp;lt;/code&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;However, I can't find the definition of the &amp;quot;skill&amp;quot; method so I don't know what the &amp;quot;2&amp;quot; means and it bothers me. If anyone knows about this I would be very grateful. (btw this is in ability.cc) -- [[User:Fingolfin|Fingolfin]] ([[User talk:Fingolfin|talk]]) 11:53, 21 December 2015 (CET)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Fingolfin</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=30784&amp;oldid=prev</id>
		<title>MoogleDan at 13:55, 21 August 2014</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=30784&amp;oldid=prev"/>
				<updated>2014-08-21T13:55:16Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:55, 21 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l2&quot; &gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:As far as I can tell Sif hasn`t been changed much: the skills (channel, amnesia and miscast protect) and spellbook-gifts are still there for 0.15 as well as not accepting the ignorant. I can`t say anything about the specific numbers, but I didn`t notice any changes in the average amount of MP channeled and when Sif starts to gift books. There wasn't any mention of Sif in the changelogs, so I think Sif is unchanged. --[[User:BlueCrake|BlueCrake]] ([[User talk:BlueCrake|talk]]) 13:26, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:As far as I can tell Sif hasn`t been changed much: the skills (channel, amnesia and miscast protect) and spellbook-gifts are still there for 0.15 as well as not accepting the ignorant. I can`t say anything about the specific numbers, but I didn`t notice any changes in the average amount of MP channeled and when Sif starts to gift books. There wasn't any mention of Sif in the changelogs, so I think Sif is unchanged. --[[User:BlueCrake|BlueCrake]] ([[User talk:BlueCrake|talk]]) 13:26, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Actually, do a CTRL+F on the change log. She's in there. It says that she no longer inflicts amnesia. I'm not sure if that was suggesting that she no longer allows you to forget spells at will (which would be a weird nerf to add), or that she no longer blasts your memorized spells in her wrath (the phrasing makes this sound more likely, in which case we're doubly screwed because we never even had that listed in her wraths in the first place). I think she's probably ''mostly'' the same nerdy bookish library goddess we've always known and loved, but I want specifics, dammit. What's the point of a wiki that can't provide needlessly in-depth calculations??!? --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 13:50, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Actually, do a CTRL+F on the change log. She's in there. It says that she no longer inflicts amnesia. I'm not sure if that was suggesting that she no longer allows you to forget spells at will (which would be a weird nerf to add), or that she no longer blasts your memorized spells in her wrath (the phrasing makes this sound more likely, in which case we're doubly screwed because we never even had that listed in her wraths in the first place). I think she's probably ''mostly'' the same nerdy bookish library goddess we've always known and loved, but I want specifics, dammit. What's the point of a wiki that can't provide needlessly in-depth calculations??!? --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 13:50, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;:::As always, CC, fantastic work! --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 15:55, 21 August 2014 (CEST)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>MoogleDan</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=30776&amp;oldid=prev</id>
		<title>MoogleDan: Close, but not quite...</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Sif_Muna&amp;diff=30776&amp;oldid=prev"/>
				<updated>2014-08-21T11:50:09Z</updated>
		
		<summary type="html">&lt;p&gt;Close, but not quite...&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 11:50, 21 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;This page has never had a version tag applied to it, and it's one of the pages I've been least confident about updating (I'm a much bigger fan of Vehumet's style, TBH). I have no idea how out-of-date and inaccurate this page actually is. Can anyone who honestly feels confident about Sif Muna's behavior update this page for 0.14 or 0.15? If you can fill in a History section as well, that'd be even better. Code diving for specific mechanics behavior welcome. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 21:07, 20 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;This page has never had a version tag applied to it, and it's one of the pages I've been least confident about updating (I'm a much bigger fan of Vehumet's style, TBH). I have no idea how out-of-date and inaccurate this page actually is. Can anyone who honestly feels confident about Sif Muna's behavior update this page for 0.14 or 0.15? If you can fill in a History section as well, that'd be even better. Code diving for specific mechanics behavior welcome. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 21:07, 20 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:As far as I can tell Sif hasn`t been changed much: the skills (channel, amnesia and miscast protect) and spellbook-gifts are still there for 0.15 as well as not accepting the ignorant. I can`t say anything about the specific numbers, but I didn`t notice any changes in the average amount of MP channeled and when Sif starts to gift books. There wasn't any mention of Sif in the changelogs, so I think Sif is unchanged. --[[User:BlueCrake|BlueCrake]] ([[User talk:BlueCrake|talk]]) 13:26, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:As far as I can tell Sif hasn`t been changed much: the skills (channel, amnesia and miscast protect) and spellbook-gifts are still there for 0.15 as well as not accepting the ignorant. I can`t say anything about the specific numbers, but I didn`t notice any changes in the average amount of MP channeled and when Sif starts to gift books. There wasn't any mention of Sif in the changelogs, so I think Sif is unchanged. --[[User:BlueCrake|BlueCrake]] ([[User talk:BlueCrake|talk]]) 13:26, 21 August 2014 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;::Actually, do a CTRL+F on the change log. She's in there. It says that she no longer inflicts amnesia. I'm not sure if that was suggesting that she no longer allows you to forget spells at will (which would be a weird nerf to add), or that she no longer blasts your memorized spells in her wrath (the phrasing makes this sound more likely, in which case we're doubly screwed because we never even had that listed in her wraths in the first place). I think she's probably ''mostly'' the same nerdy bookish library goddess we've always known and loved, but I want specifics, dammit. What's the point of a wiki that can't provide needlessly in-depth calculations??!? --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 13:50, 21 August 2014 (CEST)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>MoogleDan</name></author>	</entry>

	</feed>