Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24865/npcs/monsters/beasts
Modified Files:
bog_thing.xml bogling.xml plague_beast.xml
plague_beast_lord.xml
Log Message:
Fixed Fame and Karma for all NPCs.
Index: plague_beast_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/plague_beast_lord.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** plague_beast_lord.xml 4 Jun 2004 23:58:14 -0000 1.9
--- plague_beast_lord.xml 7 Sep 2004 00:28:02 -0000 1.10
***************
*** 13,18 ****
<name>plague beast lord</name>
<id>775</id>
! <karma><random list="KARMA_L2" /></karma>
! <fame><random list="FAME_L2" /></fame>
<!-- Stats -->
<str>500</str>
--- 13,18 ----
<name>plague beast lord</name>
<id>775</id>
! <inherit id="KARMA_L2" />
! <inherit id="FAME_L2" />
<!-- Stats -->
<str>500</str>
Index: bog_thing.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/bog_thing.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** bog_thing.xml 7 Jun 2004 21:37:20 -0000 1.11
--- bog_thing.xml 7 Sep 2004 00:28:02 -0000 1.12
***************
*** 13,18 ****
<name>bog thing</name>
<id>780</id>
! <karma><random list="KARMA_L4" /></karma>
! <fame><random list="FAME_L4" /></fame>
<!-- Stats -->
<str><random min="801" max="900"/></str>
--- 13,18 ----
<name>bog thing</name>
<id>780</id>
! <inherit id="KARMA_L4" />
! <inherit id="FAME_L4" />
<!-- Stats -->
<str><random min="801" max="900"/></str>
Index: plague_beast.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/plague_beast.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** plague_beast.xml 7 Jun 2004 21:37:32 -0000 1.10
--- plague_beast.xml 7 Sep 2004 00:28:02 -0000 1.11
***************
*** 13,18 ****
<name>plague beast</name>
<id>775</id>
! <karma><random list="KARMA_L5" /></karma>
! <fame><random list="FAME_L5" /></fame>
<!-- Stats -->
<str><random min="302" max="500"/></str>
--- 13,18 ----
<name>plague beast</name>
<id>775</id>
! <inherit id="KARMA_L5" />
! <inherit id="FAME_L5" />
<!-- Stats -->
<str><random min="302" max="500"/></str>
Index: bogling.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/beasts/bogling.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** bogling.xml 7 Jun 2004 21:37:22 -0000 1.11
--- bogling.xml 7 Sep 2004 00:28:02 -0000 1.12
***************
*** 13,18 ****
<name>bogling</name>
<id>779</id>
! <karma><random list="KARMA_L0" /></karma>
! <fame><random list="FAME_L1" /></fame>
<!-- Stats -->
<str><random min="96" max="120"/></str>
--- 13,18 ----
<name>bogling</name>
<id>779</id>
! <inherit id="KARMA_L0" />
! <inherit id="FAME_L1" />
<!-- Stats -->
<str><random min="96" max="120"/></str>
|