<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.slothmud.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MUDL%3Ais_spell_damage_fire</id>
		<title>MUDL:is spell damage fire - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.slothmud.com/wiki/index.php?action=history&amp;feed=atom&amp;title=MUDL%3Ais_spell_damage_fire"/>
		<link rel="alternate" type="text/html" href="http://wiki.slothmud.com/wiki/index.php?title=MUDL:is_spell_damage_fire&amp;action=history"/>
		<updated>2026-04-05T21:32:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wiki.slothmud.com/wiki/index.php?title=MUDL:is_spell_damage_fire&amp;diff=65260&amp;oldid=prev</id>
		<title>Teker: Created page with &quot; __TOC__   = Summary =  {|class=&quot;abilitiestable&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; ! Function Name | is_spell_damage_fire |- ! Settable | No |- ! Returns | Boolean |}...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.slothmud.com/wiki/index.php?title=MUDL:is_spell_damage_fire&amp;diff=65260&amp;oldid=prev"/>
				<updated>2018-11-07T23:53:46Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; __TOC__   = Summary =  {|class=&amp;quot;abilitiestable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; ! Function Name | is_spell_damage_fire |- ! Settable | No |- ! Returns | Boolean |}...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;abilitiestable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
! Function Name&lt;br /&gt;
| is_spell_damage_fire&lt;br /&gt;
|-&lt;br /&gt;
! Settable&lt;br /&gt;
| No&lt;br /&gt;
|-&lt;br /&gt;
! Returns&lt;br /&gt;
| Boolean&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;abilitiestable&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
! Parameter Options&lt;br /&gt;
|-&lt;br /&gt;
| Spell (integer or string)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This function returns True if the specified spell deals fire damage that can be reduced via the 'resist fire' spell and False otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Example =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
setproc &amp;lt;parent&amp;gt; # intercept_cast_i&lt;br /&gt;
# If not fire, fail the spell&lt;br /&gt;
if (is_pc(%a) AND !is_spell_damage_fire(%1),&lt;br /&gt;
(&lt;br /&gt;
    msg_character(%a, 'Your spell fizzles!'),&lt;br /&gt;
&lt;br /&gt;
    # Stop future processing of this command&lt;br /&gt;
    set(flag(%f, 'procedure-flags', 'overrode-command'), true),&lt;br /&gt;
    return(true)&lt;br /&gt;
)),&lt;br /&gt;
&lt;br /&gt;
return(false)&lt;br /&gt;
@&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
setproc &amp;lt;parent&amp;gt; # PROC_ENABLED 1&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Building]]&lt;br /&gt;
[[Category:MUDL|is_spell_damage_fire]]&lt;/div&gt;</summary>
		<author><name>Teker</name></author>	</entry>

	</feed>