Extract animation and face information.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10372 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
1221cb1838
commit
c2bb22295d
|
|
@ -2,17 +2,7 @@ Object ent
|
||||||
randomitems giant
|
randomitems giant
|
||||||
race faerie
|
race faerie
|
||||||
face ent.x11
|
face ent.x11
|
||||||
color_fg brown
|
animation ent
|
||||||
anim
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x12
|
|
||||||
ent.x12
|
|
||||||
ent.x13
|
|
||||||
ent.x13
|
|
||||||
ent.x12
|
|
||||||
mina
|
|
||||||
msg
|
msg
|
||||||
@match *
|
@match *
|
||||||
Hey! Careful of my roots, stranger.
|
Hey! Careful of my roots, stranger.
|
||||||
|
|
@ -45,17 +35,7 @@ More
|
||||||
Object ent_2
|
Object ent_2
|
||||||
name ent
|
name ent
|
||||||
face ent.x11
|
face ent.x11
|
||||||
color_fg brown
|
animation ent
|
||||||
anim
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x12
|
|
||||||
ent.x12
|
|
||||||
ent.x13
|
|
||||||
ent.x13
|
|
||||||
ent.x12
|
|
||||||
mina
|
|
||||||
monster 1
|
monster 1
|
||||||
move_type walk
|
move_type walk
|
||||||
alive 1
|
alive 1
|
||||||
|
|
@ -66,17 +46,7 @@ More
|
||||||
Object ent_3
|
Object ent_3
|
||||||
name ent
|
name ent
|
||||||
face ent.x11
|
face ent.x11
|
||||||
color_fg brown
|
animation ent
|
||||||
anim
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x12
|
|
||||||
ent.x12
|
|
||||||
ent.x13
|
|
||||||
ent.x13
|
|
||||||
ent.x12
|
|
||||||
mina
|
|
||||||
monster 1
|
monster 1
|
||||||
move_type walk
|
move_type walk
|
||||||
alive 1
|
alive 1
|
||||||
|
|
@ -87,17 +57,7 @@ More
|
||||||
Object ent_4
|
Object ent_4
|
||||||
name ent
|
name ent
|
||||||
face ent.x11
|
face ent.x11
|
||||||
color_fg brown
|
animation ent
|
||||||
anim
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x11
|
|
||||||
ent.x12
|
|
||||||
ent.x12
|
|
||||||
ent.x13
|
|
||||||
ent.x13
|
|
||||||
ent.x12
|
|
||||||
mina
|
|
||||||
monster 1
|
monster 1
|
||||||
move_type walk
|
move_type walk
|
||||||
alive 1
|
alive 1
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
face ent.x11
|
||||||
|
magicmap brown
|
||||||
|
animation ent
|
||||||
|
ent.x11
|
||||||
|
ent.x11
|
||||||
|
ent.x11
|
||||||
|
ent.x12
|
||||||
|
ent.x12
|
||||||
|
ent.x13
|
||||||
|
ent.x13
|
||||||
|
ent.x12
|
||||||
|
mina
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue