Extract animation and face information.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10373 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c2bb22295d
commit
70d6703d5f
|
@ -1,17 +1,11 @@
|
||||||
Object lamia
|
Object lamia
|
||||||
randomitems lamia
|
randomitems lamia
|
||||||
face lamia.x31
|
face lamia.x31
|
||||||
|
animation lamia
|
||||||
race faerie
|
race faerie
|
||||||
monster 1
|
monster 1
|
||||||
move_type walk
|
move_type walk
|
||||||
sleep 1
|
sleep 1
|
||||||
anim
|
|
||||||
facings 2
|
|
||||||
lamia.x31
|
|
||||||
lamia.x32
|
|
||||||
lamia.x71
|
|
||||||
lamia.x72
|
|
||||||
mina
|
|
||||||
level 30
|
level 30
|
||||||
Con 36
|
Con 36
|
||||||
Int 30
|
Int 30
|
||||||
|
@ -20,7 +14,6 @@ Dex 30
|
||||||
Str 28
|
Str 28
|
||||||
Pow 19
|
Pow 19
|
||||||
can_cast_spell 1
|
can_cast_spell 1
|
||||||
color_fg green
|
|
||||||
maxsp 50
|
maxsp 50
|
||||||
sp 50
|
sp 50
|
||||||
resist_physical 50
|
resist_physical 50
|
||||||
|
@ -66,14 +59,7 @@ end
|
||||||
More
|
More
|
||||||
Object lamia_2
|
Object lamia_2
|
||||||
face lamia.x31
|
face lamia.x31
|
||||||
anim
|
animation lamia
|
||||||
facings 2
|
|
||||||
lamia.x31
|
|
||||||
lamia.x32
|
|
||||||
lamia.x71
|
|
||||||
lamia.x72
|
|
||||||
mina
|
|
||||||
color_fg green
|
|
||||||
monster 1
|
monster 1
|
||||||
move_type walk
|
move_type walk
|
||||||
alive 1
|
alive 1
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
face lamia.x31
|
||||||
|
magicmap green
|
||||||
|
animation lamia
|
||||||
|
facings 2
|
||||||
|
lamia.x31
|
||||||
|
lamia.x32
|
||||||
|
lamia.x71
|
||||||
|
lamia.x72
|
||||||
|
mina
|
||||||
|
end
|
Loading…
Reference in New Issue