Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15881/npcs/monsters/elemental
Modified Files:
air_elemental.xml crystal_elemental.xml earth_elemental.xml
efreet.xml poison_elemental.xml sand_vortex.xml
snow_elemental.xml
Log Message:
speed infos
Index: snow_elemental.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/snow_elemental.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** snow_elemental.xml 7 Oct 2004 20:13:52 -0000 1.12
--- snow_elemental.xml 10 Oct 2004 18:24:30 -0000 1.13
***************
*** 40,43 ****
--- 40,44 ----
<category>Monsters\Elementals\Snow Elemental</category>
<strproperty name="slayer_group" value="snowelementals" />
+ <inherit id="speed_fast" />
</npc>
Index: earth_elemental.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/earth_elemental.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** earth_elemental.xml 7 Oct 2004 20:13:52 -0000 1.12
--- earth_elemental.xml 10 Oct 2004 18:24:30 -0000 1.13
***************
*** 39,42 ****
--- 39,43 ----
<category>Monsters\Elementals\Earth Elemental</category>
<strproperty name="slayer_group" value="earthelementals" />
+ <inherit id="speed_slow" />
</npc>
Index: air_elemental.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/air_elemental.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** air_elemental.xml 7 Oct 2004 20:13:52 -0000 1.14
--- air_elemental.xml 10 Oct 2004 18:24:30 -0000 1.15
***************
*** 45,48 ****
--- 45,49 ----
<category>Monsters\Elementals\Air Elemental</category>
<strproperty name="slayer_group" value="airelementals" />
+ <inherit id="speed_fast" />
</npc>
Index: poison_elemental.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/poison_elemental.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** poison_elemental.xml 7 Oct 2004 20:13:52 -0000 1.12
--- poison_elemental.xml 10 Oct 2004 18:24:30 -0000 1.13
***************
*** 44,47 ****
--- 44,48 ----
<category>Monsters\Elementals\Poison Elemental</category>
<strproperty name="slayer_group" value="poisonelementals" />
+ <inherit id="speed_fast" />
</npc>
Index: crystal_elemental.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/crystal_elemental.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** crystal_elemental.xml 7 Jun 2004 21:39:37 -0000 1.2
--- crystal_elemental.xml 10 Oct 2004 18:24:30 -0000 1.3
***************
*** 43,46 ****
--- 43,47 ----
<!-- Misc. -->
<category>Monsters\Elementals\Crystal Elemental</category>
+ <inherit id="speed_slow" />
</npc>
Index: efreet.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/efreet.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** efreet.xml 7 Sep 2004 00:28:04 -0000 1.12
--- efreet.xml 10 Oct 2004 18:24:30 -0000 1.13
***************
*** 42,45 ****
--- 42,46 ----
<lootpacks>lootpack_rich;lootpack_average;gems</lootpacks>
<category>Monsters\Elementals\Efreet</category>
+ <inherit id="speed_fast" />
</npc>
Index: sand_vortex.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/elemental/sand_vortex.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** sand_vortex.xml 7 Sep 2004 00:28:04 -0000 1.12
--- sand_vortex.xml 10 Oct 2004 18:24:30 -0000 1.13
***************
*** 38,41 ****
--- 38,42 ----
<lootpacks>lootpack_rich</lootpacks>
<category>Monsters\Elementals\Sand Vortex</category>
+ <inherit id="speed_fast" />
</npc>
|