Extract animation and face information.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10362 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
159cbc7791
commit
b08de8a311
|
|
@ -2,10 +2,7 @@ Object golem_necro
|
|||
race unnatural
|
||||
name golem of Necromancer
|
||||
face gol.x11
|
||||
anim
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
animation golem_necro
|
||||
speed -0.4
|
||||
Str 60
|
||||
Dex 25
|
||||
|
|
@ -43,7 +40,6 @@ can_use_weapon 1
|
|||
can_use_ring 1
|
||||
sleep 1
|
||||
can_use_rod 1
|
||||
magicmap grey
|
||||
body_torso 1
|
||||
body_head 1
|
||||
body_shoulder 1
|
||||
|
|
@ -59,71 +55,51 @@ More
|
|||
Object golem_necro_2
|
||||
name golem of Necromancer
|
||||
face gol.x11
|
||||
anim
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
animation golem_necro
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
x 1
|
||||
magicmap grey
|
||||
end
|
||||
More
|
||||
Object golem_necro_3
|
||||
name golem of Necromancer
|
||||
face gol.x11
|
||||
anim
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
animation golem_necro
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
y 1
|
||||
magicmap grey
|
||||
end
|
||||
More
|
||||
Object golem_necro_4
|
||||
name golem of Necromancer
|
||||
face gol.x11
|
||||
anim
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
animation golem_necro
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
x 1
|
||||
y 1
|
||||
magicmap grey
|
||||
end
|
||||
More
|
||||
Object golem_necro_5
|
||||
name golem of Necromancer
|
||||
face gol.x11
|
||||
anim
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
animation golem_necro
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
y 2
|
||||
magicmap grey
|
||||
end
|
||||
More
|
||||
Object golem_necro_6
|
||||
name golem of Necromancer
|
||||
face gol.x11
|
||||
anim
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
animation golem_necro
|
||||
monster 1
|
||||
move_type walk
|
||||
alive 1
|
||||
x 1
|
||||
y 2
|
||||
magicmap grey
|
||||
end
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
face gol.x11
|
||||
magicmap grey
|
||||
animation golem_necro
|
||||
gol.x11
|
||||
gol.x12
|
||||
mina
|
||||
end
|
||||
Loading…
Reference in New Issue