[wpdev-commits] xmlscripts/definitions/npcs/monsters/daemonic quagmire.xml,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-27 16:20:42
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6107/npcs/monsters/daemonic Modified Files: quagmire.xml Log Message: poisoning for monsters Index: quagmire.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/daemonic/quagmire.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** quagmire.xml 10 Oct 2004 18:24:29 -0000 1.5 --- quagmire.xml 27 Oct 2004 16:20:32 -0000 1.6 *************** *** 42,45 **** --- 42,49 ---- <category>Monsters\Daemonic\Quagmire</category> <inherit id="speed_slow" /> + + <basescript>npc.poison</basescript> + <intproperty name="hit_poison_level" value="4" /> + <intproperty name="hit_poison_chance" value="10" /> </npc> |