<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rolllists SYSTEM "rolllist.dtd">

<rolllists>

<rolllist id="jlw:1ecritmissthrust" visible="true">
<name>First Edition Critical Hit: Missile and Thrusting Weapons</name>
<author>Dragon #39--Carl Parlagreco</author>
<url>http://divnull.com/omnihedron/</url>
<dice>d100</dice>
<comment>&copyright;2002 by Wizards of the Coast&newline;Rolls a random critical hit effect.</comment>
<items>
	<item roll="1" end="34">double damage</item>
	<item roll="35" end="70">triple damage</item>
	<item roll="71" end="72">shield arm struck (no effect if shielded)</item>
	<item roll="73" end="74">shield arm struck</item>
	<item roll="75" end="76">weapon arm struck; -2 Attack modifier</item>
	<item roll="77" end="78">weapon arm struck; -4 Attack modifier</item>
        <item roll="79" end="80">weapon arm struck; no attacks (except with off-hand)</item>
	<item roll="81" end="82">struck in abdomen; death in <sub>jlw:d6dam</sub> days</item>
	<item roll="83" end="84">struck in chest; death in <sub>jlw:d4dam</sub> days</item>
	<item roll="85" end="86">struck in abdomen; death in <sub>jlw:2d6dam</sub> rounds</item>
	<item roll="87" end="88">struck in chest; death in <sub>jlw:2d4dam</sub> rounds</item>
	<item roll="89" end="90">struck in abdomen; immediate death</item>
	<item roll="91" end="92">struck in chest; immediate death</item>
	<item roll="93">blinded in eye (no effect if helmed)</item>
	<item roll="94">blinded in eye</item>
        <item roll="95">larynx punctured (no effect if helmed)</item>
	<item roll="96">larynx punctured</item>
	<item roll="97">struck in head; lose <sub>jlw:d6dam</sub> Intelligence (no effect if helmed)</item>
	<item roll="98">struck in head; lose <sub>jlw:d6dam</sub> Intelligence</item>
        <item roll="99">struck in head; immediate death (no effect if helmed)</item>
        <item roll="100">decapitated; immediate death</item>
</items>
</rolllist>

<rolllist id="jlw:d6dam" visible="false">
<name>D6 Damage</name>
<author>none</author>
<dice>d6</dice>
<comment>simple d6 roll</comment>
<items>
	<item roll="1">1</item>
	<item roll="2">2</item>
	<item roll="3">3</item>
	<item roll="4">4</item>
        <item roll="5">5</item>
        <item roll="6">6</item>
</items>
</rolllist>


<rolllist id="jlw:d4dam" visible="false">
<name>D4 Damage</name>
<author>none</author>
<dice>d4</dice>
<comment>simple d4 roll</comment>
<items>
	<item roll="1">1</item>
	<item roll="2">2</item>
	<item roll="3">3</item>
	<item roll="4">4</item>
</items>
</rolllist>

<rolllist id="jlw:2d6dam" visible="false">
<name>2D6 Damage</name>
<author>none</author>
<dice>d6+d6</dice>
<comment>two simple d6 rolls</comment>
<items>
	
	<item roll="2">2</item>
	<item roll="3">3</item>
	<item roll="4">4</item>
        <item roll="5">5</item>
        <item roll="6">6</item>
        <item roll="7">7</item>
        <item roll="8">8</item>
        <item roll="9">9</item>
        <item roll="10">10</item>
        <item roll="11">11</item>
        <item roll="12">12</item>
</items>
</rolllist>

<rolllist id="jlw:2d4dam" visible="false">
<name>2D4 Damage</name>
<author>none</author>
<dice>d4+d4</dice>
<comment>two simple d4 rolls</comment>
<items>
	
	<item roll="2">2</item>
	<item roll="3">3</item>
	<item roll="4">4</item>
        <item roll="5">5</item>
        <item roll="6">6</item>
        <item roll="7">7</item>
        <item roll="8">8</item>
</items>
</rolllist>


</rolllists>

