Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24865/npcs/monsters/orc
Modified Files:
orc_bomber.xml orc_brute.xml orc_captain.xml orc_chopper.xml
orc_mage.xml orc_scout.xml orcish_lord.xml orcs.xml
Log Message:
Fixed Fame and Karma for all NPCs.
Index: orc_scout.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_scout.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orc_scout.xml 5 Sep 2004 17:41:35 -0000 1.11
--- orc_scout.xml 7 Sep 2004 00:28:05 -0000 1.12
***************
*** 15,20 ****
<strproperty name="monsterspeech" value="orc" />
<id>181</id>
! <karma><random list="KARMA_L2" /></karma>
! <fame><random list="FAME_L2" /></fame>
<!-- Stats -->
<str><random min="96" max="120"/></str>
--- 15,20 ----
<strproperty name="monsterspeech" value="orc" />
<id>181</id>
! <inherit id="KARMA_L2" />
! <inherit id="FAME_L2" />
<!-- Stats -->
<str><random min="96" max="120"/></str>
Index: orc_bomber.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_bomber.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orc_bomber.xml 5 Sep 2004 17:41:35 -0000 1.11
--- orc_bomber.xml 7 Sep 2004 00:28:05 -0000 1.12
***************
*** 15,20 ****
<basescripts>speech.monster</basescripts>
<id>182</id>
! <karma><random list="KARMA_L2" /></karma>
! <fame><random list="FAME_L2" /></fame>
<!-- Stats -->
<str><random min="147" max="215"/></str>
--- 15,20 ----
<basescripts>speech.monster</basescripts>
<id>182</id>
! <inherit id="KARMA_L2" />
! <inherit id="FAME_L2" />
<!-- Stats -->
<str><random min="147" max="215"/></str>
Index: orcish_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orcish_lord.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orcish_lord.xml 5 Sep 2004 17:41:35 -0000 1.11
--- orcish_lord.xml 7 Sep 2004 00:28:05 -0000 1.12
***************
*** 15,20 ****
<basescripts>speech.monster</basescripts>
<id>138</id>
! <karma><random list="KARMA_L3" /></karma>
! <fame><random list="FAME_L3" /></fame>
<!-- Stats -->
<str><random min="147" max="215"/></str>
--- 15,20 ----
<basescripts>speech.monster</basescripts>
<id>138</id>
! <inherit id="KARMA_L3" />
! <inherit id="FAME_L3" />
<!-- Stats -->
<str><random min="147" max="215"/></str>
Index: orc_chopper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_chopper.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orc_chopper.xml 5 Sep 2004 17:41:35 -0000 1.11
--- orc_chopper.xml 7 Sep 2004 00:28:05 -0000 1.12
***************
*** 15,20 ****
<name>orc chopper</name>
<id>139</id>
! <karma><random list="KARMA_L2" /></karma>
! <fame><random list="FAME_L2" /></fame>
<!-- Stats -->
<str><random min="147" max="245"/></str>
--- 15,20 ----
<name>orc chopper</name>
<id>139</id>
! <inherit id="KARMA_L2" />
! <inherit id="FAME_L2" />
<!-- Stats -->
<str><random min="147" max="245"/></str>
Index: orc_brute.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_brute.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orc_brute.xml 5 Sep 2004 17:41:35 -0000 1.11
--- orc_brute.xml 7 Sep 2004 00:28:05 -0000 1.12
***************
*** 15,20 ****
<name>orc brute</name>
<id>189</id>
! <karma><random list="KARMA_L4" /></karma>
! <fame><random list="FAME_L4" /></fame>
<!-- Stats -->
<str><random min="767" max="945"/></str>
--- 15,20 ----
<name>orc brute</name>
<id>189</id>
! <inherit id="KARMA_L4" />
! <inherit id="FAME_L4" />
<!-- Stats -->
<str><random min="767" max="945"/></str>
Index: orcs.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orcs.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** orcs.xml 5 Sep 2004 17:41:35 -0000 1.13
--- orcs.xml 7 Sep 2004 00:28:05 -0000 1.14
***************
*** 14,19 ****
<name><random list="NAMES_ORC" /></name>
<id><random list="NPCIDS_ORC" /></id>
! <karma><random list="KARMA_L2" /></karma>
! <fame><random list="FAME_L2" /></fame>
<!-- Stats -->
<str><random min="96" max="120"/></str>
--- 14,19 ----
<name><random list="NAMES_ORC" /></name>
<id><random list="NPCIDS_ORC" /></id>
! <inherit id="KARMA_L2" />
! <inherit id="FAME_L2" />
<!-- Stats -->
<str><random min="96" max="120"/></str>
Index: orc_mage.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_mage.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orc_mage.xml 5 Sep 2004 17:41:35 -0000 1.10
--- orc_mage.xml 7 Sep 2004 00:28:05 -0000 1.11
***************
*** 15,20 ****
<strproperty name="monsterspeech" value="orc" />
<id>140</id>
! <karma><random list="KARMA_L3" /></karma>
! <fame><random list="FAME_L3" /></fame>
<!-- Stats -->
<str><random min="116" max="150"/></str>
--- 15,20 ----
<strproperty name="monsterspeech" value="orc" />
<id>140</id>
! <inherit id="KARMA_L3" />
! <inherit id="FAME_L3" />
<!-- Stats -->
<str><random min="116" max="150"/></str>
Index: orc_captain.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_captain.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orc_captain.xml 5 Sep 2004 17:41:35 -0000 1.11
--- orc_captain.xml 7 Sep 2004 00:28:05 -0000 1.12
***************
*** 15,20 ****
<name>orc captain</name>
<id>7</id>
! <karma><random list="KARMA_L2" /></karma>
! <fame><random list="FAME_L2" /></fame>
<!-- Stats -->
<str><random min="111" max="145"/></str>
--- 15,20 ----
<name>orc captain</name>
<id>7</id>
! <inherit id="KARMA_L2" />
! <inherit id="FAME_L2" />
<!-- Stats -->
<str><random min="111" max="145"/></str>
|