From 976c5f372480635170bd86910185af07c6ae3a85 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Mon, 10 Nov 2008 10:18:24 +0000 Subject: [PATCH] Extract animation and face information. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10363 282e977c-c81d-0410-88c4-b93c2d0d6712 --- monster/giant/cyclops/cyclops.arc | 54 ++++-------------------------- monster/giant/cyclops/cyclops.face | 10 ++++++ 2 files changed, 16 insertions(+), 48 deletions(-) create mode 100644 monster/giant/cyclops/cyclops.face diff --git a/monster/giant/cyclops/cyclops.arc b/monster/giant/cyclops/cyclops.arc index 0a77eb7ea..52fc11432 100644 --- a/monster/giant/cyclops/cyclops.arc +++ b/monster/giant/cyclops/cyclops.arc @@ -1,18 +1,12 @@ Object cyclops randomitems cyclops face cyclops.x31 +animation cyclops race giant monster 1 move_type walk sleep 1 Wis 11 -anim -facings 2 -cyclops.x71 -cyclops.x72 -cyclops.x31 -cyclops.x32 -mina level 25 Con 56 Str 80 @@ -49,7 +43,6 @@ can_use_weapon 1 can_use_bow 1 can_use_rod 1 can_use_skill 1 -magicmap khaki body_skill 1 body_arm 2 body_range 1 @@ -58,91 +51,56 @@ More Object cyclops_2 name cyclops face cyclops.x31 -anim -facings 2 -cyclops.x71 -cyclops.x72 -cyclops.x31 -cyclops.x32 -mina +animation cyclops monster 1 move_type walk alive 1 no_pick 1 x 1 -magicmap khaki end More Object cyclops_3 name cyclops face cyclops.x31 -anim -facings 2 -cyclops.x71 -cyclops.x72 -cyclops.x31 -cyclops.x32 -mina +animation cyclops monster 1 move_type walk alive 1 no_pick 1 y 1 -magicmap khaki end More Object cyclops_4 name cyclops face cyclops.x31 -anim -facings 2 -cyclops.x71 -cyclops.x72 -cyclops.x31 -cyclops.x32 -mina +animation cyclops monster 1 move_type walk alive 1 no_pick 1 x 1 y 1 -magicmap khaki end More Object cyclops_5 name cyclops face cyclops.x31 -anim -facings 2 -cyclops.x71 -cyclops.x72 -cyclops.x31 -cyclops.x32 -mina +animation cyclops monster 1 move_type walk alive 1 no_pick 1 y 2 -magicmap khaki end More Object cyclops_6 name cyclops face cyclops.x31 -anim -facings 2 -cyclops.x71 -cyclops.x72 -cyclops.x31 -cyclops.x32 -mina +animation cyclops monster 1 move_type walk alive 1 no_pick 1 x 1 y 2 -magicmap khaki end diff --git a/monster/giant/cyclops/cyclops.face b/monster/giant/cyclops/cyclops.face new file mode 100644 index 000000000..aea44f8c3 --- /dev/null +++ b/monster/giant/cyclops/cyclops.face @@ -0,0 +1,10 @@ +face cyclops.x31 +magicmap khaki +animation cyclops +facings 2 +cyclops.x71 +cyclops.x72 +cyclops.x31 +cyclops.x32 +mina +end