Various animation experiments.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13351 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
b0f8321e5a
commit
e07c4b0117
16
test/cfanim
16
test/cfanim
|
@ -4,7 +4,7 @@ width 20
|
|||
height 20
|
||||
msg
|
||||
Created: 2008-05-10 Nicolas Weeger
|
||||
Modified: 2008-05-20 Nicolas Weeger
|
||||
Modified: 2010-05-30 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch pstone_1
|
||||
|
@ -1075,6 +1075,20 @@ arch pstone_1
|
|||
x 12
|
||||
y 15
|
||||
end
|
||||
arch guildmaster
|
||||
name wizard
|
||||
face wizard.151
|
||||
hp 100
|
||||
maxhp 100
|
||||
x 12
|
||||
y 15
|
||||
randomitems standard
|
||||
pick_up 0
|
||||
arch event_say
|
||||
title Animator
|
||||
slaying /test/cfanim.ghosted.animation
|
||||
end
|
||||
end
|
||||
arch pstone_1
|
||||
x 12
|
||||
y 16
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
[Config]
|
||||
name= CFAnim ghosted
|
||||
victimtype= activator
|
||||
victim= activator
|
||||
unique= no
|
||||
always_delete= no
|
||||
paralyzed= yes
|
||||
time_representation= second
|
||||
errors_allowed= yes
|
||||
verbose= no
|
||||
animation= Animation
|
||||
invisible= no
|
||||
wizard= no
|
||||
[Animation]
|
||||
1 notice you're gonna see something unique!
|
||||
0 ghosted yes
|
||||
1 south
|
||||
1 south
|
||||
1 north
|
||||
1 north
|
||||
0 ghosted no
|
||||
1 notice I hope you enjoyed the view...
|
||||
[Teleport]
|
||||
0 ghosted yes
|
||||
0 notice it's gonna rock!
|
||||
1 south
|
||||
1 south
|
||||
1 south
|
||||
1 teleport 5 5 /HallOfSelection
|
||||
0 ghosted no
|
Loading…
Reference in New Issue