From 37c5d647696e60b216dd6d47c94eb2cae094c084 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Mon, 10 Nov 2008 10:49:36 +0000 Subject: [PATCH] Extract animation and face information. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10369 282e977c-c81d-0410-88c4-b93c2d0d6712 --- misc/Camp/campfire.arc | 16 ++-------------- misc/Camp/campfire.face | 9 +++++++++ 2 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 misc/Camp/campfire.face diff --git a/misc/Camp/campfire.arc b/misc/Camp/campfire.arc index a5766bfe1..377dced8b 100644 --- a/misc/Camp/campfire.arc +++ b/misc/Camp/campfire.arc @@ -1,11 +1,6 @@ Object campfire face campfire.111 -anim -campfire.111 -campfire.112 -campfire.113 -campfire.114 -mina +animation campfire type 102 subtype 7 level 1 @@ -17,23 +12,16 @@ attacktype 4 speed -0.2 glow_radius 2 no_pick 1 -color_fg yellow end Object campfire_talking name talking campfire randomitems campfire_talking face campfire.111 +animation campfire type 73 -anim -campfire.111 -campfire.112 -campfire.113 -campfire.114 -mina glow_radius 2 no_pick 1 -color_fg yellow anim_speed 3 client_anim_random 1 is_animated 1 diff --git a/misc/Camp/campfire.face b/misc/Camp/campfire.face new file mode 100644 index 000000000..f8edbd1c9 --- /dev/null +++ b/misc/Camp/campfire.face @@ -0,0 +1,9 @@ +face campfire.111 +magicmap yellow +animation campfire +campfire.111 +campfire.112 +campfire.113 +campfire.114 +mina +end