Update of /cvsroot/wpdev/xmlscripts/definitions/items
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23985/items
Modified Files:
core.xml magic.xml slotmachine.xml system.xml
Log Message:
basescripts property
Index: system.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/system.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** system.xml 25 Aug 2004 17:03:44 -0000 1.10
--- system.xml 27 Aug 2004 14:43:26 -0000 1.11
***************
*** 39,43 ****
<id>0xe77</id>
<name>trashcan</name>
! <scripts>trashcan</scripts>
<color>0x430</color>
<nodecay />
--- 39,43 ----
<id>0xe77</id>
<name>trashcan</name>
! <basescripts>trashcan</basescripts>
<color>0x430</color>
<nodecay />
Index: core.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/core.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** core.xml 25 Aug 2004 17:03:44 -0000 1.37
--- core.xml 27 Aug 2004 14:43:26 -0000 1.38
***************
*** 11,15 ****
<item id="bank_check">
<id>0x14f0</id>
! <scripts>check</scripts>
<color>0x34</color>
<name>a bank check</name>
--- 11,15 ----
<item id="bank_check">
<id>0x14f0</id>
! <basescripts>check</basescripts>
<color>0x34</color>
<name>a bank check</name>
Index: slotmachine.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/slotmachine.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** slotmachine.xml 25 Aug 2004 17:03:44 -0000 1.6
--- slotmachine.xml 27 Aug 2004 14:43:26 -0000 1.7
***************
*** 15,19 ****
<color>386</color>
<name>a slotmachine</name>
! <scripts>slotmachine</scripts>
</item>
--- 15,19 ----
<color>386</color>
<name>a slotmachine</name>
! <basescripts>slotmachine</basescripts>
</item>
Index: magic.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/magic.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** magic.xml 25 Aug 2004 17:03:44 -0000 1.12
--- magic.xml 27 Aug 2004 14:43:26 -0000 1.13
***************
*** 21,25 ****
<id>0xf6c</id>
<nodecay />
! <scripts>moongate</scripts>
<category>Misc\Moongates\Blue Moongate</category>
</item>
--- 21,25 ----
<id>0xf6c</id>
<nodecay />
! <basescripts>moongate</basescripts>
<category>Misc\Moongates\Blue Moongate</category>
</item>
|