Extract animation and face information.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10357 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
dc07e080e0
commit
26f4c2232c
|
@ -1,14 +1,8 @@
|
|||
Object g_worm
|
||||
name Giant Worm
|
||||
face g_worm.x31
|
||||
animation g_worm
|
||||
race animal
|
||||
anim
|
||||
facings 2
|
||||
g_worm.x31
|
||||
g_worm.x32
|
||||
g_worm.x71
|
||||
g_worm.x72
|
||||
mina
|
||||
attacktype 1025
|
||||
monster 1
|
||||
move_type walk
|
||||
|
@ -45,52 +39,29 @@ weight 1800000
|
|||
can_cast_spell 1
|
||||
can_see_in_dark 1
|
||||
see_invisible 1
|
||||
color_fg green
|
||||
end
|
||||
More
|
||||
Object g_worm_2
|
||||
name Giant Worm
|
||||
face g_worm.x31
|
||||
anim
|
||||
facings 2
|
||||
g_worm.x31
|
||||
g_worm.x32
|
||||
g_worm.x71
|
||||
g_worm.x72
|
||||
mina
|
||||
animation g_worm
|
||||
x 1
|
||||
alive 1
|
||||
color_fg green
|
||||
end
|
||||
More
|
||||
Object g_worm_3
|
||||
name Giant Worm
|
||||
face g_worm.x31
|
||||
anim
|
||||
facings 2
|
||||
g_worm.x31
|
||||
g_worm.x32
|
||||
g_worm.x71
|
||||
g_worm.x72
|
||||
mina
|
||||
animation g_worm
|
||||
y 1
|
||||
alive 1
|
||||
color_fg green
|
||||
end
|
||||
More
|
||||
Object g_worm_4
|
||||
name Giant Worm
|
||||
face g_worm.x31
|
||||
anim
|
||||
facings 2
|
||||
g_worm.x31
|
||||
g_worm.x32
|
||||
g_worm.x71
|
||||
g_worm.x72
|
||||
mina
|
||||
animation g_worm
|
||||
x 1
|
||||
y 1
|
||||
alive 1
|
||||
color_fg green
|
||||
end
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
face g_worm.x31
|
||||
magicmap green
|
||||
animation g_worm
|
||||
facings 2
|
||||
g_worm.x31
|
||||
g_worm.x32
|
||||
g_worm.x71
|
||||
g_worm.x72
|
||||
mina
|
||||
end
|
|
@ -1,12 +1,8 @@
|
|||
Object purple_worm
|
||||
name Purple Worm
|
||||
face purple_worm.x31
|
||||
animation purple_worm
|
||||
race animal
|
||||
anim
|
||||
facings 2
|
||||
purple_worm.x31
|
||||
purple_worm.x71
|
||||
mina
|
||||
attacktype 1025
|
||||
monster 1
|
||||
sleep 1
|
||||
|
@ -42,46 +38,29 @@ weight 1800000
|
|||
can_cast_spell 1
|
||||
can_see_in_dark 1
|
||||
see_invisible 1
|
||||
color_fg black
|
||||
end
|
||||
More
|
||||
Object purple_worm_2
|
||||
name Purple Worm
|
||||
face purple_worm.x31
|
||||
anim
|
||||
facings 2
|
||||
purple_worm.x31
|
||||
purple_worm.x71
|
||||
mina
|
||||
animation purple_worm
|
||||
x 1
|
||||
alive 1
|
||||
color_fg black
|
||||
end
|
||||
More
|
||||
Object purple_worm_3
|
||||
name Purple Worm
|
||||
face purple_worm.x31
|
||||
anim
|
||||
facings 2
|
||||
purple_worm.x31
|
||||
purple_worm.x71
|
||||
mina
|
||||
animation purple_worm
|
||||
y 1
|
||||
alive 1
|
||||
color_fg black
|
||||
end
|
||||
More
|
||||
Object purple_worm_4
|
||||
name Purple Worm
|
||||
face purple_worm.x31
|
||||
anim
|
||||
facings 2
|
||||
purple_worm.x31
|
||||
purple_worm.x71
|
||||
mina
|
||||
animation purple_worm
|
||||
x 1
|
||||
y 1
|
||||
alive 1
|
||||
color_fg black
|
||||
end
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
face purple_worm.x31
|
||||
magicmap black
|
||||
animation purple_worm
|
||||
facings 2
|
||||
purple_worm.x31
|
||||
purple_worm.x71
|
||||
mina
|
||||
|
Loading…
Reference in New Issue