[wpdev-commits] xmlscripts/definitions/items/professions tailorer.xml,1.5,1.6
Brought to you by:
rip,
thiagocorrea
|
From: <dr...@us...> - 2004-01-14 00:21:24
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1:/tmp/cvs-serv1754 Modified Files: tailorer.xml Log Message: Update to make wool work on wheels. Update to make yarn/thread work on looms. Index: tailorer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/tailorer.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tailorer.xml 15 Sep 2003 15:39:57 -0000 1.5 --- tailorer.xml 14 Jan 2004 00:21:21 -0000 1.6 *************** *** 234,255 **** <!-- Pile of Wool --> <item id="df8"> ! <id>0x0df8</id> <category>Professions\Tailorer\Pile of Wool 1</category> </item> <!-- Ball of Yarn --> <item id="e1d"> ! <id>0x0e1d</id> <category>Professions\Tailorer\Ball of Yarn 1</category> </item> <item id="e1e"> ! <id>0x0e1e</id> <category>Professions\Tailorer\Ball of Yarn 2</category> </item> <item id="e1f"> ! <id>0x0e1f</id> <category>Professions\Tailorer\Ball of Yarn 3</category> </item> --- 234,265 ---- <!-- Pile of Wool --> <item id="df8"> ! <id>0xdf8</id> <category>Professions\Tailorer\Pile of Wool 1</category> + <events>wool</events> + </item> + + <item id="101f"> + <id>0x101f</id> + <category>Professions\Tailorer\Pile of Wool 2</category> + <events>wool</events> </item> <!-- Ball of Yarn --> <item id="e1d"> ! <id>0xe1d</id> <category>Professions\Tailorer\Ball of Yarn 1</category> + <events>yarn</events> </item> <item id="e1e"> ! <id>0xe1e</id> <category>Professions\Tailorer\Ball of Yarn 2</category> + <events>yarn</events> </item> <item id="e1f"> ! <id>0xe1f</id> <category>Professions\Tailorer\Ball of Yarn 3</category> + <events>yarn</events> </item> *************** *** 314,324 **** <item id="fa0"> ! <id>0x0fa0</id> <category>Professions\Tailorer\Spool of Thread (N/S)</category> </item> <item id="fa1"> ! <id>0x0fa1</id> <category>Professions\Tailorer\Spool of Thread (W/E)</category> </item> --- 324,336 ---- <item id="fa0"> ! <id>0xfa0</id> <category>Professions\Tailorer\Spool of Thread (N/S)</category> + <events>yarn</events> </item> <item id="fa1"> ! <id>0xfa1</id> <category>Professions\Tailorer\Spool of Thread (W/E)</category> + <events>yarn</events> </item> *************** *** 329,333 **** <item id="fab"> ! <id>0x0fab</id> <category>Professions\Tailorer\Dying Tub</category> <events>environment</events> --- 341,345 ---- <item id="fab"> ! <id>0xfab</id> <category>Professions\Tailorer\Dying Tub</category> <events>environment</events> *************** *** 374,382 **** </item> - <item id="101f"> - <id>0x101f</id> - <category>Professions\Tailorer\Pile of Wool 2</category> - </item> - <item id="105f"> <id>0x105f</id> --- 386,389 ---- |