Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15881/npcs/monsters/giants
Modified Files:
arctic_ogre_lord.xml ettin.xml frost_troll.xml ogre.xml
ogre_lord.xml
Log Message:
speed infos
Index: frost_troll.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/frost_troll.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** frost_troll.xml 7 Oct 2004 20:13:52 -0000 1.13
--- frost_troll.xml 10 Oct 2004 18:24:30 -0000 1.14
***************
*** 40,43 ****
--- 40,44 ----
<strproperty name="slayer_group" value="trolls" />
<intproperty name="carve_meat" value="2" />
+ <inherit id="speed_slow" />
</npc>
Index: ogre_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre_lord.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ogre_lord.xml 7 Oct 2004 20:13:52 -0000 1.13
--- ogre_lord.xml 10 Oct 2004 18:24:30 -0000 1.14
***************
*** 40,43 ****
--- 40,44 ----
<strproperty name="slayer_group" value="ogres" />
<intproperty name="carve_meat" value="1" />
+ <inherit id="speed_slow" />
</npc>
Index: ettin.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ettin.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ettin.xml 21 Sep 2004 05:27:13 -0000 1.13
--- ettin.xml 10 Oct 2004 18:24:30 -0000 1.14
***************
*** 39,43 ****
<lootpacks>lootpack_average;lootpack_meager</lootpacks>
<category>Monsters\Giants\Ettin (Random)</category>
!
<intproperty name="carve_meat" value="4" />
</npc>
--- 39,43 ----
<lootpacks>lootpack_average;lootpack_meager</lootpacks>
<category>Monsters\Giants\Ettin (Random)</category>
! <inherit id="speed_slow" />
<intproperty name="carve_meat" value="4" />
</npc>
Index: ogre.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/ogre.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ogre.xml 7 Oct 2004 20:13:52 -0000 1.13
--- ogre.xml 10 Oct 2004 18:24:30 -0000 1.14
***************
*** 41,44 ****
--- 41,45 ----
<strproperty name="slayer_group" value="ogres" />
<intproperty name="carve_meat" value="2" />
+ <inherit id="speed_slow" />
</npc>
Index: arctic_ogre_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/giants/arctic_ogre_lord.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** arctic_ogre_lord.xml 7 Oct 2004 20:13:52 -0000 1.12
--- arctic_ogre_lord.xml 10 Oct 2004 18:24:30 -0000 1.13
***************
*** 11,14 ****
--- 11,15 ----
<!-- an arctic ogre lord -->
<npc id="arctic_ogre_lord" inherit="monster_base">
+ <inherit id="speed_slow" />
<name>arctic ogre lord</name>
<id>135</id>
|