Add animations to some generators.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21854 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2021-01-28 16:25:47 +00:00
parent 1bc07e440d
commit aba88b5525
17 changed files with 59 additions and 0 deletions

View File

@ -1,3 +1,22 @@
Add animations to some generators.
monster/undead/ghost_gen.arc
monster/undead/ghost_gen.base.112.png
monster/undead/ghost_gen.clsc.112.png
monster/undead/ghost_gen.face
monster/undead/skull_gen.arc
monster/undead/skull_gen.base.112.png
monster/undead/skull_gen.clsc.112.png
monster/undead/skull_gen.face
monster/undead/vampiregen.arc
monster/undead/vampiregen.base.112.png
monster/undead/vampiregen.clsc.112.png
monster/undead/vampiregen.face
monster/undead/zombie_gen.arc
monster/undead/zombie_gen.base.112.png
monster/undead/zombie_gen.clsc.112.png
monster/undead/zombie_gen.face
Nicolas Weeger 2021-01-28
Add spell effects to some balms and foods.
artifacts
Nicolas Weeger 2021-01-28

View File

@ -4,6 +4,9 @@ other_arch ghost
name ghost generator
generator 1
face ghost_gen.111
animation ghost_gen
anim_speed 4
client_anim_random 1
speed 0.01
exp 70
alive 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

View File

@ -1,3 +1,10 @@
face ghost_gen.111
magicmap red
end
face ghost_gen.112
magicmap red
end
animation ghost_gen
ghost_gen.111
ghost_gen.112
mina

View File

@ -3,6 +3,9 @@ other_arch skull
race undead
name skull generator
face skull_gen.111
animation skull_gen
anim_speed 4
client_anim_random 1
generator 1
hp 500
maxhp 500

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

View File

@ -1,3 +1,10 @@
face skull_gen.111
magicmap white
end
face skull_gen.112
magicmap white
end
animation skull_gen
skull_gen.111
skull_gen.112
mina

View File

@ -6,6 +6,9 @@ generator 1
alive 1
level 1
face vampiregen.111
animation vampiregen
anim_speed 5
client_anim_random 1
hp 400
maxhp 400
exp 200

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

View File

@ -1,3 +1,10 @@
face vampiregen.111
magicmap brown
end
face vampiregen.112
magicmap brown
end
animation vampiregen
vampiregen.111
vampiregen.112
mina

View File

@ -7,6 +7,9 @@ generator 1
alive 1
level 1
face zombie_gen.111
animation zombie_gen
anim_speed 4
client_anim_random 1
hp 100
maxhp 100
ac 6

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

View File

@ -1,3 +1,10 @@
face zombie_gen.111
magicmap brown
end
face zombie_gen.112
magicmap brown
end
animation zombie_gen
zombie_gen.111
zombie_gen.112
mina