wpdev-commits Mailing List for Wolfpack Emu (Page 175)
Brought to you by:
rip,
thiagocorrea
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(14) |
Aug
(121) |
Sep
(256) |
Oct
(59) |
Nov
(73) |
Dec
(120) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(259) |
Feb
(381) |
Mar
(501) |
Apr
(355) |
May
(427) |
Jun
(270) |
Jul
(394) |
Aug
(412) |
Sep
(724) |
Oct
(578) |
Nov
(65) |
Dec
|
|
From: <dr...@us...> - 2004-01-02 15:05:46
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/lizardmen In directory sc8-pr-cvs1:/tmp/cvs-serv19454 Modified Files: lizardmen.xml Log Message: Sisthasistasissssss Index: lizardmen.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/lizardmen/lizardmen.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lizardmen.xml 27 Dec 2003 20:44:04 -0000 1.1 --- lizardmen.xml 2 Jan 2004 15:05:38 -0000 1.2 *************** *** 6,23 **** <inherit id="monster_base" /> <name><random list="NAMES_LIZARDMAN" /></name> ! <karma><random min="-1250" max="-2499" /></karma> ! <fame><random min="1250" max="2499" /></fame> ! <defense><random min="25" max="23" /></defense> ! <lodamage>8</lodamage> ! <hidamage>12</hidamage> <gold><random min="25" max="50" /></gold> <!-- Stats --> ! <str><random min="96" max="120" /></str> ! <dex><random min="86" max="105" /></dex> ! <int><random min="36" max="60" /></int> <!-- Skills --> ! <wrestling><random min="501" max="700" /></wrestling> ! <tactics><random min="551" max="800" /></tactics> ! <magicresistance><random min="351" max="600" /></magicresistance> <carve>carve_lizard_man_medium</carve> </npc> --- 6,31 ---- <inherit id="monster_base" /> <name><random list="NAMES_LIZARDMAN" /></name> ! <karma>-1500</karma> ! <fame>1500</fame> <gold><random min="25" max="50" /></gold> <!-- Stats --> ! <str><random min="96" max="120"/></str> ! <dex><random min="86" max="105"/></dex> ! <int><random min="36" max="60"/></int> <!-- Skills --> ! <magicresistance><random min="351" max="600"/></magicresistance> ! <tactics><random min="551" max="800"/></tactics> ! <wrestling><random min="501" max="700"/></wrestling> ! <!-- Damage --> ! <lodamage>5</lodamage> ! <hidamage>7</hidamage> ! <!-- Resists --> ! <defense><random min="25" max="23" /></defense> ! <tag name="coldresist" value="5,10" /> ! <tag name="fireresist" value="5,10" /> ! <tag name="physicalresist" value="25,30" /> ! <tag name="poisonresist" value="10,20" /> ! <!-- Misc. --> ! <desc>These reptilian creatures are savage, but very Intelligent - perhaps equal in intellect to humanity, though without the moderating influences of civilization. They love gold, and will play the brigandon parties that are insufficiently protected.</desc> <carve>carve_lizard_man_medium</carve> </npc> *************** *** 40,44 **** <npc id="lizardman_3"> <inherit id="lizardman_base" /> ! <id>0x024</id> <category>Monsters\Lizardmen\Lizardman 3</category> </npc> --- 48,52 ---- <npc id="lizardman_3"> <inherit id="lizardman_base" /> ! <id>0x24</id> <category>Monsters\Lizardmen\Lizardman 3</category> </npc> |
|
From: <dr...@us...> - 2004-01-02 14:34:41
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common In directory sc8-pr-cvs1:/tmp/cvs-serv14340 Modified Files: corpser.xml elder_gazer.xml frost_ooze.xml gazer.xml giant_rat.xml phoenix.xml reaper.xml sewer_rat.xml shadow_wisp.xml slime.xml swamp_tentacle.xml vorpal_bunny.xml wisp.xml Log Message: I actually skipped this group at first. Up to date with some of the rest now. :) I still need to tweak a few though. Index: corpser.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/corpser.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** corpser.xml 27 Dec 2003 20:44:03 -0000 1.1 --- corpser.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,16 **** <npc id="corpser"> <name>a corpser</name> ! <id>0x008</id> <inherit id="monster_base"/> ! <category>Monsters\Common Monsters\Corpser</category> ! <karma><random min="-625" max="-1249"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="15" max="20"/></defense> ! <lodamage>21</lodamage> ! <hidamage>43</hidamage> <gold><random min="25" max="50"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="corpser"> <name>a corpser</name> ! <id>0x8</id> <inherit id="monster_base"/> ! <karma>-1000</karma> ! <fame>1000</fame> <gold><random min="25" max="50"/></gold> <!-- Stats --> *************** *** 19,26 **** <int><random min="26" max="40"/></int> <!-- Skills --> - <wrestling><random min="451" max="600"/></wrestling> - <tactics><random min="451" max="600"/></tactics> <magicresistance><random min="151" max="200"/></magicresistance> ! <!-- Priv --> </npc> --- 15,35 ---- <int><random min="26" max="40"/></int> <!-- Skills --> <magicresistance><random min="151" max="200"/></magicresistance> ! <tactics><random min="451" max="600"/></tactics> ! <wrestling><random min="451" max="600"/></wrestling> ! <!-- Damage --> ! <lodamage>10</lodamage> ! <hidamage>23</hidamage> ! <tag name="physicaldamage" value="60" /> ! <tag name="poisondamage" value="40" /> ! <!-- Resists --> ! <defense><random min="15" max="20"/></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="fireresist" value="15,25" /> ! <tag name="physicalresist" value="15,20" /> ! <tag name="poisonresist" value="20,30" /> ! <!-- Misc. --> ! <desc>These fearsome beasts of the jungle, swamp, and forest dwell beneath the earth. It is unlikely that any human has ever beheld the full measure of a corpser, as they move through the concealing earth aseasily as a fish does through water or a bird does through air. When these ravenous predators perceive the footsteps of a large creature moving on the surface above them, they thrust mighty tentacles upward, through the crust, to seize their prey. Unwitting creatures and unfortunate humans who do not wrest themselves free of the tentacles grasp, find themselves rent to bits and dragged below the surface to feed the creatures unsavory appetites. Combatants take heed! The way of the bow, staff, or sword is not always that to take with these vile creatures. Although weapons rarely damage a corpser, its kind might bebrought down by the judicious use of fire.</desc> ! <category>Monsters\Common\Corpser</category> </npc> Index: elder_gazer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/elder_gazer.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** elder_gazer.xml 30 Dec 2003 10:57:15 -0000 1.2 --- elder_gazer.xml 2 Jan 2004 14:34:37 -0000 1.3 *************** *** 6,28 **** <name>an elder gazer</name> <id>0x44</id> - <category>Monsters\Common Monsters\Elder Gazer</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="10000" max="15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>23</lodamage> ! <hidamage>59</hidamage> <!-- Stats --> ! <str><random min="291" max="325" /></str> ! <dex><random min="86" max="105" /></dex> ! <int><random min="291" max="385" /></int> <!-- Skills --> ! <wrestling><random min="801" max="1000" /></wrestling> ! <tactics><random min="801" max="1000" /></tactics> ! <magicresistance><random min="1151" max="1300" /></magicresistance> ! <anatomy><random min="620" max="1000" /></anatomy> ! <magery><random min="901" max="1000" /></magery> ! <evaluatingintel><random min="901" max="1000" /></evaluatingintel> </npc> --- 6,38 ---- <name>an elder gazer</name> <id>0x44</id> <inherit id="monster_base" /> ! <karma>-12500</karma> ! <fame>12500</fame> <!-- Stats --> ! <str><random min="296" max="325"/></str> ! <dex><random min="86" max="105"/></dex> ! <int><random min="901" max="1000"/></int> <!-- Skills --> ! <anatomy><random min="620" max="1000"/></anatomy> ! <evaluatingintel><random min="901" max="1000"/></evaluatingintel> ! <magery><random min="901" max="1000"/></magery> ! <magicresistance><random min="1151" max="1300"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="801" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>8</lodamage> ! <hidamage>19</hidamage> ! <tag name="energydamage" value="50" /> ! <tag name="physicaldamage" value="50" /> ! <!-- Resists --> ! <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="60,70" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="40,50" /> ! <!-- Misc. --> ! <desc>If the glare of a gazer inspires fear, the countenance of the Elder Gazer is the abandonment of hope. It is rumored that Elder Gazers are feared even by their own kind, as the cruelty of the Elder Gazer is unrivaled. Unlike humans, gazers do not become infirm with age, but rather more avaricious and powerful. Hardened and horrible, Elder Gazers crave only more wealth.</desc> ! <category>Monsters\Common\Elder Gazer</category> </npc> Index: frost_ooze.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/frost_ooze.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frost_ooze.xml 27 Dec 2003 20:44:03 -0000 1.1 --- frost_ooze.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,16 **** <npc id="frost_ooze"> <name>a frost ooze</name> ! <id>0x033</id> <inherit id="monster_base"/> ! <category>Monsters\Common Monsters\Frost Ooze</category> ! <karma><random min="-0" max="-624"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="15" max="20"/></defense> ! <lodamage>3</lodamage> ! <hidamage>11</hidamage> <!-- Stats --> <str><random min="18" max="30"/></str> --- 5,12 ---- <npc id="frost_ooze"> <name>a frost ooze</name> ! <id>0x5e</id> <inherit id="monster_base"/> ! <karma>-450</karma> ! <fame>450</fame> <!-- Stats --> <str><random min="18" max="30"/></str> *************** *** 18,25 **** <int><random min="16" max="20"/></int> <!-- Skills --> - <wrestling><random min="253" max="400"/></wrestling> - <tactics><random min="193" max="340"/></tactics> <magicresistance><random min="51" max="100"/></magicresistance> ! <!-- Priv --> </npc> --- 14,32 ---- <int><random min="16" max="20"/></int> <!-- Skills --> <magicresistance><random min="51" max="100"/></magicresistance> ! <tactics><random min="193" max="340"/></tactics> ! <wrestling><random min="253" max="400"/></wrestling> ! <!-- Damage --> ! <lodamage>3</lodamage> ! <hidamage>9</hidamage> ! <!-- Resists --> ! <defense><random min="15" max="20"/></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="physicalresist" value="15,20" /> ! <tag name="poisonresist" value="20,30" /> ! <!-- Misc. --> ! <desc>The name of the Frost Ooze is somewhat misleading. The frost ooze has developed in the frozen wastes and is actually a unique form of fungus. Due to the lack of available material needed for the fungus to propagate, the fungus developed the unique ability to move. The frost ooze absorbs moisture from the air. It secretes this moisture in the form of an ooze tendril that freezes itself to the ground. With this attachment, it drags its center forward. Though motivation is slow, the ooze can consume almost anything it touches.</desc> ! <category>Monsters\Common\Frost Ooze</category> </npc> Index: gazer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/gazer.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gazer.xml 27 Dec 2003 20:44:03 -0000 1.1 --- gazer.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 6,27 **** <name>a gazer</name> <id>0x16</id> - <category>Monsters\Common Monsters\Gazer</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="35" max="40" /></defense> ! <lodamage>9</lodamage> ! <hidamage>19</hidamage> <!-- Stats --> ! <str><random min="96" max="125" /></str> ! <dex><random min="86" max="105" /></dex> ! <int><random min="141" max="165" /></int> <!-- Skills --> ! <wrestling><random min="501" max="700" /></wrestling> ! <tactics><random min="501" max="700" /></tactics> ! <magicresistance><random min="601" max="750" /></magicresistance> ! <magery><random min="501" max="650" /></magery> ! <evaluatingintel><random min="501" max="650" /></evaluatingintel> </npc> --- 6,35 ---- <name>a gazer</name> <id>0x16</id> <inherit id="monster_base" /> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> ! <str><random min="96" max="125"/></str> ! <dex><random min="86" max="105"/></dex> ! <int><random min="501" max="650"/></int> <!-- Skills --> ! <evaluatingintel><random min="501" max="650"/></evaluatingintel> ! <magery><random min="501" max="650"/></magery> ! <magicresistance><random min="601" max="750"/></magicresistance> ! <tactics><random min="501" max="700"/></tactics> ! <wrestling><random min="501" max="700"/></wrestling> ! <!-- Damage --> ! <lodamage>5</lodamage> ! <hidamage>10</hidamage> ! <!-- Resists --> ! <defense><random min="35" max="40" /></defense> ! <tag name="coldresist" value="20,30" /> ! <tag name="energyresist" value="20,30" /> ! <tag name="fireresist" value="40,50" /> ! <tag name="physicalresist" value="35,40" /> ! <tag name="poisonresist" value="10,20" /> ! <!-- Misc. --> ! <desc>These unnatural beasts have the appearance of a floating, decapitated head sprouting myriad writhing tentacles, each with a staring eye at the end. Certain adventurers claim to have eaten the meat of the gazer with no ill effects, although the very thought to most is repugnant.</desc> ! <category>Monsters\Common\Gazer</category> </npc> Index: giant_rat.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/giant_rat.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** giant_rat.xml 27 Dec 2003 20:44:03 -0000 1.1 --- giant_rat.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,16 **** <npc id="rat_giant"> <name>a giant rat</name> ! <id>0x0d7</id> ! <category>Monsters\Giant Animals\Giant Rat </category> <inherit id="monster_base"/> ! <karma><random min="-0" max="-624"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="15" max="20"/></defense> ! <lodamage>5</lodamage> ! <hidamage>11</hidamage> <!-- Stats --> <str><random min="32" max="74"/></str> --- 5,12 ---- <npc id="rat_giant"> <name>a giant rat</name> ! <id>0xd7</id> <inherit id="monster_base"/> ! <karma>-300</karma> ! <fame>300</fame> <!-- Stats --> <str><random min="32" max="74"/></str> *************** *** 18,28 **** <int><random min="16" max="30"/></int> <!-- Skills --> - <wrestling><random min="293" max="440"/></wrestling> - <tactics><random min="293" max="440"/></tactics> <magicresistance><random min="251" max="300"/></magicresistance> <carve>carve_ret_giant</carve> <totame>291</totame> ! <food>1</food> ! <!-- Priv --> </npc> --- 14,33 ---- <int><random min="16" max="30"/></int> <!-- Skills --> <magicresistance><random min="251" max="300"/></magicresistance> + <tactics><random min="293" max="440"/></tactics> + <wrestling><random min="293" max="440"/></wrestling> + <!-- Damage --> + <lodamage>4</lodamage> + <hidamage>8</hidamage> + <!-- Resists --> + <defense><random min="15" max="20"/></defense> + <tag name="fireresist" value="5,10" /> + <tag name="physicalresist" value="15,20" /> + <tag name="poisonresist" value="25,35" /> + <!-- Misc. --> + <desc>Giant rats are, as their name implies, simply vermin increased to the size of a panther. They tend to congregate in the foulest, most eldritch regions of the dungeons they inhabit.</desc> <carve>carve_ret_giant</carve> <totame>291</totame> ! <category>Monsters\Common\Giant Rat</category> </npc> Index: phoenix.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/phoenix.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** phoenix.xml 27 Dec 2003 20:44:03 -0000 1.1 --- phoenix.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,28 **** <npc id="phoenix"> <name>a phoenix</name> ! <id>0x5</id> ! <category>Monsters\Common Monsters\Phoenix</category> <skin>0x66d</skin> <inherit id="monster_base" /> ! <karma><random min="-0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>77</lodamage> ! <hidamage>92</hidamage> <!-- Stats --> ! <str><random min="504" max="700" /></str> ! <dex><random min="202" max="300" /></dex> ! <int><random min="504" max="700" /></int> <!-- Skills --> ! <wrestling><random min="901" max="1000" /></wrestling> ! <tactics><random min="801" max="900" /></tactics> ! <magicresistance><random min="860" max="1350" /></magicresistance> ! <magery><random min="902" max="1000" /></magery> ! <evaluatingintel><random min="902" max="1000" /></evaluatingintel> ! <meditation><random min="751" max="1000" /></meditation> </npc> --- 5,38 ---- <npc id="phoenix"> <name>a phoenix</name> ! <id>0x340</id> <skin>0x66d</skin> <inherit id="monster_base" /> ! <karma>0</karma> ! <fame>15000</fame> <!-- Stats --> ! <str><random min="504" max="700"/></str> ! <dex><random min="202" max="300"/></dex> ! <int><random min="902" max="1000"/></int> <!-- Skills --> ! <evaluatingintel><random min="902" max="1000"/></evaluatingintel> ! <magery><random min="902" max="1000"/></magery> ! <meditation><random min="751" max="1000"/></meditation> ! <magicresistance><random min="860" max="1350"/></magicresistance> ! <tactics><random min="801" max="900"/></tactics> ! <wrestling><random min="901" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>25</lodamage> ! <hidamage>25</hidamage> ! <tag name="firedamage" value="50" /> ! <tag name="physicaldamage" value="50" /> ! <!-- Resists --> ! <defense><random min="45" max="55" /></defense> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="60,70" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="25,35" /> ! <!-- Misc. --> ! <desc>For aeons the phoenix has been a symbol of hope. Looking much like the majestic eagle, the phoenix has wings of flame. Those foolish enough to hope to kill a phoenix for the feathers will find the phoenix is noeasy target. Talons of the phoenix are harder than steel and can rend even plate armor. Few can best the phoenix in one-on-one battle.</desc> ! <category>Monsters\Common\Phoenix</category> </npc> Index: reaper.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/reaper.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** reaper.xml 27 Dec 2003 20:44:03 -0000 1.1 --- reaper.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,28 **** <npc id="reaper"> <name>a reaper</name> ! <id>0x02f</id> <inherit id="monster_base"/> ! <category>Monsters\Common Monsters\Reaper</category> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="40" max="40"/></defense> ! <lodamage>17</lodamage> ! <hidamage>20</hidamage> <gold><random min="60" max="90"/></gold> <!-- Stats --> <str><random min="66" max="215"/></str> <dex><random min="66" max="75"/></dex> ! <int><random min="101" max="250"/></int> <!-- Skills --> ! <wrestling><random min="501" max="600"/></wrestling> ! <tactics><random min="451" max="600"/></tactics> ! <magicresistance><random min="1001" max="1250"/></magicresistance> <magery><random min="901" max="1000"/></magery> ! <evaluatingint><random min="901" max="1000"/></evaluatingint> ! <!-- Priv --> </npc> --- 5,38 ---- <npc id="reaper"> <name>a reaper</name> ! <id>0x2f</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <gold><random min="60" max="90"/></gold> <!-- Stats --> <str><random min="66" max="215"/></str> <dex><random min="66" max="75"/></dex> ! <int><random min="901" max="1000"/></int> <!-- Skills --> ! <evaluatingintel><random min="901" max="1000"/></evaluatingintel> <magery><random min="901" max="1000"/></magery> ! <magicresistance><random min="1001" max="1250"/></magicresistance> ! <tactics><random min="451" max="600"/></tactics> ! <wrestling><random min="501" max="600"/></wrestling> ! <!-- Damage --> ! <lodamage>9</lodamage> ! <hidamage>11</hidamage> ! <tag name="physicaldamage" value="80" /> ! <tag name="poisondamage" value="20" /> ! <!-- Resists --> ! <defense><random min="35" max="40"/></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="15,25" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="45,50" /> ! <!-- Misc. --> ! <desc>Although it is a beast and not a plant, the Reaper is rooted to the ground, from whence it lashes about itself with long, vine like tentacles. Any man or beast unfortunate enough to be caught in the reaper's grasp is drawn into the thing's maw. Reapers root themselves in shadowy areas for conceal ment purposes, so that they may lash out at their prey unseen.</desc> ! <category>Monsters\Common\Reaper</category> </npc> Index: sewer_rat.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/sewer_rat.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sewer_rat.xml 27 Dec 2003 20:44:03 -0000 1.1 --- sewer_rat.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 23,28 **** <totame>0</totame> <food>1</food> ! <!-- Priv --> ! <category>Monsters\Common Monsters\Sewer Rat</category> </npc> --- 23,30 ---- <totame>0</totame> <food>1</food> ! <!-- Damage --> ! <!-- Resists --> ! <!-- Misc. --> ! <category>Monsters\Common\Sewer Rat</category> </npc> Index: shadow_wisp.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/shadow_wisp.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shadow_wisp.xml 27 Dec 2003 20:44:03 -0000 1.1 --- shadow_wisp.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,28 **** <npc id="shadow_wisp"> <name>a shadow wisp</name> ! <id>0xA5</id> ! <category>Monsters\Common Monsters\Shadow Wisp</category> <skin>0x66d</skin> <inherit id="monster_base" /> ! <karma><random min="0" max="0" /></karma> ! <fame><random min="0" max="0" /></fame> ! <defense><random min="15" max="20" /></defense> ! <lodamage>5</lodamage> ! <hidamage>13</hidamage> <!-- Stats --> ! <str><random min="16" max="40" /></str> ! <dex><random min="16" max="45" /></dex> ! <int><random min="11" max="25" /></int> <!-- Skills --> - <wrestling><random min="251" max="400" /></wrestling> - <tactics><random min="1" max="150" /></tactics> - <magicresistance>100</magicresistance> <evaluatingintel>400</evaluatingintel> <magery>500</magery> <meditation>400</meditation> </npc> --- 5,35 ---- <npc id="shadow_wisp"> <name>a shadow wisp</name> ! <id>0xa5</id> <skin>0x66d</skin> <inherit id="monster_base" /> ! <karma>-500</karma> ! <fame>500</fame> <!-- Stats --> ! <str><random min="16" max="40"/></str> ! <dex><random min="16" max="45"/></dex> ! <int>400</int> <!-- Skills --> <evaluatingintel>400</evaluatingintel> <magery>500</magery> <meditation>400</meditation> + <magicresistance>100</magicresistance> + <tactics><random min="01" max="150"/></tactics> + <wrestling><random min="251" max="400"/></wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>10</hidamage> + <!-- Resists --> + <defense><random min="15" max="20" /></defense> + <tag name="energyresist" value="15,20" /> + <tag name="fireresist" value="5,10" /> + <tag name="physicalresist" value="15,20" /> + <tag name="poisonresist" value="5,10" /> + <!-- Misc. --> + <category>Monsters\Common\Shadow Wisp</category> </npc> Index: slime.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/slime.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** slime.xml 27 Dec 2003 20:44:03 -0000 1.1 --- slime.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,16 **** <npc id="slime"> <name>a slime</name> ! <id>0x033</id> <inherit id="monster_base"/> ! <category>Monsters\Common Monsters\Slime</category> ! <karma><random min="-0" max="-624"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="5" max="10"/></defense> ! <lodamage>1</lodamage> ! <hidamage>6</hidamage> <!-- Stats --> <str><random min="22" max="34"/></str> --- 5,12 ---- <npc id="slime"> <name>a slime</name> ! <id>0x33</id> <inherit id="monster_base"/> ! <karma>-300</karma> ! <fame>300</fame> <!-- Stats --> <str><random min="22" max="34"/></str> *************** *** 18,28 **** <int><random min="16" max="20"/></int> <!-- Skills --> - <wrestling><random min="193" max="340"/></wrestling> - <tactics><random min="193" max="340"/></tactics> - <magicresistance><random min="151" max="200"/></magicresistance> <poisoning><random min="301" max="500"/></poisoning> <totame>231</totame> ! <food>1</food> ! <!-- Priv --> </npc> --- 14,32 ---- <int><random min="16" max="20"/></int> <!-- Skills --> <poisoning><random min="301" max="500"/></poisoning> + <magicresistance><random min="151" max="200"/></magicresistance> + <tactics><random min="193" max="340"/></tactics> + <wrestling><random min="193" max="340"/></wrestling> + <!-- Damage --> + <lodamage>1</lodamage> + <hidamage>5</hidamage> + <!-- Resists --> + <defense><random min="5" max="10"/></defense> + <tag name="physicalresist" value=5,10"" /> + <tag name="poisonresist" value="10,20" /> + <!-- Misc. --> + <desc>Slimes are creatures of pure instinct, lacking even the intelligence of a fish or tiny vermin. They live by dissolving anything that comes into contact with them, living or dead. Gold is one of the few things their acids cannot touch, and they are often found in its presence. Perhaps over the centuries they have come to dimly recognize that gold will lure their prey to them.</desc> <totame>231</totame> ! <category>Monsters\Common\Slime</category> </npc> Index: swamp_tentacle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/swamp_tentacle.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** swamp_tentacle.xml 27 Dec 2003 20:44:03 -0000 1.1 --- swamp_tentacle.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 6,25 **** <name>a swamp tentacle</name> <id>0x42</id> - <category>Monsters\Common Monsters\Swamp Tentacle</category> <skin>0x66d</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="25" max="35" /></defense> ! <lodamage>11</lodamage> ! <hidamage>21</hidamage> <!-- Stats --> ! <str><random min="96" max="120" /></str> ! <dex><random min="66" max="85" /></dex> ! <int><random min="16" max="30" /></int> <!-- Skills --> ! <wrestling><random min="651" max="800" /></wrestling> ! <tactics><random min="651" max="800" /></tactics> ! <magicresistance><random min="151" max="200" /></magicresistance> </npc> --- 6,36 ---- <name>a swamp tentacle</name> <id>0x42</id> <skin>0x66d</skin> <inherit id="monster_base" /> ! <karma>-3000</karma> ! <fame>3000</fame> <!-- Stats --> ! <str><random min="96" max="120"/></str> ! <dex><random min="66" max="85"/></dex> ! <int><random min="16" max="30"/></int> <!-- Skills --> ! <magicresistance><random min="151" max="200"/></magicresistance> ! <tactics><random min="651" max="800"/></tactics> ! <wrestling><random min="651" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>6</lodamage> ! <hidamage>12</hidamage> ! <tag name="physicaldamage" value="40" /> ! <tag name="poisondamage" value="60" /> ! <!-- Resists --> ! <defense><random min="25" max="35" /></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="25,35" /> ! <tag name="poisonresist" value="60,80" /> ! <!-- Misc. --> ! <desc>A faint gurgling of the murk is the only warning before the swift attack of a swamp tentacle. The tentacles of the swamp will attack even full-grown lizardmen. Thus, many of the lizardman rituals of sacrifice revolve around swamp tentacles. It is said that the touch ofthe swamp tentacle is excruciatingly painful and death will follow, though not soon.</desc> ! <category>Monsters\Common\Swamp Tentacle</category> </npc> Index: vorpal_bunny.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/vorpal_bunny.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** vorpal_bunny.xml 27 Dec 2003 20:44:03 -0000 1.1 --- vorpal_bunny.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,17 **** <npc id="vorpal_bunny"> <name>a vorpal bunny</name> ! <id>0xCD</id> ! <category>Monsters\Common Monsters\Vorpal Bunny</category> ! <skin>0</skin> <inherit id="monster_base" /> <karma><random min="0" max="-624" /></karma> <fame><random min="0" max="1249" /></fame> - <defense>0</defense> - <lodamage>1</lodamage> - <hidamage>1</hidamage> <str>15</str> <dex>2000</dex> --- 5,12 ---- <npc id="vorpal_bunny"> <name>a vorpal bunny</name> ! <id>0xcd</id> <inherit id="monster_base" /> <karma><random min="0" max="-624" /></karma> <fame><random min="0" max="1249" /></fame> <str>15</str> <dex>2000</dex> *************** *** 20,23 **** --- 15,25 ---- <tactics>5</tactics> <magicresistance>200</magicresistance> + <!-- Damage --> + <lodamage>1</lodamage> + <hidamage>1</hidamage> + <!-- Resists --> + <defense>0</defense> + <!-- Misc. --> + <category>Monsters\Common\Vorpal Bunny</category> </npc> Index: wisp.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/wisp.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wisp.xml 27 Dec 2003 20:44:03 -0000 1.1 --- wisp.xml 2 Jan 2004 14:34:37 -0000 1.2 *************** *** 5,26 **** <npc id="wisp"> <name>a wisp</name> ! <id>0x3a</id> ! <category>Monsters\Common Monsters\Wisp</category> ! <skin>0</skin> <inherit id="animal_base" /> ! <karma><random min="0" max="0" /></karma> ! <fame><random min="0" max="0" /></fame> ! <defense><random min="35" max="45" /></defense> ! <lodamage>36</lodamage> ! <hidamage>40</hidamage> <!-- Stats --> ! <str><random min="196" max="225" /></str> ! <dex><random min="196" max="225" /></dex> ! <int><random min="196" max="225" /></int> <!-- Skills --> - <wrestling>800</wrestling> - <tactics>800</tactics> - <magicresistance>800</magicresistance> <evaluatingintel>800</evaluatingintel> </npc> --- 5,37 ---- <npc id="wisp"> <name>a wisp</name> ! <id>0xa5</id> <inherit id="animal_base" /> ! <karma>0</karma> ! <fame>4000</fame> <!-- Stats --> ! <str><random min="196" max="225"/></str> ! <dex><random min="196" max="225"/></dex> ! <int>800</int> <!-- Skills --> <evaluatingintel>800</evaluatingintel> + <magery>800</magery> + <magicresistance>800</magicresistance> + <tactics>800</tactics> + <wrestling>800</wrestling> + <!-- Damage --> + <lodamage>17</lodamage> + <hidamage>18</hidamage> + <tag name="energydamage" value="50" /> + <tag name="physicaldamage" value="50" /> + <!-- Resists --> + <defense><random min="35" max="45" /></defense> + <tag name="coldresist" value="10,30" /> + <tag name="energyresist" value="50,70" /> + <tag name="fireresist" value="20,40" /> + <tag name="physicalresist" value="35,45" /> + <tag name="poisonresist" value="5,10" /> + <!-- Misc. --> + <desc>Wisps have no corporeal bodies, yet I am assured by the wise that they are not spirits, but are somehow formed of living light. I am also told that they are wise creatures, perhaps wiser than humans. Certainly it lies beyond my wisdom to comprehend the nature of such alien creatures. They seem curious about the affairs of humans, but I have never known a wisp to harm anyone who did not first threaten it somehow.</desc> + <category>Monsters\Common\Wisp</category> </npc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork In directory sc8-pr-cvs1:/tmp/cvs-serv8112 Modified Files: betrayer.xml blackthorn_juggernaut.xml centaur.xml exodus_minion.xml exodus_overseer.xml golem.xml Log Message: Clockwork update. And now a random quote from a friend... (07:57:37) Starlet: the clouds outside are raining white stuff (07:57:38) Starlet: help Enjoy. Index: betrayer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/betrayer.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** betrayer.xml 2 Jan 2004 10:39:32 -0000 1.2 --- betrayer.xml 2 Jan 2004 14:00:24 -0000 1.3 *************** *** 26,34 **** <!-- Resists --> <defense><random min="60" max="70"/></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="20" max="30"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="60" max="70"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <category>Monsters\Clockwork\Betrayer</category> --- 26,34 ---- <!-- Resists --> <defense><random min="60" max="70"/></defense> ! <tag name="coldresist" value="60,70" /> ! <tag name="energyresist" value="20,30" /> ! <tag name="fireresist" value="60,70" /> ! <tag name="physicalresist" value="60,70" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <category>Monsters\Clockwork\Betrayer</category> Index: blackthorn_juggernaut.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/blackthorn_juggernaut.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** blackthorn_juggernaut.xml 2 Jan 2004 10:39:32 -0000 1.2 --- blackthorn_juggernaut.xml 2 Jan 2004 14:00:25 -0000 1.3 *************** *** 21,34 **** <lodamage>12</lodamage> <hidamage>19</hidamage> ! <energydamage>25</energydamage> ! <firedamage>25</firedamage> ! <physicaldamage>50</physicaldamage> <!-- Resists --> <defense><random min="65" max="75"/></defense> ! <coldresist><random min="35" max="45"/></coldresist> ! <energyresist><random min="10" max="20"/></energyresist> ! <fireresist><random min="35" max="45"/></fireresist> ! <physicalresist><random min="65" max="75"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> <!-- Misc. --> <category>Monsters\Clockwork\Blackthorn Juggernaut</category> --- 21,34 ---- <lodamage>12</lodamage> <hidamage>19</hidamage> ! <tag name="energydamage" value="25" /> ! <tag name="firedamage" value="25" /> ! <tag name="physicaldamage" value="50" /> <!-- Resists --> <defense><random min="65" max="75"/></defense> ! <tag name="coldresist" value="35,45" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="fireresist" value="35,45" /> ! <tag name="physicalresist" value="65,75" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc. --> <category>Monsters\Clockwork\Blackthorn Juggernaut</category> Index: centaur.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/centaur.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** centaur.xml 2 Jan 2004 10:39:32 -0000 1.2 --- centaur.xml 2 Jan 2004 14:00:25 -0000 1.3 *************** *** 24,32 **** <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="35" max="45"/></energyresist> ! <fireresist><random min="35" max="45"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="45" max="55"/></poisonresist> <!-- Misc. --> <category>Animals\Clockwork\Centaur</category> --- 24,32 ---- <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <tag name="coldresist" value="25,35" /> ! <tag name="energyresist" value="35,45" /> ! <tag name="fireresist" value="35,45" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="45,55" /> <!-- Misc. --> <category>Animals\Clockwork\Centaur</category> Index: exodus_minion.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/exodus_minion.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** exodus_minion.xml 2 Jan 2004 10:39:32 -0000 1.2 --- exodus_minion.xml 2 Jan 2004 14:00:25 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="60" max="70"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="60" max="70"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> <!-- Misc. --> <category>Monsters\Clockwork\Exodus Minion</category> --- 22,30 ---- <!-- Resists --> <defense><random min="60" max="70"/></defense> ! <tag name="coldresist" value="15,25" /> ! <tag name="energyresist" value="15,25" /> ! <tag name="fireresist" value="40,50" /> ! <tag name="physicalresist" value="60,70" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc. --> <category>Monsters\Clockwork\Exodus Minion</category> Index: exodus_overseer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/exodus_overseer.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** exodus_overseer.xml 2 Jan 2004 10:39:32 -0000 1.2 --- exodus_overseer.xml 2 Jan 2004 14:00:25 -0000 1.3 *************** *** 20,32 **** <lodamage>13</lodamage> <hidamage>19</hidamage> ! <energydamage>50</energydamage> ! <physicaldamage>50</physicaldamage> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="40" max="60"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="25" max="35"/></poisonresist> <!-- Misc. --> <category>Monsters\Clockwork\Exodus Overseer</category> --- 20,32 ---- <lodamage>13</lodamage> <hidamage>19</hidamage> ! <tag name="energydamage" value="50" /> ! <tag name="physicaldamage" value="50" /> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <tag name="coldresist" value="25,35" /> ! <tag name="energyresist" value="25,35" /> ! <tag name="fireresist" value="40,60" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="25,35" /> <!-- Misc. --> <category>Monsters\Clockwork\Exodus Overseer</category> Index: golem.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/golem.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** golem.xml 2 Jan 2004 10:39:32 -0000 1.2 --- golem.xml 2 Jan 2004 14:00:25 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="35" max="55" /></defense> ! <coldresist><random min="10" max="30"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist>100</fireresist> ! <physicalresist><random min="35" max="55"/></physicalresist> ! <poisonresist><random min="10" max="25"/></poisonresist> <!-- Misc. --> <desc>Built from metal, these hulking brutes are the resulting abomination of a marriage between machination and magic. Initially created forsinister purposes, these iron men are formidable foes, able to deliver stunning blows that can render their victims immobile. Their hard, metallic exterior protects them from most magic spells, andprovides a stalwart barrier against weapons. They are not invincible, but they are certainly a challenge to defeat. Only the hardiest of adventurers should even attempt to cross a golems path.</desc> --- 22,30 ---- <!-- Resists --> <defense><random min="35" max="55" /></defense> ! <tag name="coldresist" value="10,30" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="100" /> ! <tag name="physicalresist" value="35,55" /> ! <tag name="poisonresist" value="10,25" /> <!-- Misc. --> <desc>Built from metal, these hulking brutes are the resulting abomination of a marriage between machination and magic. Initially created forsinister purposes, these iron men are formidable foes, able to deliver stunning blows that can render their victims immobile. Their hard, metallic exterior protects them from most magic spells, andprovides a stalwart barrier against weapons. They are not invincible, but they are certainly a challenge to defeat. Only the hardiest of adventurers should even attempt to cross a golems path.</desc> |
|
From: <dr...@us...> - 2004-01-02 13:53:36
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts In directory sc8-pr-cvs1:/tmp/cvs-serv7014 Modified Files: bog_thing.xml bogling.xml plague_beast.xml plague_beast_lord.xml Log Message: This was fast. Index: bog_thing.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/bog_thing.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bog_thing.xml 2 Jan 2004 10:21:18 -0000 1.2 --- bog_thing.xml 2 Jan 2004 13:53:33 -0000 1.3 *************** *** 21,33 **** <lodamage>10</lodamage> <hidamage>23</hidamage> ! <physicaldamage>60</physicaldamage> ! <poisondamage>40</poisondamage> <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="10" max="15"/></coldresist> ! <energyresist><random min="20" max="25"/></energyresist> ! <fireresist><random min="20" max="25"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="40" max="50"/></poisonresist> <!-- Misc. --> <desc>The Bog Thing is best described as a shambling mound of plants, muck, and vermin. Most bog things are about twice the size of a man and resemble a large mound with two or more arms and a hole in the middle of its chest that resembles a mouth. The creature is entirely formed from plant growth. While they demonstrate no known means ofcommunication, they are able to coordinate their boglings during battle. They are very aggressive and territorial, and will attack any human that ventures too close to their land.</desc> --- 21,33 ---- <lodamage>10</lodamage> <hidamage>23</hidamage> ! <tag name="physicaldamage" value="60" /> ! <tag name="poisondamage" value="40" /> <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="10,15" /> ! <tag name="energyresist" value="20,25" /> ! <tag name="fireresist" value="20,25" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="40,50" /> <!-- Misc. --> <desc>The Bog Thing is best described as a shambling mound of plants, muck, and vermin. Most bog things are about twice the size of a man and resemble a large mound with two or more arms and a hole in the middle of its chest that resembles a mouth. The creature is entirely formed from plant growth. While they demonstrate no known means ofcommunication, they are able to coordinate their boglings during battle. They are very aggressive and territorial, and will attack any human that ventures too close to their land.</desc> Index: bogling.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/bogling.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bogling.xml 2 Jan 2004 10:21:18 -0000 1.2 --- bogling.xml 2 Jan 2004 13:53:33 -0000 1.3 *************** *** 24,32 **** <!-- Resists --> <defense><random min="20" max="25"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="20" max="25"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> <!-- Misc --> <category>Monsters\Beasts\Bogling</category> --- 24,32 ---- <!-- Resists --> <defense><random min="20" max="25"/></defense> ! <tag name="coldresist" value="15,25" /> ! <tag name="energyresist" value="15,25" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="20,25" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc --> <category>Monsters\Beasts\Bogling</category> Index: plague_beast.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/plague_beast.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** plague_beast.xml 2 Jan 2004 10:21:18 -0000 1.2 --- plague_beast.xml 2 Jan 2004 13:53:33 -0000 1.3 *************** *** 20,32 **** <lodamage>20</lodamage> <hidamage>24</hidamage> ! <physicaldamage>60</physicaldamage> ! <poisondamage>40</poisondamage> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="65" max="75"/></poisonresist> <!-- Misc. --> <category>Monsters\Beasts\Plague Beast</category> --- 20,32 ---- <lodamage>20</lodamage> <hidamage>24</hidamage> ! <tag name="physicaldamage" value="60" /> ! <tag name="poisondamage" value="40" /> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="25,35" /> ! <tag name="energyresist" value="25,35" /> ! <tag name="fireresist" value="40,50" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="65,75" /> <!-- Misc. --> <category>Monsters\Beasts\Plague Beast</category> Index: plague_beast_lord.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/plague_beast_lord.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** plague_beast_lord.xml 2 Jan 2004 10:21:18 -0000 1.2 --- plague_beast_lord.xml 2 Jan 2004 13:53:33 -0000 1.3 *************** *** 19,32 **** <lodamage>20</lodamage> <hidamage>25</hidamage> ! <firedamage>25</firedamage> ! <physicaldamage>50</physicaldamage> ! <poisondamage>25</poisondamage> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="75" max="85"/></poisonresist> <!-- Misc. --> <category>Monsters\Beasts\Plague Beast Lord</category> --- 19,32 ---- <lodamage>20</lodamage> <hidamage>25</hidamage> ! <tag name="firedamage" value="25" /> ! <tag name="physicaldamage" value="50" /> ! <tag name="poisondamage" value="25" /> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="25,35" /> ! <tag name="energyresist" value="25,35" /> ! <tag name="fireresist" value="40,50" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="75,85" /> <!-- Misc. --> <category>Monsters\Beasts\Plague Beast Lord</category> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic In directory sc8-pr-cvs1:/tmp/cvs-serv6201 Modified Files: balron.xml daemon.xml enslaved_gargoyle.xml fire_gargoyle.xml gargoyle.xml gargoyle_destroyer.xml gargoyle_enforcer.xml harpy.xml hell_cat.xml hell_hound.xml horde_minion.xml ice_fiend.xml imp.xml mongbat.xml mongbat_strong.xml stone_gargoyle.xml stone_harpy.xml Log Message: Everything but the hell cat preditor and succubus are updated. I'll dig up their stats in a bit. Now for common, clockwork, and beasts! Index: balron.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/balron.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** balron.xml 2 Jan 2004 10:50:06 -0000 1.3 --- balron.xml 2 Jan 2004 13:48:15 -0000 1.4 *************** *** 25,38 **** <lodamage>22</lodamage> <hidamage>29</hidamage> ! <energydamage>25</energydamage> ! <firedamage>25</firedamage> ! <physicaldamage>50</physicaldamage> <!-- Resists --> <defense><random min="65" max="80"/></defense> ! <coldresist><random min="50" max="60"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="60" max="80"/></fireresist> ! <physicalresist><random min="65" max="80"/></physicalresist> ! <poisonresist>100</poisonresist> <!-- Misc. --> <carve>carve_demon_with_sword</carve> --- 25,38 ---- <lodamage>22</lodamage> <hidamage>29</hidamage> ! <tag name="energydamage" value="25" /> ! <tag name="firedamage" value="25" /> ! <tag name="physicaldamage" value="50" /> <!-- Resists --> <defense><random min="65" max="80"/></defense> ! <tag name="coldresist" value="50,60" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="60,80" /> ! <tag name="physicalresist" value="65,80" /> ! <tag name="poisonresist" value="100" /> <!-- Misc. --> <carve>carve_demon_with_sword</carve> Index: daemon.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/daemon.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** daemon.xml 2 Jan 2004 03:53:32 -0000 1.2 --- daemon.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 25,33 **** <!-- Resists --> <defense><random min="45" max="60"/></defense> ! <physicalresist><random min="45" max="60"/></physicalresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <coldresist><random min="30" max="40"/></coldresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <energyresist><random min="30" max="40"/></energyresist> <!-- Misc --> <desc>No purer manifestation of primal evil exists than the hideous daemon,a denizen of the dark and infernal planes brought to these shores bythe most vile wizardries. Only the greatest of heroes have evervanquished a daemon in single combat, and even a group of valiantwarriors must be mighty indeed to survive an encounter with such afiend.</desc> --- 25,33 ---- <!-- Resists --> <defense><random min="45" max="60"/></defense> ! <tag name="physicalresist" value="45,60" /> ! <tag name="fireresist" value="50,60" /> ! <tag name="coldresist" value="30,40" /> ! <tag name="poisonresist" value="20,30" /> ! <tag name="energyresist" value="30,40" /> <!-- Misc --> <desc>No purer manifestation of primal evil exists than the hideous daemon,a denizen of the dark and infernal planes brought to these shores bythe most vile wizardries. Only the greatest of heroes have evervanquished a daemon in single combat, and even a group of valiantwarriors must be mighty indeed to survive an encounter with such afiend.</desc> Index: enslaved_gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/enslaved_gargoyle.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** enslaved_gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 --- enslaved_gargoyle.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="30" max="40" /></defense> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <fireresist><random min="50" max="70"/></fireresist> ! <coldresist><random min="15" max="25"/></coldresist> ! <poisonresist><random min="25" max="30"/></poisonresist> ! <energyresist><random min="25" max="30"/></energyresist> <!-- Misc --> <category>Monsters\Daemonic\Enslaved Gargoyle</category> --- 22,30 ---- <!-- Resists --> <defense><random min="30" max="40" /></defense> ! <tag name="physicalresist" value="30,40" /> ! <tag name="fireresist" value="50,70" /> ! <tag name="coldresist" value="15,25" /> ! <tag name="poisonresist" value="25,30" /> ! <tag name="energyresist" value="25,30" /> <!-- Misc --> <category>Monsters\Daemonic\Enslaved Gargoyle</category> Index: fire_gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/fire_gargoyle.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fire_gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 --- fire_gargoyle.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 24,36 **** <lodamage>7</lodamage> <hidamage>14</hidamage> ! <physicaldamage>20</physicaldamage> ! <firedamage>80</firedamage> <!-- Resists --> <defense><random min="30" max="35" /></defense> ! <physicalresist><random min="30" max="35"/></physicalresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <coldresist><random min="-10" max="0"/></coldresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <energyresist><random min="20" max="30"/></energyresist> <!-- Misc --> <category>Monsters\Daemonic\Fire Gargoyle</category> --- 24,36 ---- <lodamage>7</lodamage> <hidamage>14</hidamage> ! <tag name="physicaldamage" value="20" /> ! <tag name="firedamage" value="80" /> <!-- Resists --> <defense><random min="30" max="35" /></defense> ! <tag name="physicalresist" value="30,35" /> ! <tag name="fireresist" value="50,60" /> ! <tag name="coldresist" value="-10,0" /> ! <tag name="poisonresist" value="20,30" /> ! <tag name="energyresist" value="20,30" /> <!-- Misc --> <category>Monsters\Daemonic\Fire Gargoyle</category> Index: gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/gargoyle.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 --- gargoyle.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 25,33 **** <!-- Resists --> <defense><random min="30" max="35"/></defense> ! <physicalresist><random min="30" max="35"/></physicalresist> ! <fireresist><random min="25" max="35"/></fireresist> ! <coldresist><random min="5" max="10"/></coldresist> ! <poisonresist><random min="15" max="25"/></poisonresist> ! <energyresist>0</energyresist> <!-- Misc. --> <desc>These strange creatures are believed by many to be daemonic in nature,but in truth this is a slander. They are an Intelligent and civilizedrace. They have no love for humanity (nor is their mistrustunjustified) but they are honorable in their own, alien way. Theirways are mysterious, and it may be that they are too different from usto ever live in peace with humanity. If that proves to be so, somewould call it a great tragedy.</desc> --- 25,32 ---- <!-- Resists --> <defense><random min="30" max="35"/></defense> ! <tag name="physicalresist" value="30,35" /> ! <tag name="fireresist" value="25,35" /> ! <tag name="coldresist" value="5,10" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc. --> <desc>These strange creatures are believed by many to be daemonic in nature,but in truth this is a slander. They are an Intelligent and civilizedrace. They have no love for humanity (nor is their mistrustunjustified) but they are honorable in their own, alien way. Theirways are mysterious, and it may be that they are too different from usto ever live in peace with humanity. If that proves to be so, somewould call it a great tragedy.</desc> Index: gargoyle_destroyer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/gargoyle_destroyer.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gargoyle_destroyer.xml 2 Jan 2004 03:53:32 -0000 1.2 --- gargoyle_destroyer.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 29,37 **** <!-- Resists --> <defense><random min="40" max="60" /></defense> ! <physicalresist><random min="40" max="60"/></physicalresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <coldresist><random min="15" max="25"/></coldresist> ! <poisonresist><random min="15" max="25"/></poisonresist> ! <energyresist><random min="15" max="25"/></energyresist> <!-- Misc. --> <category>Monsters\Daemonic\Gargoyle Destroyer</category> --- 29,37 ---- <!-- Resists --> <defense><random min="40" max="60" /></defense> ! <tag name="physicalresist" value="40,60" /> ! <tag name="fireresist" value="60,70" /> ! <tag name="coldresist" value="15,25" /> ! <tag name="poisonresist" value="15,25" /> ! <tag name="energyresist" value="15,25" /> <!-- Misc. --> <category>Monsters\Daemonic\Gargoyle Destroyer</category> Index: gargoyle_enforcer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/gargoyle_enforcer.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gargoyle_enforcer.xml 2 Jan 2004 03:53:32 -0000 1.2 --- gargoyle_enforcer.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 25,38 **** <lodamage>7</lodamage> <hidamage>13</hidamage> ! <physicaldamage>50</physicaldamage> ! <firedamage>25</firedamage> ! <energydamage>25</energydamage> <!-- Resists --> <defense><random min="40" max="60" /></defense> ! <physicalresist><random min="40" max="60"/></physicalresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <coldresist><random min="20" max="30"/></coldresist> ! <poisonresist><random min="25" max="35"/></poisonresist> ! <energyresist><random min="15" max="25"/></energyresist> <!-- Misc. --> <category>Monsters\Daemonic\Gargoyle Enforcer</category> --- 25,38 ---- <lodamage>7</lodamage> <hidamage>13</hidamage> ! <tag name="physicaldamage" value="50" /> ! <tag name="firedamage" value="25" /> ! <tag name="energydamage" value="25" /> <!-- Resists --> <defense><random min="40" max="60" /></defense> ! <tag name="physicalresist" value="40,60" /> ! <tag name="fireresist" value="50,60" /> ! <tag name="coldresist" value="20,30" /> ! <tag name="poisonresist" value="25,35" /> ! <tag name="energyresist" value="15,25" /> <!-- Misc. --> <category>Monsters\Daemonic\Gargoyle Enforcer</category> Index: harpy.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/harpy.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** harpy.xml 2 Jan 2004 03:53:32 -0000 1.2 --- harpy.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 7,15 **** <id>0x1e</id> <inherit id="monster_base"/> ! <karma><random min="-1250" max="-2499"/></karma> ! <fame><random min="1250" max="2499"/></fame> ! <defense><random min="25" max="30"/></defense> ! <lodamage>9</lodamage> ! <hidamage>13</hidamage> <gold><random min="50" max="100"/></gold> <!-- Stats --> --- 7,12 ---- <id>0x1e</id> <inherit id="monster_base"/> ! <karma>-2500</karma> ! <fame>2500</fame> <gold><random min="50" max="100"/></gold> <!-- Stats --> *************** *** 18,24 **** <int><random min="51" max="75"/></int> <!-- Skills --> - <wrestling><random min="601" max="900"/></wrestling> - <tactics><random min="701" max="1000"/></tactics> <magicresistance><random min="501" max="650"/></magicresistance> <!-- Misc. --> <desc>These foul beasts have the head of a woman and the body of a bird.Despite their human features, it is not believed they are intelligent.They attack in small flocks from the air, wheeling above their preyand rending them with claws and beaks. They love gold like a raven ormagpie loves all shiny things. There are those who seek to fletchtheir arrows with the harpy's feather, thinking it will convey virtueon the shafts, but those who have made a study of such things assurethat this is merely a false and extremely dangerous conceit.</desc> --- 15,31 ---- <int><random min="51" max="75"/></int> <!-- Skills --> <magicresistance><random min="501" max="650"/></magicresistance> + <tactics><random min="701" max="1000"/></tactics> + <wrestling><random min="601" max="900"/></wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>7</hidamage> + <!-- Resists --> + <defense><random min="25" max="30"/></defense> + <tag name="coldresist" value="10,30" /> + <tag name="energyresist" value="10,20" /> + <tag name="fireresist" value="10,20" /> + <tag name="physicalresist" value="25,30" /> + <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <desc>These foul beasts have the head of a woman and the body of a bird.Despite their human features, it is not believed they are intelligent.They attack in small flocks from the air, wheeling above their preyand rending them with claws and beaks. They love gold like a raven ormagpie loves all shiny things. There are those who seek to fletchtheir arrows with the harpy's feather, thinking it will convey virtueon the shafts, but those who have made a study of such things assurethat this is merely a false and extremely dangerous conceit.</desc> Index: hell_cat.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/hell_cat.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** hell_cat.xml 2 Jan 2004 03:53:32 -0000 1.2 --- hell_cat.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 22,34 **** <lodamage>6</lodamage> <hidamage>12</hidamage> ! <physicaldamage>40</physicaldamage> ! <firedamage>60</firedamage> <!-- Resists --> <defense><random min="25" max="35"/></defense> ! <physicalresist><random min="25" max="35"/></physicalresist> ! <fireresist><random min="80" max="90"/></fireresist> ! <coldresist>0</coldresist> ! <poisonresist>0</poisonresist> ! <energyresist><random min="15" max="20"/></energyresist> <!-- Misc. --> <desc>These cats hail from another plane. Why they were brought to ours is amystery. The hellcat does not make a good pet, as they are likely toimmolate at inopportune times. Balls of yarn are nothing more than awaiting fuse.</desc> --- 22,32 ---- <lodamage>6</lodamage> <hidamage>12</hidamage> ! <tag name="physicaldamage" value="40" /> ! <tag name="firedamage" value="60" /> <!-- Resists --> <defense><random min="25" max="35"/></defense> ! <tag name="physicalresist" value="25,35" /> ! <tag name="fireresist" value="80,90" /> ! <tag name="energyresist" value="15,20" /> <!-- Misc. --> <desc>These cats hail from another plane. Why they were brought to ours is amystery. The hellcat does not make a good pet, as they are likely toimmolate at inopportune times. Balls of yarn are nothing more than awaiting fuse.</desc> Index: hell_hound.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/hell_hound.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** hell_hound.xml 2 Jan 2004 03:53:32 -0000 1.2 --- hell_hound.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 22,34 **** <lodamage>21</lodamage> <hidamage>31</hidamage> ! <physicaldamage>20</physicaldamage> ! <firedamage>80</firedamage> <!-- Resists --> <defense><random min="25" max="35"/></defense> ! <physicalresist><random min="25" max="35"/></physicalresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <coldresist>0</coldresist> ! <poisonresist><random min="10" max="20"/></poisonresist> ! <energyresist><random min="10" max="20"/></energyresist> <!-- Misc. --> <desc>Whatsoever raiment a daemon adorns, doubt not that their power remainsbeneath the garb. Truer words could not be spoken of the hounds fromhell. Vicious and hungry, these hounds are pack animals whose soledesire is to relieve wanderers of their mortal coil.</desc> --- 22,33 ---- <lodamage>21</lodamage> <hidamage>31</hidamage> ! <tag name="physicaldamage" value="20" /> ! <tag name="firedamage" value="80" /> <!-- Resists --> <defense><random min="25" max="35"/></defense> ! <tag name="physicalresist" value="25,35" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="poisonresist" value="10,20" /> ! <tag name="energyresist" value="10,20" /> <!-- Misc. --> <desc>Whatsoever raiment a daemon adorns, doubt not that their power remainsbeneath the garb. Truer words could not be spoken of the hounds fromhell. Vicious and hungry, these hounds are pack animals whose soledesire is to relieve wanderers of their mortal coil.</desc> Index: horde_minion.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/horde_minion.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** horde_minion.xml 2 Jan 2004 03:53:32 -0000 1.2 --- horde_minion.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="15" max="20" /></defense> ! <physicalresist><random min="15" max="20"/></physicalresist> ! <fireresist><random min="5" max="10"/></fireresist> ! <coldresist>0</coldresist> ! <poisonresist>0</poisonresist> ! <energyresist>0</energyresist> <!-- Misc. --> <desc>These creatures are only two to three feet tall with extremely largeheads. The lower jaw of the creature is enormous, nearly half the sizeof the entire head, with a small, piggish nose that perches betweentwo bulbous, yellow eyes. Short, sturdy arms and legs sprout from theshaggy torso, but convey surprising speed as it scuttles about.Cowardly as individuals, the Horde Demon will always prefer to runthan to fight. However, in numbers, they gain courage and thrive onthe confusion their appearance creates.</desc> --- 22,27 ---- <!-- Resists --> <defense><random min="15" max="20" /></defense> ! <tag name="physicalresist" value="15,20" /> ! <tag name="fireresist" value="5,10" /> <!-- Misc. --> <desc>These creatures are only two to three feet tall with extremely largeheads. The lower jaw of the creature is enormous, nearly half the sizeof the entire head, with a small, piggish nose that perches betweentwo bulbous, yellow eyes. Short, sturdy arms and legs sprout from theshaggy torso, but convey surprising speed as it scuttles about.Cowardly as individuals, the Horde Demon will always prefer to runthan to fight. However, in numbers, they gain courage and thrive onthe confusion their appearance creates.</desc> Index: ice_fiend.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/ice_fiend.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ice_fiend.xml 2 Jan 2004 03:53:32 -0000 1.2 --- ice_fiend.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 22,34 **** <lodamage>8</lodamage> <hidamage>19</hidamage> ! <physicaldamage>20</physicaldamage> ! <colddamage>80</colddamage> <!-- Resists --> <defense><random min="55" max="65" /></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="55" max="65"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> <!-- Misc. --> <desc>Some say hell is a sulfurous inferno, and others hold it is a barrenwasteland of ice under an ever-biting blizzard. The Ice Fiend is a good support for the latter. No hatred, anger, madness, joy, love, oremotion of any kind shows on their faces. The Ice Fiend wields thewhip of frost in battle with only a grim look of lost hope on theirface.</desc> --- 22,34 ---- <lodamage>8</lodamage> <hidamage>19</hidamage> ! <tag name="physicaldamage" value="20" /> ! <tag name="colddamage" value="80" /> <!-- Resists --> <defense><random min="55" max="65" /></defense> ! <tag name="coldresist" value="60,70" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="55,65" /> ! <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <desc>Some say hell is a sulfurous inferno, and others hold it is a barrenwasteland of ice under an ever-biting blizzard. The Ice Fiend is a good support for the latter. No hatred, anger, madness, joy, love, oremotion of any kind shows on their faces. The Ice Fiend wields thewhip of frost in battle with only a grim look of lost hope on theirface.</desc> Index: imp.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/imp.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** imp.xml 2 Jan 2004 03:53:32 -0000 1.2 --- imp.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 24,37 **** <lodamage>10</lodamage> <hidamage>14</hidamage> ! <energydamage>20</energydamage> ! <firedamage>30</firedamage> ! <poisondamage>50</poisondamage> <!-- Resists --> <defense><random min="15" max="25"/></defense> ! <coldresist><random min="35" max="45"/></coldresist> ! <energyresist><random min="35" max="45"/></energyresist> ! <fireresist><random min="35" max="45"/></fireresist> ! <physicalresist><random min="15" max="25"/></physicalresist> ! <poisonresist><random min="45" max="55"/></poisonresist> <!-- Misc. --> <desc>Whatever Fate granted the Imp wings was clearly not gifted withforesight. The Imp is quite capable of causing enough mischief on theground; being airborne only doubles the threat. Gifted with smallmagic and a temperament for causing trouble, these annoying beastsprey upon all who cross their path. It is rumored that Imps will stealfrom the strange (you) and give to the familiar (themselves). *Wareyour health and holdings should you cross the path of the Imp.</desc> --- 24,37 ---- <lodamage>10</lodamage> <hidamage>14</hidamage> ! <tag name="energydamage" value="20" /> ! <tag name="firedamage" value="30" /> ! <tag name="poisondamage" value="50" /> <!-- Resists --> <defense><random min="15" max="25"/></defense> ! <tag name="coldresist" value="35,45" /> ! <tag name="energyresist" value="35,45" /> ! <tag name="fireresist" value="35,45" /> ! <tag name="physicalresist" value="15,25" /> ! <tag name="poisonresist" value="45,55" /> <!-- Misc. --> <desc>Whatever Fate granted the Imp wings was clearly not gifted withforesight. The Imp is quite capable of causing enough mischief on theground; being airborne only doubles the threat. Gifted with smallmagic and a temperament for causing trouble, these annoying beastsprey upon all who cross their path. It is rumored that Imps will stealfrom the strange (you) and give to the familiar (themselves). *Wareyour health and holdings should you cross the path of the Imp.</desc> Index: mongbat.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/mongbat.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mongbat.xml 2 Jan 2004 03:53:32 -0000 1.2 --- mongbat.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 23,31 **** <hidamage>2</hidamage> <!-- Resists --> ! <coldresist>0</coldresist> ! <energyresist>0</energyresist> ! <fireresist>0</fireresist> ! <physicalresist><random min="5" max="10"/></physicalresist> ! <poisonresist>0</poisonresist> <!-- Misc. --> <desc>Like the harpies and the headless, the mongbat is a bestial perversionof the human form, being shaped like a bat with a monkey's head.Mongbats are cowardly creatures, of no great threat individually, butthey are masters of the underground ambush, attacking in flocks fromout of the concealing dark.</desc> --- 23,28 ---- <hidamage>2</hidamage> <!-- Resists --> ! <defense><random min="5" max="10" /></defense> ! <tag name="physicalresist" value=5,10"" /> <!-- Misc. --> <desc>Like the harpies and the headless, the mongbat is a bestial perversionof the human form, being shaped like a bat with a monkey's head.Mongbats are cowardly creatures, of no great threat individually, butthey are masters of the underground ambush, attacking in flocks fromout of the concealing dark.</desc> Index: mongbat_strong.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/mongbat_strong.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mongbat_strong.xml 2 Jan 2004 03:53:32 -0000 1.2 --- mongbat_strong.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 23,31 **** <hidamage>4</hidamage> <!-- Resists --> ! <coldresist>0</coldresist> ! <energyresist>0</energyresist> ! <fireresist>0</fireresist> ! <physicalresist><random min="10" max="20"/></physicalresist> ! <poisonresist>0</poisonresist> <!-- Misc. --> <desc>Like the harpies and the headless, the mongbat is a bestial perversionof the human form, being shaped like a bat with a monkey's head.Mongbats are cowardly creatures, of no great threat individually, butthey are masters of the underground ambush, attacking in flocks fromout of the concealing dark.</desc> --- 23,28 ---- <hidamage>4</hidamage> <!-- Resists --> ! <defense><random min="10" max="20" /></defense> ! <tag name="physicalresist" value="10,20" /> <!-- Misc. --> <desc>Like the harpies and the headless, the mongbat is a bestial perversionof the human form, being shaped like a bat with a monkey's head.Mongbats are cowardly creatures, of no great threat individually, butthey are masters of the underground ambush, attacking in flocks fromout of the concealing dark.</desc> Index: stone_gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/stone_gargoyle.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stone_gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 --- stone_gargoyle.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <category>Monsters\Daemonic\Stone Gargoyle</category> --- 22,30 ---- <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="20,30" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <category>Monsters\Daemonic\Stone Gargoyle</category> Index: stone_harpy.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/stone_harpy.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stone_harpy.xml 2 Jan 2004 03:53:32 -0000 1.2 --- stone_harpy.xml 2 Jan 2004 13:48:15 -0000 1.3 *************** *** 20,32 **** <lodamage>8</lodamage> <hidamage>16</hidamage> ! <physicaldamage>75</physicaldamage> ! <poisondamage>25</poisondamage> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <desc>Stone Harpy is a misnomer. Harpies living in excess of a century willdevelop a very tough outer layer of skin. Almost chitinous, this skinacts as a primary defense of the older harpies. Though movement isdecreased, their armor and hardened talons make them more dangerous. The feathers covering a stone harpy, are hard as steel and areexcellent for fletching.</desc> --- 20,32 ---- <lodamage>8</lodamage> <hidamage>16</hidamage> ! <tag name="physicaldamage" value="75" /> ! <tag name="poisondamage" value="25" /> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="20,30" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <desc>Stone Harpy is a misnomer. Harpies living in excess of a century willdevelop a very tough outer layer of skin. Almost chitinous, this skinacts as a primary defense of the older harpies. Though movement isdecreased, their armor and hardened talons make them more dangerous. The feathers covering a stone harpy, are hard as steel and areexcellent for fletching.</desc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons In directory sc8-pr-cvs1:/tmp/cvs-serv3007 Modified Files: ancient_wyrm.xml dragon.xml drake.xml serpentine_dragon.xml shadow_wyrm.xml white_wyrm.xml wyvern.xml Log Message: Rawr goes the dragon to the knight. Poke goes the knight to the dragon. Chomp goes the dragon to the knight. Plop goes the corpse to the ground. Index: ancient_wyrm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/ancient_wyrm.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ancient_wyrm.xml 2 Jan 2004 09:37:00 -0000 1.2 --- ancient_wyrm.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 24,36 **** <lodamage>29</lodamage> <hidamage>35</hidamage> ! <firedamage>25</firedamage> ! <physicaldamage>75</physicaldamage> <!-- Resists --> <defense><random min="65" max="75"/></defense> ! <coldresist><random min="70" max="80"/></coldresist> ! <energyresist><random min="60" max="70"/></energyresist> ! <fireresist><random min="80" max="90"/></fireresist> ! <physicalresist><random min="65" max="75"/></physicalresist> ! <poisonresist><random min="60" max="70"/></poisonresist> <!-- Misc. --> <desc>The eldest of the Draconian race are rarely seen by any other than drake eyes. Ancient in origin, the wizened Elder is said to long forthe days when the reptile was the guardian of the land now known as Britannia. Patience is not a virtue of the Elder Wyrm, and disturbing one may lead to a quick death. Death, of course, being the quickest way for these ancient ones to be rid of the intruder and get back to their studies.</desc> --- 24,36 ---- <lodamage>29</lodamage> <hidamage>35</hidamage> ! <tag name="firedamage" value="25" /> ! <tag name="physicaldamage" value="75" /> <!-- Resists --> <defense><random min="65" max="75"/></defense> ! <tag name="coldresist" value="70,80" /> ! <tag name="energyresist" value="60,70" /> ! <tag name="fireresist" value="80,90" /> ! <tag name="physicalresist" value="65,75" /> ! <tag name="poisonresist" value="60,70" /> <!-- Misc. --> <desc>The eldest of the Draconian race are rarely seen by any other than drake eyes. Ancient in origin, the wizened Elder is said to long forthe days when the reptile was the guardian of the land now known as Britannia. Patience is not a virtue of the Elder Wyrm, and disturbing one may lead to a quick death. Death, of course, being the quickest way for these ancient ones to be rid of the intruder and get back to their studies.</desc> Index: dragon.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/dragon.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dragon.xml 2 Jan 2004 09:37:00 -0000 1.2 --- dragon.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 25,33 **** <!-- Resists --> <defense><random min="55" max="65"/></defense> ! <coldresist><random min="30" max="40"/></coldresist> ! <energyresist><random min="35" max="45"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="55" max="65"/></physicalresist> ! <poisonresist><random min="25" max="35"/></poisonresist> <!-- Misc. --> <desc>Dragons are a wise and ancient race. They are terrible indeed in their anger, but they are neither cruel nor rapacious in their own nature. Any who says otherwise speaks not the truth. It is true that dragons, like all other sapient peoples, have the power to choose, and that some, succumbing to malice or madness, have descended in wrath onhelpless humans, and been put down in consequence. When a man dies beneath a dragon's claws, however, it is far more often the case that he has succumbed to his own greed, and gone foolishly seeking to rob the dragon of his fabled hoard.</desc> --- 25,33 ---- <!-- Resists --> <defense><random min="55" max="65"/></defense> ! <tag name="coldresist" value="30,40" /> ! <tag name="energyresist" value="35,45" /> ! <tag name="fireresist" value="60,70" /> ! <tag name="physicalresist" value="55,65" /> ! <tag name="poisonresist" value="25,35" /> <!-- Misc. --> <desc>Dragons are a wise and ancient race. They are terrible indeed in their anger, but they are neither cruel nor rapacious in their own nature. Any who says otherwise speaks not the truth. It is true that dragons, like all other sapient peoples, have the power to choose, and that some, succumbing to malice or madness, have descended in wrath onhelpless humans, and been put down in consequence. When a man dies beneath a dragon's claws, however, it is far more often the case that he has succumbed to his own greed, and gone foolishly seeking to rob the dragon of his fabled hoard.</desc> Index: drake.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/drake.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** drake.xml 2 Jan 2004 09:37:00 -0000 1.2 --- drake.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 21,33 **** <lodamage>11</lodamage> <hidamage>17</hidamage> ! <firedamage>20</firedamage> ! <physicaldamage>80</physicaldamage> <!-- Resists --> <defense><random min="45" max="50"/></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <physicalresist><random min="45" max="50"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> <!-- Misc. --> <totame>843</totame> --- 21,33 ---- <lodamage>11</lodamage> <hidamage>17</hidamage> ! <tag name="firedamage" value="20" /> ! <tag name="physicaldamage" value="80" /> <!-- Resists --> <defense><random min="45" max="50"/></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="50,60" /> ! <tag name="physicalresist" value="45,50" /> ! <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <totame>843</totame> Index: serpentine_dragon.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/serpentine_dragon.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** serpentine_dragon.xml 2 Jan 2004 09:37:00 -0000 1.2 --- serpentine_dragon.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 24,36 **** <lodamage>5</lodamage> <hidamage>12</hidamage> ! <physicaldamage>75</physicaldamage> ! <poisondamage>25</poisondamage> <!-- Resists --> <defense><random min="35" max="40" /></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="25" max="35"/></fireresist> ! <physicalresist><random min="35" max="40"/></physicalresist> ! <poisonresist><random min="25" max="35"/></poisonresist> <!-- Misc. --> <category>Monsters\Dragons\Serpentine Dragon</category> --- 24,36 ---- <lodamage>5</lodamage> <hidamage>12</hidamage> ! <tag name="physicaldamage" value="75" /> ! <tag name="poisondamage" value="25" /> <!-- Resists --> <defense><random min="35" max="40" /></defense> ! <tag name="coldresist" value="25,35" /> ! <tag name="energyresist" value="25,35" /> ! <tag name="fireresist" value="25,35" /> ! <tag name="physicalresist" value="35,40" /> ! <tag name="poisonresist" value="25,35" /> <!-- Misc. --> <category>Monsters\Dragons\Serpentine Dragon</category> Index: shadow_wyrm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/shadow_wyrm.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shadow_wyrm.xml 2 Jan 2004 09:37:00 -0000 1.2 --- shadow_wyrm.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 24,36 **** <lodamage>29</lodamage> <hidamage>35</hidamage> ! <colddamage>25</colddamage> ! <physicaldamage>75</physicaldamage> <!-- Resists --> <defense><random min="65" max="75" /></defense> ! <coldresist><random min="45" max="55"/></coldresist> ! <energyresist><random min="50" max="60"/></energyresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <physicalresist><random min="65" max="75"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> <!-- Misc. --> <desc>Much like the other members of its species, the Shadow Wyrm is an extraordinarily intelligent creature with an incredible fighting ability and a wicked arsenal of magic spells at its disposal. Many believe that these mighty draconic creatures once practiced a dark and evil magic in Britannia, but were banished to the realm of shadows for their misdeeds. Banished, but not defeated, they remain forever bound to the world in shadow-form.</desc> --- 24,36 ---- <lodamage>29</lodamage> <hidamage>35</hidamage> ! <tag name="colddamage" value="25" /> ! <tag name="physicaldamage" value="75" /> <!-- Resists --> <defense><random min="65" max="75" /></defense> ! <tag name="coldresist" value="45,55" /> ! <tag name="energyresist" value="50,60" /> ! <tag name="fireresist" value="50,60" /> ! <tag name="physicalresist" value="65,75" /> ! <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <desc>Much like the other members of its species, the Shadow Wyrm is an extraordinarily intelligent creature with an incredible fighting ability and a wicked arsenal of magic spells at its disposal. Many believe that these mighty draconic creatures once practiced a dark and evil magic in Britannia, but were banished to the realm of shadows for their misdeeds. Banished, but not defeated, they remain forever bound to the world in shadow-form.</desc> Index: white_wyrm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/white_wyrm.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** white_wyrm.xml 2 Jan 2004 09:37:00 -0000 1.2 --- white_wyrm.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 23,35 **** <lodamage>17</lodamage> <hidamage>25</hidamage> ! <colddamage>50</colddamage> ! <physicaldamage>50</physicaldamage> <!-- Resists --> <defense><random min="55" max="70" /></defense> ! <coldresist><random min="80" max="90"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="55" max="70"/></physicalresist> ! <poisonresist><random min="40" max="50"/></poisonresist> <!-- Misc. --> <desc>Unlikely as it may seem, some dragons do not hold to the strict canons of their society. Though a drake criminal is rare, punishment must exist for such malcontents. Wyrms are forbidden from killing one another, and thus no death sentence exists, even for the most evil oftheir kind. It was once believed by the Elder Wyrms that the frozen wastes would either kill or forever weaken those draconians banished there. The contrary was, of course, the result. Known among their kind as Anflaustrailious, or the dispossessed that lack warmth, the dragons that now reside in the regions of cold are those, or descended from those, who were banished for crimes among their kind. The Draconians of the Frost are a cruel and savage branch of their race. They blame all creatures for their torment and seek out revenge on any in their path. Such is the terror inspired by these foul drakes that the Elder Wyrms have forever stricken banishment to the ice regions from their doctrine. What becomes of draconian criminals now is known only to dragon kind, and they are loath to share their secrets.</desc> --- 23,35 ---- <lodamage>17</lodamage> <hidamage>25</hidamage> ! <tag name="colddamage" value="50" /> ! <tag name="physicaldamage" value="50" /> <!-- Resists --> <defense><random min="55" max="70" /></defense> ! <tag name="coldresist" value=80,90"" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="15,25" /> ! <tag name="physicalresist" value="55,70" /> ! <tag name="poisonresist" value="70,50" /> <!-- Misc. --> <desc>Unlikely as it may seem, some dragons do not hold to the strict canons of their society. Though a drake criminal is rare, punishment must exist for such malcontents. Wyrms are forbidden from killing one another, and thus no death sentence exists, even for the most evil oftheir kind. It was once believed by the Elder Wyrms that the frozen wastes would either kill or forever weaken those draconians banished there. The contrary was, of course, the result. Known among their kind as Anflaustrailious, or the dispossessed that lack warmth, the dragons that now reside in the regions of cold are those, or descended from those, who were banished for crimes among their kind. The Draconians of the Frost are a cruel and savage branch of their race. They blame all creatures for their torment and seek out revenge on any in their path. Such is the terror inspired by these foul drakes that the Elder Wyrms have forever stricken banishment to the ice regions from their doctrine. What becomes of draconian criminals now is known only to dragon kind, and they are loath to share their secrets.</desc> Index: wyvern.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/wyvern.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wyvern.xml 2 Jan 2004 09:37:00 -0000 1.2 --- wyvern.xml 2 Jan 2004 13:28:47 -0000 1.3 *************** *** 22,34 **** <lodamage>8</lodamage> <hidamage>19</hidamage> ! <physicaldamage>50</physicaldamage> ! <poisondamage>50</poisondamage> <!-- Resists --> <defense><random min="35" max="45" /></defense> ! <coldresist><random min="20" max="30"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="90" max="100"/></poisonresist> <!-- Misc. --> <desc>The dragon scorpion, as it is known to humans, is more than a scorpion, but less than a dragon. Lacking the spells and fearsome fire hurling abilities of the dragon, a wyvern retains the power of flight and adds a scorpion sting. Their poison can kill a hearty person inminutes.</desc> --- 22,34 ---- <lodamage>8</lodamage> <hidamage>19</hidamage> ! <tag name="physicaldamage" value="50" /> ! <tag name="poisondamage" value="50" /> <!-- Resists --> <defense><random min="35" max="45" /></defense> ! <tag name="coldresist" value="20,30" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="90,100" /> <!-- Misc. --> <desc>The dragon scorpion, as it is known to humans, is more than a scorpion, but less than a dragon. Lacking the spells and fearsome fire hurling abilities of the dragon, a wyvern retains the power of flight and adds a scorpion sting. Their poison can kill a hearty person inminutes.</desc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental In directory sc8-pr-cvs1:/tmp/cvs-serv1590 Modified Files: acid_elemental.xml agapite_elemental.xml air_elemental.xml blood_elemental.xml bronze_elemental.xml copper_elemental.xml dull_copper_elemental.xml earth_elemental.xml efreet.xml fire_elemental.xml gold_elemental.xml ice_elemental.xml poison_elemental.xml sand_vortex.xml shadow_iron_elemental.xml snow_elemental.xml valorite_elemental.xml verite_elemental.xml water_elemental.xml Log Message: More tag updates. Index: acid_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/acid_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** acid_elemental.xml 2 Jan 2004 09:02:37 -0000 1.2 --- acid_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 23,36 **** <lodamage>9</lodamage> <hidamage>15</hidamage> ! <energydamage>25</energydamage> ! <firedamage>50</firedamage> ! <physicaldamage>25</physicaldamage> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <coldresist><random min="20" max="30"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="10" max="20"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Acid Elemental</category> --- 23,36 ---- <lodamage>9</lodamage> <hidamage>15</hidamage> ! <tag name="energydamage" value="25" /> ! <tag name="firedamage" value="50" /> ! <tag name="physicaldamage" value="25" /> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <tag name="coldresist" value="20,30" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="40,50" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="10,20" /> <!-- Misc. --> <category>Monsters\Elementals\Acid Elemental</category> Index: agapite_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/agapite_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** agapite_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- agapite_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="10" max="20"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Agapite Elemental</category> --- 22,30 ---- <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="fireresist" value="40,50" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <category>Monsters\Elementals\Agapite Elemental</category> Index: air_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/air_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** air_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- air_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 23,36 **** <lodamage>8</lodamage> <hidamage>10</hidamage> ! <colddamage>40</colddamage> ! <energydamage>40</energydamage> ! <physicaldamage>20</physicaldamage> <!-- Resists --> <defense><random min="35" max="45" /><defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="10" max="20"/></poisonresist> <!-- Misc --> <desc>Tales of this creature might be pried from between the lips of those who have encountered it deep within the dungeon Shame, or venturing across its native plains and mountains. The Air Elemental is awesome and perhaps deceptivein its beauty, as it takes the form of a luminous blue man. It moves with such speed as could hardly be imagined; no sooner is it seen in the distance before it bears down on the unfortunate adventurer. The blue vapor it exudes about its form is but an indication of the foul winds that it uses to fell its opponents. Even those who flee this creature may be hit with an unseen weapon that the creature has thrown. Although the naturally occurring Air Elemental is the strongest, such creatures can be summoned at the behest of the strongest of mages. Be warned, ye Adventurers who make your way through the plains and mountains of Britannia! Prepare yourselves well to meet one of these creatures, should you feel the sting of hot wind and grit come from nowhere as you travel!</desc> --- 23,36 ---- <lodamage>8</lodamage> <hidamage>10</hidamage> ! <tag name="colddamage" value="40" /> ! <tag name="energydamage" value="40" /> ! <tag name="physicaldamage" value="20" /> <!-- Resists --> <defense><random min="35" max="45" /><defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="25,35" /> ! <tag name="fireresist" value="15,25" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="10,20" /> <!-- Misc --> <desc>Tales of this creature might be pried from between the lips of those who have encountered it deep within the dungeon Shame, or venturing across its native plains and mountains. The Air Elemental is awesome and perhaps deceptivein its beauty, as it takes the form of a luminous blue man. It moves with such speed as could hardly be imagined; no sooner is it seen in the distance before it bears down on the unfortunate adventurer. The blue vapor it exudes about its form is but an indication of the foul winds that it uses to fell its opponents. Even those who flee this creature may be hit with an unseen weapon that the creature has thrown. Although the naturally occurring Air Elemental is the strongest, such creatures can be summoned at the behest of the strongest of mages. Be warned, ye Adventurers who make your way through the plains and mountains of Britannia! Prepare yourselves well to meet one of these creatures, should you feel the sting of hot wind and grit come from nowhere as you travel!</desc> Index: blood_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/blood_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** blood_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- blood_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 23,35 **** <lodamage>17</lodamage> <hidamage>27</hidamage> ! <energydamage>50</energydamage> ! <poisondamage>50</poisondamage> <!-- Resists --> <defense><random min="55" max="65"/></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="55" max="65"/></physicalresist> ! <poisonresist><random min="50" max="60"/></poisonresist> <!-- Misc --> <desc>Formed from the blood of the dead, blood elementals are strongmagic-users, and an aggressive and formidable foe. You have blood, andthey want it.</desc> --- 23,35 ---- <lodamage>17</lodamage> <hidamage>27</hidamage> ! <tag name="energydamage" value="50" /> ! <tag name="poisondamage" value="50" /> <!-- Resists --> <defense><random min="55" max="65"/></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="20,30" /> ! <tag name="physicalresist" value="55,65" /> ! <tag name="poisonresist" value="50,60" /> <!-- Misc --> <desc>Formed from the blood of the dead, blood elementals are strongmagic-users, and an aggressive and formidable foe. You have blood, andthey want it.</desc> Index: bronze_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/bronze_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bronze_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- bronze_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 20,32 **** <lodamage>9</lodamage> <hidamage>16</hidamage> ! <firedamage>70</firedamage> ! <physicaldamage>30</physicaldamage> <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="20" max="30"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="70" max="80"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Bronze Elemental</category> --- 20,32 ---- <lodamage>9</lodamage> <hidamage>16</hidamage> ! <tag name="firedamage" value="70" /> ! <tag name="physicaldamage" value="30" /> <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="20,30" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="70,80" /> <!-- Misc. --> <category>Monsters\Elementals\Bronze Elemental</category> Index: copper_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/copper_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** copper_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- copper_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="30" max="40"/></coldresist> ! <energyresist><random min="10" max="20"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Copper Elemental</category> --- 22,30 ---- <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="30,40" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <category>Monsters\Elementals\Copper Elemental</category> Index: dull_copper_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/dull_copper_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dull_copper_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- dull_copper_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="20" max="30"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Dull Copper Elemental</category> --- 22,30 ---- <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="20,30" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <category>Monsters\Elementals\Dull Copper Elemental</category> Index: earth_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/earth_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** earth_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- earth_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="30" max="35"/></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="30" max="35"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> <!-- Misc. --> <desc>These beings embody the element of Earth, and as the Air Elementalsdwell naturally on a plane devoid of solidity, the Earth Elementalsare native to a world devoid of air. They are mighty engines of destruction indeed, possessing both the crushing power of the avalanche and the steadfast endurance of the mountain. Furthermore, they command magicks allowing them to twist the earth to their will.</desc> --- 22,30 ---- <!-- Resists --> <defense><random min="30" max="35"/></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="15,25" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="30,35" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc. --> <desc>These beings embody the element of Earth, and as the Air Elementalsdwell naturally on a plane devoid of solidity, the Earth Elementalsare native to a world devoid of air. They are mighty engines of destruction indeed, possessing both the crushing power of the avalanche and the steadfast endurance of the mountain. Furthermore, they command magicks allowing them to twist the earth to their will.</desc> Index: efreet.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/efreet.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** efreet.xml 2 Jan 2004 09:02:38 -0000 1.2 --- efreet.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,34 **** <lodamage>11</lodamage> <hidamage>13</hidamage> ! <energydamage>50</energydamage> ! <firedamage>50</firedamage> <!-- Resists --> <defense><random min="50" max="60" /></defense> ! <coldresist>0</coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="50" max="60"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <desc>Legends say that the Efreet will grant a wish to those who retrieve them from their home of flames. This is the truth only if the wish is a wish for death. The Efreet has a heart of flame and a countenance to match. An Efreet will attack with flame and magic, and few can stand against them. There is an ancient tome that tells of an Efreet Overlord who leads an army of the Efreeti. If the overlord exists still, none have seen him and returned.</desc> --- 22,34 ---- <lodamage>11</lodamage> <hidamage>13</hidamage> ! <tag name="physicaldamage" value="0" /> ! <tag name="energydamage" value="50" /> ! <tag name="firedamage" value="50" /> <!-- Resists --> <defense><random min="50" max="60" /></defense> ! <tag name="energyresist" value="" /><random min="40" max="50"/></energyresist> ! <tag name="fireresist" value="" /><random min="60" max="70"/></fireresist> ! <tag name="physicalresist" value="" /><random min="50" max="60"/></physicalresist> ! <tag name="poisonresist" value="" /><random min="30" max="40"/></poisonresist> <!-- Misc. --> <desc>Legends say that the Efreet will grant a wish to those who retrieve them from their home of flames. This is the truth only if the wish is a wish for death. The Efreet has a heart of flame and a countenance to match. An Efreet will attack with flame and magic, and few can stand against them. There is an ancient tome that tells of an Efreet Overlord who leads an army of the Efreeti. If the overlord exists still, none have seen him and returned.</desc> Index: fire_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/fire_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fire_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- fire_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,34 **** <lodamage>7</lodamage> <hidamage>9</hidamage> ! <firedamage>75</firedamage> ! <physicaldamage>25</physicaldamage> <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <coldresist><random min="5" max="10"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="60" max="80"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <desc>Perhaps the most destructive elemental of them all, for its very touch burns with a consuming flame. Fortunately, fire elementals can not long survive in the cool climes of our world, and are therefore seldom found outside of the burning lava pits of great volcanoes.</desc> --- 22,34 ---- <lodamage>7</lodamage> <hidamage>9</hidamage> ! <tag name="firedamage" value="75" /> ! <tag name="physicaldamage" value="25" /> <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <tag name="coldresist" value="5,10" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="60,80" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <desc>Perhaps the most destructive elemental of them all, for its very touch burns with a consuming flame. Fortunately, fire elementals can not long survive in the cool climes of our world, and are therefore seldom found outside of the burning lava pits of great volcanoes.</desc> Index: gold_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/gold_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gold_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- gold_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="60" max="75"/></defense> ! <coldresist><random min="30" max="40"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="60" max="75"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Gold Elemental</category> --- 22,30 ---- <!-- Resists --> <defense><random min="60" max="75"/></defense> ! <tag name="coldresist" value="30,40" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="60,75" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <category>Monsters\Elementals\Gold Elemental</category> Index: ice_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/ice_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ice_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- ice_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,34 **** <lodamage>10</lodamage> <hidamage>21</hidamage> ! <colddamage>75</colddamage> ! <physicaldamage>25</physicaldamage> <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <coldresist><random min="50" max="60"/></coldresist> ! <energyresist><random min="20" max="30"/></energyresist> ! <fireresist><random min="5" max="10"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> <!-- Misc. --> <desc>The motives and desires of elementals are their own. What is known of the Ice Elemental is that they desire the return of the Ice. Working toward one sinister purpose, the Elementals composed of permafrost desire a time when glaciers cover the world. Make no mistake; these demons of cold are an invading force.</desc> --- 22,34 ---- <lodamage>10</lodamage> <hidamage>21</hidamage> ! <tag name="colddamage" value="75" /> ! <tag name="physicaldamage" value="25" /> <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <tag name="coldresist" value="50,60" /> ! <tag name="energyresist" value="20,30" /> ! <tag name="fireresist" value="5,10" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="20,30" /> <!-- Misc. --> <desc>The motives and desires of elementals are their own. What is known of the Ice Elemental is that they desire the return of the Ice. Working toward one sinister purpose, the Elementals composed of permafrost desire a time when glaciers cover the world. Make no mistake; these demons of cold are an invading force.</desc> Index: poison_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/poison_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** poison_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- poison_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 24,36 **** <lodamage>12</lodamage> <hidamage>18</hidamage> ! <physicaldamage>10</physicaldamage> ! <poisondamage>90</poisondamage> <!-- Resists --> <defense><random min="60" max="70"/></defense> ! <coldresist><random min="20" max="30"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="60" max="70"/></physicalresist> ! <poisonresist>100</poisonresist> <!-- Misc. --> <desc>Poison Elementals are the result of corruption of Air Elementals by horrific magic. It is believed that air elementals that disobey an evil summoner are sometimes punished in this fashion. If such is thecase, poison elementals hate their very existence, as it is anabomination of everything they were as an air elemental. Those unluckyenough to see a poison elemental should immediately turn tail lest they become an outlet for the revenge of the cursed elemental.</desc> --- 24,36 ---- <lodamage>12</lodamage> <hidamage>18</hidamage> ! <tag name="physicaldamage" value="10" /> ! <tag name="poisondamage" value="90" /> <!-- Resists --> <defense><random min="60" max="70"/></defense> ! <tag name="coldresist" value="20,30" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="20,30" /> ! <tag name="physicalresist" value="60,70" /> ! <tag name="poisonresist" value="100" /> <!-- Misc. --> <desc>Poison Elementals are the result of corruption of Air Elementals by horrific magic. It is believed that air elementals that disobey an evil summoner are sometimes punished in this fashion. If such is thecase, poison elementals hate their very existence, as it is anabomination of everything they were as an air elemental. Those unluckyenough to see a poison elemental should immediately turn tail lest they become an outlet for the revenge of the cursed elemental.</desc> Index: sand_vortex.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/sand_vortex.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sand_vortex.xml 2 Jan 2004 09:02:38 -0000 1.2 --- sand_vortex.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 20,32 **** <lodamage>3</lodamage> <hidamage>16</hidamage> ! <firedamage>10</firedamage> ! <physicaldamage>90</physicaldamage> <!-- Resists --> <defense><random min="80" max="90" /></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="60" max="70"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="80" max="90"/></physicalresist> ! <poisonresist><random min="60" max="70"/></poisonresist> <!-- Misc. --> <category>Monsters\Common Monsters\Sand Vortex</category> --- 20,32 ---- <lodamage>3</lodamage> <hidamage>16</hidamage> ! <tag name="firedamage" value="10" /> ! <tag name="physicaldamage" value="90" /> <!-- Resists --> <defense><random min="80" max="90" /></defense> ! <tag name="coldresist" value="60,70" /> ! <tag name="energyresist" value="60,70" /> ! <tag name="fireresist" value="60,70" /> ! <tag name="physicalresist" value="80,90" /> ! <tag name="poisonresist" value="60,70" /> <!-- Misc. --> <category>Monsters\Common Monsters\Sand Vortex</category> Index: shadow_iron_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/shadow_iron_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shadow_iron_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- shadow_iron_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 22,30 **** <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="20" max="30"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="10" max="20"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Shadow Iron Elemental</category> --- 22,30 ---- <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="20,30" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="10,20" /> <!-- Misc. --> <category>Monsters\Elementals\Shadow Iron Elemental</category> Index: snow_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/snow_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** snow_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- snow_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 20,32 **** <lodamage>11</lodamage> <hidamage>17</hidamage> ! <colddamage>80</colddamage> ! <physicaldamage>20</physicaldamage> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="10" max="15"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="25" max="35"/></poisonresist> <!-- Misc. --> <desc>Those who have returned from Ice Island warn of the blizzard stalker. It is not known if the snow elemental shares the same goal as the ice elemental, but certainly there are just as terrible in their wrath. Snow elementals can call upon the full fury of nature to bring about the end of any that should cross them.</desc> --- 20,32 ---- <lodamage>11</lodamage> <hidamage>17</hidamage> ! <tag name="colddamage" value="80" /> ! <tag name="physicaldamage" value="20" /> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <tag name="coldresist" value="60,70" /> ! <tag name="energyresist" value="25,35" /> ! <tag name="fireresist" value="10,15" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="25,35" /> <!-- Misc. --> <desc>Those who have returned from Ice Island warn of the blizzard stalker. It is not known if the snow elemental shares the same goal as the ice elemental, but certainly there are just as terrible in their wrath. Snow elementals can call upon the full fury of nature to bring about the end of any that should cross them.</desc> Index: valorite_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/valorite_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** valorite_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- valorite_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 20,34 **** <lodamage>28</lodamage> <hidamage>25</hidamage> ! <colddamage>25</colddamage> ! <energydamage>25</energydamage> ! <firedamage>25</firedamage> ! <physicaldamage>25</physicaldamage> <!-- Resists --> <defense><random min="65" max="75"/></defense> ! <coldresist><random min="50" max="60"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <physicalresist><random min="65" max="75"/></physicalresist> ! <poisonresist><random min="50" max="60"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Valorite Elemental</category> --- 20,34 ---- <lodamage>28</lodamage> <hidamage>25</hidamage> ! <tag name="colddamage" value="25" /> ! <tag name="energydamage" value="25" /> ! <tag name="firedamage" value="25" /> ! <tag name="physicaldamage" value="25" /> <!-- Resists --> <defense><random min="65" max="75"/></defense> ! <tag name="coldresist" value="50,60" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="50,60" /> ! <tag name="physicalresist" value="65,75" /> ! <tag name="poisonresist" value="50,60" /> <!-- Misc. --> <category>Monsters\Elementals\Valorite Elemental</category> Index: verite_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/verite_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** verite_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- verite_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 20,32 **** <lodamage>9</lodamage> <hidamage>16</hidamage> ! <energydamage>50</energydamage> ! <physicaldamage>50</physicaldamage> <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <coldresist><random min="50" max="60"/></coldresist> ! <energyresist><random min="50" max="60"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="50" max="60"/></poisonresist> <!-- Misc. --> <category>Monsters\Elementals\Verite Elemental</category> --- 20,32 ---- <lodamage>9</lodamage> <hidamage>16</hidamage> ! <tag name="energydamage" value="50" /> ! <tag name="physicaldamage" value="50" /> <!-- Resists --> <defense><random min="30" max="40"/></defense> ! <tag name="coldresist" value="50,60" /> ! <tag name="energyresist" value="50,60" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="30,40" /> ! <tag name="poisonresist" value="50,60" /> <!-- Misc. --> <category>Monsters\Elementals\Verite Elemental</category> Index: water_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/water_elemental.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** water_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 --- water_elemental.xml 2 Jan 2004 13:19:52 -0000 1.3 *************** *** 24,32 **** <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <coldresist><random min="10" max="25"/></coldresist> ! <energyresist><random min="5" max="10"/></energyresist> ! <fireresist><random min="10" max="25"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="60" max="70"/></poisonresist> <!-- Misc. --> <desc>Water elementals dwell in, and are composed of, water. They have great power to command the waves themselves. Fortunately, the few that dwell upon our plane keep themselves mostly to the nether depths of the ocean, and so seldom come into contact with humanity.</desc> --- 24,32 ---- <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <tag name="coldresist" value="10,25" /> ! <tag name="energyresist" value="5,10" /> ! <tag name="fireresist" value="10,25" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="60,70" /> <!-- Misc. --> <desc>Water elementals dwell in, and are composed of, water. They have great power to command the waves themselves. Fortunately, the few that dwell upon our plane keep themselves mostly to the nether depths of the ocean, and so seldom come into contact with humanity.</desc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants In directory sc8-pr-cvs1:/tmp/cvs-serv30082 Modified Files: arctic_ogre_lord.xml cyclopian_warrior.xml ettin.xml frost_troll.xml ogre.xml ogre_lord.xml titan.xml troll.xml Log Message: Tag tweak. Index: arctic_ogre_lord.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/arctic_ogre_lord.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** arctic_ogre_lord.xml 2 Jan 2004 11:09:12 -0000 1.2 --- arctic_ogre_lord.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 21,33 **** <lodamage>20</lodamage> <hidamage>25</hidamage> ! <colddamage>70</colddamage> ! <physicaldamage>30</physicaldamage> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="-10" max="0"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist>100</poisonresist> <!-- Misc. --> <category>Monsters\Giants\Arctic Ogre Lord</category> --- 21,33 ---- <lodamage>20</lodamage> <hidamage>25</hidamage> ! <tag name="colddamage" value="70" /> ! <tag name="physicaldamage" value="30" /> <!-- Resists --> <defense><random min="45" max="55"/></defense> ! <tag name="coldresist" value="60,70" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="-10,0" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="100" /> <!-- Misc. --> <category>Monsters\Giants\Arctic Ogre Lord</category> Index: cyclopian_warrior.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/cyclopian_warrior.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cyclopian_warrior.xml 2 Jan 2004 11:09:12 -0000 1.2 --- cyclopian_warrior.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 1,3 **** ! <definitions> --- 1,3 ---- ! w <definitions> *************** *** 23,31 **** <!-- Resists --> <defense><random min="45" max="50"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="45" max="50"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <desc>Listen, Traveler, as I tell of the mysterious one-eyed race of giants known as the Cyclops! These massive, warlike brutes give complete obeisance to their rulers, the Titans, who wield magic with an almost religious fervor. Little more is known of them anyone brave (or fool hardy) enough to venture to their valley home seeking common ground for trade or discussion has been met with battle cries instead. Those few who returned tell tales that marvel at the Cyclops remarkable buildings. It is whispered that this race, perhaps the greatest of all builders in our land, may have been responsible for the shrines that grace Britannia. If this rumor is true, there are none alive who can verify such a statement.</desc> --- 23,31 ---- <!-- Resists --> <defense><random min="45" max="50"/></defense> ! <tag name="coldresist" name="25,35" /> ! <tag name="energyresist" name="30,40" /> ! <tag name="fireresist" name="30,40" /> ! <tag name="physicalresist" name="45,50" /> ! <tag name="poisonresist" name="30,40" /> <!-- Misc. --> <desc>Listen, Traveler, as I tell of the mysterious one-eyed race of giants known as the Cyclops! These massive, warlike brutes give complete obeisance to their rulers, the Titans, who wield magic with an almost religious fervor. Little more is known of them anyone brave (or fool hardy) enough to venture to their valley home seeking common ground for trade or discussion has been met with battle cries instead. Those few who returned tell tales that marvel at the Cyclops remarkable buildings. It is whispered that this race, perhaps the greatest of all builders in our land, may have been responsible for the shrines that grace Britannia. If this rumor is true, there are none alive who can verify such a statement.</desc> Index: ettin.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ettin.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ettin.xml 2 Jan 2004 11:09:12 -0000 1.2 --- ettin.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 23,31 **** <!-- Resists --> <defense><random min="35" max="40" /></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="35" max="40"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> <!-- Misc. --> <desc>Ettins are the largest of Britannia's humanoid races by far, but their great size is less remarkable than their two heads. It is said that the heads of an Ettin often quarrel together, but this may be a fancy. Ettins live together in family groups, and are most numerous along the Serpent Spine mountains. They are stupid and vicious creatures, buthave some degree of reason and speak a debased dialect of Britannian. Ettins are common brigands, who slay travelers for their gold, which they love dearly and hoard whenever they may. (Some of the wilder tribes hew gold directly from the ground in crude mines.) They are most notorious for their cowardly habit of hurling boulders of greatsize down on travelers in the high mountain passes.</desc> --- 23,31 ---- <!-- Resists --> <defense><random min="35" max="40" /></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="15,25" /> ! <tag name="fireresist" value="15,25" /> ! <tag name="physicalresist" value="35,40" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc. --> <desc>Ettins are the largest of Britannia's humanoid races by far, but their great size is less remarkable than their two heads. It is said that the heads of an Ettin often quarrel together, but this may be a fancy. Ettins live together in family groups, and are most numerous along the Serpent Spine mountains. They are stupid and vicious creatures, buthave some degree of reason and speak a debased dialect of Britannian. Ettins are common brigands, who slay travelers for their gold, which they love dearly and hoard whenever they may. (Some of the wilder tribes hew gold directly from the ground in crude mines.) They are most notorious for their cowardly habit of hurling boulders of greatsize down on travelers in the high mountain passes.</desc> Index: frost_troll.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/frost_troll.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** frost_troll.xml 2 Jan 2004 11:09:12 -0000 1.2 --- frost_troll.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 21,33 **** <lodamage>14</lodamage> <hidamage>20</hidamage> ! <colddamage>25</colddamage> ! <physicaldamage>75</physicaldamage> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="5" max="10"/></energyresist> ! <fireresist>0</fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="5" max="10"/></poisonresist> <!-- Misc. --> <desc>A Troll of the northern wastes has but two goals. Hunt and eat. Not surprisingly, they are good at both. They resemble normal Trolls inmany aspects, except the troll of the frozen wastes tend to have less around to eat. This means that they are more aggressive and much hungrier than a normal troll.</desc> --- 21,32 ---- <lodamage>14</lodamage> <hidamage>20</hidamage> ! <tag name="colddamage" value="25" /> ! <tag name="physicaldamage" value="75" /> <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="5,10" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="5,10" /> <!-- Misc. --> <desc>A Troll of the northern wastes has but two goals. Hunt and eat. Not surprisingly, they are good at both. They resemble normal Trolls inmany aspects, except the troll of the frozen wastes tend to have less around to eat. This means that they are more aggressive and much hungrier than a normal troll.</desc> Index: ogre.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ogre.xml 2 Jan 2004 11:09:12 -0000 1.2 --- ogre.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 18,22 **** <tactics><random min="601" max="700"/></tactics> <wrestling><random min="701" max="800"/></wrestling> - <carve>carve_ogr</carve> <!-- Damage --> <lodamage>9</lodamage> --- 18,21 ---- *************** *** 24,34 **** <!-- Resists --> <defense><random min="30" max="35"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist>25</energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="30" max="35"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> <!-- Misc. --> <desc>These brutes are akin to orcs, but larger. They are fiercely stupid, but do possess some faculty of reason. Like all the intelligent races, they have a great greed for gold. Ogres are bullies, but also cowards, and will run if a fight turns against them.</desc> <category>Monsters\Giants\Ogre</category> </npc> --- 23,34 ---- <!-- Resists --> <defense><random min="30" max="35"/></defense> ! <tag name="coldresist" value="15,25" /> ! <tag name="energyresist" value="25" /> ! <tag name="fireresist" value="15,25" /> ! <tag name="physicalresist" value="30,35" /> ! <tag name="poisonresist" value="15,25" /> <!-- Misc. --> <desc>These brutes are akin to orcs, but larger. They are fiercely stupid, but do possess some faculty of reason. Like all the intelligent races, they have a great greed for gold. Ogres are bullies, but also cowards, and will run if a fight turns against them.</desc> + <carve>carve_ogre</carve> <category>Monsters\Giants\Ogre</category> </npc> Index: ogre_lord.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre_lord.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ogre_lord.xml 2 Jan 2004 11:09:12 -0000 1.2 --- ogre_lord.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 23,31 **** <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <coldresist><random min="30" max="40"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="40" max="50"/></poisonresist> <!-- Misc. --> <desc>Although ogres have no true martial order, the largest and meanest call themselves lords. If they differ from normal ogres, it is only in their size and strength. Given that they are ogres, this is no small worry. Ogre lords have been known to kill with one swipe of their massive club.</desc> --- 23,31 ---- <!-- Resists --> <defense><random min="45" max="55" /></defense> ! <tag name="coldresist" value="30,40" /> ! <tag name="energyresist" value="40,50" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="45,55" /> ! <tag name="poisonresist" value="40,50" /> <!-- Misc. --> <desc>Although ogres have no true martial order, the largest and meanest call themselves lords. If they differ from normal ogres, it is only in their size and strength. Given that they are ogres, this is no small worry. Ogre lords have been known to kill with one swipe of their massive club.</desc> Index: titan.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/titan.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** titan.xml 2 Jan 2004 11:09:12 -0000 1.2 --- titan.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 20,24 **** <tactics><random min="601" max="800"/></tactics> <wrestling><random min="401" max="500"/></wrestling> - <carve>carve_titan</carve> <!-- Damage --> <lodamage>13</lodamage> --- 20,23 ---- *************** *** 26,36 **** <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> <!-- Misc. --> <desc>Titans are the progenitors of the Cyclopsian race. They are immortal and cannot be killed permanently; though it is rumored they can befelled in combat. Adventurers foolish enough to face a Titan willl earn what an eternity of experience can grant. There is no weapon a Titan cannot wield, and no magic they do not know. It is believed that a Titan does not tire in battle nor do their spells require mana. Indeed, they lift their magic from the heart of the world and call it down on their opponents.</desc> <category>Monsters\Giants\Titan</category> </npc> --- 25,36 ---- <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <tag name="coldresist" value="25,35" /> ! <tag name="energyresist" value="30,40" /> ! <tag name="fireresist" value="30,40" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="30,40" /> <!-- Misc. --> <desc>Titans are the progenitors of the Cyclopsian race. They are immortal and cannot be killed permanently; though it is rumored they can befelled in combat. Adventurers foolish enough to face a Titan willl earn what an eternity of experience can grant. There is no weapon a Titan cannot wield, and no magic they do not know. It is believed that a Titan does not tire in battle nor do their spells require mana. Indeed, they lift their magic from the heart of the world and call it down on their opponents.</desc> + <carve>carve_titan</carve> <category>Monsters\Giants\Titan</category> </npc> Index: troll.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/troll.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** troll.xml 2 Jan 2004 11:09:12 -0000 1.2 --- troll.xml 2 Jan 2004 12:52:37 -0000 1.3 *************** *** 23,31 **** <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist><random min="5" max="15"/></energyresist> ! <fireresist><random min="25" max="35"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="5" max="15"/></poisonresist> <!-- Misc. --> <desc>These creatures are perhaps the least human of all the humanoid races of the land. They are treacherously clever, but utterly devoid of civilized impulse. It is said that they can heal themselves from wounds at an unnatural rate.</desc> --- 23,31 ---- <!-- Resists --> <defense><random min="35" max="45"/></defense> ! <tag name="coldresist" value="15,25" /> ! <tag name="energyresist" value="5,15" /> ! <tag name="fireresist" value="25,35" /> ! <tag name="physicalresist" value="35,45" /> ! <tag name="poisonresist" value="5,15" /> <!-- Misc. --> <desc>These creatures are perhaps the least human of all the humanoid races of the land. They are treacherously clever, but utterly devoid of civilized impulse. It is said that they can heal themselves from wounds at an unnatural rate.</desc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect In directory sc8-pr-cvs1:/tmp/cvs-serv28432 Modified Files: ant_lion.xml black_solen_infiltrator_queen.xml black_solen_infiltrator_warrior.xml black_solen_queen.xml black_solen_warrior.xml black_solen_worker.xml dread_spider.xml frost_spider.xml giant_black_widow.xml giant_spider.xml red_solen_infiltrator_queen.xml red_solen_infiltrator_warrior.xml red_solen_queen.xml red_solen_warrior.xml red_solen_worker.xml scorpion.xml Log Message: I hate spiders. AoS stuff will be in <tag /> format now. Index: ant_lion.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/ant_lion.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ant_lion.xml 27 Dec 2003 20:44:04 -0000 1.1 --- ant_lion.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 4,16 **** <!-- an ant lion --> <npc id="ant_lion"> ! <name>an ancient wyrm</name> <id>0x313</id> - <category>Monsters\Common Monsters\Ant Lion </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="45" max="60"/></defense> ! <lodamage>21</lodamage> ! <hidamage>54</hidamage> <!-- Stats --> <str><random min="296" max="320"/></str> --- 4,12 ---- <!-- an ant lion --> <npc id="ant_lion"> ! <name>an ant lion</name> <id>0x313</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="296" max="320"/></str> *************** *** 18,24 **** <int><random min="36" max="60"/></int> <!-- Skills --> - <wrestling>900</wrestling> - <tactics>900</tactics> <magicresistance>700</magicresistance> </npc> --- 14,34 ---- <int><random min="36" max="60"/></int> <!-- Skills --> <magicresistance>700</magicresistance> + <tactics>900</tactics> + <wrestling>900</wrestling> + <!-- Damage --> + <lodamage>7</lodamage> + <hidamage>21</hidamage> + <tag name="physicaldamage" value="70" /> + <tag name="poisondamage" value="30" /> + <!-- Resists --> + <defense><random min="45" max="60"/></defense> + <tag name="coldresist" value="30,40" /> + <tag name="energyresist" value="30,35" /> + <tag name="fireresist" value="25,35" /> + <tag name="physicalresist" value="45,60" /> + <tag name="poisonresist" value="40,50" /> + <!-- Misc. --> + <category>Monsters\Insects\Ant Lion</category> </npc> Index: black_solen_infiltrator_queen.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/black_solen_infiltrator_queen.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** black_solen_infiltrator_queen.xml 27 Dec 2003 20:44:04 -0000 1.1 --- black_solen_infiltrator_queen.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a black solen infiltrator</name> <id>0x327</id> - <category>Monsters\Solen\Black Solen Infiltrator (Queen)</category> <inherit id="monster_base"/> ! <karma><random min="-5000" max="-9999"/></karma> ! <fame><random min="5000" max="9999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>26</lodamage> ! <hidamage>39</hidamage> <!-- Stats --> <str><random min="326" max="350"/></str> --- 6,12 ---- <name>a black solen infiltrator</name> <id>0x327</id> <inherit id="monster_base"/> ! <karma>-6500</karma> ! <fame>6500</fame> <!-- Stats --> <str><random min="326" max="350"/></str> *************** *** 18,24 **** <int><random min="96" max="120"/></int> <!-- Skills --> - <wrestling>900</wrestling> - <tactics>900</tactics> <magicresistance>900</magicresistance> </npc> --- 14,34 ---- <int><random min="96" max="120"/></int> <!-- Skills --> <magicresistance>900</magicresistance> + <tactics>900</tactics> + <wrestling>900</wrestling> + <!-- Damage --> + <lodamage>10</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="70" /> + <tag name="poisondamage" value="30" /> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <tag name="coldresist" value="25,35" /> + <tag name="energyresist" value="25,30" /> + <tag name="fireresist" value="30,35" /> + <tag name="physicalresist" value="30,40" /> + <tag name="poisonresist" value="35,40" /> + <!-- Misc. --> + <category>Monsters\Solen\Black Solen Infiltrator (Queen)</category> </npc> Index: black_solen_infiltrator_warrior.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/black_solen_infiltrator_warrior.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** black_solen_infiltrator_warrior.xml 27 Dec 2003 20:44:04 -0000 1.1 --- black_solen_infiltrator_warrior.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a black solen infiltrator</name> <id>0x326</id> - <category>Monsters\Solen\Black Solen Infiltrator (Warrior)</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="20" max="35"/></defense> ! <lodamage>11</lodamage> ! <hidamage>33</hidamage> <!-- Stats --> <str><random min="206" max="230"/></str> --- 6,12 ---- <name>a black solen infiltrator</name> <id>0x326</id> <inherit id="monster_base"/> ! <karma>-3000</karma> ! <fame>3000</fame> <!-- Stats --> <str><random min="206" max="230"/></str> *************** *** 18,24 **** <int><random min="66" max="90"/></int> <!-- Skills --> - <wrestling>800</wrestling> - <tactics>800</tactics> <magicresistance>800</magicresistance> </npc> --- 14,34 ---- <int><random min="66" max="90"/></int> <!-- Skills --> <magicresistance>800</magicresistance> + <tactics>800</tactics> + <wrestling>800</wrestling> + <!-- Damage --> + <lodamage>11</lodamage> + <hidamage>33</hidamage> + <tag name="physicaldamage" value="80" /> + <tag name="poisondamage" value="20" /> + <!-- Resists --> + <defense><random min="20" max="35"/></defense> + <tag name="coldresist" value="10,25" /> + <tag name="energyresist" value="10,25" /> + <tag name="fireresist" value="20,35" /> + <tag name="physicalresist" value="20,35" /> + <tag name="poisonresist" value="20,35" /> + <!-- Misc. --> + <category>Monsters\Solen\Black Solen Infiltrator (Warrior)</category> </npc> Index: black_solen_queen.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/black_solen_queen.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** black_solen_queen.xml 27 Dec 2003 20:44:04 -0000 1.1 --- black_solen_queen.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a black solen infiltrator</name> <id>0x327</id> - <category>Monsters\Solen\Black Solen Queen</category> <inherit id="monster_base"/> ! <karma><random min="-5000" max="-9999"/></karma> ! <fame><random min="5000" max="9999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>26</lodamage> ! <hidamage>39</hidamage> <!-- Stats --> <str><random min="296" max="320"/></str> --- 6,12 ---- <name>a black solen infiltrator</name> <id>0x327</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="296" max="320"/></str> *************** *** 18,24 **** <int><random min="76" max="100"/></int> <!-- Skills --> - <wrestling>900</wrestling> - <tactics>900</tactics> <magicresistance>700</magicresistance> </npc> --- 14,34 ---- <int><random min="76" max="100"/></int> <!-- Skills --> <magicresistance>700</magicresistance> + <tactics>900</tactics> + <wrestling>900</wrestling> + <!-- Damage --> + <lodamage>10</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="70" /> + <tag name="poisondamage" value="30" /> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <tag name="coldresist" value="25,35" /> + <tag name="energyresist" value="25,30" /> + <tag name="fireresist" value="30,35" /> + <tag name="physicalresist" value="30,40" /> + <tag name="poisonresist" value="35,40" /> + <!-- Misc. --> + <category>Monsters\Solen\Black Solen Queen</category> </npc> Index: black_solen_warrior.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/black_solen_warrior.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** black_solen_warrior.xml 27 Dec 2003 20:44:04 -0000 1.1 --- black_solen_warrior.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a black solen warrior</name> <id>0x326</id> - <category>Monsters\Solen\Black Solen Warrior</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="52" max="52"/></defense> ! <lodamage>11</lodamage> ! <hidamage>33</hidamage> <!-- Stats --> <str><random min="196" max="220"/></str> --- 6,12 ---- <name>a black solen warrior</name> <id>0x326</id> <inherit id="monster_base"/> ! <karma>-3000</karma> ! <fame>3000</fame> <!-- Stats --> <str><random min="196" max="220"/></str> *************** *** 18,24 **** <int><random min="36" max="60"/></int> <!-- Skills --> - <wrestling>800</wrestling> - <tactics>800</tactics> <magicresistance>600</magicresistance> </npc> --- 14,34 ---- <int><random min="36" max="60"/></int> <!-- Skills --> <magicresistance>600</magicresistance> + <tactics>800</tactics> + <wrestling>800</wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="80" /> + <tag name="poisondamage" value="20" /> + <!-- Resists --> + <defense><random min="20" max="35"/></defense> + <tag name="coldresist" value="10,25" /> + <tag name="energyresist" value="10,25" /> + <tag name="fireresist" value="20,35" /> + <tag name="physicalresist" value="20,35" /> + <tag name="poisonresist" value="20,35" /> + <!-- Misc. --> + <category>Monsters\Solen\Black Solen Warrior</category> </npc> Index: black_solen_worker.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/black_solen_worker.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** black_solen_worker.xml 27 Dec 2003 20:44:04 -0000 1.1 --- black_solen_worker.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a black solen worker</name> <id>0x325</id> - <category>Monsters\Solen\Black Solen Worker</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="25" max="30"/></defense> ! <lodamage>8</lodamage> ! <hidamage>12</hidamage> <!-- Stats --> <str><random min="96" max="120"/></str> --- 6,12 ---- <name>a black solen worker</name> <id>0x325</id> <inherit id="monster_base"/> ! <karma>-1500</karma> ! <fame>1500</fame> <!-- Stats --> <str><random min="96" max="120"/></str> *************** *** 18,24 **** <int><random min="36" max="60"/></int> <!-- Skills --> - <wrestling>600</wrestling> - <tactics>650</tactics> <magicresistance>600</magicresistance> </npc> --- 14,32 ---- <int><random min="36" max="60"/></int> <!-- Skills --> <magicresistance>600</magicresistance> + <tactics>650</tactics> + <wrestling>600</wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>7</hidamage> + <!-- Resists --> + <defense><random min="25" max="30"/></defense> + <tag name="coldresist" value="10,20" /> + <tag name="energyresist" value="20,30" /> + <tag name="fireresist" value="20,30" /> + <tag name="physicalresist" value="25,30" /> + <tag name="poisonresist" value="10,20" /> + <!-- Misc. --> + <category>Monsters\Solen\Black Solen Worker</category> </npc> Index: dread_spider.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/dread_spider.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dread_spider.xml 27 Dec 2003 20:44:04 -0000 1.1 --- dread_spider.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 5,28 **** <npc id="dread_spider"> <name>a dread spider</name> ! <id>0xB</id> ! <category>Monsters\Giant Animals\Dread Spider</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="40" max="50" /></defense> ! <lodamage>13</lodamage> ! <hidamage>33</hidamage> <!-- Stats --> ! <str><random min="196" max="220" /></str> ! <dex><random min="126" max="145" /></dex> ! <int><random min="286" max="310" /></int> <!-- Skills --> ! <wrestling><random min="601" max="750" /></wrestling> ! <tactics><random min="551" max="700" /></tactics> ! <magicresistance><random min="451" max="600" /></magicresistance> ! <magery><random min="651" max="800" /></magery> ! <evaluatingint><random min="651" max="800"/></evaluatingint> ! <carve></carve> </npc> --- 5,36 ---- <npc id="dread_spider"> <name>a dread spider</name> ! <id>0xb</id> <inherit id="monster_base" /> ! <karma>-5000</karma> ! <fame>5000</fame> <!-- Stats --> ! <str><random min="196" max="220"/></str> ! <dex><random min="126" max="145"/></dex> ! <int><random min="651" max="800"/></int> <!-- Skills --> ! <evaluatingintel><random min="601" max="750"/></evaluatingintel> ! <magery><random min="601" max="750"/></magery> ! <magicresistance><random min="601" max="750"/></magicresistance> ! <tactics><random min="601" max="800"/></tactics> ! <wrestling><random min="601" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>5</lodamage> ! <hidamage>17</hidamage> ! <tag name="physicaldamage" value="20" /> ! <tag name="poisondamage" value="80" /> ! <!-- Resists --> ! <defense><random min="40" max="50" /></defense> ! <tag name="coldresist" value="20,30" /> ! <tag name="energyresist" value="20,30" /> ! <tag name="fireresist" value="20,30" /> ! <tag name="physicalresist" value="40,50" /> ! <tag name="poisonresist" value="90,100" /> ! <!-- Misc. --> ! <category>Monsters\Insects\Dread Spider</category> </npc> Index: frost_spider.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/frost_spider.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frost_spider.xml 27 Dec 2003 20:44:04 -0000 1.1 --- frost_spider.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,27 **** <name>a frost spider</name> <id>0x14</id> - <category>Monsters\Giant Animals\Frost Spider</category> - <skin>0</skin> <inherit id="animal_base" /> ! <karma><random min="-0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="25" max="30" /></defense> ! <lodamage>9</lodamage> ! <hidamage>28</hidamage> <!-- Stats --> ! <str><random min="76" max="100" /></str> ! <dex><random min="126" max="145" /></dex> ! <int><random min="36" max="60" /></int> <!-- Skills --> ! <wrestling><random min="501" max="650" /></wrestling> ! <tactics><random min="351" max="500" /></tactics> ! <magicresistance><random min="251" max="400" /></magicresistance> <totame>747</totame> ! <food>1</food> </npc> --- 6,36 ---- <name>a frost spider</name> <id>0x14</id> <inherit id="animal_base" /> ! <karma>-775</karma> ! <fame>775</fame> <!-- Stats --> ! <str><random min="76" max="100"/></str> ! <dex><random min="126" max="145"/></dex> ! <int><random min="36" max="60"/></int> <!-- Skills --> ! <magicresistance><random min="251" max="400"/></magicresistance> ! <tactics><random min="351" max="500"/></tactics> ! <wrestling><random min="501" max="650"/></wrestling> ! <!-- Damage --> ! <lodamage>6</lodamage> ! <hidamage>16</hidamage> ! <tag name="firedamage" value="80" /> ! <tag name="physicaldamage" value="20" /> ! <!-- Resists --> ! <defense><random min="25" max="30" /></defense> ! <tag name="coldresist" value="40,50" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="fireresist" value="5,10" /> ! <tag name="physicalresist" value="25,30" /> ! <tag name="poisonresist" value="20,30" /> ! <!-- Misc. --> ! <desc>The giant spider of the tundra hunts by burrowing into the snow and waiting to trap passers by. Unfortunate creatures caught by the spider are often paralyzed by its venom. The spider then envelops the victimin a cocoon of silk. Victims are then used over time to feed the spider. When the victim is used up, only the desiccated husk and their possessions remain.</desc> <totame>747</totame> ! <category>Monsters\Insects\Frost Spider</category> </npc> Index: giant_black_widow.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/giant_black_widow.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** giant_black_widow.xml 27 Dec 2003 20:44:04 -0000 1.1 --- giant_black_widow.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,17 **** <name>a giant black widown</name> <id>0x9d</id> - <category>Monsters\Giant Animals\Giant Black Widow</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="20" max="30" /></defense> ! <lodamage>11</lodamage> ! <hidamage>35</hidamage> <!-- Stats --> <str><random min="76" max="100" /></str> --- 6,12 ---- <name>a giant black widown</name> <id>0x9d</id> <inherit id="monster_base" /> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="76" max="100" /></str> *************** *** 19,27 **** <int><random min="36" max="60" /></int> <!-- Skills --> ! <wrestling><random min="701" max="850" /></wrestling> ! <tactics><random min="651" max="800" /></tactics> ! <magicresistance><random min="451" max="600" /></magicresistance> ! <anatomy><random min="303" max="750" /></anatomy> ! <poisoning><random min="601" max="800" /></poisoning> </npc> --- 14,34 ---- <int><random min="36" max="60" /></int> <!-- Skills --> ! <anatomy><random min="303" max="750"/></anatomy> ! <poisoning><random min="601" max="800"/></poisoning> ! <magicresistance><random min="451" max="600"/></magicresistance> ! <tactics><random min="651" max="800"/></tactics> ! <wrestling><random min="701" max="850"/></wrestling> ! <!-- Damage --> ! <lodamage>5</lodamage> ! <hidamage>17</hidamage> ! <!-- Resists --> ! <defense><random min="20" max="30" /></defense> ! <tag name="coldresist" value="10,20" /> ! <tag name="energyresist" value="10,20" /> ! <tag name="fireresist" value="10,20" /> ! <tag name="physicalresist" value="20,30" /> ! <tag name="poisonresist" value="50,60" /> ! <!-- Misc. --> ! <category>Monsters\Insects\Giant Black Widow</category> </npc> Index: giant_spider.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/giant_spider.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** giant_spider.xml 27 Dec 2003 20:44:04 -0000 1.1 --- giant_spider.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 5,16 **** <npc id="spider_gaint"> <name>a giant spider</name> ! <id>0x01c</id> ! <category>Monsters\Giant Animals\Giant Spider</category> <inherit id="monster_base"/> ! <karma><random min="-0" max="-624"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="15" max="20"/></defense> ! <lodamage>7</lodamage> ! <hidamage>19</hidamage> <gold><random min="0" max="25"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="spider_gaint"> <name>a giant spider</name> ! <id>0x1c</id> <inherit id="monster_base"/> ! <karma>-600</karma> ! <fame>600</fame> <gold><random min="0" max="25"/></gold> <!-- Stats --> *************** *** 19,29 **** <int><random min="36" max="60"/></int> <!-- Skills --> - <wrestling><random min="501" max="650"/></wrestling> - <tactics><random min="351" max="500"/></tactics> - <magicresistance><random min="251" max="400"/></magicresistance> <poisoning><random min="601" max="800"/></poisoning> <carve>carve_spider_gaint</carve> <totame>591</totame> ! <food>1</food> <!-- Priv --> </npc> --- 15,34 ---- <int><random min="36" max="60"/></int> <!-- Skills --> <poisoning><random min="601" max="800"/></poisoning> + <magicresistance><random min="251" max="400"/></magicresistance> + <tactics><random min="351" max="500"/></tactics> + <wrestling><random min="501" max="650"/></wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>13</hidamage> + <!-- Resists --> + <defense><random min="15" max="20"/></defense> + <tag name="physicalresist" value="15,20" /> + <tag name="poisonresist" value="25,35" /> + <!-- Misc. --> + <desc>Nearly the size of a man, the great spiders are nearly as clever as man as well. I do not know what may pass among them as language, but they lay their traps and defenses with great cunning. As well they might, for the silk of their webs is necessary for the casting of certain spells, and despite their formidable nature, they are earnestly sought for their silk.</desc> <carve>carve_spider_gaint</carve> <totame>591</totame> ! <category>Monsters\Insects\Giant Spider</category> <!-- Priv --> </npc> Index: red_solen_infiltrator_queen.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/red_solen_infiltrator_queen.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** red_solen_infiltrator_queen.xml 27 Dec 2003 20:44:04 -0000 1.1 --- red_solen_infiltrator_queen.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a red solen infiltrator</name> <id>0x30f</id> ! <category>Monsters\Solen\Red Solen Infiltrator (Queen)</category> ! <inherit id="monster_base"/> ! <karma><random min="-5000" max="-9999"/></karma> ! <fame><random min="5000" max="9999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>26</lodamage> ! <hidamage>39</hidamage> <!-- Stats --> <str><random min="326" max="350"/></str> --- 6,11 ---- <name>a red solen infiltrator</name> <id>0x30f</id> ! <karma>-6500</karma> ! <fame>6500</fame> <!-- Stats --> <str><random min="326" max="350"/></str> *************** *** 18,24 **** <int><random min="96" max="120"/></int> <!-- Skills --> - <wrestling>900</wrestling> - <tactics>900</tactics> <magicresistance>900</magicresistance> </npc> --- 13,33 ---- <int><random min="96" max="120"/></int> <!-- Skills --> <magicresistance>900</magicresistance> + <tactics>900</tactics> + <wrestling>900</wrestling> + <!-- Damage --> + <lodamage>10</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="70" /> + <tag name="poisondamage" value="30" /> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <tag name="coldresist" value="25,35" /> + <tag name="energyresist" value="25,30" /> + <tag name="fireresist" value="30,35" /> + <tag name="physicalresist" value="30,40" /> + <tag name="poisonresist" value="35,40" /> + <!-- Misc. --> + <category>Monsters\Solen\Red Solen Infiltrator (Queen)</category> </npc> Index: red_solen_infiltrator_warrior.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/red_solen_infiltrator_warrior.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** red_solen_infiltrator_warrior.xml 27 Dec 2003 20:44:04 -0000 1.1 --- red_solen_infiltrator_warrior.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a red solen infiltrator</name> <id>0x30e</id> - <category>Monsters\Solen\Red Solen Infiltrator (Warrior) </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="20" max="35"/></defense> ! <lodamage>11</lodamage> ! <hidamage>33</hidamage> <!-- Stats --> <str><random min="206" max="230"/></str> --- 6,12 ---- <name>a red solen infiltrator</name> <id>0x30e</id> <inherit id="monster_base"/> ! <karma>-3000</karma> ! <fame>3000</fame> <!-- Stats --> <str><random min="206" max="230"/></str> *************** *** 18,24 **** <int><random min="66" max="90"/></int> <!-- Skills --> - <wrestling>800</wrestling> - <tactics>800</tactics> <magicresistance>800</magicresistance> </npc> --- 14,34 ---- <int><random min="66" max="90"/></int> <!-- Skills --> <magicresistance>800</magicresistance> + <tactics>800</tactics> + <wrestling>800</wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="80" /> + <tag name="poisondamage" value="20" /> + <!-- Resists --> + <defense><random min="20" max="35"/></defense> + <tag name="coldresist" value="10,25" /> + <tag name="energyresist" value="10,25" /> + <tag name="fireresist" value="20,35" /> + <tag name="physicalresist" value="20,35" /> + <tag name="poisonresist" value="20,35" /> + <!-- Misc. --> + <category>Monsters\Solen\Red Solen Infiltrator (Warrior) </category> </npc> Index: red_solen_queen.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/red_solen_queen.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** red_solen_queen.xml 27 Dec 2003 20:44:04 -0000 1.1 --- red_solen_queen.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a red solen infiltrator</name> <id>0x30f</id> - <category>Monsters\Solen\Red Solen Queen </category> <inherit id="monster_base"/> ! <karma><random min="-5000" max="-9999"/></karma> ! <fame><random min="5000" max="9999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>26</lodamage> ! <hidamage>39</hidamage> <!-- Stats --> <str><random min="296" max="320"/></str> --- 6,12 ---- <name>a red solen infiltrator</name> <id>0x30f</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="296" max="320"/></str> *************** *** 18,24 **** <int><random min="76" max="100"/></int> <!-- Skills --> - <wrestling>900</wrestling> - <tactics>900</tactics> <magicresistance>700</magicresistance> </npc> --- 14,34 ---- <int><random min="76" max="100"/></int> <!-- Skills --> <magicresistance>700</magicresistance> + <tactics>900</tactics> + <wrestling>900</wrestling> + <!-- Damage --> + <lodamage>10</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="70" /> + <tag name="poisondamage" value="30" /> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <tag name="coldresist" value="25,35" /> + <tag name="energyresist" value="25,30" /> + <tag name="fireresist" value="30,35" /> + <tag name="physicalresist" value="30,40" /> + <tag name="poisonresist" value="35,40" /> + <!-- Misc. --> + <category>Monsters\Solen\Red Solen Queen</category> </npc> Index: red_solen_warrior.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/red_solen_warrior.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** red_solen_warrior.xml 27 Dec 2003 20:44:04 -0000 1.1 --- red_solen_warrior.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a red solen warrior</name> <id>0x30e</id> - <category>Monsters\Solen\Red Solen Warrior </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="52" max="52"/></defense> ! <lodamage>11</lodamage> ! <hidamage>33</hidamage> <!-- Stats --> <str><random min="196" max="220"/></str> --- 6,12 ---- <name>a red solen warrior</name> <id>0x30e</id> <inherit id="monster_base"/> ! <karma>-3000</karma> ! <fame>3000</fame> <!-- Stats --> <str><random min="196" max="220"/></str> *************** *** 18,24 **** <int><random min="36" max="60"/></int> <!-- Skills --> - <wrestling>800</wrestling> - <tactics>800</tactics> <magicresistance>600</magicresistance> </npc> --- 14,34 ---- <int><random min="36" max="60"/></int> <!-- Skills --> <magicresistance>600</magicresistance> + <tactics>800</tactics> + <wrestling>800</wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>15</hidamage> + <tag name="physicaldamage" value="80" /> + <tag name="poisondamage" value="20" /> + <!-- Resists --> + <defense><random min="52" max="52"/></defense> + <tag name="coldresist" value="10,25" /> + <tag name="energyresist" value="10,25" /> + <tag name="fireresist" value="20,35" /> + <tag name="physicalresist" value="20,35" /> + <tag name="poisonresist" value="20,35" /> + <!-- Misc. --> + <category>Monsters\Solen\Red Solen Warrior</category> </npc> Index: red_solen_worker.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/red_solen_worker.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** red_solen_worker.xml 27 Dec 2003 20:44:04 -0000 1.1 --- red_solen_worker.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 6,16 **** <name>a red solen worker</name> <id>0x30d</id> - <category>Monsters\Solen\Red Solen Worker</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="25" max="30"/></defense> ! <lodamage>8</lodamage> ! <hidamage>12</hidamage> <!-- Stats --> <str><random min="96" max="120"/></str> --- 6,12 ---- <name>a red solen worker</name> <id>0x30d</id> <inherit id="monster_base"/> ! <karma>-1500</karma> ! <fame>1500</fame> <!-- Stats --> <str><random min="96" max="120"/></str> *************** *** 21,24 **** --- 17,32 ---- <tactics>650</tactics> <magicresistance>600</magicresistance> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>7</hidamage> + <!-- Resists --> + <defense><random min="25" max="30"/></defense> + <tag name="coldresist" value="10,20" /> + <tag name="energyresist" value="20,30" /> + <tag name="fireresist" value="20,30" /> + <tag name="physicalresist" value="25,30" /> + <tag name="poisonresist" value="10,20" /> + <!-- Misc. --> + <category>Monsters\Solen\Red Solen Worker</category> </npc> Index: scorpion.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/insect/scorpion.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** scorpion.xml 27 Dec 2003 20:44:04 -0000 1.1 --- scorpion.xml 2 Jan 2004 12:41:56 -0000 1.2 *************** *** 2,16 **** <definitions> ! <!-- a scorpion --> ! <npc id="scorpion"> ! <name>a scorpion</name> ! <id>0x030</id> ! <category>Monsters\Giant Animals\Scorpion</category> <inherit id="monster_base"/> ! <karma><random min="-1250" max="-2499"/></karma> ! <fame><random min="1250" max="2499"/></fame> ! <defense><random min="20" max="25"/></defense> ! <lodamage>8</lodamage> ! <hidamage>17</hidamage> <gold><random min="25" max="50"/></gold> <!-- Stats --> --- 2,12 ---- <definitions> ! <!-- a giant scorpion --> ! <npc id="giant_scorpion"> ! <name>a giant scorpion</name> ! <id>0x30</id> <inherit id="monster_base"/> ! <karma>-2000</karma> ! <fame>2000</fame> <gold><random min="25" max="50"/></gold> <!-- Stats --> *************** *** 19,30 **** <int><random min="16" max="30"/></int> <!-- Skills --> - <wrestling> <random min="503" max="650"/></wrestling> - <tactics><random min="603" max="750"/></tactics> - <magicresistance><random min="301" max="350"/></magicresistance> <poisoning><random min="801" max="1000"/></poisoning> <carve>carve_scorpion_gaint</carve> <totame>471</totame> <food>1</food> ! <!-- Priv --> </npc> --- 15,40 ---- <int><random min="16" max="30"/></int> <!-- Skills --> <poisoning><random min="801" max="1000"/></poisoning> + <magicresistance><random min="301" max="350"/></magicresistance> + <tactics><random min="603" max="750"/></tactics> + <wrestling><random min="503" max="650"/></wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>10</hidamage> + <tag name="physicaldamage" value="60" /> + <tag name="poisondamage" value="40" /> + <!-- Resists --> + <defense><random min="20" max="25"/></defense> + <tag name="coldresist" value="20,25" /> + <tag name="energyresist" value="10,15" /> + <tag name="fireresist" value="10,15" /> + <tag name="physicalresist" value="20,25" /> + <tag name="poisonresist" value="40,50" /> + <!-- Misc. --> + <desc>These are the most horrid of all the giant vermin, for the venom in their great stingers is potent enough to slay a strong man with a single strike. Gold is often found in their nests, but this seems to be more due to the scavenger's love for shiny objects than to any sentience.</desc> <carve>carve_scorpion_gaint</carve> <totame>471</totame> <food>1</food> ! <category>Monsters\Insects\Giant Scorpion</category> </npc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants In directory sc8-pr-cvs1:/tmp/cvs-serv14314 Modified Files: arctic_ogre_lord.xml cyclopian_warrior.xml ettin.xml frost_troll.xml ogre.xml ogre_lord.xml titan.xml troll.xml Log Message: *yawn* Done with these... Index: arctic_ogre_lord.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/arctic_ogre_lord.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** arctic_ogre_lord.xml 27 Dec 2003 20:44:04 -0000 1.1 --- arctic_ogre_lord.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 6,16 **** <name>an arctic ogre lord</name> <id>0x87</id> - <category>Monsters\Giants\Arctic Ogre Lord</category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-15000"/></karma> ! <fame><random min="10000" max="15000"/></fame> ! <defense><random min="45" max="55"/></defense> ! <lodamage>82</lodamage> ! <hidamage>111</hidamage> <gold><random min="450" max="600"/></gold> <!-- Stats --> --- 6,12 ---- <name>an arctic ogre lord</name> <id>0x87</id> <inherit id="monster_base"/> ! <karma>-15000</karma> ! <fame>15000</fame> <gold><random min="450" max="600"/></gold> <!-- Stats --> *************** *** 19,26 **** <int><random min="46" max="70"/></int> <!-- Skills --> - <wrestling><random min="901" max="1000"/></wrestling> - <tactics><random min="901" max="1000"/></tactics> <magicresistance><random min="1251" max="1400"/></magicresistance> ! <carve></carve> </npc> --- 15,35 ---- <int><random min="46" max="70"/></int> <!-- Skills --> <magicresistance><random min="1251" max="1400"/></magicresistance> ! <tactics><random min="901" max="1000"/></tactics> ! <wrestling><random min="901" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>20</lodamage> ! <hidamage>25</hidamage> ! <colddamage>70</colddamage> ! <physicaldamage>30</physicaldamage> ! <!-- Resists --> ! <defense><random min="45" max="55"/></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="-10" max="0"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist>100</poisonresist> ! <!-- Misc. --> ! <category>Monsters\Giants\Arctic Ogre Lord</category> </npc> Index: cyclopian_warrior.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/cyclopian_warrior.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cyclopian_warrior.xml 27 Dec 2003 20:44:04 -0000 1.1 --- cyclopian_warrior.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 5,16 **** <npc id="cyclops"> <name>a cyclopian warrior</name> ! <id>0x4c</id> ! <category>Monsters\Giants\Cyclopian Warrior</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="45" max="50"/></defense> ! <lodamage>21</lodamage> ! <hidamage>63</hidamage> <gold><random min="250" max="350"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="cyclops"> <name>a cyclopian warrior</name> ! <id>0x4b</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <gold><random min="250" max="350"/></gold> <!-- Stats --> *************** *** 19,28 **** <int><random min="31" max="55"/></int> <!-- Skills --> - <wrestling><random min="801" max="900"/></wrestling> - <tactics><random min="801" max="1000"/></tactics> <magicresistance><random min="603" max="1050"/></magicresistance> ! <anatomy><random min="0" max="0"/></anatomy> <carve>carve_cyclops</carve> ! <!-- Priv --> </npc> --- 15,35 ---- <int><random min="31" max="55"/></int> <!-- Skills --> <magicresistance><random min="603" max="1050"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="801" max="900"/></wrestling> ! <!-- Damage --> ! <lodamage>7</lodamage> ! <hidamage>23</hidamage> ! <!-- Resists --> ! <defense><random min="45" max="50"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="45" max="50"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <desc>Listen, Traveler, as I tell of the mysterious one-eyed race of giants known as the Cyclops! These massive, warlike brutes give complete obeisance to their rulers, the Titans, who wield magic with an almost religious fervor. Little more is known of them anyone brave (or fool hardy) enough to venture to their valley home seeking common ground for trade or discussion has been met with battle cries instead. Those few who returned tell tales that marvel at the Cyclops remarkable buildings. It is whispered that this race, perhaps the greatest of all builders in our land, may have been responsible for the shrines that grace Britannia. If this rumor is true, there are none alive who can verify such a statement.</desc> <carve>carve_cyclops</carve> ! <category>Monsters\Giants\Cyclopian Warrior</category> </npc> Index: ettin.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ettin.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ettin.xml 27 Dec 2003 20:44:04 -0000 1.1 --- ettin.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 5,16 **** <npc id="ettin"> <name>an ettin</name> ! <id>0x11</id> ! <category>Monsters\Giants\Ettin</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="35" max="40" /></defense> ! <lodamage>13</lodamage> ! <hidamage>35</hidamage> <gold><random min="100" max="150"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="ettin"> <name>an ettin</name> ! <id>0x2</id> <inherit id="monster_base"/> ! <karma>-3000</karma> ! <fame>3000</fame> <gold><random min="100" max="150"/></gold> <!-- Stats --> *************** *** 19,27 **** <int><random min="31" max="55"/></int> <!-- Skills --> - <wrestling><random min="501" max="600"/></wrestling> - <tactics><random min="501" max="700"/></tactics> <magicresistance><random min="401" max="550"/></magicresistance> <carve>carve_ettin</carve> ! <!-- Priv --> </npc> --- 15,35 ---- <int><random min="31" max="55"/></int> <!-- Skills --> <magicresistance><random min="401" max="550"/></magicresistance> + <tactics><random min="501" max="700"/></tactics> + <wrestling><random min="501" max="600"/></wrestling> + <!-- Damage --> + <lodamage>7</lodamage> + <hidamage>17</hidamage> + <!-- Resists --> + <defense><random min="35" max="40" /></defense> + <coldresist><random min="40" max="50"/></coldresist> + <energyresist><random min="15" max="25"/></energyresist> + <fireresist><random min="15" max="25"/></fireresist> + <physicalresist><random min="35" max="40"/></physicalresist> + <poisonresist><random min="15" max="25"/></poisonresist> + <!-- Misc. --> + <desc>Ettins are the largest of Britannia's humanoid races by far, but their great size is less remarkable than their two heads. It is said that the heads of an Ettin often quarrel together, but this may be a fancy. Ettins live together in family groups, and are most numerous along the Serpent Spine mountains. They are stupid and vicious creatures, buthave some degree of reason and speak a debased dialect of Britannian. Ettins are common brigands, who slay travelers for their gold, which they love dearly and hoard whenever they may. (Some of the wilder tribes hew gold directly from the ground in crude mines.) They are most notorious for their cowardly habit of hurling boulders of greatsize down on travelers in the high mountain passes.</desc> <carve>carve_ettin</carve> ! <category>Monsters\Giants\Ettin</category> </npc> Index: frost_troll.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/frost_troll.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frost_troll.xml 27 Dec 2003 20:44:04 -0000 1.1 --- frost_troll.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 6,17 **** <name>a frost troll</name> <id>0x37</id> - <category>Monsters\Giants\Frost Troll</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>34</lodamage> ! <hidamage>49</hidamage> <gold><random min="50" max="100"/></gold> <!-- Stats --> --- 6,12 ---- <name>a frost troll</name> <id>0x37</id> <inherit id="monster_base" /> ! <karma>-4000</karma> ! <fame>4000</fame> <gold><random min="50" max="100"/></gold> <!-- Stats --> *************** *** 20,26 **** <int><random min="46" max="70" /></int> <!-- Skills --> ! <wrestling><random min="801" max="1000" /></wrestling> ! <tactics><random min="801" max="1000" /></tactics> ! <magicresistance><random min="651" max="800" /></magicresistance> </npc> --- 15,36 ---- <int><random min="46" max="70" /></int> <!-- Skills --> ! <magicresistance><random min="651" max="800"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="801" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>14</lodamage> ! <hidamage>20</hidamage> ! <colddamage>25</colddamage> ! <physicaldamage>75</physicaldamage> ! <!-- Resists --> ! <defense><random min="45" max="55" /></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="5" max="10"/></energyresist> ! <fireresist>0</fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="5" max="10"/></poisonresist> ! <!-- Misc. --> ! <desc>A Troll of the northern wastes has but two goals. Hunt and eat. Not surprisingly, they are good at both. They resemble normal Trolls inmany aspects, except the troll of the frozen wastes tend to have less around to eat. This means that they are more aggressive and much hungrier than a normal troll.</desc> ! <category>Monsters\Giants\Frost Troll</category> </npc> Index: ogre.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ogre.xml 27 Dec 2003 20:44:04 -0000 1.1 --- ogre.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 5,16 **** <npc id="ogre"> <name>an ogre</name> ! <id>0x001</id> ! <category>Monsters\Giants\Ogre</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="35"/></defense> ! <lodamage>18</lodamage> ! <hidamage>22</hidamage> <gold><random min="60" max="90"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="ogre"> <name>an ogre</name> ! <id>0x1</id> <inherit id="monster_base"/> ! <karma>-3000</karma> ! <fame>3000</fame> <gold><random min="60" max="90"/></gold> <!-- Stats --> *************** *** 19,27 **** <int><random min="46" max="70"/></int> <!-- Skills --> - <wrestling><random min="701" max="800"/></wrestling> - <tactics><random min="601" max="700"/></tactics> <magicresistance><random min="551" max="700"/></magicresistance> <carve>carve_ogr</carve> ! <!-- Priv --> </npc> --- 15,35 ---- <int><random min="46" max="70"/></int> <!-- Skills --> <magicresistance><random min="551" max="700"/></magicresistance> + <tactics><random min="601" max="700"/></tactics> + <wrestling><random min="701" max="800"/></wrestling> <carve>carve_ogr</carve> ! <!-- Damage --> ! <lodamage>9</lodamage> ! <hidamage>11</hidamage> ! <!-- Resists --> ! <defense><random min="30" max="35"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist>25</energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="30" max="35"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> ! <!-- Misc. --> ! <desc>These brutes are akin to orcs, but larger. They are fiercely stupid, but do possess some faculty of reason. Like all the intelligent races, they have a great greed for gold. Ogres are bullies, but also cowards, and will run if a fight turns against them.</desc> ! <category>Monsters\Giants\Ogre</category> </npc> Index: ogre_lord.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre_lord.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ogre_lord.xml 27 Dec 2003 20:44:04 -0000 1.1 --- ogre_lord.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 6,26 **** <name>an ogre lord</name> <id>0x53</id> - <category>Monsters\Giants\Ogre Lord</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>84</lodamage> ! <hidamage>111</hidamage> <gold><random min="600" max="750"/></gold> <!-- Stats --> ! <str><random min="767" max="945" /></str> ! <dex><random min="66" max="75" /></dex> ! <int><random min="46" max="70" /></int> <!-- Skills --> ! <wrestling><random min="901" max="1000" /></wrestling> ! <tactics><random min="901" max="1000" /></tactics> ! <magicresistance><random min="1251" max="1400" /></magicresistance> </npc> --- 6,34 ---- <name>an ogre lord</name> <id>0x53</id> <inherit id="monster_base" /> ! <karma>-15000</karma> ! <fame>15000</fame> <gold><random min="600" max="750"/></gold> <!-- Stats --> ! <str><random min="767" max="945"/></str> ! <dex><random min="66" max="75"/></dex> ! <int><random min="46" max="70"/></int> <!-- Skills --> ! <magicresistance><random min="1251" max="1400"/></magicresistance> ! <tactics><random min="901" max="1000"/></tactics> ! <wrestling><random min="901" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>20</lodamage> ! <hidamage>25</hidamage> ! <!-- Resists --> ! <defense><random min="45" max="55" /></defense> ! <coldresist><random min="30" max="40"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="40" max="50"/></poisonresist> ! <!-- Misc. --> ! <desc>Although ogres have no true martial order, the largest and meanest call themselves lords. If they differ from normal ogres, it is only in their size and strength. Given that they are ogres, this is no small worry. Ogre lords have been known to kill with one swipe of their massive club.</desc> ! <category>Monsters\Giants\Ogre Lord</category> </npc> Index: titan.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/titan.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** titan.xml 27 Dec 2003 20:44:04 -0000 1.1 --- titan.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 5,16 **** <npc id="titan"> <name>a titan</name> ! <id>0x4a</id> ! <category>Monsters\Giants\Titan</category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-20000"/></karma> ! <fame><random min="10000" max="20000"/></fame> ! <defense><random min="35" max="45"/></defense> ! <lodamage>41</lodamage> ! <hidamage>50</hidamage> <gold><random min="300" max="450"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="titan"> <name>a titan</name> ! <id>0x4c</id> <inherit id="monster_base"/> ! <karma>-11500</karma> ! <fame>11500</fame> <gold><random min="300" max="450"/></gold> <!-- Stats --> *************** *** 19,29 **** <int><random min="281" max="305"/></int> <!-- Skills --> ! <wrestling><random min="401" max="500"/></wrestling> ! <tactics><random min="601" max="800"/></tactics> ! <magicresistance><random min="802" max="1100"/></magicresistance> <magery><random min="851" max="1000"/></magery> ! <evaluatingint><random min="851" max="1000"/></evaluatingint> <carve>carve_titan</carve> ! <!-- Priv --> </npc> --- 15,37 ---- <int><random min="281" max="305"/></int> <!-- Skills --> ! <evaluatingintel><random min="851" max="1000"/></evaluatingintel> <magery><random min="851" max="1000"/></magery> ! <magicresistance><random min="802" max="1100"/></magicresistance> ! <tactics><random min="601" max="800"/></tactics> ! <wrestling><random min="401" max="500"/></wrestling> <carve>carve_titan</carve> ! <!-- Damage --> ! <lodamage>13</lodamage> ! <hidamage>16</hidamage> ! <!-- Resists --> ! <defense><random min="35" max="45"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <desc>Titans are the progenitors of the Cyclopsian race. They are immortal and cannot be killed permanently; though it is rumored they can befelled in combat. Adventurers foolish enough to face a Titan willl earn what an eternity of experience can grant. There is no weapon a Titan cannot wield, and no magic they do not know. It is believed that a Titan does not tire in battle nor do their spells require mana. Indeed, they lift their magic from the heart of the world and call it down on their opponents.</desc> ! <category>Monsters\Giants\Titan</category> </npc> Index: troll.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/troll.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** troll.xml 27 Dec 2003 20:44:04 -0000 1.1 --- troll.xml 2 Jan 2004 11:09:12 -0000 1.2 *************** *** 5,16 **** <npc id="troll"> <name>a troll</name> ! <id>0x36</id> ! <category>Monsters\Giants\Troll</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="35" max="45"/></defense> ! <lodamage>16</lodamage> ! <hidamage>28</hidamage> <gold><random min="50" max="100"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="troll"> <name>a troll</name> ! <id>0x35</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <gold><random min="50" max="100"/></gold> <!-- Stats --> *************** *** 19,27 **** <int><random min="46" max="70"/></int> <!-- Skills --> - <wrestling><random min="501" max="700"/></wrestling> - <tactics><random min="501" max="700"/></tactics> <magicresistance><random min="451" max="600"/></magicresistance> <carve>carve_troll</carve> ! <!-- Priv --> </npc> --- 15,35 ---- <int><random min="46" max="70"/></int> <!-- Skills --> <magicresistance><random min="451" max="600"/></magicresistance> + <tactics><random min="501" max="700"/></tactics> + <wrestling><random min="501" max="700"/></wrestling> + <!-- Damage --> + <lodamage>8</lodamage> + <hidamage>14</hidamage> + <!-- Resists --> + <defense><random min="35" max="45"/></defense> + <coldresist><random min="15" max="25"/></coldresist> + <energyresist><random min="5" max="15"/></energyresist> + <fireresist><random min="25" max="35"/></fireresist> + <physicalresist><random min="35" max="45"/></physicalresist> + <poisonresist><random min="5" max="15"/></poisonresist> + <!-- Misc. --> + <desc>These creatures are perhaps the least human of all the humanoid races of the land. They are treacherously clever, but utterly devoid of civilized impulse. It is said that they can heal themselves from wounds at an unnatural rate.</desc> <carve>carve_troll</carve> ! <category>Monsters\Giants\Troll</category> </npc> |
|
From: <dr...@us...> - 2004-01-02 10:50:09
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic In directory sc8-pr-cvs1:/tmp/cvs-serv11195 Modified Files: balron.xml Log Message: No I didn't forget the friendly balron :) Index: balron.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/balron.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** balron.xml 2 Jan 2004 03:53:32 -0000 1.2 --- balron.xml 2 Jan 2004 10:50:06 -0000 1.3 *************** *** 6,31 **** <name><random list="NAMES_BALRON" /></name> <id>0xa</id> - <category>Monsters\Daemonic\Balron</category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-20000"/></karma> ! <fame><random min="10000" max="20000"/></fame> ! <defense><random min="65" max="80"/></defense> ! <lodamage>107</lodamage> ! <hidamage>155</hidamage> <gold><random min="600" max="800"/></gold> <!-- Stats --> <str><random min="986" max="1185"/></str> ! <dex><random min="117" max="255"/></dex> ! <int><random min="151" max="150"/></int> <!-- Skills --> - <wrestling><random min="901" max="1000"/></wrestling> - <tactics><random min="901" max="1000"/></tactics> - <magicresistance><random min="1005" max="1500"/></magicresistance> <anatomy><random min="251" max="500"/></anatomy> <magery><random min="955" max="1000"/></magery> - <evaluatingint><random min="901" max="1000"/></evaluatingint> <meditation><random min="251" max="500"/></meditation> <carve>carve_demon_with_sword</carve> ! <!-- Priv --> </npc> --- 6,41 ---- <name><random list="NAMES_BALRON" /></name> <id>0xa</id> <inherit id="monster_base"/> ! <karma>-24000</karma> ! <fame>24000</fame> <gold><random min="600" max="800"/></gold> <!-- Stats --> <str><random min="986" max="1185"/></str> ! <dex><random min="177" max="255"/></dex> ! <int><random min="901" max="1000"/></int> <!-- Skills --> <anatomy><random min="251" max="500"/></anatomy> + <evaluatingintel><random min="901" max="1000"/></evaluatingintel> <magery><random min="955" max="1000"/></magery> <meditation><random min="251" max="500"/></meditation> + <magicresistance><random min="1005" max="1500"/></magicresistance> + <tactics><random min="901" max="1000"/></tactics> + <wrestling><random min="901" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>22</lodamage> + <hidamage>29</hidamage> + <energydamage>25</energydamage> + <firedamage>25</firedamage> + <physicaldamage>50</physicaldamage> + <!-- Resists --> + <defense><random min="65" max="80"/></defense> + <coldresist><random min="50" max="60"/></coldresist> + <energyresist><random min="40" max="50"/></energyresist> + <fireresist><random min="60" max="80"/></fireresist> + <physicalresist><random min="65" max="80"/></physicalresist> + <poisonresist>100</poisonresist> + <!-- Misc. --> <carve>carve_demon_with_sword</carve> ! <category>Monsters\Daemonic\Balron</category> </npc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork In directory sc8-pr-cvs1:/tmp/cvs-serv9771 Modified Files: betrayer.xml blackthorn_juggernaut.xml centaur.xml exodus_minion.xml exodus_overseer.xml golem.xml Log Message: Rawr! Index: betrayer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/betrayer.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** betrayer.xml 27 Dec 2003 20:44:02 -0000 1.1 --- betrayer.xml 2 Jan 2004 10:39:32 -0000 1.2 *************** *** 6,28 **** <name>a betrayer</name> <id>0x2ff</id> - <category>Monsters\Clockworks\Betrayer</category> <inherit id="monster_base"/> <karma>-15000</karma> <fame>15000</fame> - <defense><random min="60" max="70"/></defense> - <lodamage>54</lodamage> - <hidamage>81</hidamage> <!-- Stats --> <str><random min="401" max="500"/></str> <dex><random min="81" max="100"/></dex> ! <int><random min="151" max="200"/></int> <!-- Skills --> - <wrestling><random min="901" max="1000"/></wrestling> - <tactics><random min="901" max="1000"/></tactics> - <magicresist><random min="1201" max="1300"/></magicresist> <anatomy><random min="901" max="1000"/></anatomy> ! <magery><random min="501" max="1000" /></magery> ! <evaluatingintelligence><random min="901" max="1000" /></evaluatingintelligence> ! <meditation><random min="901" max="1000" /></meditation> </npc> --- 6,36 ---- <name>a betrayer</name> <id>0x2ff</id> <inherit id="monster_base"/> <karma>-15000</karma> <fame>15000</fame> <!-- Stats --> <str><random min="401" max="500"/></str> <dex><random min="81" max="100"/></dex> ! <int><random min="901" max="1000"/></int> <!-- Skills --> <anatomy><random min="901" max="1000"/></anatomy> ! <evaluatingintel><random min="901" max="1000"/></evaluatingintel> ! <magery><random min="501" max="1000"/></magery> ! <meditation><random min="901" max="1000"/></meditation> ! <magicresistance><random min="1201" max="1300"/></magicresistance> ! <tactics><random min="901" max="1000"/></tactics> ! <wrestling><random min="901" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>16</lodamage> ! <hidamage>22</hidamage> ! <!-- Resists --> ! <defense><random min="60" max="70"/></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="20" max="30"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="60" max="70"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <category>Monsters\Clockwork\Betrayer</category> </npc> Index: blackthorn_juggernaut.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/blackthorn_juggernaut.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** blackthorn_juggernaut.xml 27 Dec 2003 20:44:02 -0000 1.1 --- blackthorn_juggernaut.xml 2 Jan 2004 10:39:32 -0000 1.2 *************** *** 6,16 **** <name>a blackthorn juggernaut</name> <id>0x300</id> - <category>Monsters\Clockworks\Blackthorn Juggernaut </category> <inherit id="monster_base"/> ! <karma>1-2000</karma> <fame>12000</fame> - <defense><random min="65" max="75"/></defense> - <lodamage>37</lodamage> - <hidamage>64</hidamage> <!-- Stats --> <str><random min="301" max="400"/></str> --- 6,12 ---- <name>a blackthorn juggernaut</name> <id>0x300</id> <inherit id="monster_base"/> ! <karma>-12000</karma> <fame>12000</fame> <!-- Stats --> <str><random min="301" max="400"/></str> *************** *** 18,25 **** <int><random min="51" max="100"/></int> <!-- Skills --> - <wrestling><random min="901" max="1000"/></wrestling> - <tactics><random min="901" max="1000"/></tactics> - <magicresist><random min="1401" max="1500"/></magicresist> <anatomy><random min="901" max="1000"/></anatomy> </npc> --- 14,36 ---- <int><random min="51" max="100"/></int> <!-- Skills --> <anatomy><random min="901" max="1000"/></anatomy> + <magicresistance><random min="1401" max="1500"/></magicresistance> + <tactics><random min="901" max="1000"/></tactics> + <wrestling><random min="901" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>12</lodamage> + <hidamage>19</hidamage> + <energydamage>25</energydamage> + <firedamage>25</firedamage> + <physicaldamage>50</physicaldamage> + <!-- Resists --> + <defense><random min="65" max="75"/></defense> + <coldresist><random min="35" max="45"/></coldresist> + <energyresist><random min="10" max="20"/></energyresist> + <fireresist><random min="35" max="45"/></fireresist> + <physicalresist><random min="65" max="75"/></physicalresist> + <poisonresist><random min="15" max="25"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Clockwork\Blackthorn Juggernaut</category> </npc> Index: centaur.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/centaur.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** centaur.xml 27 Dec 2003 20:44:02 -0000 1.1 --- centaur.xml 2 Jan 2004 10:39:32 -0000 1.2 *************** *** 6,17 **** <name><random list="NAMES_CENTAUR" /></name> <id>0x65</id> - <category>Animals\Land\Centaur</category> - <skin>0</skin> <inherit id="animal_base" /> <karma>0</karma> <fame>6500</fame> - <defense><random min="45" max="55" /></defense> - <lodamage>47</lodamage> - <hidamage>53</hidamage> <!-- Stats --> <str><random min="202" max="300" /></str> --- 6,12 ---- *************** *** 24,30 **** <magicresist><random min="503" max="800" /></magicresist> <anatomy><random min="951" max="1150" /></anatomy> <totame>1100</totame> - <food>5</food> - <carve></carve> </npc> --- 19,35 ---- <magicresist><random min="503" max="800" /></magicresist> <anatomy><random min="951" max="1150" /></anatomy> + <!-- Damage --> + <lodamage>13</lodamage> + <hidamage>24</hidamage> + <!-- Resists --> + <defense><random min="45" max="55"/></defense> + <coldresist><random min="25" max="35"/></coldresist> + <energyresist><random min="35" max="45"/></energyresist> + <fireresist><random min="35" max="45"/></fireresist> + <physicalresist><random min="45" max="55"/></physicalresist> + <poisonresist><random min="45" max="55"/></poisonresist> + <!-- Misc. --> + <category>Animals\Clockwork\Centaur</category> <totame>1100</totame> </npc> Index: exodus_minion.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/exodus_minion.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** exodus_minion.xml 27 Dec 2003 20:44:02 -0000 1.1 --- exodus_minion.xml 2 Jan 2004 10:39:32 -0000 1.2 *************** *** 6,16 **** <name>an exodus minion</name> <id>0x2f5</id> - <category>Monsters\Clockworks\Exodus Minion</category> <inherit id="monster_base"/> ! <karma>18000</karma> <fame>18000</fame> - <defense><random min="60" max="70"/></defense> - <lodamage>69</lodamage> - <hidamage>98</hidamage> <!-- Stats --> <str><random min="851" max="950"/></str> --- 6,12 ---- <name>an exodus minion</name> <id>0x2f5</id> <inherit id="monster_base"/> ! <karma>-18000</karma> <fame>18000</fame> <!-- Stats --> <str><random min="851" max="950"/></str> *************** *** 18,25 **** <int><random min="61" max="90"/></int> <!-- Skills --> <wrestling><random min="901" max="1000"/></wrestling> ! <tactics><random min="901" max="1000" /></tactics> ! <magicresist><random min="901" max="1000"/></magicresist> ! <anatomy><random min="0" max="0"/></anatomy> </npc> --- 14,32 ---- <int><random min="61" max="90"/></int> <!-- Skills --> + <magicresistance><random min="901" max="1000"/></magicresistance> + <tactics><random min="901" max="1000"/></tactics> <wrestling><random min="901" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>16</lodamage> ! <hidamage>22</hidamage> ! <!-- Resists --> ! <defense><random min="60" max="70"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="60" max="70"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> ! <!-- Misc. --> ! <category>Monsters\Clockwork\Exodus Minion</category> </npc> Index: exodus_overseer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/exodus_overseer.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** exodus_overseer.xml 27 Dec 2003 20:44:02 -0000 1.1 --- exodus_overseer.xml 2 Jan 2004 10:39:32 -0000 1.2 *************** *** 6,16 **** <name>an exodus overseer</name> <id>0x2f4</id> - <category>Monsters\Clockworks\Exodus Overseer </category> <inherit id="monster_base"/> ! <karma>-10000"</karma> <fame>10000</fame> - <defense><random min="45" max="55"/></defense> - <lodamage>43</lodamage> - <hidamage>67</hidamage> <!-- Stats --> <str><random min="551" max="650"/></str> --- 6,12 ---- <name>an exodus overseer</name> <id>0x2f4</id> <inherit id="monster_base"/> ! <karma>-10000</karma> <fame>10000</fame> <!-- Stats --> <str><random min="551" max="650"/></str> *************** *** 18,25 **** <int><random min="61" max="90"/></int> <!-- Skills --> ! <wrestling><random min="802" max="980"/></wrestling> <tactics><random min="802" max="980"/></tactics> ! <magicresist><random min="802" max="980"/></magicresist> ! <anatomy><random min="0" max="0"/></anatomy> </npc> --- 14,34 ---- <int><random min="61" max="90"/></int> <!-- Skills --> ! <magicresistance><random min="802" max="980"/></magicresistance> <tactics><random min="802" max="980"/></tactics> ! <wrestling><random min="802" max="980"/></wrestling> ! <!-- Damage --> ! <lodamage>13</lodamage> ! <hidamage>19</hidamage> ! <energydamage>50</energydamage> ! <physicaldamage>50</physicaldamage> ! <!-- Resists --> ! <defense><random min="45" max="55"/></defense> ! <coldresist><random min="25" max="35"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="40" max="60"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="25" max="35"/></poisonresist> ! <!-- Misc. --> ! <category>Monsters\Clockwork\Exodus Overseer</category> </npc> Index: golem.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/clockwork/golem.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** golem.xml 27 Dec 2003 20:44:02 -0000 1.1 --- golem.xml 2 Jan 2004 10:39:32 -0000 1.2 *************** *** 6,26 **** <name>a golem</name> <id>0x2f0</id> - <category>Monsters\Clockworks\Golem</category> - <skin>0</skin> <inherit id="monster_base" /> <karma>-3500</karma> <fame>3500</fame> - <defense><random min="35" max="55" /></defense> - <lodamage>31</lodamage> - <hidamage>64</hidamage> <!-- Stats --> ! <str><random min="251" max="350" /></str> ! <dex><random min="76" max="100" /></dex> ! <int><random min="101" max="150" /></int> <!-- Skills --> ! <wrestling><random min="601" max="1000" /></wrestling> ! <tactics><random min="601" max="1000" /></tactics> ! <magicresist><random min="1501" max="1900" /></magicresist> ! <anatomy><random min="0" max="0" /></anatomy> </npc> --- 6,33 ---- <name>a golem</name> <id>0x2f0</id> <inherit id="monster_base" /> <karma>-3500</karma> <fame>3500</fame> <!-- Stats --> ! <str><random min="251" max="350"/></str> ! <dex><random min="76" max="100"/></dex> ! <int><random min="101" max="150"/></int> <!-- Skills --> ! <magicresistance><random min="1501" max="1900"/></magicresistance> ! <tactics><random min="601" max="1000"/></tactics> ! <wrestling><random min="601" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>13</lodamage> ! <hidamage>24</hidamage> ! <!-- Resists --> ! <defense><random min="35" max="55" /></defense> ! <coldresist><random min="10" max="30"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist>100</fireresist> ! <physicalresist><random min="35" max="55"/></physicalresist> ! <poisonresist><random min="10" max="25"/></poisonresist> ! <!-- Misc. --> ! <desc>Built from metal, these hulking brutes are the resulting abomination of a marriage between machination and magic. Initially created forsinister purposes, these iron men are formidable foes, able to deliver stunning blows that can render their victims immobile. Their hard, metallic exterior protects them from most magic spells, andprovides a stalwart barrier against weapons. They are not invincible, but they are certainly a challenge to defeat. Only the hardiest of adventurers should even attempt to cross a golems path.</desc> ! <category>Monsters\Clockwork\Golem</category> </npc> |
|
From: <dr...@us...> - 2004-01-02 10:21:22
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts In directory sc8-pr-cvs1:/tmp/cvs-serv7304 Modified Files: bog_thing.xml bogling.xml plague_beast.xml plague_beast_lord.xml Log Message: I'm too bored to stop! eep! Index: bog_thing.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/bog_thing.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bog_thing.xml 27 Dec 2003 20:44:02 -0000 1.1 --- bog_thing.xml 2 Jan 2004 10:21:18 -0000 1.2 *************** *** 6,16 **** <name>a bog thing</name> <id>0x30c</id> - <category>Monsters\Giants\Bog Thing</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>40</lodamage> ! <hidamage>95</hidamage> <gold><random min="50" max="100"/></gold> <!-- Stats --> --- 6,12 ---- <name>a bog thing</name> <id>0x30c</id> <inherit id="monster_base"/> ! <karma>-8000</karma> ! <fame>8000</fame> <gold><random min="50" max="100"/></gold> <!-- Stats --> *************** *** 19,26 **** <int><random min="36" max="50"/></int> <!-- Skills --> - <wrestling><random min="651" max="800"/></wrestling> - <tactics><random min="701" max="850"/></tactics> <magicresistance><random min="901" max="950"/></magicresistance> ! <carve></carve> </npc> --- 15,36 ---- <int><random min="36" max="50"/></int> <!-- Skills --> <magicresistance><random min="901" max="950"/></magicresistance> ! <tactics><random min="701" max="850"/></tactics> ! <wrestling><random min="651" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>10</lodamage> ! <hidamage>23</hidamage> ! <physicaldamage>60</physicaldamage> ! <poisondamage>40</poisondamage> ! <!-- Resists --> ! <defense><random min="30" max="40"/></defense> ! <coldresist><random min="10" max="15"/></coldresist> ! <energyresist><random min="20" max="25"/></energyresist> ! <fireresist><random min="20" max="25"/></fireresist> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <poisonresist><random min="40" max="50"/></poisonresist> ! <!-- Misc. --> ! <desc>The Bog Thing is best described as a shambling mound of plants, muck, and vermin. Most bog things are about twice the size of a man and resemble a large mound with two or more arms and a hole in the middle of its chest that resembles a mouth. The creature is entirely formed from plant growth. While they demonstrate no known means ofcommunication, they are able to coordinate their boglings during battle. They are very aggressive and territorial, and will attack any human that ventures too close to their land.</desc> ! <category>Monsters\Beasts\Bog Thing</category> </npc> Index: bogling.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/bogling.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bogling.xml 27 Dec 2003 20:44:02 -0000 1.1 --- bogling.xml 2 Jan 2004 10:21:18 -0000 1.2 *************** *** 6,16 **** <name>a bogling</name> <id>0x30b</id> ! <category>Monsters\Giants\Bogling</category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-15000"/></karma> ! <fame><random min="10000" max="15000"/></fame> ! <defense><random min="20" max="25"/></defense> ! <lodamage>8</lodamage> ! <hidamage>12</hidamage> <gold><random min="25" max="50"/></gold> <!-- Stats --> --- 6,13 ---- <name>a bogling</name> <id>0x30b</id> ! <inherit id="monster_base"/> ! <karma>-450</karma> ! <fame>450</fame> <gold><random min="25" max="50"/></gold> <!-- Stats --> *************** *** 19,26 **** <int><random min="21" max="45"/></int> <!-- Skills --> - <wrestling><random min="551" max="750"/></wrestling> - <tactics><random min="551" max="800"/></tactics> <magicresistance><random min="751" max="1000"/></magicresistance> ! <carve></carve> </npc> --- 16,34 ---- <int><random min="21" max="45"/></int> <!-- Skills --> <magicresistance><random min="751" max="1000"/></magicresistance> ! <tactics><random min="551" max="800"/></tactics> ! <wrestling><random min="551" max="750"/></wrestling> ! <!-- Damage --> ! <lodamage>5</lodamage> ! <hidamage>7</hidamage> ! <!-- Resists --> ! <defense><random min="20" max="25"/></defense> ! <coldresist><random min="15" max="25"/></coldresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="20" max="25"/></physicalresist> ! <poisonresist><random min="15" max="25"/></poisonresist> ! <!-- Misc --> ! <category>Monsters\Beasts\Bogling</category> </npc> Index: plague_beast.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/plague_beast.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plague_beast.xml 27 Dec 2003 20:44:02 -0000 1.1 --- plague_beast.xml 2 Jan 2004 10:21:18 -0000 1.2 *************** *** 6,25 **** <name>a plague beast</name> <id>0x307</id> - <category>Monsters\Giant Animals\Plague Beast</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-5000" max="-9999" /></karma> ! <fame><random min="5000" max="9999" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>56</lodamage> ! <hidamage>75</hidamage> <!-- Stats --> ! <str><random min="302" max="500" /></str> <dex>80</dex> ! <int><random min="16" max="20" /></int> <!-- Skills --> - <wrestling>1000</wrestling> - <tactics>1000</tactics> <magicresistance>350</magicresistance> </npc> --- 6,34 ---- <name>a plague beast</name> <id>0x307</id> <inherit id="monster_base" /> ! <karma>-13000</karma> ! <fame>13000</fame> <!-- Stats --> ! <str><random min="302" max="500"/></str> <dex>80</dex> ! <int><random min="16" max="20"/></int> <!-- Skills --> <magicresistance>350</magicresistance> + <tactics>1000</tactics> + <wrestling>1000</wrestling> + <!-- Damage --> + <lodamage>20</lodamage> + <hidamage>24</hidamage> + <physicaldamage>60</physicaldamage> + <poisondamage>40</poisondamage> + <!-- Resists --> + <defense><random min="45" max="55" /></defense> + <coldresist><random min="25" max="35"/></coldresist> + <energyresist><random min="25" max="35"/></energyresist> + <fireresist><random min="40" max="50"/></fireresist> + <physicalresist><random min="45" max="55"/></physicalresist> + <poisonresist><random min="65" max="75"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Beasts\Plague Beast</category> </npc> Index: plague_beast_lord.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/plague_beast_lord.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plague_beast_lord.xml 27 Dec 2003 20:44:02 -0000 1.1 --- plague_beast_lord.xml 2 Jan 2004 10:21:18 -0000 1.2 *************** *** 6,17 **** <name>a plague beast lord</name> <id>0x307</id> - <category>Monsters\Giant Animals\Plague Beast Lord</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>66</lodamage> ! <hidamage>78</hidamage> <!-- Stats --> <str>500</str> --- 6,12 ---- <name>a plague beast lord</name> <id>0x307</id> <inherit id="monster_base" /> ! <karma>-2000</karma> ! <fame>2000</fame> <!-- Stats --> <str>500</str> *************** *** 19,24 **** <int>30</int> <!-- Skills --> - <wrestling>1000</wrestling> <tactics>1000</tactics> </npc> --- 14,34 ---- <int>30</int> <!-- Skills --> <tactics>1000</tactics> + <wrestling>1000</wrestling> + <!-- Damage --> + <lodamage>20</lodamage> + <hidamage>25</hidamage> + <firedamage>25</firedamage> + <physicaldamage>50</physicaldamage> + <poisondamage>25</poisondamage> + <!-- Resists --> + <defense><random min="45" max="55" /></defense> + <coldresist><random min="25" max="35"/></coldresist> + <energyresist><random min="25" max="35"/></energyresist> + <fireresist><random min="40" max="50"/></fireresist> + <physicalresist><random min="45" max="55"/></physicalresist> + <poisonresist><random min="75" max="85"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Beasts\Plague Beast Lord</category> </npc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons In directory sc8-pr-cvs1:/tmp/cvs-serv822 Modified Files: ancient_wyrm.xml dragon.xml drake.xml serpentine_dragon.xml shadow_wyrm.xml white_wyrm.xml wyvern.xml Log Message: Dragons should be done for now as well... Index: ancient_wyrm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/ancient_wyrm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ancient_wyrm.xml 27 Dec 2003 20:44:03 -0000 1.1 --- ancient_wyrm.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 5,29 **** <npc id="ancient_wyrm"> <name>an ancient wyrm</name> ! <id>0x2e</id> ! <category>Monsters\Dragons\Ancient Wyrm </category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-15000"/></karma> ! <fame><random min="10000" max="15000"/></fame> ! <defense><random min="65" max="75"/></defense> ! <lodamage>146</lodamage> ! <hidamage>182</hidamage> <gold><random min="700" max="1100"/></gold> <!-- Stats --> <str><random min="1096" max="1185"/></str> <dex><random min="86" max="175"/></dex> ! <int><random min="686" max="775"/></int> <!-- Skills --> ! <wrestling><random min="976" max="1000"/></wrestling> ! <tactics><random min="976" max="1000"/></tactics> <magicresistance><random min="1005" max="1500"/></magicresistance> ! <magery><random min="801" max="1000" /></magery> ! <meditation><random min="801" max="1000" /></meditation> ! <evaluatingintel><random min="525" max="750" /></evaluatingintel> ! <carve></carve> </npc> --- 5,39 ---- <npc id="ancient_wyrm"> <name>an ancient wyrm</name> ! <id>0x69</id> <inherit id="monster_base"/> ! <karma>-22500</karma> ! <fame>22500</fame> <gold><random min="700" max="1100"/></gold> <!-- Stats --> <str><random min="1096" max="1185"/></str> <dex><random min="86" max="175"/></dex> ! <int><random min="801" max="1000"/></int> <!-- Skills --> ! <evaluatingintel><random min="801" max="1000"/></evaluatingintel> ! <magery><random min="801" max="1000"/></magery> ! <meditation><random min="525" max="750"/></meditation> <magicresistance><random min="1005" max="1500"/></magicresistance> ! <tactics><random min="976" max="1000"/></tactics> ! <wrestling><random min="976" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>29</lodamage> ! <hidamage>35</hidamage> ! <firedamage>25</firedamage> ! <physicaldamage>75</physicaldamage> ! <!-- Resists --> ! <defense><random min="65" max="75"/></defense> ! <coldresist><random min="70" max="80"/></coldresist> ! <energyresist><random min="60" max="70"/></energyresist> ! <fireresist><random min="80" max="90"/></fireresist> ! <physicalresist><random min="65" max="75"/></physicalresist> ! <poisonresist><random min="60" max="70"/></poisonresist> ! <!-- Misc. --> ! <desc>The eldest of the Draconian race are rarely seen by any other than drake eyes. Ancient in origin, the wizened Elder is said to long forthe days when the reptile was the guardian of the land now known as Britannia. Patience is not a virtue of the Elder Wyrm, and disturbing one may lead to a quick death. Death, of course, being the quickest way for these ancient ones to be rid of the intruder and get back to their studies.</desc> ! <category>Monsters\Dragons\Ancient Wyrm</category> </npc> Index: dragon.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/dragon.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dragon.xml 27 Dec 2003 20:44:04 -0000 1.1 --- dragon.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 6,16 **** <name>a dragon</name> <id>0xc</id> - <category>Monsters\Dragons\Dragon (Gray)</category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-20000"/></karma> ! <fame><random min="10000" max="20000"/></fame> ! <defense><random min="55" max="65"/></defense> ! <lodamage>65</lodamage> ! <hidamage>90</hidamage> <gold><random min="400" max="700"/></gold> <!-- Stats --> --- 6,12 ---- <name>a dragon</name> <id>0xc</id> <inherit id="monster_base"/> ! <karma>-15000</karma> ! <fame>15000</fame> <gold><random min="400" max="700"/></gold> <!-- Stats --> *************** *** 19,30 **** <int><random min="436" max="475"/></int> <!-- Skills --> ! <wrestling><random min="901" max="925"/></wrestling> ! <tactics><random min="976" max="1000"/></tactics> ! <magicresistance><random min="991" max="1000"/></magicresistance> <magery><random min="301" max="400"/></magery> ! <evaluatingint><random min="301" max="400"/></evaluatingint> <carve>carve_dragon_gray</carve> - <!-- Priv --> <totame>939</totame> </npc> --- 15,38 ---- <int><random min="436" max="475"/></int> <!-- Skills --> ! <evaluatingintel><random min="301" max="400"/></evaluatingintel> <magery><random min="301" max="400"/></magery> ! <magicresistance><random min="991" max="1000"/></magicresistance> ! <tactics><random min="976" max="1000"/></tactics> ! <wrestling><random min="901" max="925"/></wrestling> ! <!-- Damage --> ! <lodamage>16</lodamage> ! <hidamage>22</hidamage> ! <!-- Resists --> ! <defense><random min="55" max="65"/></defense> ! <coldresist><random min="30" max="40"/></coldresist> ! <energyresist><random min="35" max="45"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="55" max="65"/></physicalresist> ! <poisonresist><random min="25" max="35"/></poisonresist> ! <!-- Misc. --> ! <desc>Dragons are a wise and ancient race. They are terrible indeed in their anger, but they are neither cruel nor rapacious in their own nature. Any who says otherwise speaks not the truth. It is true that dragons, like all other sapient peoples, have the power to choose, and that some, succumbing to malice or madness, have descended in wrath onhelpless humans, and been put down in consequence. When a man dies beneath a dragon's claws, however, it is far more often the case that he has succumbed to his own greed, and gone foolishly seeking to rob the dragon of his fabled hoard.</desc> <carve>carve_dragon_gray</carve> <totame>939</totame> + <category>Monsters\Dragons\Dragon (Gray)</category> </npc> Index: drake.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/drake.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** drake.xml 27 Dec 2003 20:44:04 -0000 1.1 --- drake.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 5,16 **** <npc id="drake_gray"> <name>a drake</name> ! <id>0x3b</id> ! <category>Monsters\Dragons\Drake (Gray)</category> <inherit id="monster_base"/> ! <karma><random min="-5000" max="-9999"/></karma> ! <fame><random min="5000" max="9999"/></fame> ! <defense><random min="45" max="50"/></defense> ! <lodamage>30</lodamage> ! <hidamage>46</hidamage> <gold><random min="180" max="220"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="drake_gray"> <name>a drake</name> ! <id>0x3c</id> <inherit id="monster_base"/> ! <karma>-5500</karma> ! <fame>5500</fame> <gold><random min="180" max="220"/></gold> <!-- Stats --> *************** *** 19,28 **** <int><random min="101" max="140"/></int> <!-- Skills --> - <wrestling><random min="651" max="800"/></wrestling> - <tactics><random min="651" max="900"/></tactics> <magicresistance><random min="651" max="800"/></magicresistance> ! <carve>carve_drake_gray</carve> ! <!-- Priv --> <totame>843</totame> </npc> --- 15,37 ---- <int><random min="101" max="140"/></int> <!-- Skills --> <magicresistance><random min="651" max="800"/></magicresistance> ! <tactics><random min="651" max="900"/></tactics> ! <wrestling><random min="651" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>11</lodamage> ! <hidamage>17</hidamage> ! <firedamage>20</firedamage> ! <physicaldamage>80</physicaldamage> ! <!-- Resists --> ! <defense><random min="45" max="50"/></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <physicalresist><random min="45" max="50"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <!-- Misc. --> <totame>843</totame> + <carve>carve_drake_gray</carve> + <category>Monsters\Dragons\Drake (Gray)</category> </npc> *************** *** 31,35 **** <inherit id="drake_gray" /> <name>a drake</name> ! <id>0x3c</id> <category>Monsters\Dragons\Drake (Red)</category> <carve>carve_drake_red</carve> --- 40,44 ---- <inherit id="drake_gray" /> <name>a drake</name> ! <id>0x3d</id> <category>Monsters\Dragons\Drake (Red)</category> <carve>carve_drake_red</carve> Index: serpentine_dragon.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/serpentine_dragon.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** serpentine_dragon.xml 27 Dec 2003 20:44:04 -0000 1.1 --- serpentine_dragon.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 5,29 **** <npc id="serpentine_dragon"> <name>a serpentine dragon</name> ! <id>0x67</id> ! <category>Monsters\Dragons\Serpentine Dragon</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="5000" max="9999" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="35" max="40" /></defense> ! <lodamage>9</lodamage> ! <hidamage>20</hidamage> <gold><random min="700" max="900"/></gold> <!-- Stats --> ! <str><random min="111" max="140" /></str> ! <dex><random min="201" max="220" /></dex> ! <int><random min="1001" max="1040" /></int> <!-- Skills --> ! <wrestling><random min="301" max="1000" /></wrestling> ! <tactics><random min="501" max="600" /></tactics> ! <magicresistance>1000</magicresistance> ! <magery><random min="1101" max="1200" /></magery> ! <evaluatingintel><random min="1001" max="1100" /></evaluatingintel> <meditation>1000</meditation> </npc> --- 5,38 ---- <npc id="serpentine_dragon"> <name>a serpentine dragon</name> ! <id>0xac</id> <inherit id="monster_base" /> ! <karma>15000</karma> ! <fame>15000</fame> <gold><random min="700" max="900"/></gold> <!-- Stats --> ! <str><random min="111" max="140"/></str> ! <dex><random min="201" max="220"/></dex> ! <int><random min="1001" max="1100"/></int> <!-- Skills --> ! <evaluatingintel><random min="1001" max="1100"/></evaluatingintel> ! <magery><random min="1101" max="1200"/></magery> <meditation>1000</meditation> + <magicresistance>1000</magicresistance> + <tactics><random min="501" max="600"/></tactics> + <wrestling><random min="301" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>12</hidamage> + <physicaldamage>75</physicaldamage> + <poisondamage>25</poisondamage> + <!-- Resists --> + <defense><random min="35" max="40" /></defense> + <coldresist><random min="25" max="35"/></coldresist> + <energyresist><random min="25" max="35"/></energyresist> + <fireresist><random min="25" max="35"/></fireresist> + <physicalresist><random min="35" max="40"/></physicalresist> + <poisonresist><random min="25" max="35"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Dragons\Serpentine Dragon</category> </npc> Index: shadow_wyrm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/shadow_wyrm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shadow_wyrm.xml 27 Dec 2003 20:44:04 -0000 1.1 --- shadow_wyrm.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 5,29 **** <npc id="shadow_wyrm"> <name>a shadow wyrm</name> ! <id>0x6A</id> ! <category>Monsters\Dragons\Shadow Wyrm</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="65" max="75" /></defense> ! <lodamage>130</lodamage> ! <hidamage>165</hidamage> <gold><random min="800" max="1100"/></gold> <!-- Stats --> ! <str><random min="898" max="1030" /></str> ! <dex><random min="68" max="200" /></dex> ! <int><random min="488" max="620" /></int> <!-- Skills --> ! <wrestling><random min="976" max="1000" /></wrestling> ! <tactics><random min="976" max="1000" /></tactics> ! <magicresistance><random min="1003" max="1300" /></magicresistance> ! <magery><random min="801" max="1000" /></magery> ! <evaluatingintel><random min="801" max="1000" /></evaluatingintel> ! <meditation><random min="525" max="750" /></meditation> </npc> --- 5,39 ---- <npc id="shadow_wyrm"> <name>a shadow wyrm</name> ! <id>0x6a</id> <inherit id="monster_base" /> ! <karma>-22500</karma> ! <fame>22500</fame> <gold><random min="800" max="1100"/></gold> <!-- Stats --> ! <str><random min="898" max="1030"/></str> ! <dex><random min="68" max="200"/></dex> ! <int><random min="801" max="1000"/></int> <!-- Skills --> ! <evaluatingintel><random min="801" max="1000"/></evaluatingintel> ! <magery><random min="801" max="1000"/></magery> ! <meditation><random min="525" max="750"/></meditation> ! <magicresistance><random min="1003" max="1300"/></magicresistance> ! <tactics><random min="976" max="1000"/></tactics> ! <wrestling><random min="976" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>29</lodamage> ! <hidamage>35</hidamage> ! <colddamage>25</colddamage> ! <physicaldamage>75</physicaldamage> ! <!-- Resists --> ! <defense><random min="65" max="75" /></defense> ! <coldresist><random min="45" max="55"/></coldresist> ! <energyresist><random min="50" max="60"/></energyresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <physicalresist><random min="65" max="75"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <!-- Misc. --> ! <desc>Much like the other members of its species, the Shadow Wyrm is an extraordinarily intelligent creature with an incredible fighting ability and a wicked arsenal of magic spells at its disposal. Many believe that these mighty draconic creatures once practiced a dark and evil magic in Britannia, but were banished to the realm of shadows for their misdeeds. Banished, but not defeated, they remain forever bound to the world in shadow-form.</desc> ! <category>Monsters\Dragons\Shadow Wyrm</category> </npc> Index: white_wyrm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/white_wyrm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** white_wyrm.xml 27 Dec 2003 20:44:04 -0000 1.1 --- white_wyrm.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 6,30 **** <name>a white wyrm</name> <id>0x31</id> - <category>Monsters\Dragons\White Wyrm (Hazy)</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="55" max="70" /></defense> ! <lodamage>67</lodamage> ! <hidamage>98</hidamage> <gold><random min="550" max="750"/></gold> <!-- Stats --> ! <str><random min="721" max="760" /></str> ! <dex><random min="101" max="130" /></dex> ! <int><random min="386" max="425" /></int> <!-- Skills --> ! <wrestling><random min="901" max="1000" /></wrestling> ! <tactics><random min="976" max="1000" /></tactics> ! <magicresistance><random min="991" max="1000" /></magicresistance> ! <magery><random min="991" max="1000" /></magery> ! <evaluatingintel><random min="991" max="1000" /></evaluatingintel> <totame>963</totame> ! <food>1</food> </npc> --- 6,39 ---- <name>a white wyrm</name> <id>0x31</id> <inherit id="monster_base" /> ! <karma>-18000</karma> ! <fame>18000</fame> <gold><random min="550" max="750"/></gold> <!-- Stats --> ! <str><random min="721" max="760"/></str> ! <dex><random min="101" max="130"/></dex> ! <int><random min="991" max="1000"/></int> <!-- Skills --> ! <evaluatingintel><random min="991" max="1000"/></evaluatingintel> ! <magery><random min="991" max="1000"/></magery> ! <magicresistance><random min="991" max="1000"/></magicresistance> ! <tactics><random min="976" max="1000"/></tactics> ! <wrestling><random min="901" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>17</lodamage> ! <hidamage>25</hidamage> ! <colddamage>50</colddamage> ! <physicaldamage>50</physicaldamage> ! <!-- Resists --> ! <defense><random min="55" max="70" /></defense> ! <coldresist><random min="80" max="90"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="55" max="70"/></physicalresist> ! <poisonresist><random min="40" max="50"/></poisonresist> ! <!-- Misc. --> ! <desc>Unlikely as it may seem, some dragons do not hold to the strict canons of their society. Though a drake criminal is rare, punishment must exist for such malcontents. Wyrms are forbidden from killing one another, and thus no death sentence exists, even for the most evil oftheir kind. It was once believed by the Elder Wyrms that the frozen wastes would either kill or forever weaken those draconians banished there. The contrary was, of course, the result. Known among their kind as Anflaustrailious, or the dispossessed that lack warmth, the dragons that now reside in the regions of cold are those, or descended from those, who were banished for crimes among their kind. The Draconians of the Frost are a cruel and savage branch of their race. They blame all creatures for their torment and seek out revenge on any in their path. Such is the terror inspired by these foul drakes that the Elder Wyrms have forever stricken banishment to the ice regions from their doctrine. What becomes of draconian criminals now is known only to dragon kind, and they are loath to share their secrets.</desc> <totame>963</totame> ! <category>Monsters\Dragons\White Wyrm (Hazy)</category> </npc> *************** *** 32,36 **** <npc id="white_wyrm_2"> <inherit id="white_wyrm_1" /> ! <id>0xB4</id> <category>Monsters\Dragons\White Wyrm (Pure)</category> </npc> --- 41,45 ---- <npc id="white_wyrm_2"> <inherit id="white_wyrm_1" /> ! <id>0xb4</id> <category>Monsters\Dragons\White Wyrm (Pure)</category> </npc> Index: wyvern.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/wyvern.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wyvern.xml 27 Dec 2003 20:44:04 -0000 1.1 --- wyvern.xml 2 Jan 2004 09:37:00 -0000 1.2 *************** *** 5,22 **** <npc id="wyvern"> <name>a wyvern</name> ! <id>0x3E</id> ! <category>Monsters\Dragons\Wyrvern</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="35" max="45" /></defense> ! <lodamage>20</lodamage> ! <hidamage>43</hidamage> ! <!-- Stats --> ! <str><random min="202" max="240" /></str> ! <dex><random min="153" max="172" /></dex> ! <int><random min="51" max="90" /></int> <gold><random min="100" max="130"/></gold> <!-- Skills --> <wrestling><random min="651" max="800" /></wrestling> --- 5,17 ---- <npc id="wyvern"> <name>a wyvern</name> ! <id>0x3e</id> <inherit id="monster_base" /> ! <karma>-4000</karma> ! <fame>4000</fame> <gold><random min="100" max="130"/></gold> + <!-- Stats --> + <str><random min="202" max="240"/></str> + <dex><random min="153" max="172"/></dex> + <int><random min="51" max="90"/></int> <!-- Skills --> <wrestling><random min="651" max="800" /></wrestling> *************** *** 24,27 **** --- 19,37 ---- <magicresistance><random min="651" max="800" /></magicresistance> <poisoning><random min="601" max="800" /></poisoning> + <!-- Damage --> + <lodamage>8</lodamage> + <hidamage>19</hidamage> + <physicaldamage>50</physicaldamage> + <poisondamage>50</poisondamage> + <!-- Resists --> + <defense><random min="35" max="45" /></defense> + <coldresist><random min="20" max="30"/></coldresist> + <energyresist><random min="30" max="40"/></energyresist> + <fireresist><random min="30" max="40"/></fireresist> + <physicalresist><random min="35" max="45"/></physicalresist> + <poisonresist><random min="90" max="100"/></poisonresist> + <!-- Misc. --> + <desc>The dragon scorpion, as it is known to humans, is more than a scorpion, but less than a dragon. Lacking the spells and fearsome fire hurling abilities of the dragon, a wyvern retains the power of flight and adds a scorpion sting. Their poison can kill a hearty person inminutes.</desc> + <category>Monsters\Dragons\Wyrvern</category> </npc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental In directory sc8-pr-cvs1:/tmp/cvs-serv28255 Modified Files: acid_elemental.xml agapite_elemental.xml air_elemental.xml blood_elemental.xml bronze_elemental.xml copper_elemental.xml dull_copper_elemental.xml earth_elemental.xml efreet.xml fire_elemental.xml gold_elemental.xml ice_elemental.xml poison_elemental.xml sand_vortex.xml shadow_iron_elemental.xml snow_elemental.xml valorite_elemental.xml verite_elemental.xml water_elemental.xml Log Message: Elementals are done... I'll work on Dragon kin next. If someone can test the IDs and stuff I would appreciate it. :) Index: acid_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/acid_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** acid_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- acid_elemental.xml 2 Jan 2004 09:02:37 -0000 1.2 *************** *** 5,27 **** <npc id="acid_elemental"> <name>an acid elemental</name> ! <id>0x09E</id> ! <category>Monsters\Elementals\Acid Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-12000"/></karma> ! <fame><random min="10000" max="12000"/></fame> ! <defense><random min="45" max="55"/></defense> ! <lodamage>26</lodamage> ! <hidamage>42</hidamage> <!-- Stats --> <str><random min="326" max="355"/></str> <dex><random min="66" max="85"/></dex> ! <int><random min="271" max="295"/></int> <!-- Skills --> - <wrestling><random min="701" max="900"/></wrestling> - <tactics><random min="801" max="900"/></tactics> - <magicresistance><random min="601" max="750"/></magicresistance> <anatomy><random min="303" max="600"/></anatomy> ! <magery><random min="701" max="850" /></magery> ! <evaluatingint><random min="701" max="850"/></evaluatingint> </npc> --- 5,38 ---- <npc id="acid_elemental"> <name>an acid elemental</name> ! <id>0x9e</id> <inherit id="monster_base"/> ! <karma>-10000</karma> ! <fame>10000</fame> <!-- Stats --> <str><random min="326" max="355"/></str> <dex><random min="66" max="85"/></dex> ! <int><random min="701" max="850"/></int> <!-- Skills --> <anatomy><random min="303" max="600"/></anatomy> ! <evaluatingintel><random min="701" max="850"/></evaluatingintel> ! <magery><random min="701" max="850"/></magery> ! <magicresistance><random min="601" max="750"/></magicresistance> ! <tactics><random min="801" max="900"/></tactics> ! <wrestling><random min="701" max="900"/></wrestling> ! <!-- Damage --> ! <lodamage>9</lodamage> ! <hidamage>15</hidamage> ! <energydamage>25</energydamage> ! <firedamage>50</firedamage> ! <physicaldamage>25</physicaldamage> ! <!-- Resists --> ! <defense><random min="45" max="55"/></defense> ! <coldresist><random min="20" max="30"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="40" max="50"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="10" max="20"/></poisonresist> ! <!-- Misc. --> ! <category>Monsters\Elementals\Acid Elemental</category> </npc> Index: agapite_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/agapite_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** agapite_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- agapite_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,24 **** <npc id="agapite_elemental"> <name>an agapite elemental</name> ! <id>0x06B</id> ! <category>Monsters\Elementals\Agapite Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>59</lodamage> ! <hidamage>69</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> <dex><random min="126" max="145"/></dex> ! <int><random min="70" max="92"/></int> <!-- Skills --> <wrestling><random min="601" max="1000"/></wrestling> <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 5,32 ---- <npc id="agapite_elemental"> <name>an agapite elemental</name> ! <id>0x6b</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="226" max="255"/></str> <dex><random min="126" max="145"/></dex> ! <int><random min="71" max="92"/></int> <!-- Skills --> <wrestling><random min="601" max="1000"/></wrestling> <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> + <!-- Damage --> + <lodamage>28</lodamage> + <hidamage>28</hidamage> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <coldresist><random min="40" max="50"/></coldresist> + <energyresist><random min="10" max="20"/></energyresist> + <fireresist><random min="40" max="50"/></fireresist> + <physicalresist><random min="30" max="40"/></physicalresist> + <poisonresist><random min="30" max="40"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Agapite Elemental</category> </npc> Index: air_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/air_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** air_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- air_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 4,26 **** <!-- an air elemental --> <npc id="air_elemental"> <name>an air elemental</name> - <id>0x00d</id> - <category>Monsters\Elementals\Air Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="35" max="45"/></defense> ! <lodamage>15</lodamage> ! <hidamage>19</hidamage> <!-- Stats --> <str><random min="126" max="155"/></str> <dex><random min="166" max="185"/></dex> ! <int><random min="101" max="125"/></int> <!-- Skills --> ! <wrestling><random min="601" max="800"/></wrestling> ! <tactics><random min="601" max="800"/></tactics> <magicresistance><random min="601" max="750"/></magicresistance> ! <evaluatingint><random min="601" max="750"/></evaluatingint> ! <magery><random min="601" max="750" /></magery> </npc> --- 4,39 ---- <!-- an air elemental --> <npc id="air_elemental"> + <id>0xd</id> <name>an air elemental</name> <inherit id="monster_base"/> ! <!-- Attributes --> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="126" max="155"/></str> <dex><random min="166" max="185"/></dex> ! <int><random min="601" max="750"/></int> <!-- Skills --> ! <evaluatingintel><random min="601" max="750"/></evaluatingintel> ! <magery><random min="601" max="750"/></magery> <magicresistance><random min="601" max="750"/></magicresistance> ! <tactics><random min="601" max="800"/></tactics> ! <wrestling><random min="601" max="800"/></wrestling> ! <!-- Combat --> ! <lodamage>8</lodamage> ! <hidamage>10</hidamage> ! <colddamage>40</colddamage> ! <energydamage>40</energydamage> ! <physicaldamage>20</physicaldamage> ! <!-- Resists --> ! <defense><random min="35" max="45" /><defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="25" max="35"/></energyresist> ! <fireresist><random min="15" max="25"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="10" max="20"/></poisonresist> ! <!-- Misc --> ! <desc>Tales of this creature might be pried from between the lips of those who have encountered it deep within the dungeon Shame, or venturing across its native plains and mountains. The Air Elemental is awesome and perhaps deceptivein its beauty, as it takes the form of a luminous blue man. It moves with such speed as could hardly be imagined; no sooner is it seen in the distance before it bears down on the unfortunate adventurer. The blue vapor it exudes about its form is but an indication of the foul winds that it uses to fell its opponents. Even those who flee this creature may be hit with an unseen weapon that the creature has thrown. Although the naturally occurring Air Elemental is the strongest, such creatures can be summoned at the behest of the strongest of mages. Be warned, ye Adventurers who make your way through the plains and mountains of Britannia! Prepare yourselves well to meet one of these creatures, should you feel the sting of hot wind and grit come from nowhere as you travel!</desc> ! <category>Monsters\Elementals\Air Elemental</category> </npc> Index: blood_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/blood_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** blood_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- blood_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,27 **** <npc id="blood_elemental"> <name>a blood elemental</name> ! <id>0x09f</id> ! <category>Monsters\Elementals\Blood Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-15000"/></karma> ! <fame><random min="10000" max="1500"/></fame> ! <defense><random min="55" max="65"/></defense> ! <lodamage>51</lodamage> ! <hidamage>91</hidamage> <!-- Stats --> <str><random min="526" max="615"/></str> <dex><random min="66" max="85"/></dex> ! <int><random min="226" max="350"/></int> <!-- Skills --> ! <wrestling><random min="801" max="1000"/></wrestling> ! <tactics><random min="801" max="1000"/></tactics> <magicresistance><random min="801" max="950"/></magicresistance> ! <magery><random min="851" max="1000" /></magery> ! <evaluatingintel><random min="851" max="1000" /></evaluatingintel> ! <meditation><random min="104" max="500" /></meditation> </npc> --- 5,38 ---- <npc id="blood_elemental"> <name>a blood elemental</name> ! <id>0x9f</id> <inherit id="monster_base"/> ! <karma>-12500</karma> ! <fame>12500</fame> <!-- Stats --> <str><random min="526" max="615"/></str> <dex><random min="66" max="85"/></dex> ! <int><random min="851" max="1000"/></int> <!-- Skills --> ! <evaluatingintel><random min="851" max="1000"/></evaluatingintel> ! <magery><random min="851" max="1000"/></magery> ! <meditation><random min="104" max="500"/></meditation> <magicresistance><random min="801" max="950"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="801" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>17</lodamage> ! <hidamage>27</hidamage> ! <energydamage>50</energydamage> ! <poisondamage>50</poisondamage> ! <!-- Resists --> ! <defense><random min="55" max="65"/></defense> ! <coldresist><random min="40" max="50"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="55" max="65"/></physicalresist> ! <poisonresist><random min="50" max="60"/></poisonresist> ! <!-- Misc --> ! <desc>Formed from the blood of the dead, blood elementals are strongmagic-users, and an aggressive and formidable foe. You have blood, andthey want it.</desc> ! <category>Monsters\Elementals\Blood Elemental</category> </npc> Index: bronze_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/bronze_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bronze_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- bronze_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="bronze_elemental"> <name>a bronze elemental</name> ! <id>0x06C</id> ! <category>Monsters\Elementals\Bronze Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>20</lodamage> ! <hidamage>37</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="bronze_elemental"> <name>a bronze elemental</name> ! <id>0x6c</id> <inherit id="monster_base"/> ! <karma>-5000</karma> ! <fame>5000</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,34 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <firedamage>70</firedamage> + <physicaldamage>30</physicaldamage> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <coldresist><random min="10" max="20"/></coldresist> + <energyresist><random min="20" max="30"/></energyresist> + <fireresist><random min="30" max="40"/></fireresist> + <physicalresist><random min="30" max="40"/></physicalresist> + <poisonresist><random min="70" max="80"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Bronze Elemental</category> </npc> Index: copper_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/copper_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copper_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- copper_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="copper_elemental"> <name>a copper elemental</name> ! <id>0x06D</id> ! <category>Monsters\Elementals\Copper Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>20</lodamage> ! <hidamage>37</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="copper_elemental"> <name>a copper elemental</name> ! <id>0x6d</id> <inherit id="monster_base"/> ! <karma>-4800</karma> ! <fame>4800</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,32 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <coldresist><random min="30" max="40"/></coldresist> + <energyresist><random min="10" max="20"/></energyresist> + <fireresist><random min="30" max="40"/></fireresist> + <physicalresist><random min="30" max="40"/></physicalresist> + <poisonresist><random min="20" max="30"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Copper Elemental</category> </npc> Index: dull_copper_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/dull_copper_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dull_copper_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- dull_copper_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="dull_copper_elemental"> <name>a dull copper elemental</name> ! <id>0x06E</id> ! <category>Monsters\Elementals\Dull Copper Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>19</lodamage> ! <hidamage>37</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="dull_copper_elemental"> <name>a dull copper elemental</name> ! <id>0x6e</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,32 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <coldresist><random min="10" max="20"/></coldresist> + <energyresist><random min="20" max="30"/></energyresist> + <fireresist><random min="30" max="40"/></fireresist> + <physicalresist><random min="30" max="40"/></physicalresist> + <poisonresist><random min="20" max="30"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Dull Copper Elemental</category> </npc> Index: earth_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/earth_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** earth_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- earth_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="earth_elemental"> <name>an earth elemental</name> ! <id>0x00e</id> ! <category>Monsters\Elementals\Earth Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="35"/></defense> ! <lodamage>17</lodamage> ! <hidamage>32</hidamage> <!-- Stats --> <str><random min="126" max="155"/></str> --- 5,12 ---- <npc id="earth_elemental"> <name>an earth elemental</name> ! <id>0xe</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="126" max="155"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,33 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <!-- Resists --> + <defense><random min="30" max="35"/></defense> + <coldresist><random min="10" max="20"/></coldresist> + <energyresist><random min="15" max="25"/></energyresist> + <fireresist><random min="10" max="20"/></fireresist> + <physicalresist><random min="30" max="35"/></physicalresist> + <poisonresist><random min="15" max="25"/></poisonresist> + <!-- Misc. --> + <desc>These beings embody the element of Earth, and as the Air Elementalsdwell naturally on a plane devoid of solidity, the Earth Elementalsare native to a world devoid of air. They are mighty engines of destruction indeed, possessing both the crushing power of the avalanche and the steadfast endurance of the mountain. Furthermore, they command magicks allowing them to twist the earth to their will.</desc> + <category>Monsters\Elementals\Earth Elemental</category> </npc> Index: efreet.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/efreet.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** efreet.xml 27 Dec 2003 20:44:04 -0000 1.1 --- efreet.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 6,17 **** <name>an efreet</name> <id>0x83</id> - <category>Monsters\Deamons\Efreet</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="50" max="60" /></defense> ! <lodamage>27</lodamage> ! <hidamage>32</hidamage> <!-- Stats --> <str><random min="326" max="355" /></str> --- 6,12 ---- <name>an efreet</name> <id>0x83</id> <inherit id="monster_base" /> ! <karma>-10000</karma> ! <fame>10000</fame> <!-- Stats --> <str><random min="326" max="355" /></str> *************** *** 19,28 **** <int><random min="171" max="195" /></int> <!-- Skills --> - <wrestling><random min="601" max="800" /></wrestling> - <tactics><random min="601" max="800" /></tactics> - <magicresistance><random min="601" max="750" /></magicresistance> - <magery><random min="601" max="750" /></magery> <evaluatingintel><random min="601" max="750"/></evaluatingintel> ! <carve></carve> </npc> --- 14,37 ---- <int><random min="171" max="195" /></int> <!-- Skills --> <evaluatingintel><random min="601" max="750"/></evaluatingintel> ! <magery><random min="601" max="750"/></magery> ! <magicresistance><random min="601" max="750"/></magicresistance> ! <tactics><random min="601" max="800"/></tactics> ! <wrestling><random min="601" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>11</lodamage> ! <hidamage>13</hidamage> ! <energydamage>50</energydamage> ! <firedamage>50</firedamage> ! <!-- Resists --> ! <defense><random min="50" max="60" /></defense> ! <coldresist>0</coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="60" max="70"/></fireresist> ! <physicalresist><random min="50" max="60"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <desc>Legends say that the Efreet will grant a wish to those who retrieve them from their home of flames. This is the truth only if the wish is a wish for death. The Efreet has a heart of flame and a countenance to match. An Efreet will attack with flame and magic, and few can stand against them. There is an ancient tome that tells of an Efreet Overlord who leads an army of the Efreeti. If the overlord exists still, none have seen him and returned.</desc> ! <category>Monsters\Elementals\Efreet</category> </npc> Index: fire_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/fire_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fire_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- fire_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,26 **** <npc id="fire_elemental"> <name>a fire elemental</name> ! <id>0x00f</id> ! <category>Monsters\Elementals\Fire Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="35" max="45"/></defense> ! <lodamage>14</lodamage> ! <hidamage>18</hidamage> <!-- Stats --> <str><random min="126" max="155"/></str> <dex><random min="166" max="185"/></dex> ! <int><random min="101" max="125"/></int> <!-- Skills --> ! <wrestling><random min="701" max="1000"/></wrestling> ! <tactics><random min="801" max="1000"/></tactics> <magicresistance><random min="752" max="1050"/></magicresistance> ! <magery><random min="601" max="750" /></magery> ! <evaluatingint><random min="601" max="750"/></evaluatingint> </npc> --- 5,37 ---- <npc id="fire_elemental"> <name>a fire elemental</name> ! <id>0xf</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="126" max="155"/></str> <dex><random min="166" max="185"/></dex> ! <int><random min="601" max="750"/></int> <!-- Skills --> ! <evaluatingintel><random min="601" max="750"/></evaluatingintel> ! <magery><random min="601" max="750"/></magery> <magicresistance><random min="752" max="1050"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="701" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>7</lodamage> ! <hidamage>9</hidamage> ! <firedamage>75</firedamage> ! <physicaldamage>25</physicaldamage> ! <!-- Resists --> ! <defense><random min="35" max="45"/></defense> ! <coldresist><random min="5" max="10"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="60" max="80"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <desc>Perhaps the most destructive elemental of them all, for its very touch burns with a consuming flame. Fortunately, fire elementals can not long survive in the cool climes of our world, and are therefore seldom found outside of the burning lava pits of great volcanoes.</desc> ! <category>Monsters\Elementals\Fire Elemental</category> </npc> Index: gold_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/gold_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gold_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- gold_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="gold_elemental"> <name>a gold elemental</name> ! <id>0x0A6</id> ! <category>Monsters\Elementals\Gold Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="60" max="75"/></defense> ! <lodamage>20</lodamage> ! <hidamage>37</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="gold_elemental"> <name>a gold elemental</name> ! <id>0xa6</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,32 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <!-- Resists --> + <defense><random min="60" max="75"/></defense> + <coldresist><random min="30" max="40"/></coldresist> + <energyresist><random min="30" max="40"/></energyresist> + <fireresist><random min="10" max="20"/></fireresist> + <physicalresist><random min="60" max="75"/></physicalresist> + <poisonresist><random min="30" max="40"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Gold Elemental</category> </npc> Index: ice_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/ice_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ice_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- ice_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,26 **** <npc id="ice_elemental"> <name>an ice elemental</name> ! <id>0x0A1</id> ! <category>Monsters\Elementals\Ice Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="35" max="45"/></defense> ! <lodamage>22</lodamage> ! <hidamage>45</hidamage> <!-- Stats --> <str><random min="156" max="185"/></str> <dex><random min="96" max="115"/></dex> ! <int><random min="171" max="192"/></int> <!-- Skills --> ! <wrestling><random min="601" max="1000"/></wrestling> ! <tactics><random min="701" max="1000"/></tactics> <magicresistance><random min="301" max="800"/></magicresistance> ! <magery><random min="105" max="600" /></magery> ! <evaluatingint><random min="105" max="600"/></evaluatingint> </npc> --- 5,37 ---- <npc id="ice_elemental"> <name>an ice elemental</name> ! <id>0xa1</id> <inherit id="monster_base"/> ! <karma>-4000</karma> ! <fame>4000</fame> <!-- Stats --> <str><random min="156" max="185"/></str> <dex><random min="96" max="115"/></dex> ! <int><random min="105" max="600"/></int> <!-- Skills --> ! <evaluatingintel><random min="105" max="600"/></evaluatingintel> ! <magery><random min="105" max="600"/></magery> <magicresistance><random min="301" max="800"/></magicresistance> ! <tactics><random min="701" max="1000"/></tactics> ! <wrestling><random min="601" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>10</lodamage> ! <hidamage>21</hidamage> ! <colddamage>75</colddamage> ! <physicaldamage>25</physicaldamage> ! <!-- Resists --> ! <defense><random min="35" max="45"/></defense> ! <coldresist><random min="50" max="60"/></coldresist> ! <energyresist><random min="20" max="30"/></energyresist> ! <fireresist><random min="5" max="10"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <!-- Misc. --> ! <desc>The motives and desires of elementals are their own. What is known of the Ice Elemental is that they desire the return of the Ice. Working toward one sinister purpose, the Elementals composed of permafrost desire a time when glaciers cover the world. Make no mistake; these demons of cold are an invading force.</desc> ! <category>Monsters\Elementals\Ice Elemental</category> </npc> Index: poison_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/poison_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** poison_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- poison_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,28 **** <npc id="poison_elemental"> <name>a poison elemental</name> ! <id>0x0A2</id> ! <category>Monsters\Elementals\Poison Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-15000"/></karma> ! <fame><random min="10000" max="15000"/></fame> ! <defense><random min="60" max="70"/></defense> ! <lodamage>36</lodamage> ! <hidamage>57</hidamage> <!-- Stats --> <str><random min="426" max="515"/></str> <dex><random min="166" max="185"/></dex> ! <int><random min="361" max="435"/></int> <!-- Skills --> ! <wrestling><random min="701" max="900"/></wrestling> ! <tactics><random min="801" max="1000"/></tactics> <magicresistance><random min="852" max="1150"/></magicresistance> ! <poisoning><random min="901" max="1000" /></poisoning> ! <magery><random min="801" max="950" /></magery> ! <evaluatingint><random min="801" max="950"/></evaluatingint> ! <meditation><random min="802" max="1200" /></meditation> </npc> --- 5,39 ---- <npc id="poison_elemental"> <name>a poison elemental</name> ! <id>0xa2</id> <inherit id="monster_base"/> ! <karma>-12500</karma> ! <fame>12500</fame> <!-- Stats --> <str><random min="426" max="515"/></str> <dex><random min="166" max="185"/></dex> ! <int><random min="801" max="950"/></int> <!-- Skills --> ! <evaluatingintel><random min="801" max="950"/></evaluatingintel> ! <magery><random min="801" max="950"/></magery> ! <meditation><random min="802" max="1200"/></meditation> ! <poisoning><random min="901" max="1000"/></poisoning> <magicresistance><random min="852" max="1150"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="701" max="900"/></wrestling> ! <!-- Damage --> ! <lodamage>12</lodamage> ! <hidamage>18</hidamage> ! <physicaldamage>10</physicaldamage> ! <poisondamage>90</poisondamage> ! <!-- Resists --> ! <defense><random min="60" max="70"/></defense> ! <coldresist><random min="20" max="30"/></coldresist> ! <energyresist><random min="40" max="50"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="60" max="70"/></physicalresist> ! <poisonresist>100</poisonresist> ! <!-- Misc. --> ! <desc>Poison Elementals are the result of corruption of Air Elementals by horrific magic. It is believed that air elementals that disobey an evil summoner are sometimes punished in this fashion. If such is thecase, poison elementals hate their very existence, as it is anabomination of everything they were as an air elemental. Those unluckyenough to see a poison elemental should immediately turn tail lest they become an outlet for the revenge of the cursed elemental.</desc> ! <category>Monsters\Elementals\Poison Elemental</category> </npc> Index: sand_vortex.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/sand_vortex.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sand_vortex.xml 27 Dec 2003 20:44:04 -0000 1.1 --- sand_vortex.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 6,25 **** <name>a sand vortex</name> <id>0x316</id> - <category>Monsters\Common Monsters\Sand Vortex</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="80" max="90" /></defense> ! <lodamage>5</lodamage> ! <hidamage>27</hidamage> <!-- Stats --> ! <str><random min="96" max="120" /></str> ! <dex><random min="171" max="195" /></dex> ! <int><random min="76" max="100" /></int> <!-- Skills --> - <wrestling>800</wrestling> - <tactics>700</tactics> <magicresistance>1500</magicresistance> </npc> --- 6,34 ---- <name>a sand vortex</name> <id>0x316</id> <inherit id="monster_base" /> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> ! <str><random min="96" max="120"/></str> ! <dex><random min="171" max="195"/></dex> ! <int><random min="76" max="100"/></int> <!-- Skills --> <magicresistance>1500</magicresistance> + <tactics>700</tactics> + <wrestling>800</wrestling> + <!-- Damage --> + <lodamage>3</lodamage> + <hidamage>16</hidamage> + <firedamage>10</firedamage> + <physicaldamage>90</physicaldamage> + <!-- Resists --> + <defense><random min="80" max="90" /></defense> + <coldresist><random min="60" max="70"/></coldresist> + <energyresist><random min="60" max="70"/></energyresist> + <fireresist><random min="60" max="70"/></fireresist> + <physicalresist><random min="80" max="90"/></physicalresist> + <poisonresist><random min="60" max="70"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Common Monsters\Sand Vortex</category> </npc> Index: shadow_iron_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/shadow_iron_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shadow_iron_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- shadow_iron_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="shadow_iron_elemental"> <name>an air elemental</name> ! <id>0x06F</id> ! <category>Monsters\Elementals\Shadow Iron Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>20</lodamage> ! <hidamage>37</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="shadow_iron_elemental"> <name>an air elemental</name> ! <id>0x6f</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,32 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <coldresist><random min="20" max="30"/></coldresist> + <energyresist><random min="30" max="40"/></energyresist> + <fireresist><random min="30" max="40"/></fireresist> + <physicalresist><random min="30" max="40"/></physicalresist> + <poisonresist><random min="10" max="20"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Shadow Iron Elemental</category> </npc> Index: snow_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/snow_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** snow_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- snow_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="snow_elemental"> <name>a snow elemental</name> ! <id>0x0A3</id> ! <category>Monsters\Elementals\Snow Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="45" max="55"/></defense> ! <lodamage>31</lodamage> ! <hidamage>45</hidamage> <!-- Stats --> <str><random min="326" max="355"/></str> --- 5,12 ---- <npc id="snow_elemental"> <name>a snow elemental</name> ! <id>0xa3</id> <inherit id="monster_base"/> ! <karma>-5000</karma> ! <fame>5000</fame> <!-- Stats --> <str><random min="326" max="355"/></str> *************** *** 18,24 **** <int><random min="71" max="95"/></int> <!-- Skills --> - <wrestling><random min="801" max="1000"/></wrestling> - <tactics><random min="801" max="1000"/></tactics> <magicresistance><random min="501" max="650"/></magicresistance> </npc> --- 14,35 ---- <int><random min="71" max="95"/></int> <!-- Skills --> <magicresistance><random min="501" max="650"/></magicresistance> + <tactics><random min="801" max="1000"/></tactics> + <wrestling><random min="801" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>11</lodamage> + <hidamage>17</hidamage> + <colddamage>80</colddamage> + <physicaldamage>20</physicaldamage> + <!-- Resists --> + <defense><random min="45" max="55"/></defense> + <coldresist><random min="60" max="70"/></coldresist> + <energyresist><random min="25" max="35"/></energyresist> + <fireresist><random min="10" max="15"/></fireresist> + <physicalresist><random min="45" max="55"/></physicalresist> + <poisonresist><random min="25" max="35"/></poisonresist> + <!-- Misc. --> + <desc>Those who have returned from Ice Island warn of the blizzard stalker. It is not known if the snow elemental shares the same goal as the ice elemental, but certainly there are just as terrible in their wrath. Snow elementals can call upon the full fury of nature to bring about the end of any that should cross them.</desc> + <category>Monsters\Elementals\Snow Elemental</category> </npc> Index: valorite_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/valorite_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** valorite_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- valorite_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="valorite_elemental"> <name>a valorite elemental</name> ! <id>0x070</id> ! <category>Monsters\Elementals\Valorite Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="65" max="75"/></defense> ! <lodamage>59</lodamage> ! <hidamage>69</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="valorite_elemental"> <name>a valorite elemental</name> ! <id>0x70</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,36 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>28</lodamage> + <hidamage>25</hidamage> + <colddamage>25</colddamage> + <energydamage>25</energydamage> + <firedamage>25</firedamage> + <physicaldamage>25</physicaldamage> + <!-- Resists --> + <defense><random min="65" max="75"/></defense> + <coldresist><random min="50" max="60"/></coldresist> + <energyresist><random min="40" max="50"/></energyresist> + <fireresist><random min="50" max="60"/></fireresist> + <physicalresist><random min="65" max="75"/></physicalresist> + <poisonresist><random min="50" max="60"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Valorite Elemental</category> </npc> Index: verite_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/verite_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** verite_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- verite_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="verite_elemental"> <name>a verite elemental</name> ! <id>0x00d</id> ! <category>Monsters\Elementals\Verite Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="40"/></defense> ! <lodamage>20</lodamage> ! <hidamage>37</hidamage> <!-- Stats --> <str><random min="226" max="255"/></str> --- 5,12 ---- <npc id="verite_elemental"> <name>a verite elemental</name> ! <id>0x71</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="226" max="255"/></str> *************** *** 18,24 **** <int><random min="71" max="92"/></int> <!-- Skills --> - <wrestling><random min="601" max="1000"/></wrestling> - <tactics><random min="601" max="1000"/></tactics> <magicresistance><random min="501" max="950"/></magicresistance> </npc> --- 14,34 ---- <int><random min="71" max="92"/></int> <!-- Skills --> <magicresistance><random min="501" max="950"/></magicresistance> + <tactics><random min="601" max="1000"/></tactics> + <wrestling><random min="601" max="1000"/></wrestling> + <!-- Damage --> + <lodamage>9</lodamage> + <hidamage>16</hidamage> + <energydamage>50</energydamage> + <physicaldamage>50</physicaldamage> + <!-- Resists --> + <defense><random min="30" max="40"/></defense> + <coldresist><random min="50" max="60"/></coldresist> + <energyresist><random min="50" max="60"/></energyresist> + <fireresist><random min="10" max="20"/></fireresist> + <physicalresist><random min="30" max="40"/></physicalresist> + <poisonresist><random min="50" max="60"/></poisonresist> + <!-- Misc. --> + <category>Monsters\Elementals\Verite Elemental</category> </npc> Index: water_elemental.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/water_elemental.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** water_elemental.xml 27 Dec 2003 20:44:04 -0000 1.1 --- water_elemental.xml 2 Jan 2004 09:02:38 -0000 1.2 *************** *** 5,16 **** <npc id="water_elemental"> <name>a water elemental</name> ! <id>0x010</id> ! <category>Monsters\Elementals\Air Elemental </category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="35" max="45"/></defense> ! <lodamage>13</lodamage> ! <hidamage>17</hidamage> <!-- Stats --> <str><random min="126" max="155"/></str> --- 5,12 ---- <npc id="water_elemental"> <name>a water elemental</name> ! <id>0x10</id> <inherit id="monster_base"/> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> <str><random min="126" max="155"/></str> *************** *** 18,26 **** <int><random min="101" max="125"/></int> <!-- Skills --> ! <wrestling><random min="501" max="700"/></wrestling> ! <tactics><random min="501" max="700"/></tactics> <magicresistance><random min="1001" max="1150"/></magicresistance> ! <magery><random min="601" max="750" /></magery> ! <evaluatingint><random min="601" max="750"/></evaluatingint> </npc> --- 14,35 ---- <int><random min="101" max="125"/></int> <!-- Skills --> ! <evaluatingintel><random min="601" max="750"/></evaluatingintel> ! <magery><random min="601" max="750"/></magery> <magicresistance><random min="1001" max="1150"/></magicresistance> ! <tactics><random min="501" max="700"/></tactics> ! <wrestling><random min="501" max="700"/></wrestling> ! <!-- Damage --> ! <lodamage>7</lodamage> ! <hidamage>9</hidamage> ! <!-- Resists --> ! <defense><random min="35" max="45"/></defense> ! <coldresist><random min="10" max="25"/></coldresist> ! <energyresist><random min="5" max="10"/></energyresist> ! <fireresist><random min="10" max="25"/></fireresist> ! <physicalresist><random min="35" max="45"/></physicalresist> ! <poisonresist><random min="60" max="70"/></poisonresist> ! <!-- Misc. --> ! <desc>Water elementals dwell in, and are composed of, water. They have great power to command the waves themselves. Fortunately, the few that dwell upon our plane keep themselves mostly to the nether depths of the ocean, and so seldom come into contact with humanity.</desc> ! <category>Monsters\Elementals\Air Elemental</category> </npc> |
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic In directory sc8-pr-cvs1:/tmp/cvs-serv16951 Modified Files: balron.xml daemon.xml enslaved_gargoyle.xml fire_gargoyle.xml gargoyle.xml gargoyle_destroyer.xml gargoyle_enforcer.xml harpy.xml hell_cat.xml hell_cat_preditor.xml hell_hound.xml horde_minion.xml ice_fiend.xml imp.xml mongbat.xml mongbat_strong.xml stone_gargoyle.xml stone_harpy.xml succubus.xml Log Message: Most of this group is done, more later on. Still recovering from the holidays hehe. Index: balron.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/balron.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** balron.xml 27 Dec 2003 20:44:03 -0000 1.1 --- balron.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,10 **** <npc id="balron"> <name><random list="NAMES_BALRON" /></name> ! <id>0x8</id> ! <category>Monsters\Deamons\Balron</category> <inherit id="monster_base"/> <karma><random min="-10000" max="-20000"/></karma> --- 5,10 ---- <npc id="balron"> <name><random list="NAMES_BALRON" /></name> ! <id>0xa</id> ! <category>Monsters\Daemonic\Balron</category> <inherit id="monster_base"/> <karma><random min="-10000" max="-20000"/></karma> Index: daemon.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/daemon.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** daemon.xml 27 Dec 2003 20:44:03 -0000 1.1 --- daemon.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,29 **** <npc id="daemon"> <name><random list="NAMES_DAEMON" /></name> ! <id>0x6</id> ! <category>Monsters\Deamons\Daemon</category> <inherit id="monster_base"/> ! <karma><random min="-10000" max="-20000"/></karma> ! <fame><random min="10000" max="20000"/></fame> ! <defense><random min="45" max="60"/></defense> ! <lodamage>21</lodamage> ! <hidamage>39</hidamage> <gold><random min="300" max="400"/></gold> <!-- Stats --> <str><random min="476" max="505"/></str> <dex><random min="76" max="95"/></dex> ! <int><random min="301" max="325"/></int> <!-- Skills --> ! <wrestling><random min="601" max="800"/></wrestling> ! <tactics><random min="701" max="800"/></tactics> ! <magicresistance><random min="851" max="950"/></magicresistance> <magery><random min="701" max="800"/></magery> ! <evaluatingint><random min="701" max="800"/></evaluatingint> <carve>carve_demon</carve> ! <!-- Priv --> </npc> --- 5,37 ---- <npc id="daemon"> <name><random list="NAMES_DAEMON" /></name> ! <id>0x9</id> <inherit id="monster_base"/> ! <karma>-15000</karma> ! <fame>15000</fame> <gold><random min="300" max="400"/></gold> <!-- Stats --> <str><random min="476" max="505"/></str> <dex><random min="76" max="95"/></dex> ! <int><random min="701" max="800"/></int> <!-- Skills --> ! <evaluatingintel><random min="701" max="800"/></evaluatingintel> <magery><random min="701" max="800"/></magery> ! <magicresistance><random min="851" max="950"/></magicresistance> ! <tactics><random min="701" max="800"/></tactics> ! <wrestling><random min="601" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>7</lodamage> ! <hidamage>14</hidamage> ! <!-- Resists --> ! <defense><random min="45" max="60"/></defense> ! <physicalresist><random min="45" max="60"/></physicalresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <coldresist><random min="30" max="40"/></coldresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <!-- Misc --> ! <desc>No purer manifestation of primal evil exists than the hideous daemon,a denizen of the dark and infernal planes brought to these shores bythe most vile wizardries. Only the greatest of heroes have evervanquished a daemon in single combat, and even a group of valiantwarriors must be mighty indeed to survive an encounter with such afiend.</desc> <carve>carve_demon</carve> ! <category>Monsters\Daemonic\Daemon</category> </npc> Index: enslaved_gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/enslaved_gargoyle.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** enslaved_gargoyle.xml 27 Dec 2003 20:44:03 -0000 1.1 --- enslaved_gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,17 **** <npc id="enslaved_gargoyle"> <name>an enslaved gargoyle</name> ! <id>0x46</id> ! <category>Monsters\Deamons\Enslaved Gargoyle</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-5000" max="-9999" /></karma> ! <fame><random min="5000" max="9999" /></fame> ! <defense><random min="30" max="40" /></defense> ! <lodamage>18</lodamage> ! <hidamage>35</hidamage> <!-- Stats --> <str><random min="302" max="360" /></str> --- 5,12 ---- <npc id="enslaved_gargoyle"> <name>an enslaved gargoyle</name> ! <id>0x2f1</id> <inherit id="monster_base" /> ! <karma>0</karma> ! <fame>3500</fame> <!-- Stats --> <str><random min="302" max="360" /></str> *************** *** 19,25 **** <int><random min="81" max="105" /></int> <!-- Skills --> ! <wrestling><random min="401" max="800" /></wrestling> ! <tactics><random min="501" max="700" /></tactics> ! <magicresistance><random min="701" max="850" /></magicresistance> </npc> --- 14,32 ---- <int><random min="81" max="105" /></int> <!-- Skills --> ! <magicresistance><random min="701" max="850"/></magicresistance> ! <tactics><random min="501" max="700"/></tactics> ! <wrestling><random min="401" max="800"/></wrestling> ! <!-- Damage --> ! <lodamage>7</lodamage> ! <hidamage>14</hidamage> ! <!-- Resists --> ! <defense><random min="30" max="40" /></defense> ! <physicalresist><random min="30" max="40"/></physicalresist> ! <fireresist><random min="50" max="70"/></fireresist> ! <coldresist><random min="15" max="25"/></coldresist> ! <poisonresist><random min="25" max="30"/></poisonresist> ! <energyresist><random min="25" max="30"/></energyresist> ! <!-- Misc --> ! <category>Monsters\Daemonic\Enslaved Gargoyle</category> </npc> Index: fire_gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/fire_gargoyle.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fire_gargoyle.xml 27 Dec 2003 20:44:03 -0000 1.1 --- fire_gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,29 **** <npc id="fire_gargoyle"> <name><random list="NAMES_GARGOYLE" /></name> ! <id>0x10</id> ! <category>Monsters\Deamons\Fire Gargoyle</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-5000" max="-9999" /></karma> ! <fame><random min="5000" max="9999" /></fame> ! <defense><random min="30" max="35" /></defense> ! <lodamage>22</lodamage> ! <hidamage>45</hidamage> <!-- Stats --> ! <str><random min="351" max="400" /></str> ! <dex><random min="126" max="145" /></dex> ! <int><random min="226" max="250" /></int> <!-- Skills --> ! <wrestling><random min="401" max="800" /></wrestling> ! <tactics><random min="801" max="1000" /></tactics> ! <magicresistance><random min="901" max="1050" /></magicresistance> ! <anatomy><random min="751" max="843" /></anatomy> ! <magery><random min="927" max="1050" /></magery> <evaluatingintel><random min="901" max="1050"/></evaluatingintel> <meditation><random min="901" max="1050"/></meditation> </npc> --- 5,38 ---- <npc id="fire_gargoyle"> <name><random list="NAMES_GARGOYLE" /></name> ! <id>0x82</id> <inherit id="monster_base" /> ! <karma>-3500</karma> ! <fame>3500</fame> <!-- Stats --> ! <str><random min="351" max="400"/></str> ! <dex><random min="126" max="145"/></dex> ! <int><random min="901" max="1050"/></int> <!-- Skills --> ! <anatomy><random min="751" max="850"/></anatomy> <evaluatingintel><random min="901" max="1050"/></evaluatingintel> + <magery><random min="901" max="1050"/></magery> <meditation><random min="901" max="1050"/></meditation> + <magicresistance><random min="901" max="1050"/></magicresistance> + <tactics><random min="801" max="1000"/></tactics> + <wrestling><random min="401" max="800"/></wrestling> + <!-- Damage --> + <lodamage>7</lodamage> + <hidamage>14</hidamage> + <physicaldamage>20</physicaldamage> + <firedamage>80</firedamage> + <!-- Resists --> + <defense><random min="30" max="35" /></defense> + <physicalresist><random min="30" max="35"/></physicalresist> + <fireresist><random min="50" max="60"/></fireresist> + <coldresist><random min="-10" max="0"/></coldresist> + <poisonresist><random min="20" max="30"/></poisonresist> + <energyresist><random min="20" max="30"/></energyresist> + <!-- Misc --> + <category>Monsters\Daemonic\Fire Gargoyle</category> </npc> Index: gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/gargoyle.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gargoyle.xml 27 Dec 2003 20:44:03 -0000 1.1 --- gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,28 **** <npc id="gargoyle"> <name>a gargoyle</name> ! <id>0x3</id> ! <category>Monsters\Deamons\Gargoyle</category> <inherit id="monster_base"/> ! <karma><random min="-2500" max="-4999"/></karma> ! <fame><random min="2500" max="4999"/></fame> ! <defense><random min="30" max="35"/></defense> ! <lodamage>14</lodamage> ! <hidamage>27</hidamage> <gold><random min="60" max="100"/></gold> <!-- Stats --> <str><random min="146" max="175"/></str> <dex><random min="76" max="95"/></dex> ! <int><random min="81" max="105"/></int> <!-- Skills --> - <wrestling><random min="401" max="800"/></wrestling> - <tactics><random min="501" max="700"/></tactics> - <magicresistance><random min="701" max="850"/></magicresistance> - <magery><random min="701" max="850"/></magery> <evaluatingintel><random min="701" max="850"/></evaluatingintel> <carve>carve_gargoyle</carve> </npc> --- 5,37 ---- <npc id="gargoyle"> <name>a gargoyle</name> ! <id>0x4</id> <inherit id="monster_base"/> ! <karma>-3500</karma> ! <fame>3500</fame> <gold><random min="60" max="100"/></gold> <!-- Stats --> <str><random min="146" max="175"/></str> <dex><random min="76" max="95"/></dex> ! <int><random min="701" max="850"/></int> <!-- Skills --> <evaluatingintel><random min="701" max="850"/></evaluatingintel> + <magery><random min="701" max="850"/></magery> + <magicresistance><random min="701" max="850"/></magicresistance> + <tactics><random min="501" max="700"/></tactics> + <wrestling><random min="401" max="800"/></wrestling> + <!-- Damage --> + <lodamage>7</lodamage> + <hidamage>14</hidamage> + <!-- Resists --> + <defense><random min="30" max="35"/></defense> + <physicalresist><random min="30" max="35"/></physicalresist> + <fireresist><random min="25" max="35"/></fireresist> + <coldresist><random min="5" max="10"/></coldresist> + <poisonresist><random min="15" max="25"/></poisonresist> + <energyresist>0</energyresist> + <!-- Misc. --> + <desc>These strange creatures are believed by many to be daemonic in nature,but in truth this is a slander. They are an Intelligent and civilizedrace. They have no love for humanity (nor is their mistrustunjustified) but they are honorable in their own, alien way. Theirways are mysterious, and it may be that they are too different from usto ever live in peace with humanity. If that proves to be so, somewould call it a great tragedy.</desc> <carve>carve_gargoyle</carve> + <category>Monsters\Daemonic\Gargoyle</category> </npc> Index: gargoyle_destroyer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/gargoyle_destroyer.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gargoyle_destroyer.xml 27 Dec 2003 20:44:03 -0000 1.1 --- gargoyle_destroyer.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,29 **** <npc id="gargoyle_destroyer"> <name>a gargoyle destroyer</name> ! <id>0x48</id> ! <category>Monsters\Deamons\Gargoyle Destroyer</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="40" max="60" /></defense> ! <lodamage>31</lodamage> ! <hidamage>64</hidamage> <!-- Stats --> ! <str><random min="760" max="850" /></str> ! <dex><random min="102" max="150" /></dex> ! <int><random min="152" max="200" /></int> <!-- Skills --> ! <wrestling><random min="901" max="1000" /></wrestling> ! <tactics><random min="901" max="1000" /></tactics> ! <magicresistance><random min="1204" max="1600" /></magicresistance> ! <anatomy><random min="505" max="1000" /></anatomy> ! <magery><random min="910" max="1000" /></magery> <evaluatingintel><random min="910" max="1000"/></evaluatingintel> <meditation><random min="910" max="1000"/></meditation> </npc> --- 5,39 ---- <npc id="gargoyle_destroyer"> <name>a gargoyle destroyer</name> ! <id>0x2f3</id> <inherit id="monster_base" /> ! <karma>-10000</karma> ! <fame>10000</fame> <!-- Stats --> ! <str><random min="760" max="850"/></str> ! <dex><random min="102" max="150"/></dex> ! <int><random min="910" max="1000"/></int> <!-- Skills --> ! <anatomy><random min="505" max="1000"/></anatomy> <evaluatingintel><random min="910" max="1000"/></evaluatingintel> + <macefighting><random min="901" max="1000"/></macefighting> + <magery><random min="910" max="1000"/></magery> <meditation><random min="910" max="1000"/></meditation> + <magicresistance><random min="1204" max="1600"/></magicresistance> + <swordsmanship><random min="901" max="1000"/></swordsmanship> + <tactics><random min="901" max="1000"/></tactics> + <wrestling><random min="901" max="1000"/></wrestling> + <fencing><random min="901" max="1000"/></fencing> + <!-- Damage --> + <lodamage>7</lodamage> + <hidamage>14</hidamage> + <!-- Resists --> + <defense><random min="40" max="60" /></defense> + <physicalresist><random min="40" max="60"/></physicalresist> + <fireresist><random min="60" max="70"/></fireresist> + <coldresist><random min="15" max="25"/></coldresist> + <poisonresist><random min="15" max="25"/></poisonresist> + <energyresist><random min="15" max="25"/></energyresist> + <!-- Misc. --> + <category>Monsters\Daemonic\Gargoyle Destroyer</category> </npc> Index: gargoyle_enforcer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/gargoyle_enforcer.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gargoyle_enforcer.xml 27 Dec 2003 20:44:03 -0000 1.1 --- gargoyle_enforcer.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,29 **** <npc id="gargoyle_enforcer"> <name>a gargoyle enforcer</name> ! <id>0x47</id> ! <category>Monsters\Deamons\Gargoyle Enforcer</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="40" max="60" /></defense> ! <lodamage>19</lodamage> ! <hidamage>36</hidamage> <!-- Stats --> ! <str><random min="260" max="350" /></str> ! <dex><random min="76" max="95" /></dex> ! <int><random min="101" max="125" /></int> <!-- Skills --> ! <wrestling><random min="801" max="900" /></wrestling> ! <tactics><random min="701" max="800" /></tactics> ! <magicresistance><random min="1201" max="1300" /></magicresistance> ! <anatomy><random min="701" max="800" /></anatomy> ! <magery><random min="801" max="900" /></magery> ! <evaluatingintel><random min="703" max="1000" /></evaluatingintel> ! <meditation><random min="703" max="1000" /></meditation> </npc> --- 5,40 ---- <npc id="gargoyle_enforcer"> <name>a gargoyle enforcer</name> ! <id>0x2f2</id> <inherit id="monster_base" /> ! <karma>-5000</karma> ! <fame>5000</fame> <!-- Stats --> ! <str><random min="260" max="350"/></str> ! <dex><random min="76" max="95"/></dex> ! <int><random min="703" max="1000"/></int> <!-- Skills --> ! <anatomy><random min="701" max="800"/></anatomy> ! <evaluatingintel><random min="703" max="1000"/></evaluatingintel> ! <magery><random min="801" max="900"/></magery> ! <meditation><random min="703" max="1000"/></meditation> ! <magicresistance><random min="1201" max="1300"/></magicresistance> ! <swordsmanship><random min="801" max="900"/></swordsmanship> ! <tactics><random min="701" max="800"/></tactics> ! <wrestling><random min="801" max="900"/></wrestling> ! <!-- Damage --> ! <lodamage>7</lodamage> ! <hidamage>13</hidamage> ! <physicaldamage>50</physicaldamage> ! <firedamage>25</firedamage> ! <energydamage>25</energydamage> ! <!-- Resists --> ! <defense><random min="40" max="60" /></defense> ! <physicalresist><random min="40" max="60"/></physicalresist> ! <fireresist><random min="50" max="60"/></fireresist> ! <coldresist><random min="20" max="30"/></coldresist> ! <poisonresist><random min="25" max="35"/></poisonresist> ! <energyresist><random min="15" max="25"/></energyresist> ! <!-- Misc. --> ! <category>Monsters\Daemonic\Gargoyle Enforcer</category> </npc> Index: harpy.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/harpy.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** harpy.xml 27 Dec 2003 20:44:03 -0000 1.1 --- harpy.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 21,25 **** <tactics><random min="701" max="1000"/></tactics> <magicresistance><random min="501" max="650"/></magicresistance> ! <!-- Priv --> </npc> --- 21,27 ---- <tactics><random min="701" max="1000"/></tactics> <magicresistance><random min="501" max="650"/></magicresistance> ! <!-- Misc. --> ! <desc>These foul beasts have the head of a woman and the body of a bird.Despite their human features, it is not believed they are intelligent.They attack in small flocks from the air, wheeling above their preyand rending them with claws and beaks. They love gold like a raven ormagpie loves all shiny things. There are those who seek to fletchtheir arrows with the harpy's feather, thinking it will convey virtueon the shafts, but those who have made a study of such things assurethat this is merely a false and extremely dangerous conceit.</desc> ! <category>Monsters\Daemonic\Harpy</category> </npc> Index: hell_cat.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/hell_cat.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hell_cat.xml 27 Dec 2003 20:44:03 -0000 1.1 --- hell_cat.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 6,16 **** <name>a hell cat</name> <id>0xc9</id> ! <category>Monsters\Deamons\Hell Cat (Small)</category> <inherit id="monster_base"/> ! <karma><random min="-0" max="-624"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="25" max="35"/></defense> ! <lodamage>9</lodamage> ! <hidamage>18</hidamage> <!-- Stats --> <str><random min="51" max="100"/></str> --- 6,13 ---- <name>a hell cat</name> <id>0xc9</id> ! <inherit id="monster_base"/> ! <karma>-1000</karma> ! <fame>1000</fame> <!-- Stats --> <str><random min="51" max="100"/></str> *************** *** 18,27 **** <int><random min="13" max="85"/></int> <!-- Skills --> - <wrestling><random min="301" max="400"/></wrestling> - <tactics><random min="401" max="550"/></tactics> <magicresistance><random min="451" max="600"/></magicresistance> ! <carve>carve_hellcat</carve> <totame>711</totame> ! <food>1</food> </npc> --- 15,38 ---- <int><random min="13" max="85"/></int> <!-- Skills --> <magicresistance><random min="451" max="600"/></magicresistance> ! <tactics><random min="401" max="550"/></tactics> ! <wrestling><random min="301" max="400"/></wrestling> <totame>711</totame> ! <!-- Damage --> ! <lodamage>6</lodamage> ! <hidamage>12</hidamage> ! <physicaldamage>40</physicaldamage> ! <firedamage>60</firedamage> ! <!-- Resists --> ! <defense><random min="25" max="35"/></defense> ! <physicalresist><random min="25" max="35"/></physicalresist> ! <fireresist><random min="80" max="90"/></fireresist> ! <coldresist>0</coldresist> ! <poisonresist>0</poisonresist> ! <energyresist><random min="15" max="20"/></energyresist> ! <!-- Misc. --> ! <desc>These cats hail from another plane. Why they were brought to ours is amystery. The hellcat does not make a good pet, as they are likely toimmolate at inopportune times. Balls of yarn are nothing more than awaiting fuse.</desc> ! <carve>carve_hellcat</carve> ! <category>Monsters\Daemonic\Hell Cat (Small)</category> </npc> Index: hell_cat_preditor.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/hell_cat_preditor.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hell_cat_preditor.xml 27 Dec 2003 20:44:03 -0000 1.1 --- hell_cat_preditor.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,10 **** <npc id="large_hellcat"> <name>a hell cat</name> ! <id>0x7f</id> ! <category>Monsters\Deamons\Hell Cat (Large)</category> <skin>0</skin> <inherit id="monster_base" /> --- 5,10 ---- <npc id="large_hellcat"> <name>a hell cat</name> ! <id>0x342</id> ! <category>Monsters\Daemonic\Hell Cat (Large)</category> <skin>0</skin> <inherit id="monster_base" /> Index: hell_hound.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/hell_hound.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hell_hound.xml 27 Dec 2003 20:44:03 -0000 1.1 --- hell_hound.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,16 **** <npc id="hell_hound"> <name>a hell hound</name> ! <id>0x62</id> ! <category>Monsters\Deamons\Hell Hound</category> <inherit id="monster_base"/> ! <karma><random min="-1250" max="-2499"/></karma> ! <fame><random min="1250" max="2499"/></fame> ! <defense><random min="25" max="35"/></defense> ! <lodamage>21</lodamage> ! <hidamage>31</hidamage> <gold><random min="100" max="130"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="hell_hound"> <name>a hell hound</name> ! <id>0x61</id> <inherit id="monster_base"/> ! <karma>-3400</karma> ! <fame>3400</fame> <gold><random min="100" max="130"/></gold> <!-- Stats --> *************** *** 19,28 **** <int><random min="36" max="60"/></int> <!-- Skills --> - <wrestling><random min="601" max="800"/></wrestling> - <tactics><random min="501" max="700"/></tactics> <magicresistance><random min="576" max="750"/></magicresistance> ! <carve>carve_hell_hound</carve> <totame>855</totame> ! <food>1</food> </npc> --- 15,38 ---- <int><random min="36" max="60"/></int> <!-- Skills --> <magicresistance><random min="576" max="750"/></magicresistance> ! <tactics><random min="501" max="700"/></tactics> ! <wrestling><random min="601" max="800"/></wrestling> <totame>855</totame> ! <!-- Damage --> ! <lodamage>21</lodamage> ! <hidamage>31</hidamage> ! <physicaldamage>20</physicaldamage> ! <firedamage>80</firedamage> ! <!-- Resists --> ! <defense><random min="25" max="35"/></defense> ! <physicalresist><random min="25" max="35"/></physicalresist> ! <fireresist><random min="30" max="40"/></fireresist> ! <coldresist>0</coldresist> ! <poisonresist><random min="10" max="20"/></poisonresist> ! <energyresist><random min="10" max="20"/></energyresist> ! <!-- Misc. --> ! <desc>Whatsoever raiment a daemon adorns, doubt not that their power remainsbeneath the garb. Truer words could not be spoken of the hounds fromhell. Vicious and hungry, these hounds are pack animals whose soledesire is to relieve wanderers of their mortal coil.</desc> ! <carve>carve_hell_hound</carve> ! <category>Monsters\Daemonic\Hell Hound</category> </npc> Index: horde_minion.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/horde_minion.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** horde_minion.xml 27 Dec 2003 20:44:03 -0000 1.1 --- horde_minion.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 6,25 **** <name>a horde minion</name> <id>0x308</id> - <category>Monsters\Deamons\Horde Minion</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="15" max="20" /></defense> ! <lodamage>6</lodamage> ! <hidamage>11</hidamage> <!-- Stats --> ! <str><random min="16" max="40" /></str> ! <dex><random min="31" max="60" /></dex> ! <int><random min="11" max="25" /></int> <!-- Skills --> - <wrestling><random min="251" max="400" /></wrestling> - <tactics><random min="1" max="150" /></tactics> <magicresistance>100</magicresistance> </npc> --- 6,33 ---- <name>a horde minion</name> <id>0x308</id> <inherit id="monster_base" /> ! <karma>-500</karma> ! <fame>500</fame> <!-- Stats --> ! <str><random min="16" max="40"/></str> ! <dex><random min="31" max="60"/></dex> ! <int><random min="11" max="25"/></int> <!-- Skills --> <magicresistance>100</magicresistance> + <tactics><random min="01" max="150"/></tactics> + <wrestling><random min="251" max="400"/></wrestling> + <!-- Damage --> + <lodamage>5</lodamage> + <hidamage>10</hidamage> + <!-- Resists --> + <defense><random min="15" max="20" /></defense> + <physicalresist><random min="15" max="20"/></physicalresist> + <fireresist><random min="5" max="10"/></fireresist> + <coldresist>0</coldresist> + <poisonresist>0</poisonresist> + <energyresist>0</energyresist> + <!-- Misc. --> + <desc>These creatures are only two to three feet tall with extremely largeheads. The lower jaw of the creature is enormous, nearly half the sizeof the entire head, with a small, piggish nose that perches betweentwo bulbous, yellow eyes. Short, sturdy arms and legs sprout from theshaggy torso, but convey surprising speed as it scuttles about.Cowardly as individuals, the Horde Demon will always prefer to runthan to fight. However, in numbers, they gain courage and thrive onthe confusion their appearance creates.</desc> + <category>Monsters\Daemonic\Horde Minion</category> </npc> Index: ice_fiend.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/ice_fiend.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ice_fiend.xml 27 Dec 2003 20:44:03 -0000 1.1 --- ice_fiend.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,17 **** <npc id="ice_fiend"> <name>an ice fiend</name> ! <id>0xa</id> ! <category>Monsters\Deamons\Ice Fiend</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-10000" max="-15000" /></karma> ! <fame><random min="10000" max="15000" /></fame> ! <defense><random min="55" max="65" /></defense> ! <lodamage>24</lodamage> ! <hidamage>50</hidamage> <!-- Stats --> <str><random min="376" max="405" /></str> --- 5,12 ---- <npc id="ice_fiend"> <name>an ice fiend</name> ! <id>0x2b</id> <inherit id="monster_base" /> ! <karma>-18000</karma> ! <fame>18000</fame> <!-- Stats --> <str><random min="376" max="405" /></str> *************** *** 19,27 **** <int><random min="201" max="225" /></int> <!-- Skills --> ! <wrestling><random min="801" max="1000" /></wrestling> ! <tactics><random min="801" max="900" /></tactics> ! <magicresistance><random min="751" max="850" /></magicresistance> ! <magery><random min="801" max="900" /></magery> ! <evaluatingintel><random min="801" max="900" /></evaluatingintel> </npc> --- 14,37 ---- <int><random min="201" max="225" /></int> <!-- Skills --> ! <evaluatingintel><random min="801" max="900"/></evaluatingintel> ! <magery><random min="801" max="900"/></magery> ! <magicresistance><random min="751" max="850"/></magicresistance> ! <tactics><random min="801" max="900"/></tactics> ! <wrestling><random min="801" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>8</lodamage> ! <hidamage>19</hidamage> ! <physicaldamage>20</physicaldamage> ! <colddamage>80</colddamage> ! <!-- Resists --> ! <defense><random min="55" max="65" /></defense> ! <coldresist><random min="60" max="70"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="10" max="20"/></fireresist> ! <physicalresist><random min="55" max="65"/></physicalresist> ! <poisonresist><random min="20" max="30"/></poisonresist> ! <!-- Misc. --> ! <desc>Some say hell is a sulfurous inferno, and others hold it is a barrenwasteland of ice under an ever-biting blizzard. The Ice Fiend is a good support for the latter. No hatred, anger, madness, joy, love, oremotion of any kind shows on their faces. The Ice Fiend wields thewhip of frost in battle with only a grim look of lost hope on theirface.</desc> ! <category>Monsters\Daemonic\Ice Fiend</category> </npc> Index: imp.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/imp.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** imp.xml 27 Dec 2003 20:44:03 -0000 1.1 --- imp.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,21 **** <npc id="imp"> <name>an imp</name> ! <id>0x11</id> ! <category>Monsters\Deamons\Imp</category> <inherit id="monster_base"/> ! <karma><random min="-1250" max="-2499"/></karma> ! <fame><random min="1250" max="2499"/></fame> ! <defense><random min="25" max="35"/></defense> ! <lodamage>15</lodamage> ! <hidamage>24</hidamage> <gold><random min="25" max="50"/></gold> <!-- Stats --> <str><random min="91" max="115"/></str> <dex><random min="61" max="80"/></dex> ! <int><random min="86" max="110"/></int> <!-- Skills --> <wrestling><random min="401" max="440"/></wrestling> --- 5,17 ---- <npc id="imp"> <name>an imp</name> ! <id>0x4a</id> <inherit id="monster_base"/> ! <karma>-2500</karma> ! <fame>2500</fame> <gold><random min="25" max="50"/></gold> <!-- Stats --> <str><random min="91" max="115"/></str> <dex><random min="61" max="80"/></dex> ! <int><random min="901" max="1000"/></int> <!-- Skills --> <wrestling><random min="401" max="440"/></wrestling> *************** *** 24,30 **** <magery><random min="901" max="1000"/></magery> <evaluatingintel><random min="201" max="300"/></evaluatingintel> - <carve>carve_imp</carve> <totame>831</totame> ! <food>1</food> </npc> --- 20,41 ---- <magery><random min="901" max="1000"/></magery> <evaluatingintel><random min="201" max="300"/></evaluatingintel> <totame>831</totame> ! <!-- Damage --> ! <lodamage>10</lodamage> ! <hidamage>14</hidamage> ! <energydamage>20</energydamage> ! <firedamage>30</firedamage> ! <poisondamage>50</poisondamage> ! <!-- Resists --> ! <defense><random min="15" max="25"/></defense> ! <coldresist><random min="35" max="45"/></coldresist> ! <energyresist><random min="35" max="45"/></energyresist> ! <fireresist><random min="35" max="45"/></fireresist> ! <physicalresist><random min="15" max="25"/></physicalresist> ! <poisonresist><random min="45" max="55"/></poisonresist> ! <!-- Misc. --> ! <desc>Whatever Fate granted the Imp wings was clearly not gifted withforesight. The Imp is quite capable of causing enough mischief on theground; being airborne only doubles the threat. Gifted with smallmagic and a temperament for causing trouble, these annoying beastsprey upon all who cross their path. It is rumored that Imps will stealfrom the strange (you) and give to the familiar (themselves). *Wareyour health and holdings should you cross the path of the Imp.</desc> ! <carve>carve_imp</carve> ! <category>Monsters\Daemonic\Imp</category> </npc> Index: mongbat.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/mongbat.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mongbat.xml 27 Dec 2003 20:44:03 -0000 1.1 --- mongbat.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,16 **** <npc id="mongbat"> <name>a mongbat</name> ! <id>0x26</id> ! <category>Monsters\Deamons\Mongbat</category> <inherit id="monster_base"/> ! <karma><random min="-0" max="-624"/></karma> ! <fame><random min="0" max="1249"/></fame> ! <defense><random min="5" max="10"/></defense> ! <lodamage>1</lodamage> ! <hidamage>2</hidamage> <gold><random min="0" max="25"/></gold> <!-- Stats --> --- 5,12 ---- <npc id="mongbat"> <name>a mongbat</name> ! <id>0x27</id> <inherit id="monster_base"/> ! <karma>-150</karma> ! <fame>150</fame> <gold><random min="0" max="25"/></gold> <!-- Stats --> *************** *** 19,28 **** <int><random min="6" max="14"/></int> <!-- Skills --> - <wrestling><random min="51" max="100"/></wrestling> - <tactics><random min="51" max="100"/></tactics> <magicresistance><random min="51" max="140"/></magicresistance> <carve>carve_mong_bat</carve> ! <totame>0</totame> ! <food>1</food> </npc> --- 15,35 ---- <int><random min="6" max="14"/></int> <!-- Skills --> <magicresistance><random min="51" max="140"/></magicresistance> + <tactics><random min="51" max="100"/></tactics> + <wrestling><random min="51" max="100"/></wrestling> + <totame>771</totame> + <!-- Damage --> + <lodamage>1</lodamage> + <hidamage>2</hidamage> + <!-- Resists --> + <coldresist>0</coldresist> + <energyresist>0</energyresist> + <fireresist>0</fireresist> + <physicalresist><random min="5" max="10"/></physicalresist> + <poisonresist>0</poisonresist> + <!-- Misc. --> + <desc>Like the harpies and the headless, the mongbat is a bestial perversionof the human form, being shaped like a bat with a monkey's head.Mongbats are cowardly creatures, of no great threat individually, butthey are masters of the underground ambush, attacking in flocks fromout of the concealing dark.</desc> <carve>carve_mong_bat</carve> ! <category>Monsters\Daemonic\Mongbat</category> </npc> Index: mongbat_strong.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/mongbat_strong.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mongbat_strong.xml 27 Dec 2003 20:44:03 -0000 1.1 --- mongbat_strong.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 6,27 **** <name>a mongbat</name> <id>0x27</id> ! <category>Monsters\Common Monsters\Mongbat (Strong)</category> ! <skin>0</skin> ! <inherit id="monster_base" /> ! <karma><random min="-0" max="-624" /></karma> ! <fame><random min="0" max="1249" /></fame> ! <defense><random min="15" max="25" /></defense> ! <lodamage>7</lodamage> ! <hidamage>10</hidamage> <!-- Stats --> ! <str><random min="56" max="80" /></str> ! <dex><random min="61" max="80" /></dex> ! <int><random min="26" max="50" /></int> <!-- Skills --> ! <wrestling><random min="201" max="350" /></wrestling> ! <tactics><random min="351" max="500" /></tactics> ! <magicresistance><random min="151" max="300" /></magicresistance> ! <totame>711</totame> ! <food>1</food> </npc> --- 6,35 ---- <name>a mongbat</name> <id>0x27</id> ! <inherit id="monster_base"/> ! <karma>-300</karma> ! <fame>300</fame> ! <gold><random min="0" max="50"/></gold> <!-- Stats --> ! <str><random min="12" max="20"/></str> ! <dex><random min="52" max="76"/></dex> ! <int><random min="12" max="28"/></int> <!-- Skills --> ! <magicresistance><random min="102" max="280"/></magicresistance> ! <tactics><random min="102" max="200"/></tactics> ! <wrestling><random min="102" max="200"/></wrestling> ! <totame>771</totame> ! <!-- Damage --> ! <lodamage>2</lodamage> ! <hidamage>4</hidamage> ! <!-- Resists --> ! <coldresist>0</coldresist> ! <energyresist>0</energyresist> ! <fireresist>0</fireresist> ! <physicalresist><random min="10" max="20"/></physicalresist> ! <poisonresist>0</poisonresist> ! <!-- Misc. --> ! <desc>Like the harpies and the headless, the mongbat is a bestial perversionof the human form, being shaped like a bat with a monkey's head.Mongbats are cowardly creatures, of no great threat individually, butthey are masters of the underground ambush, attacking in flocks fromout of the concealing dark.</desc> ! <carve>carve_mong_bat</carve> ! <category>Monsters\Daemonic\Mongbat</category> </npc> Index: stone_gargoyle.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/stone_gargoyle.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stone_gargoyle.xml 27 Dec 2003 20:44:03 -0000 1.1 --- stone_gargoyle.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,25 **** <npc id="stone_gargoyle"> <name>a stone gargoyle</name> ! <id>0x45</id> ! <category>Monsters\Deamons\Stone Gargoyle</category> ! <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>25</lodamage> ! <hidamage>40</hidamage> <!-- Stats --> ! <str><random min="246" max="275" /></str> ! <dex><random min="76" max="95" /></dex> ! <int><random min="81" max="105" /></int> <!-- Skills --> ! <wrestling><random min="601" max="1000" /></wrestling> ! <tactics><random min="801" max="1000" /></tactics> ! <magicresistance><random min="851" max="1000" /></magicresistance> </npc> --- 5,32 ---- <npc id="stone_gargoyle"> <name>a stone gargoyle</name> ! <id>0x43</id> <inherit id="monster_base" /> ! <karma>-4000</karma> ! <fame>4000</fame> <!-- Stats --> ! <str><random min="246" max="275"/></str> ! <dex><random min="76" max="95"/></dex> ! <int><random min="81" max="105"/></int> <!-- Skills --> ! <magicresistance><random min="851" max="1000"/></magicresistance> ! <tactics><random min="801" max="1000"/></tactics> ! <wrestling><random min="601" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>11</lodamage> ! <hidamage>17</hidamage> ! <!-- Resists --> ! <defense><random min="45" max="55" /></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <category>Monsters\Daemonic\Stone Gargoyle</category> </npc> Index: stone_harpy.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/stone_harpy.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stone_harpy.xml 27 Dec 2003 20:44:03 -0000 1.1 --- stone_harpy.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 6,25 **** <name>a stone harpy</name> <id>0x49</id> - <category>Monsters\Deamons\Stone Harpy</category> - <skin>0</skin> <inherit id="monster_base" /> ! <karma><random min="-2500" max="-4999" /></karma> ! <fame><random min="2500" max="4999" /></fame> ! <defense><random min="45" max="55" /></defense> ! <lodamage>20</lodamage> ! <hidamage>40</hidamage> <!-- Stats --> ! <str><random min="296" max="320" /></str> ! <dex><random min="86" max="110" /></dex> ! <int><random min="51" max="75" /></int> <!-- Skills --> ! <wrestling><random min="701" max="1000" /></wrestling> ! <tactics><random min="701" max="1000" /></tactics> ! <magicresistance><random min="501" max="650" /></magicresistance> </npc> --- 6,35 ---- <name>a stone harpy</name> <id>0x49</id> <inherit id="monster_base" /> ! <karma>-4500</karma> ! <fame>4500</fame> <!-- Stats --> ! <str><random min="296" max="320"/></str> ! <dex><random min="86" max="110"/></dex> ! <int><random min="51" max="75"/></int> <!-- Skills --> ! <magicresistance><random min="501" max="650"/></magicresistance> ! <tactics><random min="701" max="1000"/></tactics> ! <wrestling><random min="701" max="1000"/></wrestling> ! <!-- Damage --> ! <lodamage>8</lodamage> ! <hidamage>16</hidamage> ! <physicaldamage>75</physicaldamage> ! <poisondamage>25</poisondamage> ! <!-- Resists --> ! <defense><random min="45" max="55" /></defense> ! <coldresist><random min="10" max="20"/></coldresist> ! <energyresist><random min="30" max="40"/></energyresist> ! <fireresist><random min="20" max="30"/></fireresist> ! <physicalresist><random min="45" max="55"/></physicalresist> ! <poisonresist><random min="30" max="40"/></poisonresist> ! <!-- Misc. --> ! <desc>Stone Harpy is a misnomer. Harpies living in excess of a century willdevelop a very tough outer layer of skin. Almost chitinous, this skinacts as a primary defense of the older harpies. Though movement isdecreased, their armor and hardened talons make them more dangerous. The feathers covering a stone harpy, are hard as steel and areexcellent for fletching.</desc> ! <category>Monsters\Daemonic\Stone Harpy</category> </npc> Index: succubus.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/succubus.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** succubus.xml 27 Dec 2003 20:44:03 -0000 1.1 --- succubus.xml 2 Jan 2004 03:53:32 -0000 1.2 *************** *** 5,10 **** <npc id="succubus"> <name>a succubus</name> ! <id>0x18</id> ! <category>Monsters\Deamons\Succubus</category> <skin>0</skin> <inherit id="monster_base" /> --- 5,10 ---- <npc id="succubus"> <name>a succubus</name> ! <id>0x95</id> ! <category>Monsters\Daemonic\Succubus</category> <skin>0</skin> <inherit id="monster_base" /> |
|
From: <dr...@us...> - 2003-12-30 10:57:18
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common In directory sc8-pr-cvs1:/tmp/cvs-serv9358 Modified Files: elder_gazer.xml Log Message: naddel in irc pointed this out, I'm still going to update all the npcs as soon as I find a full list though. Index: elder_gazer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/elder_gazer.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** elder_gazer.xml 27 Dec 2003 20:44:03 -0000 1.1 --- elder_gazer.xml 30 Dec 2003 10:57:15 -0000 1.2 *************** *** 11,15 **** <karma><random min="10000" max="15000" /></karma> <fame><random min="10000" max="15000" /></fame> ! <defense><random min="45" max="55" /</defense> <lodamage>23</lodamage> <hidamage>59</hidamage> --- 11,15 ---- <karma><random min="10000" max="15000" /></karma> <fame><random min="10000" max="15000" /></fame> ! <defense><random min="45" max="55" /></defense> <lodamage>23</lodamage> <hidamage>59</hidamage> |
|
From: <co...@us...> - 2003-12-29 13:33:15
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv19964 Modified Files: tooltip.py Log Message: Bonuses tooltips Index: tooltip.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/tooltip.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tooltip.py 29 Dec 2003 13:21:31 -0000 1.11 --- tooltip.py 29 Dec 2003 13:33:12 -0000 1.12 *************** *** 101,104 **** --- 101,111 ---- "blessed" : [1038021,0], "req_str" : [1061170,1], + "aos_req_str" : [1061170,1], + "boni_dex" : [1060409,1], + "aos_boni_dex" : [1060409,1], + "boni_int" : [1060432,1], + "aos_boni_int" : [1060432,1], + "boni_str" : [1060485,1], + "aos_boni_str" : [1060485,1], "res_physical" : [1060448,1], "res_fire" : [1060447,1], *************** *** 110,114 **** "dmg_cold" : [1060404,1], "dmg_poison" : [1060406,1], ! "dmg_energy" : [1060407,1] } --- 117,121 ---- "dmg_cold" : [1060404,1], "dmg_poison" : [1060406,1], ! "dmg_energy" : [1060407,1], } |
|
From: <co...@us...> - 2003-12-29 13:21:34
|
Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv17993/scripts
Modified Files:
tooltip.py
Log Message:
Aos modifiers tooltips
Index: tooltip.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/tooltip.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tooltip.py 27 Sep 2003 13:33:44 -0000 1.10
--- tooltip.py 29 Dec 2003 13:21:31 -0000 1.11
***************
*** 13,17 ****
# Register as a global script
def onLoad():
! wolfpack.registerglobal( EVENT_SHOWTOOLTIP, "tooltip" )
def onShowTooltip( sender, target, tooltip ):
--- 13,17 ----
# Register as a global script
def onLoad():
! wolfpack.registerglobal( EVENT_SHOWTOOLTIP, "tooltip" )
def onShowTooltip( sender, target, tooltip ):
***************
*** 33,43 ****
else:
- # if target.name == '' or target.name == '#':
- #params = str( target.amount ) + "\t" + '#' + str( 0xF9060 + target.id )
- #print params
- #tooltip.add( 1050039, params )
- #else:
- #tooltip.add( 1050039, str( target.amount ) + "\t" + target.getname() ) #$amount $name
-
if target.name == '#' or target.name == '':
if target.amount > 1:
--- 33,36 ----
***************
*** 52,57 ****
tooltip.add( 1050045, " \t" + name + "\t " )
! if target.hastag( "blessed" ):
! tooltip.add( 1038021, "" ) # Blessed
if isspellbook( target ):
--- 45,49 ----
tooltip.add( 1050045, " \t" + name + "\t " )
! modifiers( target, tooltip )
if isspellbook( target ):
***************
*** 66,130 ****
def armor( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " ) #prefix name suffix
! if (target.hastag( "blessed")):
! tooltip.add( 1038021, "" ) # Blessed
! tooltip.add( 1060448, "3" ) #Physical Resist
! tooltip.add( 1060447, "1" ) #Fire Resist
! tooltip.add( 1060445, "1" ) #Cold Resist
! tooltip.add( 1060449, "5" ) #Poison Resist
! tooltip.add( 1060446, "3" ) #Energy Resist
! if target.hastag( 'req_str' ):
! tooltip.add( 1061170, str( target.gettag( 'req_str' ) ) ) #Strength Requirement
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth ) ) #Durability
def container( target, tooltip ):
! tooltip.add( 1050045, "Bag" )
! tooltip.add( 1050044, "1000\t10000" ) #$count items, $weight stones
def shield( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " )
! if (target.hastag( "blessed")):
! tooltip.add( 1038021, "" ) # Blessed
! tooltip.add( 1060448, "1" ) #Physical resist
! if target.hastag( 'req_str' ):
! tooltip.add( 1061170, str( target.gettag( 'req_str' ) ) ) #Strength Requirement
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth ) ) #Durability
def hat( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " )
! if (target.hastag( "blessed" )):
! tooltip.add( 1038021, "" ) # Blessed
! tooltip.add( 1060447, "5" ) #Fire Resist
! tooltip.add( 1060445, "9" ) #Cold Resist
! tooltip.add( 1060449, "5" ) #Poison Resist
! tooltip.add( 1060446, "3" ) #Energy Resist
! if target.hastag( 'req_str' ):
! tooltip.add( 1061170, str( target.gettag( 'req_str' ) ) ) #Strength Requirement
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth) ) #Durability
def weapon( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " )
! if (target.hastag( "blessed" )):
! tooltip.add( 1038021, "" ) # Blessed
! tooltip.add( 1060403, "100" ) # Physical Damage
! tooltip.add( 1061168, str( target.lodamage ) + " \t" + str(target.hidamage))# Weapon Damage
! tooltip.add( 1061167, str( target.speed ))
! if target.hastag( 'req_str' ):
! tooltip.add( 1061170, str( target.gettag( 'req_str' ) ) ) #Strength Requirement
! if ( target.twohanded ):
! tooltip.add( 1061171, "" ) # two-handed
! else:
! tooltip.add( 1061824, "" ) # One-handed
! if ( target.type ) == 1001 or ( target.type ) == 1002:
! tooltip.add( 1061172, "" ) # Weapon Skill: Swordsmanship
! if ( target.type ) == 1003 or ( target.type ) == 1004:
! tooltip.add( 1061173, "" ) # Weapon Skill: Mace Fighting
! if ( target.type ) == 1005:
! tooltip.add( 1061174, "" ) #Weapon Skill: Fencing
! if ( target.type ) == 1006 or ( target.type ) == 1007:
! tooltip.add( 1061175, "" ) # Weapon Skill: Archery
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth ))
--- 58,123 ----
def armor( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " ) #prefix name suffix
! modifiers( target, tooltip )
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth ) ) #Durability
def container( target, tooltip ):
! tooltip.add( 1050045, "Bag" )
! tooltip.add( 1050044, "1000\t10000" ) #$count items, $weight stones
def shield( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " )
! modifiers( target, tooltip )
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth ) ) #Durability
def hat( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " )
! modifiers( target, tooltip )
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth) ) #Durability
def weapon( target, tooltip ):
! name = target.getname()
! tooltip.add( 1050045, " \t" + name + "\t " )
! modifiers( target, tooltip )
! if ( target.twohanded ):
! tooltip.add( 1061171, "" ) # two-handed
! else:
! tooltip.add( 1061824, "" ) # One-handed
! if ( target.type ) == 1001 or ( target.type ) == 1002:
! tooltip.add( 1061172, "" ) # Weapon Skill: Swordsmanship
! if ( target.type ) == 1003 or ( target.type ) == 1004:
! tooltip.add( 1061173, "" ) # Weapon Skill: Mace Fighting
! if ( target.type ) == 1005:
! tooltip.add( 1061174, "" ) #Weapon Skill: Fencing
! if ( target.type ) == 1006 or ( target.type ) == 1007:
! tooltip.add( 1061175, "" ) # Weapon Skill: Archery
! tooltip.add( 1060639, str( target.health ) + "\t" + str( target.maxhealth ))
!
! def modifiers( target, tooltip ):
! modifiers = {
! "blessed" : [1038021,0],
! "req_str" : [1061170,1],
! "res_physical" : [1060448,1],
! "res_fire" : [1060447,1],
! "res_cold" : [1060445,1],
! "res_poison" : [1060449,1],
! "res_energy" : [1060446,1],
! "dmg_physical" : [1060403,1],
! "dmg_fire" : [1060405,1],
! "dmg_cold" : [1060404,1],
! "dmg_poison" : [1060406,1],
! "dmg_energy" : [1060407,1]
! }
!
! for tagname in modifiers.keys():
! if target.hastag( tagname ):
! params = ""
! if modifiers[ tagname ][1]:
! params = str( target.gettag( tagname ) )
! tooltip.add( modifiers[ tagname ][0], params )
!
!
!
|
|
From: <dr...@us...> - 2003-12-29 12:34:34
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/colored In directory sc8-pr-cvs1:/tmp/cvs-serv10498 Modified Files: color_defines.xml Log Message: Colored ore tags. Can be changed if needed... Just wanted to get the stuff in there at least. Index: color_defines.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/colored/color_defines.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** color_defines.xml 29 Dec 2003 11:06:59 -0000 1.1 --- color_defines.xml 29 Dec 2003 12:34:30 -0000 1.2 *************** *** 19,22 **** --- 19,36 ---- <defense>+6</defense> <value>1.1</value> + <tag name="armor_physical" value="6" type="int" /> + <tag name="armor_fire" value="0" type="int" /> + <tag name="armor_cold" value="0" type="int" /> + <tag name="armor_poison" value="0" type="int" /> + <tag name="armor_energy" value="0" type="int" /> + <tag name="weapon_physical" value="0" type="int" /> + <tag name="weapon_fire" value="0" type="int" /> + <tag name="weapon_cold" value="0" type="int" /> + <tag name="weapon_poison" value="0" type="int" /> + <tag name="weapon_energy" value="0" type="int" /> + <tag name="armor_durability" value="50" type="int" /> + <tag name="weapon_durability" value="100" type="int" /> + <tag name="armor_reqs" value="20" type="int" /> + <tag name="weapon_reqs" value="50" type="int" /> </define> *************** *** 26,29 **** --- 40,55 ---- <defense>+2</defense> <!-- this means 110 percent of original defense --> <value>1.2</value> + <tag name="armor_physical" value="2" type="int" /> + <tag name="armor_fire" value="1" type="int" /> + <tag name="armor_cold" value="0" type="int" /> + <tag name="armor_poison" value="0" type="int" /> + <tag name="armor_energy" value="5" type="int" /> + <tag name="weapon_physical" value="-20" type="int" /> + <tag name="weapon_fire" value="0" type="int" /> + <tag name="weapon_cold" value="20" type="int" /> + <tag name="weapon_poison" value="0" type="int" /> + <tag name="weapon_energy" value="0" type="int" /> + <tag name="armor_durability" value="100" type="int" /> + <tag name="weapon_durability" value="50" type="int" /> </define> *************** *** 33,36 **** --- 59,72 ---- <defense>+1</defense> <value>1.3</value> + <tag name="armor_physical" value="1" type="int" /> + <tag name="armor_fire" value="1" type="int" /> + <tag name="armor_cold" value="0" type="int" /> + <tag name="armor_poison" value="5" type="int" /> + <tag name="armor_energy" value="2" type="int" /> + <tag name="weapon_physical" value="-30" type="int" /> + <tag name="weapon_fire" value="0" type="int" /> + <tag name="weapon_cold" value="0" type="int" /> + <tag name="weapon_poison" value="10" type="int" /> + <tag name="weapon_energy" value="20" type="int" /> </define> *************** *** 40,43 **** --- 76,89 ---- <defense>+3</defense> <value>1.4</value> + <tag name="armor_physical" value="3" type="int" /> + <tag name="armor_fire" value="0" type="int" /> + <tag name="armor_cold" value="5" type="int" /> + <tag name="armor_poison" value="1" type="int" /> + <tag name="armor_energy" value="1" type="int" /> + <tag name="weapon_physical" value="-40" type="int" /> + <tag name="weapon_fire" value="40" type="int" /> + <tag name="weapon_cold" value="0" type="int" /> + <tag name="weapon_poison" value="0" type="int" /> + <tag name="weapon_energy" value="0" type="int" /> </define> *************** *** 47,50 **** --- 93,109 ---- <defense>+1</defense> <value>1.5</value> + <tag name="armor_physical" value="1" type="int" /> + <tag name="armor_fire" value="1" type="int" /> + <tag name="armor_cold" value="2" type="int" /> + <tag name="armor_poison" value="0" type="int" /> + <tag name="armor_energy" value="2" type="int" /> + <tag name="weapon_physical" value="0" type="int" /> + <tag name="weapon_fire" value="0" type="int" /> + <tag name="weapon_cold" value="0" type="int" /> + <tag name="weapon_poison" value="0" type="int" /> + <tag name="weapon_energy" value="0" type="int" /> + <tag name="luck" value="40" type="int" /> + <tag name="armor_reqs" value="30" type="int" /> + <tag name="weapon_reqs" value="50" type="int" /> </define> *************** *** 54,57 **** --- 113,126 ---- <defense>+2</defense> <value>1.6</value> + <tag name="armor_physical" value="2" type="int" /> + <tag name="armor_fire" value="3" type="int" /> + <tag name="armor_cold" value="2" type="int" /> + <tag name="armor_poison" value="2" type="int" /> + <tag name="armor_energy" value="2" type="int" /> + <tag name="weapon_physical" value="-50" type="int" /> + <tag name="weapon_fire" value="0" type="int" /> + <tag name="weapon_cold" value="30" type="int" /> + <tag name="weapon_poison" value="0" type="int" /> + <tag name="weapon_energy" value="20" type="int" /> </define> *************** *** 61,64 **** --- 130,143 ---- <defense>+3</defense> <value>1.7</value> + <tag name="armor_physical" value="3" type="int" /> + <tag name="armor_fire" value="3" type="int" /> + <tag name="armor_cold" value="2" type="int" /> + <tag name="armor_poison" value="3" type="int" /> + <tag name="armor_energy" value="1" type="int" /> + <tag name="weapon_physical" value="-60" type="int" /> + <tag name="weapon_fire" value="0" type="int" /> + <tag name="weapon_cold" value="0" type="int" /> + <tag name="weapon_poison" value="40" type="int" /> + <tag name="weapon_energy" value="20" type="int" /> </define> *************** *** 68,71 **** --- 147,162 ---- <defense>+4</defense> <value>1.8</value> + <tag name="armor_physical" value="4" type="int" /> + <tag name="armor_fire" value="0" type="int" /> + <tag name="armor_cold" value="3" type="int" /> + <tag name="armor_poison" value="3" type="int" /> + <tag name="armor_energy" value="3" type="int" /> + <tag name="weapon_physical" value="-60" type="int" /> + <tag name="weapon_fire" value="10" type="int" /> + <tag name="weapon_cold" value="20" type="int" /> + <tag name="weapon_poison" value="10" type="int" /> + <tag name="weapon_energy" value="20" type="int" /> + <tag name="armor_durability" value="50" type="int" /> + <tag name="weapon_durability" value="0" type="int" /> </define> *************** *** 75,78 **** --- 166,181 ---- <defense>+5</defense> <value>1.6</value> + <tag name="armor_physical" value="3" type="int" /> + <tag name="armor_fire" value="3" type="int" /> + <tag name="armor_cold" value="3" type="int" /> + <tag name="armor_poison" value="3" type="int" /> + <tag name="armor_energy" value="3" type="int" /> + <tag name="weapon_physical" value="-80" type="int" /> + <tag name="weapon_fire" value="20" type="int" /> + <tag name="weapon_cold" value="20" type="int" /> + <tag name="weapon_poison" value="20" type="int" /> + <tag name="weapon_energy" value="20" type="int" /> + <tag name="armor_durability" value="50" type="int" /> + <tag name="weapon_durability" value="50" type="int" /> </define> |
|
From: <dr...@us...> - 2003-12-29 12:09:18
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields In directory sc8-pr-cvs1:/tmp/cvs-serv6894/shields Modified Files: bronze_shield.xml buckler.xml chaos_shield.xml heater_shield.xml metal_kite_shield.xml metal_shield.xml order_shield.xml wooden_kite_shield.xml wooden_shield.xml Log Message: Age of Shadows Tags added. Weapons next.. :D Index: bronze_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/bronze_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bronze_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- bronze_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 0 - Cold: 1 - Poison: 0 - Energy: 0 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="25" max="30" /></durability> <tag name="req_str" value="35" type="int" /> + <tag name="aos_req_str" value="35" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="1" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="0" type="int" /> <restock>10</restock> <smelt>4</smelt> Index: buckler.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/buckler.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** buckler.xml 28 Dec 2003 20:23:47 -0000 1.2 --- buckler.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 0 - Cold: 0 - Poison: 1 - Energy: 0 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="40" max="50" /></durability> <tag name="req_str" value="20" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="1" type="int" /> + <tag name="res_poison" value="1" type="int" /> + <tag name="res_energy" value="0" type="int" /> <restock>10</restock> <smelt>8</smelt> Index: chaos_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/chaos_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** chaos_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- chaos_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 1 - Fire: 0 - Cold: 0 - Poison: 0 - Energy: 0 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="100" max="125" /></durability> <tag name="req_str" value="95" type="int" /> + <tag name="aos_req_str" value="95" type="int" /> + <tag name="res_physical" value="1" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="0" type="int" /> <restock>0</restock> <weight>5</weight> Index: heater_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/heater_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** heater_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- heater_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 1 - Cold: 0 - Poison: 0 - Energy: 0 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="50" max="65" /></durability> <tag name="req_str" value="90" type="int" /> + <tag name="aos_req_str" value="90" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="1" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="0" type="int" /> <restock>10</restock> <smelt>14</smelt> Index: metal_kite_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/metal_kite_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** metal_kite_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- metal_kite_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 0 - Cold: 0 - Poison: 0 - Energy: 1 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="45" max="60" /></durability> <tag name="req_str" value="45" type="int" /> + <tag name="aos_req_str" value="45" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="1" type="int" /> <restock>10</restock> <smelt>13</smelt> Index: metal_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/metal_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** metal_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- metal_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 1 - Cold: 0 - Poison: 0 - Energy: 0 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="50" max="65" /></durability> <tag name="req_str" value="45" type="int" /> + <tag name="aos_req_str" value="45" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="1" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="0" type="int" /> <restock>10</restock> <smelt>11</smelt> Index: order_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/order_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** order_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- order_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 1 - Fire: 0 - Cold: 0 - Poison: 0 - Energy: 0 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="100" max="125" /></durability> <tag name="req_str" value="95" type="int" /> + <tag name="aos_req_str" value="95" type="int" /> + <tag name="res_physical" value="1" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="0" type="int" /> <restock>0</restock> <weight>7</weight> Index: wooden_kite_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/wooden_kite_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wooden_kite_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- wooden_kite_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 0 - Cold: 0 - Poison: 0 - Energy: 1 - - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="50" max="65" /></durability> <tag name="req_str" value="20" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="1" type="int" /> <restock>10</restock> <smelt>6</smelt> Index: wooden_shield.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/shields/wooden_shield.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wooden_shield.xml 28 Dec 2003 20:23:47 -0000 1.2 --- wooden_shield.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,21 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 0 - Cold: 0 - Poison: 0 - Energy: 1 - - --> - <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 18,27 ---- <durability><random min="20" max="25" /></durability> <tag name="req_str" value="20" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="0" type="int" /> + <tag name="res_fire" value="0" type="int" /> + <tag name="res_cold" value="0" type="int" /> + <tag name="res_poison" value="0" type="int" /> + <tag name="res_energy" value="1" type="int" /> <restock>10</restock> <weight>5</weight> |
Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded In directory sc8-pr-cvs1:/tmp/cvs-serv6894/studded Modified Files: studded_armor.xml studded_bustier.xml studded_gloves.xml studded_gorget.xml studded_leggings.xml studded_sleeves.xml studded_tunic.xml Log Message: Age of Shadows Tags added. Weapons next.. :D Index: studded_armor.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_armor.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_armor.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_armor.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 35 - --> <definitions> --- 7,10 ---- *************** *** 27,31 **** <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="35" type="int" /> <restock>10</restock> <weight>6.0</weight> --- 17,27 ---- <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="30" type="int" /> ! <tag name="aos_req_str" value="35" type="int" /> ! <tag name="res_physical" value="2" type="int" /> ! <tag name="res_fire" value="4" type="int" /> ! <tag name="res_cold" value="3" type="int" /> ! <tag name="res_poison" value="3" type="int" /> ! <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>6.0</weight> Index: studded_bustier.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_bustier.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_bustier.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_bustier.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 35 - --> <definitions> --- 7,10 ---- *************** *** 27,31 **** <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="35" type="int" /> <restock>10</restock> <weight>1.0</weight> --- 17,27 ---- <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="30" type="int" /> ! <tag name="aos_req_str" value="35" type="int" /> ! <tag name="res_physical" value="2" type="int" /> ! <tag name="res_fire" value="4" type="int" /> ! <tag name="res_cold" value="3" type="int" /> ! <tag name="res_poison" value="3" type="int" /> ! <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>1.0</weight> Index: studded_gloves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_gloves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_gloves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_gloves.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 25 - --> <definitions> --- 7,10 ---- *************** *** 27,31 **** <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="25" type="int" /> <restock>10</restock> <weight>1.0</weight> --- 17,27 ---- <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="20" type="int" /> ! <tag name="aos_req_str" value="25" type="int" /> ! <tag name="res_physical" value="2" type="int" /> ! <tag name="res_fire" value="4" type="int" /> ! <tag name="res_cold" value="3" type="int" /> ! <tag name="res_poison" value="3" type="int" /> ! <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>1.0</weight> Index: studded_gorget.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_gorget.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_gorget.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_gorget.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 25 - --> <definitions> --- 7,10 ---- *************** *** 27,31 **** <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="25" type="int" /> <restock>10</restock> <weight>1.0</weight> --- 17,27 ---- <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="20" type="int" /> ! <tag name="aos_req_str" value="25" type="int" /> ! <tag name="res_physical" value="2" type="int" /> ! <tag name="res_fire" value="4" type="int" /> ! <tag name="res_cold" value="3" type="int" /> ! <tag name="res_poison" value="3" type="int" /> ! <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>1.0</weight> Index: studded_leggings.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_leggings.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_leggings.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_leggings.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 35 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="35" max="45" /></durability> <tag name="req_str" value="30" type="int" /> + <tag name="aos_req_str" value="35" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>3.0</weight> Index: studded_sleeves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_sleeves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_sleeves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_sleeves.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 25 - --> <definitions> --- 7,10 ---- *************** *** 27,31 **** <defense>2</defense> <durability><random min="35" max="44" /></durability> ! <tag name="req_str" value="25" type="int" /> <restock>10</restock> <weight>4.0</weight> --- 17,27 ---- <defense>2</defense> <durability><random min="35" max="44" /></durability> ! <tag name="req_str" value="20" type="int" /> ! <tag name="aos_req_str" value="25" type="int" /> ! <tag name="res_physical" value="2" type="int" /> ! <tag name="res_fire" value="4" type="int" /> ! <tag name="res_cold" value="3" type="int" /> ! <tag name="res_poison" value="3" type="int" /> ! <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>4.0</weight> Index: studded_tunic.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/studded/studded_tunic.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** studded_tunic.xml 28 Dec 2003 20:23:47 -0000 1.2 --- studded_tunic.xml 29 Dec 2003 12:09:13 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 4 - req_str: 35 - --> <definitions> --- 7,10 ---- *************** *** 27,31 **** <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="35" type="int" /> <restock>10</restock> <weight>5.0</weight> --- 17,27 ---- <defense>2</defense> <durability><random min="35" max="45" /></durability> ! <tag name="req_str" value="30" type="int" /> ! <tag name="aos_req_str" value="35" type="int" /> ! <tag name="res_physical" value="2" type="int" /> ! <tag name="res_fire" value="4" type="int" /> ! <tag name="res_cold" value="3" type="int" /> ! <tag name="res_poison" value="3" type="int" /> ! <tag name="res_energy" value="4" type="int" /> <restock>10</restock> <weight>5.0</weight> |
|
From: <dr...@us...> - 2003-12-29 12:09:17
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather In directory sc8-pr-cvs1:/tmp/cvs-serv6894/leather Modified Files: leather_armor.xml leather_bustier.xml leather_cap.xml leather_gloves.xml leather_gorget.xml leather_leggings.xml leather_shorts.xml leather_skirt.xml leather_sleeves.xml leather_tunic.xml Log Message: Age of Shadows Tags added. Weapons next.. :D Index: leather_armor.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_armor.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** leather_armor.xml 28 Dec 2003 20:23:47 -0000 1.3 --- leather_armor.xml 29 Dec 2003 12:09:12 -0000 1.4 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 25 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="30" max="40" /></durability> <tag name="req_str" value="15" type="int" /> + <tag name="aos_req_str" value="25" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>1.0</weight> Index: leather_bustier.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_bustier.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_bustier.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_bustier.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 25 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="30" max="40" /></durability> <tag name="req_str" value="15" type="int" /> + <tag name="aos_req_str" value="25" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>2.0</weight> Index: leather_cap.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_cap.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_cap.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_cap.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="30" max="40" /></durability> <tag name="req_str" value="10" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>2.0</weight> Index: leather_gloves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_gloves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_gloves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_gloves.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="31" max="37" /></durability> <tag name="req_str" value="10" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>1.0</weight> Index: leather_gorget.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_gorget.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_gorget.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_gorget.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="31" max="37" /></durability> <tag name="req_str" value="10" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>2.0</weight> Index: leather_leggings.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_leggings.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_leggings.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_leggings.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="31" max="37" /></durability> <tag name="req_str" value="10" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>4.0</weight> Index: leather_shorts.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_shorts.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_shorts.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_shorts.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="31" max="37" /></durability> <tag name="req_str" value="10" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>2.0</weight> Index: leather_skirt.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_skirt.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_skirt.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_skirt.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="31" max="37" /></durability> <tag name="req_str" value="10" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>1.0</weight> Index: leather_sleeves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_sleeves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_sleeves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_sleeves.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 20 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="30" max="40" /></durability> <tag name="req_str" value="15" type="int" /> + <tag name="aos_req_str" value="20" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>2.0</weight> Index: leather_tunic.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/leather/leather_tunic.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** leather_tunic.xml 28 Dec 2003 20:23:47 -0000 1.2 --- leather_tunic.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 2 - Fire: 4 - Cold: 3 - Poison: 3 - Energy: 3 - req_str: 25 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,27 ---- <durability><random min="31" max="37" /></durability> <tag name="req_str" value="15" type="int" /> + <tag name="aos_req_str" value="25" type="int" /> + <tag name="res_physical" value="2" type="int" /> + <tag name="res_fire" value="4" type="int" /> + <tag name="res_cold" value="3" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <weight>2.0</weight> |
Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate In directory sc8-pr-cvs1:/tmp/cvs-serv6894/plate Modified Files: female_plate_armor.xml plate_helm.xml platemail.xml platemail_arms.xml platemail_gloves.xml platemail_gorget.xml platemail_legs.xml Log Message: Age of Shadows Tags added. Weapons next.. :D Index: female_plate_armor.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/female_plate_armor.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** female_plate_armor.xml 28 Dec 2003 20:23:47 -0000 1.2 --- female_plate_armor.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 95 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="45" type="int" /> <tag name="boni_dex" value="-5" type="int" /> + <tag name="aos_req_str" value="95" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>16</smelt> Index: plate_helm.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/plate_helm.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** plate_helm.xml 28 Dec 2003 20:23:47 -0000 1.2 --- plate_helm.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 60 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="45" type="int" /> <tag name="boni_dex" value="-2" type="int" /> + <tag name="aos_req_str" value="60" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>12</smelt> Index: platemail.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/platemail.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** platemail.xml 28 Dec 2003 20:23:47 -0000 1.2 --- platemail.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 95 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="60" type="int" /> <tag name="boni_dex" value="-5" type="int" /> + <tag name="aos_req_str" value="95" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>20</smelt> Index: platemail_arms.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/platemail_arms.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** platemail_arms.xml 28 Dec 2003 20:23:47 -0000 1.2 --- platemail_arms.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 80 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="40" type="int" /> <tag name="boni_dex" value="-2" type="int" /> + <tag name="aos_req_str" value="80" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>14</smelt> Index: platemail_gloves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/platemail_gloves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** platemail_gloves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- platemail_gloves.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 70 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="30" type="int" /> <tag name="boni_dex" value="-3" type="int" /> + <tag name="aos_req_str" value="70" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>9</smelt> Index: platemail_gorget.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/platemail_gorget.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** platemail_gorget.xml 28 Dec 2003 20:23:47 -0000 1.2 --- platemail_gorget.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 45 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="30" type="int" /> <tag name="boni_dex" value="-1" type="int" /> + <tag name="aos_req_str" value="45" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>8</smelt> Index: platemail_legs.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/plate/platemail_legs.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** platemail_legs.xml 28 Dec 2003 20:23:47 -0000 1.2 --- platemail_legs.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 5 - Fire: 3 - Cold: 2 - Poison: 3 - Energy: 2 - req_str: 90 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="60" type="int" /> <tag name="boni_dex" value="-5" type="int" /> + <tag name="aos_req_str" value="90" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="5" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="2" type="int" /> + <tag name="res_poison" value="3" type="int" /> + <tag name="res_energy" value="2" type="int" /> <restock>10</restock> <smelt>16</smelt> |
Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/ring In directory sc8-pr-cvs1:/tmp/cvs-serv6894/ring Modified Files: ringmail_gloves.xml ringmail_leggings.xml ringmail_sleeves.xml ringmail_tunic.xml Log Message: Age of Shadows Tags added. Weapons next.. :D Index: ringmail_gloves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/ring/ringmail_gloves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ringmail_gloves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- ringmail_gloves.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 3 - Fire: 3 - Cold: 1 - Poison: 5 - Energy: 3 - req_str: 40 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="20" type="int" /> <tag name="boni_dex" value="-1" type="int" /> + <tag name="aos_req_str" value="40" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="3" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="1" type="int" /> + <tag name="res_poison" value="5" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <smelt>8</smelt> Index: ringmail_leggings.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/ring/ringmail_leggings.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ringmail_leggings.xml 28 Dec 2003 20:23:47 -0000 1.2 --- ringmail_leggings.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 0 - Fire: 0 - Cold: 0 - Poison: 1 - Energy: 0 - req_str: 40 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="20" type="int" /> <tag name="boni_dex" value="-2" type="int" /> + <tag name="aos_req_str" value="40" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="3" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="1" type="int" /> + <tag name="res_poison" value="5" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <smelt>13</smelt> Index: ringmail_sleeves.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/ring/ringmail_sleeves.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ringmail_sleeves.xml 28 Dec 2003 20:23:47 -0000 1.2 --- ringmail_sleeves.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 3 - Fire: 3 - Cold: 1 - Poison: 5 - Energy: 3 - req_str: 40 - --> <definitions> --- 7,10 ---- *************** *** 28,31 **** --- 18,28 ---- <tag name="req_str" value="20" type="int" /> <tag name="boni_dex" value="-2" type="int" /> + <tag name="aos_req_str" value="40" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="3" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="1" type="int" /> + <tag name="res_poison" value="5" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <smelt>11</smelt> Index: ringmail_tunic.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/ring/ringmail_tunic.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ringmail_tunic.xml 28 Dec 2003 20:23:47 -0000 1.2 --- ringmail_tunic.xml 29 Dec 2003 12:09:12 -0000 1.3 *************** *** 7,20 **** ================================================================= --> - <!-- - Age of Shadows Values: - - Physical: 3 - Fire: 3 - Cold: 1 - Poison: 5 - Energy: 3 - req_str: 40 - --> <definitions> --- 7,10 ---- *************** *** 29,32 **** --- 19,29 ---- <tag name="req_str" value="20" type="int" /> <tag name="boni_dex" value="-2" type="int" /> + <tag name="aos_req_str" value="40" type="int" /> + <tag name="aos_boni_dex" value="0" type="int" /> + <tag name="res_physical" value="3" type="int" /> + <tag name="res_fire" value="3" type="int" /> + <tag name="res_cold" value="1" type="int" /> + <tag name="res_poison" value="5" type="int" /> + <tag name="res_energy" value="3" type="int" /> <restock>10</restock> <smelt>11</smelt> |