Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants
In directory sc8-pr-cvs1:/tmp/cvs-serv19831/giants
Added Files:
arctic_ogre_lord.xml cyclopian_warrior.xml ettin.xml
frost_troll.xml ogre.xml ogre_lord.xml titan.xml troll.xml
Log Message:
A ton of monster tweaks, sorting, etc. I'm hoping this will make it easier to find a creature, and fix problems with them individually as well as make it easier for a user to disable creatures they don't wish to use. monster_list.xml is a long include list commented fairly well.
--- NEW FILE: arctic_ogre_lord.xml ---
<definitions>
<!-- an arctic ogre lord -->
<npc id="arctic_ogre_lord">
<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 -->
<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>
<carve></carve>
</npc>
</definitions>
--- NEW FILE: cyclopian_warrior.xml ---
<definitions>
<!-- a cyclops -->
<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 -->
<str><random min="336" max="385"/></str>
<dex><random min="96" max="115"/></dex>
<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>
</definitions>
--- NEW FILE: ettin.xml ---
<definitions>
<!-- an ettin -->
<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 -->
<str><random min="136" max="165"/></str>
<dex><random min="56" max="75"/></dex>
<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>
</definitions>
--- NEW FILE: frost_troll.xml ---
<definitions>
<!-- frost troll -->
<npc id="frost_troll">
<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 -->
<str><random min="227" max="265" /></str>
<dex><random min="66" max="85" /></dex>
<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>
</definitions>
--- NEW FILE: ogre.xml ---
<definitions>
<!-- an ogre -->
<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 -->
<str><random min="166" max="195"/></str>
<dex><random min="46" max="65"/></dex>
<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>
</definitions>
--- NEW FILE: ogre_lord.xml ---
<definitions>
<!-- Ogre Lord -->
<npc id="ogre_lord">
<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>
</definitions>
--- NEW FILE: titan.xml ---
<definitions>
<!-- a titan-->
<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 -->
<str><random min="556" max="585"/></str>
<dex><random min="126" max="145"/></dex>
<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>
</definitions>
--- NEW FILE: troll.xml ---
<definitions>
<!-- a troll -->
<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 -->
<str><random min="176" max="205"/></str>
<dex><random min="46" max="65"/></dex>
<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>
</definitions>
|