<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Trunk updates, 20 April 2016</title>
	<atom:link href="http://crawl.develz.org/wordpress/trunk-updates-20-april-2016/feed" rel="self" type="application/rss+xml" />
	<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016</link>
	<description>Development live!</description>
	<lastBuildDate>Mon, 16 Mar 2026 09:52:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: PleasingFungus</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2464</link>
		<dc:creator>PleasingFungus</dc:creator>
		<pubDate>Thu, 05 May 2016 03:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2464</guid>
		<description>@ololev: Yes.

Before: (3 * 2 + 1) / 2 + 1 = 7 / 2 + 1 = 3 + 1 = 4; damage is divided by 4, a.k.a. reduced by 3/4ths.

After: (3 * 1 + 1) / 2 + 1 = 4 / 2 + 1 = 2 + 1 = 3; damage is divided by 3, a.k.a. reduced by 2/3rds.</description>
		<content:encoded><![CDATA[<p>@ololev: Yes.</p>
<p>Before: (3 * 2 + 1) / 2 + 1 = 7 / 2 + 1 = 3 + 1 = 4; damage is divided by 4, a.k.a. reduced by 3/4ths.</p>
<p>After: (3 * 1 + 1) / 2 + 1 = 4 / 2 + 1 = 2 + 1 = 3; damage is divided by 3, a.k.a. reduced by 2/3rds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaa</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2461</link>
		<dc:creator>aaa</dc:creator>
		<pubDate>Fri, 29 Apr 2016 02:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2461</guid>
		<description>@bregath: git pull the full source and compile it</description>
		<content:encoded><![CDATA[<p>@bregath: git pull the full source and compile it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bregath</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2458</link>
		<dc:creator>bregath</dc:creator>
		<pubDate>Wed, 27 Apr 2016 12:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2458</guid>
		<description>Are there any chances to see those changes in downloadable Crawl?</description>
		<content:encoded><![CDATA[<p>Are there any chances to see those changes in downloadable Crawl?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ololoev</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2456</link>
		<dc:creator>ololoev</dc:creator>
		<pubDate>Wed, 27 Apr 2016 09:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2456</guid>
		<description>&gt;rElec reduces damage by 2/3rds, rather than 3/4ths.
Please explain this, res in &quot;resistible /= (3 * res + 1) / 2 + bonus_res;&quot; was changed from 2 to 1 for having rElec? Also, I can&#039;t see how one can get 2/3 from the formula above.</description>
		<content:encoded><![CDATA[<p>&gt;rElec reduces damage by 2/3rds, rather than 3/4ths.<br />
Please explain this, res in &#8220;resistible /= (3 * res + 1) / 2 + bonus_res;&#8221; was changed from 2 to 1 for having rElec? Also, I can&#8217;t see how one can get 2/3 from the formula above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PleasingFungus</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2455</link>
		<dc:creator>PleasingFungus</dc:creator>
		<pubDate>Mon, 25 Apr 2016 06:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2455</guid>
		<description>@Maxim: The reasoning is in &lt;a href=&quot;https://github.com/crawl/crawl/commit/dbab4ee685ab&quot; rel=&quot;nofollow&quot;&gt;the commit.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Maxim: The reasoning is in <a href="https://github.com/crawl/crawl/commit/dbab4ee685ab" rel="nofollow">the commit.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PleasingFungus</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2454</link>
		<dc:creator>PleasingFungus</dc:creator>
		<pubDate>Mon, 25 Apr 2016 06:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2454</guid>
		<description>@aaa: if you can actually pull that off, you deserve your buffed saint roka, imho.</description>
		<content:encoded><![CDATA[<p>@aaa: if you can actually pull that off, you deserve your buffed saint roka, imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaa</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2453</link>
		<dc:creator>aaa</dc:creator>
		<pubDate>Mon, 25 Apr 2016 01:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2453</guid>
		<description>About the item
-Enemies buffed by Gozag’s wrath remain buffed until slain:

worship Gozag first -&gt; abandon him -&gt; worship Beogh -&gt; encounter buffed Saint Roka -&gt; tame him -&gt; PROFIT!!

The item SHOULD be fixed to:
-Enemies buffed by Gozag’s wrath remain buffed until slain AND ENSLAVED</description>
		<content:encoded><![CDATA[<p>About the item<br />
-Enemies buffed by Gozag’s wrath remain buffed until slain:</p>
<p>worship Gozag first -&gt; abandon him -&gt; worship Beogh -&gt; encounter buffed Saint Roka -&gt; tame him -&gt; PROFIT!!</p>
<p>The item SHOULD be fixed to:<br />
-Enemies buffed by Gozag’s wrath remain buffed until slain AND ENSLAVED</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2452</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Sun, 24 Apr 2016 20:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2452</guid>
		<description>What? Why have you removed disperal arrows?</description>
		<content:encoded><![CDATA[<p>What? Why have you removed disperal arrows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Undefined</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2451</link>
		<dc:creator>Undefined</dc:creator>
		<pubDate>Sun, 24 Apr 2016 14:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2451</guid>
		<description>Ah, I&#039;m gonna miss removing curse with enchantment scrolls.</description>
		<content:encoded><![CDATA[<p>Ah, I&#8217;m gonna miss removing curse with enchantment scrolls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freynir</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2450</link>
		<dc:creator>freynir</dc:creator>
		<pubDate>Sat, 23 Apr 2016 03:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2450</guid>
		<description>&quot;High scores...&quot;- there is possibilty to die from stupidity, for higly experienced/scored persons sometimes its generated crash</description>
		<content:encoded><![CDATA[<p>&#8220;High scores&#8230;&#8221;- there is possibilty to die from stupidity, for higly experienced/scored persons sometimes its generated crash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toastedzergling</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2449</link>
		<dc:creator>toastedzergling</dc:creator>
		<pubDate>Fri, 22 Apr 2016 22:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2449</guid>
		<description>Does this mean the .18 tournament is around the corner!?</description>
		<content:encoded><![CDATA[<p>Does this mean the .18 tournament is around the corner!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xordid</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2448</link>
		<dc:creator>xordid</dc:creator>
		<pubDate>Fri, 22 Apr 2016 20:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2448</guid>
		<description>The wooooosh in this comment section is palpable. :) Looking forward to these changes, quite honestly.</description>
		<content:encoded><![CDATA[<p>The wooooosh in this comment section is palpable. :) Looking forward to these changes, quite honestly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuniqs</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2447</link>
		<dc:creator>kuniqs</dc:creator>
		<pubDate>Fri, 22 Apr 2016 14:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2447</guid>
		<description>It&#039;s a joke</description>
		<content:encoded><![CDATA[<p>It&#8217;s a joke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratamawirya</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2446</link>
		<dc:creator>pratamawirya</dc:creator>
		<pubDate>Fri, 22 Apr 2016 05:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2446</guid>
		<description>“High score entries featuring mountain dwarves that died of stupidity no longer crash the game.” Wait, what does this have to do with strategy and complexity...?</description>
		<content:encoded><![CDATA[<p>“High score entries featuring mountain dwarves that died of stupidity no longer crash the game.” Wait, what does this have to do with strategy and complexity&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PleasingFungus</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2445</link>
		<dc:creator>PleasingFungus</dc:creator>
		<pubDate>Fri, 22 Apr 2016 05:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2445</guid>
		<description>@pratamawirya: A message that anthropomorphised the Abyss (&quot;The substance of the Abyss twists in disgust&quot;) was changed. It&#039;s a very trivial change.</description>
		<content:encoded><![CDATA[<p>@pratamawirya: A message that anthropomorphised the Abyss (&#8220;The substance of the Abyss twists in disgust&#8221;) was changed. It&#8217;s a very trivial change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiseanne</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2444</link>
		<dc:creator>Chiseanne</dc:creator>
		<pubDate>Thu, 21 Apr 2016 20:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2444</guid>
		<description>I totally agree to Jon. Instead of making this richer in feature and more interesting they just nerf everything fun and reduce complexity. One day they will merge all weapons into only one all-purpose weapon called &quot;The weapon!&quot; Not happy with the way the developement goes.</description>
		<content:encoded><![CDATA[<p>I totally agree to Jon. Instead of making this richer in feature and more interesting they just nerf everything fun and reduce complexity. One day they will merge all weapons into only one all-purpose weapon called &#8220;The weapon!&#8221; Not happy with the way the developement goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2443</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 21 Apr 2016 16:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2443</guid>
		<description>&quot;High score entries featuring mountain dwarves that died of stupidity no longer crash the game&quot; -- I&#039;m so tired of all these changes that reduce strategy and complexity. I barely recognize Crawl anymore!</description>
		<content:encoded><![CDATA[<p>&#8220;High score entries featuring mountain dwarves that died of stupidity no longer crash the game&#8221; &#8212; I&#8217;m so tired of all these changes that reduce strategy and complexity. I barely recognize Crawl anymore!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pratamawirya</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2442</link>
		<dc:creator>pratamawirya</dc:creator>
		<pubDate>Thu, 21 Apr 2016 15:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2442</guid>
		<description>&quot;The Abyss has been decisively deanthropomorphised.&quot; What&#039;s that supposed to mean?</description>
		<content:encoded><![CDATA[<p>&#8220;The Abyss has been decisively deanthropomorphised.&#8221; What&#8217;s that supposed to mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>https://crawl.develz.org/wordpress/trunk-updates-20-april-2016/comment-page-1#comment-2441</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 21 Apr 2016 11:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://crawl.develz.org/wordpress/?p=3497#comment-2441</guid>
		<description>&quot;Arrows, bolts &amp; sling bullets no longer have brands&quot;
Thank you.
My inventory will not be  as clogged as it used to.</description>
		<content:encoded><![CDATA[<p>&#8220;Arrows, bolts &amp; sling bullets no longer have brands&#8221;<br />
Thank you.<br />
My inventory will not be  as clogged as it used to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
