[wpdev-commits] xmlscripts/definitions/npcs/humans guards.xml,1.3,1.4
Brought to you by:
rip,
thiagocorrea
|
From: <xs...@us...> - 2003-09-20 12:00:18
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans In directory sc8-pr-cvs1:/tmp/cvs-serv27971/definitions/npcs/humans Modified Files: guards.xml Log Message: updates guards ai, fixes female and male names ;) Index: guards.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/guards.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** guards.xml 3 Jan 2003 10:38:15 -0000 1.3 --- guards.xml 20 Sep 2003 12:00:10 -0000 1.4 *************** *** 12,16 **** <name><random list="NAMES_MALE" /></name> <skin><random list="SKINS_HUMAN" /></skin> ! <ai>4</ai> <direction><random min="0" max="7" /></direction> <!-- Facing a random direction --> <totame>1100</totame> --- 12,16 ---- <name><random list="NAMES_MALE" /></name> <skin><random list="SKINS_HUMAN" /></skin> ! <ai>Human_Guard</ai> <direction><random min="0" max="7" /></direction> <!-- Facing a random direction --> <totame>1100</totame> |