<?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%3APoison_Arrow</id>
		<title>Talk:Poison Arrow - 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%3APoison_Arrow"/>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;action=history"/>
		<updated>2026-05-16T21:38:47Z</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:Poison_Arrow&amp;diff=18551&amp;oldid=prev</id>
		<title>MoogleDan at 11:52, 22 August 2013</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18551&amp;oldid=prev"/>
				<updated>2013-08-22T11:52:11Z</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 11:52, 22 August 2013&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-l6&quot; &gt;Line 6:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&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;::It's actually really weird. BEAM_POISON_ARROW [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/beam.cc;h=be208a44feafa5b1f13455f91ea8a6563d4f62a1;hb=6459ca070173839a7b7190dba9c60623fdad1d47#l1603 checks monster::has_lifeforce()] in order to inflict the poison status on poison-resistant enemies, but NOT for non-poison resistant enemies. The function has_lifeforce() [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/monster.cc#l4902 checks for plant or natural holiness].&amp;#160; So the upshot is that poison-resistant demons take damage appropriate for their resistance, but are not inflicted with poison.&amp;#160; Non-poison-resistant ones both take full poison damage and are inflicted with poison (this would even be true of a non-poison resistant non-living monster).&amp;#160; So that would be why I remember poison arrow poisoning demons, but it doesn't usually.&amp;#160; Honestly this sounds like a bug - it should either check the holiness for both or neither case. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 00:19, 22 August 2013 (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;::It's actually really weird. BEAM_POISON_ARROW [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/beam.cc;h=be208a44feafa5b1f13455f91ea8a6563d4f62a1;hb=6459ca070173839a7b7190dba9c60623fdad1d47#l1603 checks monster::has_lifeforce()] in order to inflict the poison status on poison-resistant enemies, but NOT for non-poison resistant enemies. The function has_lifeforce() [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/monster.cc#l4902 checks for plant or natural holiness].&amp;#160; So the upshot is that poison-resistant demons take damage appropriate for their resistance, but are not inflicted with poison.&amp;#160; Non-poison-resistant ones both take full poison damage and are inflicted with poison (this would even be true of a non-poison resistant non-living monster).&amp;#160; So that would be why I remember poison arrow poisoning demons, but it doesn't usually.&amp;#160; Honestly this sounds like a bug - it should either check the holiness for both or neither case. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 00:19, 22 August 2013 (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;:::Oh those wacky devs. Thanks Ion! --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 13:52, 22 August 2013 (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:Poison_Arrow&amp;diff=18549&amp;oldid=prev</id>
		<title>Ion frigate at 22:36, 21 August 2013</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18549&amp;oldid=prev"/>
				<updated>2013-08-21T22:36:17Z</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 22:36, 21 August 2013&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-l5&quot; &gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&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 a spell I've never used, but the bits and pieces I've read about it in various places seems to state that it's best against natural holiness opponents, okay against demonic, and bad against undead. There actually are some demons that can be poisoned (mostly 5s and then Antaeus), so it seems like they'd have poison resistance, not poison immunity. *shrug* Perhaps I'll just run a venom mage someday and find out firsthand. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 22:30, 21 August 2013 (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;:It's a spell I've never used, but the bits and pieces I've read about it in various places seems to state that it's best against natural holiness opponents, okay against demonic, and bad against undead. There actually are some demons that can be poisoned (mostly 5s and then Antaeus), so it seems like they'd have poison resistance, not poison immunity. *shrug* Perhaps I'll just run a venom mage someday and find out firsthand. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 22:30, 21 August 2013 (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;/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;−&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;::It's actually really weird. BEAM_POISON_ARROW [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/beam.cc;h=be208a44feafa5b1f13455f91ea8a6563d4f62a1;hb=6459ca070173839a7b7190dba9c60623fdad1d47#l1603 checks monster::has_lifeforce()] in order to inflict the poison &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;damage &lt;/del&gt;on poison-resistant enemies, but NOT for non-poison resistant enemies. The function has_lifeforce() [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/monster.cc#l4902 checks for plant or natural holiness].&amp;#160; So the upshot is that poison-resistant demons take damage appropriate for their resistance, but are not inflicted with poison.&amp;#160; Non-poison-resistant ones both take full poison damage and are inflicted with poison (this would even be true of a non-poison resistant non-living monster).&amp;#160; So that would be why I remember poison arrow poisoning demons, but it doesn't usually.&amp;#160; Honestly this sounds like a bug - it should either check the holiness for both or neither case. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 00:19, 22 August 2013 (CEST)&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;::It's actually really weird. BEAM_POISON_ARROW [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/beam.cc;h=be208a44feafa5b1f13455f91ea8a6563d4f62a1;hb=6459ca070173839a7b7190dba9c60623fdad1d47#l1603 checks monster::has_lifeforce()] in order to inflict the poison &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;status &lt;/ins&gt;on poison-resistant enemies, but NOT for non-poison resistant enemies. The function has_lifeforce() [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/monster.cc#l4902 checks for plant or natural holiness].&amp;#160; So the upshot is that poison-resistant demons take damage appropriate for their resistance, but are not inflicted with poison.&amp;#160; Non-poison-resistant ones both take full poison damage and are inflicted with poison (this would even be true of a non-poison resistant non-living monster).&amp;#160; So that would be why I remember poison arrow poisoning demons, but it doesn't usually.&amp;#160; Honestly this sounds like a bug - it should either check the holiness for both or neither case. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 00:19, 22 August 2013 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ion frigate</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18548&amp;oldid=prev</id>
		<title>Ion frigate at 22:19, 21 August 2013</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18548&amp;oldid=prev"/>
				<updated>2013-08-21T22:19:17Z</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 22:19, 21 August 2013&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-l4&quot; &gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&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;:It's a spell I've never used, but the bits and pieces I've read about it in various places seems to state that it's best against natural holiness opponents, okay against demonic, and bad against undead. There actually are some demons that can be poisoned (mostly 5s and then Antaeus), so it seems like they'd have poison resistance, not poison immunity. *shrug* Perhaps I'll just run a venom mage someday and find out firsthand. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 22:30, 21 August 2013 (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;:It's a spell I've never used, but the bits and pieces I've read about it in various places seems to state that it's best against natural holiness opponents, okay against demonic, and bad against undead. There actually are some demons that can be poisoned (mostly 5s and then Antaeus), so it seems like they'd have poison resistance, not poison immunity. *shrug* Perhaps I'll just run a venom mage someday and find out firsthand. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 22:30, 21 August 2013 (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;::It's actually really weird. BEAM_POISON_ARROW [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/beam.cc;h=be208a44feafa5b1f13455f91ea8a6563d4f62a1;hb=6459ca070173839a7b7190dba9c60623fdad1d47#l1603 checks monster::has_lifeforce()] in order to inflict the poison damage on poison-resistant enemies, but NOT for non-poison resistant enemies. The function has_lifeforce() [http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/monster.cc#l4902 checks for plant or natural holiness].&amp;#160; So the upshot is that poison-resistant demons take damage appropriate for their resistance, but are not inflicted with poison.&amp;#160; Non-poison-resistant ones both take full poison damage and are inflicted with poison (this would even be true of a non-poison resistant non-living monster).&amp;#160; So that would be why I remember poison arrow poisoning demons, but it doesn't usually.&amp;#160; Honestly this sounds like a bug - it should either check the holiness for both or neither case. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 00:19, 22 August 2013 (CEST)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ion frigate</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18547&amp;oldid=prev</id>
		<title>MoogleDan at 20:30, 21 August 2013</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18547&amp;oldid=prev"/>
				<updated>2013-08-21T20:30:12Z</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 20:30, 21 August 2013&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;/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;It almost certainly did as of 0.9.&amp;#160; Not adding, as it either might have changed or my memory might be faulty, but I'm pretty sure I remember it working.&amp;#160; Since demons are all rPois, Poison Arrow is really not very effective in general against them, so it's something that rarely comes up. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 22:16, 21 August 2013 (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;It almost certainly did as of 0.9.&amp;#160; Not adding, as it either might have changed or my memory might be faulty, but I'm pretty sure I remember it working.&amp;#160; Since demons are all rPois, Poison Arrow is really not very effective in general against them, so it's something that rarely comes up. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 22:16, 21 August 2013 (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;:It's a spell I've never used, but the bits and pieces I've read about it in various places seems to state that it's best against natural holiness opponents, okay against demonic, and bad against undead. There actually are some demons that can be poisoned (mostly 5s and then Antaeus), so it seems like they'd have poison resistance, not poison immunity. *shrug* Perhaps I'll just run a venom mage someday and find out firsthand. --[[User:MoogleDan|MoogleDan]] ([[User talk:MoogleDan|talk]]) 22:30, 21 August 2013 (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:Poison_Arrow&amp;diff=18546&amp;oldid=prev</id>
		<title>Ion frigate at 20:16, 21 August 2013</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18546&amp;oldid=prev"/>
				<updated>2013-08-21T20:16:46Z</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 20:16, 21 August 2013&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;==Poisoning demons==&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;==Poisoning demons==&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;/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;−&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;It almost certainly did as of 0.9.&amp;#160; Not adding, as it either might have changed or my memory might be faulty, but I'm pretty sure I remember it working.&amp;#160; Since demons are all rPois, Poison Arrow really not very effective in general against them, so it's something that rarely comes up. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 22:16, 21 August 2013 (CEST)&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;It almost certainly did as of 0.9.&amp;#160; Not adding, as it either might have changed or my memory might be faulty, but I'm pretty sure I remember it working.&amp;#160; Since demons are all rPois, Poison Arrow &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;is &lt;/ins&gt;really not very effective in general against them, so it's something that rarely comes up. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 22:16, 21 August 2013 (CEST)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ion frigate</name></author>	</entry>

	<entry>
		<id>http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18545&amp;oldid=prev</id>
		<title>Ion frigate: Created page with &quot;==Poisoning demons==  It almost certainly did as of 0.9.  Not adding, as it either might have changed or my memory might be faulty, but I'm pretty sure I remember it working. ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://crawl.chaosforge.org/index.php?title=Talk:Poison_Arrow&amp;diff=18545&amp;oldid=prev"/>
				<updated>2013-08-21T20:16:28Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Poisoning demons==  It almost certainly did as of 0.9.  Not adding, as it either might have changed or my memory might be faulty, but I&amp;#039;m pretty sure I remember it working. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Poisoning demons==&lt;br /&gt;
&lt;br /&gt;
It almost certainly did as of 0.9.  Not adding, as it either might have changed or my memory might be faulty, but I'm pretty sure I remember it working.  Since demons are all rPois, Poison Arrow really not very effective in general against them, so it's something that rarely comes up. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 22:16, 21 August 2013 (CEST)&lt;/div&gt;</summary>
		<author><name>Ion frigate</name></author>	</entry>

	</feed>