Touch here to enable mobile for audio! Sorry - browser limitation.
VER=20220216
NETTITLE=escapedungeon
TITLE=Escape From Deathmark Dungeon
fullscreen=0
resize=1
musicvolume=15
fxvolume=20
guifile=media/txt/gui00.txt
defaultfontfile=media/font1.ttf
fontalias=4
normalfontsize=20
smallfontsize=16
largefontsize=50
logofile=media/logo00.png
logowidth=400
logoheight=100
maxfps=60
usedelta=1
audioclickfile=media/audio/click.wav
///////////////////////////////////////////////
Gui Documentation
///////////////////////////////////////////////
///////////////////////////////////////////////
//Gui Elements
//Each Gui Element begins with the statement newgui='a name'
//type=1 is a button
//type=4 is a basic image
//type=6 is the minimap in the game
//type=5 is a special form of minimap not used
//title= is the title of the button
//tooltip=is the tooltip of the button
//x,y,w,h= is the location in screen coordinates of the gui element
//cw,ch,nh,nw is the cell widths, heights and number of frames in the image
//image= the location of the image
//scale = the scale of the image
//action=code specific (ties directly to code in the game)
//gamestate=the gamestate/screen the gui element belongs to
//hidden=1 whether the gui element should remain hidden for the most part
//triggerlink='a number' used to link images from the gui section with
//CHATTER triggers and other triggers in the campaign triggers
//nextgamestate=the specific gamestate to change to when the button is pressed for instance
/////////////////////////
Front Screen
/////////////////////////////
newgui=title
type=4
gamestate=0
nextgamestate=0
x=0
y=0
w=1600
h=900
cw=1600
ch=900
nh=1
nw=1
image=media/gui/title00.jpg
scale=1
/////////////////////////////
newgui=title
type=4
gamestate=0
nextgamestate=0
x=50
y=50
w=682
h=450
cw=682
ch=450
nh=1
nw=1
image=media/gui/title00a.png
scale=1
///////////////////////
newgui=Play
type=1
title=Play
tooltip=Play the Game
gamestate=0
nextgamestate=1777
x=40
y=580
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
action=19
/////
/////////////////////////////
///////////////////////
newgui=Audio
type=1
title=Sound
tooltip=Sound
gamestate=0
nextgamestate=0
x=40
y=670
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
action=12
/////
/////////////////////////////
/////////////////////////////
newgui=title
type=4
gamestate=1
nextgamestate=1
x=0
y=0
w=1600
h=900
cw=1600
ch=900
nh=1
nw=1
image=media/gui/choice.jpg
scale=1
/////////////////////////////
//Options
newgui=Back
type=1
title=Back
tooltip=Return to Main Menu
gamestate=1
nextgamestate=0
x=1400
y=40
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
action=-1
/////////////////////////////
///////////////////////
newgui=Play
type=1
title=Wizard
tooltip=Play As Wizard
gamestate=1
nextgamestate=1
x=990
y=800
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
action=20
link=male
scale=0.25
/////
newgui=Play
type=1
title=Ranger
tooltip=Play As Ranger
gamestate=1
nextgamestate=1
x=425
y=800
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
action=20
link=female
scale=0.25
/////////////////////////////
newgui=title
type=4
gamestate=23
nextgamestate=23
x=0
y=0
w=1600
h=900
cw=1600
ch=900
nh=1
nw=1
image=media/gui/title00.jpg
scale=1
/////////////////////////////
/////////////////////////////
newgui=title
type=4
gamestate=23
nextgamestate=23
x=50
y=50
w=682
h=450
cw=682
ch=450
nh=1
nw=1
image=media/gui/title00a.png
scale=1
/////////////////////////////
//////////////////////////////////////////
///
newgui=Credits
type=1
title=Credits
tooltip=Credits
gamestate=0
nextgamestate=777
x=40
y=760
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
///
/////////////////////////////
//Options
newgui=Back
type=1
title=Back
tooltip=Return to Main Menu
gamestate=23
nextgamestate=0
x=1400
y=40
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
action=-1
/////////////////////////////
newgui=title
type=4
gamestate=777
nextgamestate=777
x=0
y=0
w=1600
h=900
cw=1600
ch=900
nh=1
nw=1
image=media/gui/title00.jpg
scale=1
/////////////////////////////
/////////////////////////////
Credits
newgui=credits
type=4
gamestate=777
nextgamestate=777
x=0
y=0
w=1600
h=900
scale=0.25
cw=1600
ch=900
nw=1
nh=1
image=media/gui/credits.png
scale=1
/
Credits
newgui=Back
type=1
title=Back
tooltip=Back to Main Menu
gamestate=777
nextgamestate=0
action=-1
x=1400
y=40
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
/////////////////////////////
Game
/////////////////////////////
////////////////////////////
///
/////////////////////////
//Pop Up Panel and Buttons On Game Screen
//
//Not Translated Yet
//////////////////////////////////////////
///
//////////////////////////
newgui=Options
type=1
title=Options
tooltip=Game Options
gamestate=-9000
nextgamestate=-9000
x=1340
y=10
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
command=toggle|pause
triggerlink=-100
////////////////////////////
//////////////////////////
newgui=Exit
type=1
title=Exit
tooltip=Return to Main Menu
gamestate=-9000
nextgamestate=0
x=700
y=490
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
link=toggleoff
triggerlink=-100
action=-1
////////////////////////////
newgui=overlay
type=4
x=0
y=0
w=1600
h=900
cw=1600
ch=900
nh=1
nw=1
scale=1
image=media/gui/overlay.png
gamestate=-9000
nextgamestate=-9000
newgui=globeback
type=4
x=180
y=630
w=254
h=256
cw=254
ch=256
nh=1
nw=1
scale=1
image=media/gui/emptyglobe.png
gamestate=-9000
nextgamestate=-9000
newgui=globeback
type=4
x=1165
y=630
w=254
h=256
cw=254
ch=256
nh=1
nw=1
scale=1
image=media/gui/emptyglobe.png
gamestate=-9000
nextgamestate=-9000
newgui=globehp
type=4
x=180
y=630
w=254
h=256
cw=254
ch=256
nh=1
nw=1
scale=1
image=media/gui/hpglobe.png
gamestate=-9000
nextgamestate=-9000
link=health
newgui=globemana
type=4
x=1165
y=630
w=254
h=256
cw=254
ch=256
nh=1
nw=1
scale=1
image=media/gui/managlobe.png
gamestate=-9000
nextgamestate=-9000
link=mana
newgui=overlay2
type=4
x=0
y=0
w=1600
h=900
cw=1600
ch=900
nh=1
nw=1
scale=1
image=media/gui/overlay2.png
gamestate=-9000
nextgamestate=-9000
hidden=1
triggerlink=200
//////////////////////////
newgui=Char
type=1
title=Char
tooltip=Character Sheet
gamestate=-9000
nextgamestate=-9000
x=-7
y=700
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
command=toggle|pause
triggerlink=-200
////////////////////////////
//////////////////////////
newgui=Char
type=4
tooltip=Character Sheet
gamestate=-9000
nextgamestate=-9000
x=-45
y=-10
w=852
h=707
cw=852
ch=707
nh=1
nw=1
image=media/gui/charsheet1.png
scale=1
link=toggleoff
triggerlink=-200
action=66
//female
////////////////////////////
//////////////////////////
newgui=Char
type=4
tooltip=Character Sheet
gamestate=-9000
nextgamestate=-9000
x=-45
y=-10
w=852
h=707
cw=852
ch=707
nh=1
nw=1
image=media/gui/charsheet2.png
scale=1
link=toggleoff
triggerlink=-200
action=67
//male
////////////////////////////
////////////////////////////
newgui=Str
type=4
gamestate=-9000
nextgamestate=-9000
x=535
y=295
w=60
h=50
link=toggleoff
triggerlink=-200
action=101
////////////////////////////
////////////////////////////
newgui=Agi
type=4
gamestate=-9000
nextgamestate=-9000
x=535
y=353
w=60
h=50
link=toggleoff
triggerlink=-200
action=102
////////////////////////////
////////////////////////////
newgui=Sta
type=4
gamestate=-9000
nextgamestate=-9000
x=535
y=406
w=60
h=50
link=toggleoff
triggerlink=-200
action=103
////////////////////////////
////////////////////////////
newgui=Mag
type=4
gamestate=-9000
nextgamestate=-9000
x=535
y=462
w=60
h=50
link=toggleoff
triggerlink=-200
action=104
////////////////////////////
//////////////////////////
newgui=Char
type=4
tooltip=Character Sheet Buttons
gamestate=-9000
nextgamestate=-9000
x=-45
y=-10
w=852
h=707
cw=852
ch=707
nh=1
nw=1
image=media/gui/charbuttons.png
scale=1
action=105
hidden=1
////////////////////////////
newgui=victory
type=4
gamestate=999
nextgamestate=999
x=0
y=0
w=1600
h=900
ch=900
cw=1600
nh=1
nw=1
scale=1
image=media/gui/victory.jpg
//Options
newgui=Back
type=1
title=Ok
tooltip=Continue
gamestate=999
nextgamestate=998
x=1400
y=40
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
action=-1
/////////////////////////////
////////////////////////////
newgui=intro
type=1
gamestate=1777
nextgamestate=1
x=0
y=0
w=1600
h=900
ch=900
cw=1600
nh=1
nw=1
scale=1
image=media/gui/intro.jpg
newgui=Play
type=1
title=Play
tooltip=Enter Dungeon
gamestate=1777
nextgamestate=1
x=1400
y=790
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
newgui=Back
type=1
title=Back
tooltip=Return to Main Menu
gamestate=1777
nextgamestate=0
x=1400
y=40
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
action=-1
/////////////////////////////
newgui=stats
type=4
gamestate=998
nextgamestate=998
x=0
y=0
w=1600
h=900
ch=900
cw=1600
nh=1
nw=1
scale=1
image=media/gui/stats.jpg
//
newgui=stats
type=4
gamestate=998
nextgamestate=998
x=350
y=235
w=850
h=510
link=stats
//
newgui=Ok
type=1
title=Ok
tooltip=Return to Main Menu
gamestate=998
nextgamestate=0
x=1400
y=790
w=200
h=80
cw=550
ch=200
nh=1
nw=1
image=media/gui/button00.png
scale=0.25
/////////////////////////////
///////
//XP Meter
newgui=XP Meter
type=4
gamestate=-9000
nextgamestate=-9000
x=504
y=797
w=592
h=16
tooltip=Level XP Progress
link=xpmeter
newgui=MiniMap
type=4
gamestate=-9000
nextgamestate=-9000
x=250
y=10
w=250
h=250
link=map
ptypes
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
//ptype 0
frame=6
framespeed=-1
dalpha=-0.01
dscale=-0.01
alpha=1
scale=0.15
blend=1
lifetime=40
elifetime=4
acceleration=0
dx=0.01
dy=0.01
dh=0
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=2
//
SPARKS
ptype=media/environment/particlesorange.png
//ptype 1
frame=6
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.03
blend=1
lifetime=10
dx=0.01
dy=0.01
dvx=5
dvy=5
dvh=5
emitcount=2
FLAME
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
//ptype 2
frame=10
framespeed=0
dalpha=-0.01
dscale=0.01
alpha=1
scale=0.4
blend=1
lifetime=42
acceleration=0
dx=4.0
dy=4.0
dvx=0.5
dvy=0.5
dvh=0.5
emitcount=6
SMOKE
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particles.png
//ptype 3
frame=8
framespeed=-1
dalpha=0
dscale=-0.25
alpha=0.03
scale=1
blend=0
lifetime=80
acceleration=0
dx=20.0
dy=20.0
dvx=0.1
dvy=0.1
dvh=0.1
emitcount=2
FIREBALL
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
//ptype 4
frame=1
framespeed=0
dalpha=-0.001
dscale=-0.025
alpha=0.2
scale=0.8
blend=1
lifetime=50
acceleration=0
dx=0.03
dy=0.03
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=2
//HEALING
ptypes
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
//ptype 5
frame=6
framespeed=-1
dalpha=-0.01
dscale=0.002
alpha=0.25
scale=0.075
blend=1
lifetime=20
elifetime=40
acceleration=0
dx=0
dy=0
dh=40
dvx=0.65
dvy=0.65
dvh=1
radius=1
dradius=1
emitcount=50
//////////////////
//ptype 6
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
frame=4
framespeed=-1
dalpha=-0.005
dscale=0.01
alpha=0.1
scale=0.05
blend=1
lifetime=15
elifetime=65
dx=0.01
dy=0.01
dh=40
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=50
radius=50
dradius=2
//////////////////
FIREBALL
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
//ptype 7
frame=1
framespeed=0
dalpha=0
dscale=0
alpha=0.5
scale=1.25
blend=1
elifetime=10
lifetime=50
acceleration=0
dx=0.03
dy=0.03
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=10
radius=30
dradius=10
//////////////////
//ptype 8
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
frame=4
framespeed=-1
dalpha=-0.005
dscale=0.01
alpha=0.1
scale=0.05
blend=1
lifetime=15
elifetime=65
dx=0.01
dy=0.01
dh=40
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=50
radius=180
dradius=-2
//////////////////
///////////////////
//define our spells
//force bolt = spell 0
sdefine=0
s_move_0=0
s_stop_0=1
s_stop_1=2
s_stop_2=3
//////////////////////
//fireball
sdefine=1
s_move_0=4
//s_move_1=2
s_move_2=10
s_stop_0=7
//healing
sdefine=2
s_origin_0=6
s_origin_1=5
s_origin_2=8
//s_origin_1=6
//healing
sdefine=3
s_origin_0=5
s_origin_1=6
s_origin_2=8
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesgreen.png
//ptype 9
frame=1
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.05
blend=1
lifetime=70
elifetime=10
acceleration=0
dx=10
dy=10
dh=0
dvx=0.2
dvy=0.2
dvh=0
emitcount=2
ptype=media/environment/particles.png
//ptype 10
frame=6
framespeed=-1
dalpha=-0.001
dscale=0.03
alpha=0.15
scale=0.05
blend=0
lifetime=20
elifetime=2
acceleration=0
dx=1
dy=1
dh=0
dvx=2.0
dvy=2.0
dvh=0
emitcount=10
//
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesgreen.png
/ptype 11
frame=4
framespeed=-1
dalpha=-0.005
dscale=0
alpha=0.5
scale=0.05
blend=1
lifetime=35
elifetime=20
dx=0.01
dy=0.01
dh=40
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=10
radius=150
dradius=-6
FLAME
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
//ptype 12
frame=10
framespeed=0
dalpha=-0.01
dscale=0.01
alpha=1
scale=2
blend=1
lifetime=42
elifetime=3
acceleration=0
dx=40.0
dy=40.0
dvx=2.5
dvy=2.5
dvh=2.5
emitcount=6
//////////////////
sdefine=4
s_move_0=9
s_stop_1=11
s_stop_2=12
sdefine=5
s_move_0=13
s_stop_1=14
s_stop_2=15
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
//ptype 13
frame=1
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.05
blend=1
lifetime=70
elifetime=10
acceleration=0
dx=10
dy=10
dh=0
dvx=0.2
dvy=0.2
dvh=0
emitcount=2
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
/ptype 14
frame=4
framespeed=-1
dalpha=-0.005
dscale=0
alpha=0.5
scale=0.05
blend=1
lifetime=35
elifetime=20
dx=0.01
dy=0.01
dh=40
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=10
radius=150
dradius=-6
FLAME
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
//ptype 15
frame=10
framespeed=0
dalpha=-0.01
dscale=0.01
alpha=1
scale=2
blend=1
lifetime=42
elifetime=3
acceleration=0
dx=40.0
dy=40.0
dvx=2.5
dvy=2.5
dvh=2.5
emitcount=6
sdefine=6
s_move_0=16
s_stop_1=17
s_stop_2=18
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlespurple.png
//ptype 16
frame=1
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.05
blend=1
lifetime=70
elifetime=10
acceleration=0
dx=10
dy=10
dh=0
dvx=0.2
dvy=0.2
dvh=0
emitcount=2
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlespurple.png
/ptype 17
frame=4
framespeed=-1
dalpha=-0.005
dscale=0
alpha=0.5
scale=0.05
blend=1
lifetime=35
elifetime=20
dx=0.01
dy=0.01
dh=40
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=10
radius=150
dradius=-6
FLAME
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2p.png
//ptype 18
frame=10
framespeed=0
dalpha=-0.01
dscale=0.01
alpha=1
scale=2
blend=1
lifetime=42
elifetime=3
acceleration=0
dx=40.0
dy=40.0
dvx=2.5
dvy=2.5
dvh=2.5
emitcount=6
sdefine=7
s_move_0=19
s_stop_1=20
s_stop_2=21
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesred.png
//ptype 19
frame=1
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.05
blend=1
lifetime=70
elifetime=10
acceleration=0
dx=10
dy=10
dh=0
dvx=0.2
dvy=0.2
dvh=0
emitcount=2
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesred.png
/ptype 20
frame=4
framespeed=-1
dalpha=-0.005
dscale=0
alpha=0.5
scale=0.05
blend=1
lifetime=35
elifetime=20
dx=0.01
dy=0.01
dh=40
dvx=1.5
dvy=1.5
dvh=0.0
emitcount=10
radius=150
dradius=-6
FLAME
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2r.png
//ptype 21
frame=10
framespeed=0
dalpha=-0.01
dscale=0.01
alpha=1
scale=2
blend=1
lifetime=42
elifetime=3
acceleration=0
dx=40.0
dy=40.0
dvx=2.5
dvy=2.5
dvh=2.5
emitcount=6
sdefine=8
//purple explosion
s_stop_0=22
s_stop_1=23
s_stop_2=24
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2p.png
/ptype 22
frame=1
framespeed=0
dalpha=-0.005
dscale=-0.0025
alpha=1
scale=2.5
blend=0
lifetime=62
elifetime=3
dx=0
dy=0
dh=0
dvx=2
dvy=2
dvh=0.0
emitcount=4
//radius=150
//dradius=-6
ptype=media/environment/etex2p.png
/ptype 23
frame=1
framespeed=0
dalpha=-0.005
dscale=-0.0025
alpha=0.1
scale=1
blend=1
lifetime=62
elifetime=8
dx=0
dy=0
dh=40
dvx=0
dvy=0
dvh=0.0
emitcount=50
radius=100
dradius=-10
SPARKS
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesorange.png
//ptype 24
frame=6
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.03
blend=1
lifetime=10
dx=0.01
dy=0.01
dvx=5
dvy=5
dvh=5
emitcount=20
//orange explosion
sdefine=9
s_stop_0=25
s_stop_1=26
s_stop_2=27
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
/ptype 25
frame=1
framespeed=0
dalpha=-0.005
dscale=-0.0025
alpha=1
scale=2.5
blend=0
lifetime=62
elifetime=3
dx=0
dy=0
dh=0
dvx=2
dvy=2
dvh=0.0
emitcount=4
//radius=150
//dradius=-6
ptype=media/environment/etex2r.png
/ptype 26
frame=1
framespeed=0
dalpha=-0.005
dscale=-0.0025
alpha=0.1
scale=1
blend=1
lifetime=62
elifetime=8
dx=0
dy=0
dh=40
dvx=0
dvy=0
dvh=0.0
emitcount=50
radius=100
dradius=-10
SPARKS
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesorange.png
//ptype 27
frame=6
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.03
blend=1
lifetime=10
dx=0.01
dy=0.01
dvx=5
dvy=5
dvh=5
emitcount=20
//blue explosion
sdefine=10
s_stop_0=28
s_stop_1=29
s_stop_2=30
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
/ptype 25
frame=1
framespeed=0
dalpha=-0.005
dscale=-0.0025
alpha=1
scale=2.5
blend=0
lifetime=62
elifetime=3
dx=0
dy=0
dh=0
dvx=2
dvy=2
dvh=0.0
emitcount=4
//radius=150
//dradius=-6
ptype=media/environment/etex2b.png
/ptype 26
frame=1
framespeed=0
dalpha=-0.005
dscale=-0.0025
alpha=0.1
scale=1
blend=1
lifetime=62
elifetime=8
dx=0
dy=0
dh=40
dvx=0
dvy=0
dvh=0.0
emitcount=50
radius=100
dradius=-10
SPARKS
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlespurple.png
//ptype 27
frame=6
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.03
blend=1
lifetime=10
dx=0.01
dy=0.01
dvx=5
dvy=5
dvh=5
emitcount=20
//Invisibility
//healing
sdefine=11
s_origin_0=31
s_origin_1=32
//s_origin_2=33
ptypes
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2p.png
frame=4
framespeed=0
dalpha=-0.001
dscale=0.002
alpha=0.25
scale=0.75
blend=0
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=5
dradius=4
emitcount=15
//////////////////
ptypes
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=4
framespeed=0
dalpha=-0.001
dscale=0.002
alpha=0.25
scale=0.75
blend=1
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=5
dradius=4
emitcount=6
//////////////////
sdefine=12
s_origin_0=33
s_origin_1=34
s_origin_2=35
//////////////////
ptypes (33)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=1
framespeed=0
dalpha=0
dscale=0
alpha=1
scale=3
blend=0
lifetime=155
elifetime=120
acceleration=0
//dx=750
//dy=750
//dh=750
dvx=0
dvy=0
dvh=0
emitcount=1
radius=200
dradius=7
//////////////////
//////////////////
ptypes (34)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=1
framespeed=0
dalpha=0
dscale=0
alpha=1
scale=2
blend=0
lifetime=155
elifetime=120
acceleration=0
//dx=750
//dy=750
//dh=750
dvx=0
dvy=0
dvh=0
emitcount=1
radius=150
dradius=5
//////////////////
//////////////////
ptypes (35)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=1
framespeed=0
dalpha=0
dscale=0
alpha=1
scale=1
blend=0
lifetime=155
elifetime=120
acceleration=0
//dx=750
//dy=750
//dh=750
dvx=0
dvy=0
dvh=0
emitcount=1
radius=100
dradius=3
//////////////////
//
//fireball (again)
sdefine=13
s_move_0=4
s_move_2=10
s_stop_0=7
//fireball (again)
sdefine=14
s_move_0=4
s_move_2=10
s_stop_0=7
//forcebolt (again)
sdefine=15
s_move_0=0
s_stop_0=1
s_stop_1=2
s_stop_2=3
//poison gas
sdefine=16
s_stop_0=36
s_stop_1=37
//////////////////
ptypes (36)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
frame=1
framespeed=10
dalpha=-0.0005
dscale=0.02
alpha=0.05
scale=8.5
blend=0
lifetime=128
elifetime=120
acceleration=0
dx=250
dy=125
//dh=750
dvx=0
dvy=0
dvh=0
emitcount=1
//////////////////
//////////////////
ptypes (37)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
frame=1
framespeed=10
dalpha=-0.0005
dscale=0.02
alpha=0.05
scale=12.5
blend=0
lifetime=128
elifetime=120
acceleration=0
dx=200
dy=250
//dh=750
dvx=0
dvy=0
dvh=0
emitcount=1
//////////////////
sdefine=17
//wings
s_origin_0=38
ptypes (38)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=13
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=18
//wings
s_origin_0=39
ptypes (39)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=14
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=19
//healing again
s_origin_0=6
s_origin_1=5
s_origin_2=8
sdefine=20
//fiery face
s_move_0=4
s_move_1=41
s_move_2=40
s_stop_0=7
ptypes (40)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=16
framespeed=-1
dalpha=-0.003
dscale=0.0
alpha=0.3
scale=0.75
blend=0
lifetime=25
elifetime=1
acceleration=0
dx=0
dy=0
dh=0
dvx=3
dvy=3
dvh=1
emitcount=1
ptypes (41)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=1
framespeed=0
dalpha=-0.003
dscale=0.0
alpha=1.0
scale=1.75
blend=0
lifetime=55
elifetime=4
acceleration=0
dx=4
dy=4
dh=0
dvx=3
dvy=3
dvh=1
emitcount=1
sdefine=21
//fiery green face
s_move_0=4
s_move_1=42
s_move_2=43
s_stop_0=7
ptypes (42)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=17
framespeed=-1
dalpha=-0.003
dscale=0.0
alpha=0.25
scale=0.75
blend=0
lifetime=25
elifetime=1
acceleration=0
dx=0
dy=0
dh=0
dvx=3
dvy=3
dvh=1
emitcount=1
ptypes (43)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
frame=1
framespeed=0
dalpha=-0.003
dscale=0.0
alpha=0.3
scale=1.75
blend=0
lifetime=55
elifetime=2
acceleration=0
dx=4
dy=4
dh=0
dvx=3
dvy=3
dvh=1
emitcount=1
sdefine=22
//ice shards
s_move_0=44
s_stop_0=45
s_move_1=46
s_stop_1=47
ptypes (44)
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
frame=2
framespeed=-1
dalpha=-0.02
dscale=-0.001
alpha=0.9
scale=0.05
blend=1
lifetime=10
elifetime=2
acceleration=0
dx=4
dy=4
dh=0
dvx=0
dvy=0
dvh=0
emitcount=10
/ptypes 45
ptype=media/environment/particlesblue.png
frame=6
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.07
blend=1
lifetime=10
dx=3.01
dy=3.01
dvx=5
dvy=5
dvh=5
emitcount=2
/ptypes 46
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=1
framespeed=0
dalpha=-0.02
dscale=-0.01
alpha=1
scale=0.65
blend=0
lifetime=30
dx=3.01
dy=3.01
dvx=0
dvy=0
dvh=0
emitcount=5
/ptypes 47
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=1
framespeed=0
dalpha=-0.02
dscale=-0.01
alpha=1
scale=2.5
blend=1
lifetime=50
dx=3.01
dy=3.01
dvx=0
dvy=0
dvh=0
emitcount=3
sdefine=23
//sunbeam
s_origin_0=48
ptypes (48)
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particles.png
frame=6
framespeed=-1
dalpha=-0.02
dscale=0.0625
alpha=1
scale=10
blend=1
lifetime=50
elifetime=15
acceleration=0
dx=52
dy=52
dh=0
dvx=0
dvy=0
dvh=0
emitcount=3
sdefine=24
//moonbeam
s_origin_0=48
sdefine=25
//red lightning
s_move_0=49
s_move_1=50
s_move_2=51
s_stop_0=52
s_stop_1=53
s_stop_2=54
//ptype 49
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltexr.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=3
blend=1
lifetime=4
elifetime=1
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=1
radius=1
dh=-50
//ptype 49
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltexr.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=2
blend=1
lifetime=4
elifetime=1
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=1
radius=1
dh=-178
//ptype 51
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltexr.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=2
blend=1
lifetime=4
elifetime=1
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=1
radius=1
dh=-306
//ptype 52
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltexr.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=1
blend=1
lifetime=4
elifetime=30
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=20
radius=20
dradius=6
dh=20
//ptype 53
cw=128
ch=128
nw=3
nh=3
ptype=media/environment/particlesred.png
frame=6
framespeed=-1
dalpha=0
dscale=0
alpha=0.5
scale=0.04
blend=1
lifetime=30
elifetime=20
acceleration=0
dx=1
dy=1
dh=1
dvx=3
dvy=2
emitcount=20
radius=60
dradius=1
dh=20
//ptype 54
cw=128
ch=128
nw=8
nh=8
ptype=media/environment/etex2r.png
frame=1
framespeed=0
dalpha=0
dscale=0
alpha=0.5
scale=1
blend=1
lifetime=50
elifetime=20
acceleration=0
dx=1
dy=1
dh=1
dvx=3
dvy=2
emitcount=20
radius=90
dradius=0
dh=20
//blue lightning
sdefine=26
//red lightning
s_move_0=55
s_move_1=56
s_move_2=57
//s_stop_0=58
//s_stop_1=59
//s_stop_2=60
//ptype 55
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltex.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=1.5
blend=1
lifetime=4
elifetime=10
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=0
radius=150
dradius=-5
dh=-50
//ptype 56
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltex.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=1
blend=1
lifetime=4
elifetime=10
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=0
radius=100
dradius=-10
dh=-150
//ptype 57
cw=128
ch=128
nw=8
nh=8
ptype=media/environment/etex2b.png
frame=0
framespeed=2
dalpha=0.01
dscale=-0.02
alpha=0.01
scale=4.5
blend=0
lifetime=60
elifetime=4
acceleration=0
dx=1
dy=1
dh=1
dvx=3
dvy=3
dvh=3
emitcount=1
radius=100
dradius=-10
dh=-250
//
sdefine=27
purple lightning
//red lightning
s_move_0=58
s_move_1=59
s_move_2=60
//ptype 58
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltexp.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=3
blend=1
lifetime=4
elifetime=1
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=0
radius=1
dh=-50
//ptype 59
cw=128
ch=128
nw=8
nh=8
ptype=media/environment/etex2p.png
frame=0
framespeed=1
dalpha=0
dscale=0
alpha=0.1
scale=2
blend=1
lifetime=60
elifetime=10
acceleration=0
dx=30
dy=250
dh=1
dvx=0
dvy=0
dvh=0
emitcount=1
//ptype 60
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltexp.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=2
blend=1
lifetime=12
elifetime=1
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=0
radius=1
dh=-206
//special fiery thing
sdefine=28
s_move_0=62
s_stop_0=61
//ptype 61
cw=128
ch=128
nw=8
nh=8
ptype=media/environment/etex2.png
frame=0
framespeed=1
dalpha=0
dscale=0
alpha=0.1
scale=2
blend=1
lifetime=60
elifetime=30
acceleration=0
dx=30
dy=100
dh=1
dvx=3
dvy=3
dvh=0
emitcount=10
//ptype 62
cw=128
ch=128
nw=8
nh=8
ptype=media/environment/etex2.png
frame=0
framespeed=1
dalpha=0
dscale=0
alpha=0.2
scale=2
blend=1
lifetime=60
elifetime=10
acceleration=0
dx=30
dy=100
dh=1
dvx=3
dvy=3
dvh=0
emitcount=0
//fire shards
sdefine=29
//ice shards
s_move_0=63
s_stop_0=64
s_move_1=65
s_stop_1=66
ptypes (63)
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesred.png
frame=2
framespeed=-1
dalpha=-0.02
dscale=-0.001
alpha=0.9
scale=0.05
blend=1
lifetime=10
elifetime=2
acceleration=0
dx=4
dy=4
dh=0
dvx=0
dvy=0
dvh=0
emitcount=10
/ptypes 64
ptype=media/environment/particlesred.png
frame=6
framespeed=-1
dalpha=-0.02
dscale=0
alpha=1
scale=0.07
blend=1
lifetime=10
dx=3.01
dy=3.01
dvx=5
dvy=5
dvh=5
emitcount=2
/ptypes 65
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2r.png
frame=1
framespeed=0
dalpha=-0.02
dscale=-0.01
alpha=1
scale=0.65
blend=0
lifetime=30
dx=3.01
dy=3.01
dvx=0
dvy=0
dvh=0
emitcount=5
/ptypes 66
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2r.png
frame=1
framespeed=0
dalpha=-0.02
dscale=-0.01
alpha=1
scale=2.5
blend=1
lifetime=50
dx=3.01
dy=3.01
dvx=0
dvy=0
dvh=0
emitcount=3
sdefine=30
//shield
s_origin_0=67
ptypes (67)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=26
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=31
//shield
s_origin_0=68
ptypes (68)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=27
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=32
//shield
s_origin_0=69
ptypes (69)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=28
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=33
//shield
s_origin_0=70
ptypes (70)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=29
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=34
green vines
s_move_0=71
s_move_1=72
s_stop_0=73
s_stop_1=74
//ptypes 71
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
frame=1
framespeed=0
dalpha=-0.02
dscale=-0.01
alpha=1
scale=0.55
blend=0
lifetime=50
dx=3.01
dy=1.5
dvx=0
dvy=0
dvh=0
emitcount=3
//p 72
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
frame=1
framespeed=0
dalpha=-0.02
dscale=0
alpha=0.5
scale=1
blend=0
lifetime=50
dx=3.01
dy=1.5
dvx=2
dvy=2
dvh=0
emitcount=3
//p 73
cw=64
ch=64
nw=4
nh=2
ptype=media/environment/eltexg.png
frame=1
randomframe=1
framespeed=3
dalpha=-0.04
dscale=0
alpha=1
scale=1.3
blend=0
lifetime=50
dx=3.01
dy=1.5
dvx=2
dvy=2
dvh=0
emitcount=3
//p 74
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2g.png
frame=1
framespeed=0
dalpha=-0.05
dscale=0.05
alpha=0.9
scale=1
blend=1
lifetime=50
elifetime=30
dx=3.01
dy=1.5
dvx=2
dvy=2
dvh=0
emitcount=1
radius=10
dradius=3
dh=30
sdefine=35
//fiery claws
//s_move_0=4
s_stop_1=75
s_stop_2=76
//s_stop_0=7
ptypes (75)
cw=128
ch=128
nh=1
nw=1
ptype=media/environment/spelltiger.png
frame=0
framespeed=-1
dalpha=-0.003
dscale=0.025
alpha=1
scale=0.5
blend=0
lifetime=15
elifetime=50
acceleration=0
dx=0
dy=0
dh=0
dvx=5
dvy=5
dvh=1
emitcount=0
ptypes (76)
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=1
framespeed=0
dalpha=-0.003
dscale=0.0
alpha=1
scale=1.75
blend=1
lifetime=55
elifetime=25
acceleration=0
dx=34
dy=34
dh=100
dvx=3
dvy=3
dvh=1
emitcount=1
//Hold Person
sdefine=36
s_stop_0=31
s_stop_1=32
//s_origin_2=33
//Storm
sdefine=37
s_stop_0=77
s_stop_1=78
s_stop_2=79
ptypes
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=4
framespeed=0
dalpha=-0.001
dscale=0.002
alpha=0.25
scale=0.75
blend=0
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=5
dradius=4
emitcount=15
//////////////////
ptypes
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2p.png
frame=4
framespeed=0
dalpha=-0.001
dscale=0.002
alpha=0.25
scale=0.75
blend=1
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=5
dradius=4
emitcount=6
//////////////////
//p79
//
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltex.png
frame=0
randomframe=1
framespeed=4
dalpha=0
dscale=0
alpha=1
scale=2
blend=1
lifetime=4
elifetime=45
acceleration=0
dx=1
dy=1
dh=1
dvx=0
dvy=0
dvh=0
emitcount=1
radius=1
dradius=3
dh=-80
sdefine=38
s_move_0=80
s_move_1=81
s_move_2=82
//p80
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlespurple.png
//ptype 0
frame=5
framespeed=-1
dalpha=-0.02
dscale=-0.02
alpha=1
scale=0.75
blend=1
lifetime=5
elifetime=20
acceleration=0
dx=50
dy=25
dh=0
emitcount=0
radius=50
dradius=-10
//p81
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2p.png
//ptype 0
frame=1
framespeed=0
dalpha=0.02
dscale=0.075
alpha=0.01
scale=0.01
blend=0
lifetime=55
elifetime=4
acceleration=0
dx=50
dy=25
dh=0
emitcount=0
radius=50
dradius=-10
//p82
//
cw=64
ch=128
nw=4
nh=2
ptype=media/environment/eltex.png
frame=0
randomframe=1
framespeed=4
dalpha=0.02
dscale=-0.02
alpha=0.01
scale=0.8
blend=1
lifetime=40
elifetime=5
acceleration=0
dx=10
dy=10
dh=1
dvx=0
dvy=0
dvh=0
emitcount=1
sdefine=40
//wings
s_origin_0=83
ptypes (83)
cw=128
ch=128
nh=8
nw=8
ptype=media/gui/spells.png
frame=35
framespeed=-1
dalpha=-0.003
dscale=0.05
alpha=0.3
scale=1
blend=1
lifetime=100
elifetime=1
acceleration=0
dx=0
dy=0
dh=-60
dvx=0
dvy=0
dvh=0
radius=1
emitcount=3
//////////////////
sdefine=41
//throw the book at the enemy
s_origin_0=84
s_origin_1=85
s_origin_2=86
//////////////////
//////////////////
ptypes84
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=4
framespeed=0
dalpha=0.01
dscale=0.002
alpha=0.25
scale=1.75
blend=1
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=350
dradius=-9
emitcount=18
//////////////////
//////////////////
ptypes85
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=4
framespeed=0
dalpha=-0.001
dscale=0.002
alpha=0.25
scale=0.75
blend=0
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=15
dradius=6
emitcount=18
//////////////////
//////////////////
ptypes86
cw=64
ch=128
nh=2
nw=4
ptype=media/environment/eltex.png
frame=4
framespeed=0
dalpha=-0.1
dscale=0.002
alpha=1
scale=2
blend=1
lifetime=55
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=120
dradius=-4
emitcount=3
dh=-60
//////////////////
sdefine=42
//throw the book at the enemy 2
s_origin_0=87
s_origin_1=88
s_origin_2=89
//////////////////
//////////////////
ptypes87
cw=128
ch=128
nh=1
nw=1
ptype=media/environment/spelltiger.png
frame=0
framespeed=-1
dalpha=-0.01
dscale=0.002
alpha=1
scale=0.75
blend=1
lifetime=25
elifetime=120
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=350
dradius=0
emitcount=3
//////////////////
//////////////////
ptypes88
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=0
framespeed=2
dalpha=0.03
dscale=0.03
alpha=0.001
scale=0.75
blend=0
lifetime=110
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=20
dradius=6
emitcount=18
//////////////////
//////////////////
ptypes89
cw=64
ch=128
nh=2
nw=4
ptype=media/environment/etex2b.png
frame=4
framespeed=0
dalpha=-0.1
dscale=0.002
alpha=1
scale=2
blend=1
lifetime=55
elifetime=85
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=120
dradius=-1
emitcount=3
dh=-90
//////////////////
sdefine=43
//throw the book at the enemy 3
s_origin_0=90
s_origin_1=91
s_origin_2=92
//////////////////
//////////////////
ptypes87
cw=128
ch=128
nh=3
nw=3
ptype=media/environment/particlesblue.png
frame=6
framespeed=-1
dalpha=-0.01
dscale=0.002
alpha=1
scale=0.01
blend=1
lifetime=45
elifetime=120
acceleration=0
dx=0
dy=0
dh=20
dvx=2.65
dvy=2.65
dvh=1
radius=150
dradius=10
emitcount=9
//////////////////
//////////////////
ptypes88
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2b.png
frame=0
framespeed=2
dalpha=0.03
dscale=0.03
alpha=0.001
scale=0.75
blend=0
lifetime=110
elifetime=35
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=20
dradius=6
emitcount=18
//////////////////
//////////////////
ptypes89
cw=64
ch=128
nh=2
nw=4
ptype=media/environment/etex2b.png
frame=4
framespeed=0
dalpha=-0.1
dscale=0.002
alpha=1
scale=2
blend=1
lifetime=55
elifetime=85
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=120
dradius=-1
emitcount=3
dh=-90
//////////////////
sdefine=44
//throw the final book at the enemy 4
s_move_0=93
s_move_1=94
s_move_2=95
//////////////////
//////////////////
ptypes93
cw=128
ch=128
nh=1
nw=1
ptype=media/environment/spelltiger.png
frame=0
framespeed=-1
dalpha=-0.01
dscale=0.002
alpha=1
scale=0.75
blend=1
lifetime=25
elifetime=2
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=150
dradius=0
emitcount=1
//////////////////
//////////////////
ptypes94
cw=128
ch=128
nh=8
nw=8
ptype=media/environment/etex2.png
frame=0
framespeed=2
dalpha=0.03
dscale=0.03
alpha=0.001
scale=0.75
blend=0
lifetime=110
elifetime=2
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
radius=20
dradius=6
emitcount=4
//////////////////
//////////////////
ptypes95
cw=64
ch=128
nh=2
nw=4
ptype=media/environment/etex2.png
frame=4
framespeed=0
dalpha=-0.1
dscale=0.002
alpha=1
scale=2
blend=1
lifetime=55
elifetime=4
acceleration=0
dx=0
dy=0
dh=20
dvx=0.65
dvy=1.65
dvh=1
emitcount=12
//////////////////
item=Force Bolt,0,11,300,700,4,10,50,150,0,0,0,0,1,1,,,,,,,
item=FireBall,0,10,450,900,4,15,75,200,0,0,0,0,1,1,,,,,,,
item=Heal,0,15,350,850,1,25,0,0,0,0,0,0,2,35,,,,,,,
item=Lesser Healing,0,42,350,675,1,15,0,0,0,0,0,0,2,25,,,,,,,
item=Jade Beam,0,0,1,1000,4,50,250,750,0,0,0,0,1,0,,,,,,,
item=Ice Beam,0,1,1,1250,4,55,275,900,0,0,0,0,1,0,,,,,,,
item=Soul Beam,0,2,1,1500,4,60,300,900,0,0,0,0,1,0,,,,,,,
item=Heat Ray,0,3,1,1000,4,50,250,600,0,0,0,0,1,0,,,,,,,
item=Implosion,0,4,1,2000,4,100,500,1500,0,0,0,0,3,200,,,,,,,
item=Explode,0,5,1,2000,4,100,500,1500,0,0,0,0,3,200,,,,,,,
item=Destruct,0,6,1,2500,4,100,500,1500,0,0,0,0,3,200,,,,,,,
item=Invisibility,0,7,1,3000,4,50,0,0,0,0,0,0,4,0,,,,,,,
item=Fire Storm,0,8,1,5000,4,200,50,150,0,0,0,0,5,100,,,,,,,
item=Fireball,0,9,1,500,4,15,75,220,0,0,0,0,1,0,,,,,,,
item=Fireball,0,10,1,500,4,15,75,220,0,0,0,0,1,0,,,,,,,
item=Force Bolt,0,11,1,500,4,10,50,150,0,0,0,0,1,0,,,,,,,
item=Noxious Cloud,0,12,1,2500,4,50,20,100,0,0,0,0,5,30,,,,,,,
item=Angelic Armour,0,13,1,750,4,30,0,0,0,0,0,0,6,10,,,,,,,
item=Ghost Armour,0,14,1,500,4,20,0,0,0,0,0,0,6,5,,,,,,,
item=Healing,0,15,1,700,4,25,50,150,0,0,0,0,2,35,,,,,,,
item=Fire Demon,0,16,1,3000,4,75,400,1250,0,0,0,0,1,0,,,,,,,
item=Soul Demon,0,17,1,3500,4,95,450,1350,0,0,0,0,1,0,,,,,,,
item=Ice Shard,0,18,1,850,4,35,180,450,0,0,0,0,1,0,,,,,,,
item=Sun Beam,0,19,1,1600,4,30,250,550,0,0,0,0,5,80,,,,,,,
item=Moon Beam,0,20,1,800,4,20,50,150,0,0,0,0,5,60,,,,,,,
item=Dark Lightning,0,21,1,1250,4,35,150,650,0,0,0,0,1,0,,,,,,,
item=Lightning Storm,0,22,1,2250,4,45,250,850,0,0,0,0,1,0,,,,,,,
item=Warp Storm,0,23,1,2860,4,60,350,950,0,0,0,0,1,0,,,,,,,
item=Fire Wall,0,24,1,4500,4,90,450,1500,0,0,0,0,1,0,,,,,,,
item=Flame Shards,0,25,1,4000,4,80,350,850,0,0,0,0,1,0,,,,,,,
item=Energy Shield,0,26,1,1000,4,30,0,0,0,0,0,0,6,15,,,,,,,
item=Soul Shield,0,27,1,1500,4,50,0,0,0,0,0,0,6,25,,,,,,,
item=Ward,0,28,1,1750,4,50,0,0,0,0,0,0,6,30,,,,,,,
item=Greater Ward,0,29,1,2250,4,70,0,0,0,0,0,0,6,40,,,,,,,
item=Nature's Bolt,0,30,1,400,4,20,100,300,0,0,0,0,1,0,,,,,,,
item=Beast Fury,0,31,1,1350,4,25,120,400,0,0,0,0,1,0,,,,,,,
item=Imprison,0,32,1,1200,4,20,50,150,0,0,0,0,9,0,,,,,,,
item=Greater Storm,0,33,1,5500,4,100,500,1500,0,0,0,0,1,0,,,,,,,
item=Warp Terror,0,34,1,6000,4,100,500,1500,0,0,0,0,1,0,,,,,,,
item=Soul Blade,0,35,1,1850,4,50,50,150,0,0,0,0,10,40,,,,,,,
item=Book of Destruction,0,36,1,10000,4,200,150,350,0,0,0,0,11,150,,,,,,,
item=Tome of Destruction,0,37,1,10000,4,200,150,350,0,0,0,0,11,150,,,,,,,
item=Chaos Tome,0,38,1,10000,4,200,250,550,0,0,0,0,11,150,,,,,,,
item=Book of Terror,0,39,1,15000,4,250,350,650,0,0,0,0,11,250,,,,,,,
item=Sword,1,8,100,250,1,0,50,100,,,,,,,,,,,,,
item=Hand Axe,1,9,75,200,1,0,30,120,,,,,,,,,,,,,
item=Battle Axe,1,10,125,350,1,0,80,150,-10,5,,,,,,,,,,,
item=Mace,1,11,100,300,1,0,40,125,,,,,,,,,,,,,
item=Club,1,12,10,100,1,0,30,70,,,,,,,,,,,,,
item=Spear,1,13,75,200,1,0,50,80,,,,,,,,,,,,,
item=Staff,1,14,75,200,2,0,40,90,,,,,,,,,,,,,
item=Bow,1,15,150,300,5,0,50,75,5,,,,,,,,,,,,
item=Warhammer,1,0,1660,83,1,0,107,214,-20,17,0,0,,,,,,,,,
item=Staff,1,2,1800,90,2,0,101,151,0,0,0,1,,,,,,,,,
item=Mace,1,5,1400,70,1,0,100,150,0,0,0,0,,,,,,,,,
item=Battle Axe,1,25,2420,121,1,0,125,375,-3,12,0,0,,,,,,,,,
item=Sword,1,35,1900,95,1,0,125,250,0,0,0,9,,,,,,,,,
item=Warhammer,1,1,1800,90,1,0,118,236,-11,9,0,0,,,,,,,,,
item=Staff,1,4,1840,92,2,0,104,156,0,0,0,4,,,,,,,,,
item=Mace,1,5,1460,73,1,0,106,159,0,1,0,0,,,,,,,,,
item=Battle Axe,1,26,4000,200,1,0,230,690,-22,6,0,0,,,,,,,,,
item=Sword,1,41,3100,155,1,0,225,450,0,0,0,6,,,,,,,,,
item=Warhammer,1,0,1940,97,1,0,130,260,-11,9,0,0,,,,,,,,,
item=Staff,1,4,1820,91,2,0,101,151,4,0,0,2,,,,,,,,,
item=Mace,1,5,1480,74,1,0,109,163,0,1,0,0,,,,,,,,,
item=Battle Axe,1,26,4000,200,1,0,230,690,-25,9,0,0,,,,,,,,,
item=Sword,1,43,3420,171,1,0,250,500,5,0,0,0,,,,,,,,,
item=Warhammer,1,1,3220,161,1,0,234,468,-10,16,0,0,,,,,,,,,
item=Staff,1,2,2000,100,2,0,120,180,2,1,0,27,,,,,,,,,
item=Mace,1,5,2500,125,1,0,211,316,0,0,0,0,,,,,,,,,
item=Battle Axe,1,27,5940,297,1,0,335,1005,20,27,0,0,,,,,,,,,
item=Sword,1,41,4020,201,1,0,300,600,5,1,0,0,,,,,,,,,
item=Warhammer,1,0,2920,146,1,0,212,424,-14,12,3,5,,,,,,,,,
item=Staff,1,4,1940,97,2,0,113,169,4,2,0,24,,,,,,,,,
item=Mace,1,5,2580,129,1,0,216,324,0,6,0,0,,,,,,,,,
item=Battle Axe,1,27,5880,294,1,0,335,1005,9,24,0,0,,,,,,,,,
item=Sword,1,36,3720,186,1,0,275,550,2,3,0,10,,,,,,,,,
item=Warhammer,1,1,3500,175,1,0,257,514,-15,19,3,4,,,,,,,,,
item=Staff,1,4,3180,159,2,0,236,354,8,1,0,0,,,,,,,,,
item=Mace,1,5,2560,128,1,0,214,321,5,0,0,0,,,,,,,,,
item=Battle Axe,1,28,7480,374,1,0,440,1320,-10,21,0,0,,,,,,,,,
item=Sword,1,41,4320,216,1,0,325,650,6,2,0,8,,,,,,,,,
item=Warhammer,1,1,3500,175,1,0,262,524,-18,9,4,5,,,,,,,,,
item=Staff,1,32,3420,171,2,0,261,391,2,1,0,40,,,,,,,,,
item=Mace,1,5,2520,126,1,0,210,315,4,3,0,0,,,,,,,,,
item=Battle Axe,1,28,7620,381,1,0,440,1320,27,21,0,0,,,,,,,,,
item=Sword,1,34,4620,231,1,0,350,700,6,1,0,21,,,,,,,,,
item=Warhammer,1,0,4020,201,1,0,304,608,-14,9,1,3,,,,,,,,,
item=Staff,1,4,2880,144,2,0,206,309,4,4,0,10,,,,,,,,,
item=Mace,1,5,3580,179,1,0,317,475,0,4,0,0,,,,,,,,,
item=Battle Axe,1,29,9260,463,1,0,545,1635,0,36,0,0,,,,,,,,,
item=Sword,1,38,5560,278,1,0,425,850,10,6,0,36,,,,,,,,,
item=Warhammer,1,1,4760,238,1,0,363,726,-12,14,5,5,,,,,,,,,
item=Staff,1,2,3260,163,2,0,242,363,9,4,0,25,,,,,,,,,
item=Mace,1,5,3660,183,1,0,322,483,1,12,0,0,,,,,,,,,
item=Battle Axe,1,29,9300,465,1,0,545,1635,13,36,0,0,,,,,,,,,
item=Sword,1,6,6740,337,1,0,525,1050,6,4,0,35,,,,,,,,,
item=Warhammer,1,1,4120,206,1,0,313,626,-15,8,2,10,,,,,,,,,
item=Staff,1,47,3840,192,2,0,303,454,0,6,0,48,,,,,,,,,
item=Mace,1,5,3660,183,1,0,324,486,0,5,0,0,,,,,,,,,
item=Battle Axe,1,30,11020,551,1,0,650,1950,26,30,0,0,,,,,,,,,
item=Sword,1,3,7640,382,1,0,600,1200,9,2,0,24,,,,,,,,,
item=Staff,1,32,4560,228,2,0,361,541,0,0,0,42
item=Sword,1,43,4240,212,1,0,300,600,0,0,0,60
item=Staff,1,32,4820,241,2,0,364,546,0,0,0,96
item=Sword,1,34,4220,211,1,0,300,600,0,0,0,57
item=Staff,1,4,4420,221,2,0,312,468,6,0,0,120
item=Sword,1,33,5380,269,1,0,375,750,6,0,0,117
item=Staff,1,2,4680,234,2,0,324,486,2,16,0,144
item=Sword,1,35,7900,395,1,0,600,1200,15,4,0,60
item=Staff,1,32,5300,265,2,0,383,574,14,12,0,144
item=Sword,1,40,13060,653,1,0,975,1950,6,8,0,228
item=Staff,1,4,7660,383,2,0,627,940,0,4,0,144
item=Sword,1,45,12660,633,1,0,975,1950,12,12,0,120
item=Staff,1,4,7320,366,2,0,619,928,20,16,0,48
item=Sword,1,39,14620,731,1,0,1125,2250,30,24,0,126
item=Staff,1,4,7660,383,2,0,638,957,20,28,0,75
item=Sword,1,34,17960,898,1,0,1350,2700,30,8,0,306
item=Staff,1,2,7520,376,2,0,640,960,6,32,0,45
item=Sword,1,6,20140,1007,1,0,1575,3150,9,48,0,156
item=Staff,1,4,8200,410,2,0,636,954,12,16,0,234
item=Sword,1,3,20460,1023,1,0,1500,3000,27,8,0,480
item=Sword,1,17,2800,140,1,0,200,400,0,0,0,0
item=Sword,1,23,5280,264,1,0,400,800,0,0,0,20
item=Sword,1,21,4020,201,1,0,300,600,6,0,0,0
item=Sword,1,21,7140,357,1,0,550,1100,12,24,0,0
item=Sword,1,18,8440,422,1,0,650,1300,18,32,8,14
item=Sword,1,17,9280,464,1,0,700,1400,18,32,6,70
item=Sword,1,17,9240,462,1,0,700,1400,48,36,8,30
item=Sword,1,17,11020,551,1,0,850,1700,36,72,2,0
item=Sword,1,6,13060,653,1,0,1000,2000,18,24,8,126
item=Sword,1,3,15520,776,1,0,1200,2400,54,56,12,72
item=Battle Axe,1,25,3620,181,1,0,200,600,-17,26,0,0
item=Battle Axe,1,26,6980,349,1,0,408,1224,-10,25,0,0
item=Battle Axe,1,26,6960,348,1,0,408,1224,-3,15,0,0
item=Battle Axe,1,27,10520,526,1,0,616,1848,28,41,0,0
item=Battle Axe,1,27,10560,528,1,0,616,1848,35,43,0,0
item=Battle Axe,1,28,13840,692,1,0,824,2472,34,30,0,0
item=Battle Axe,1,28,13960,698,1,0,824,2472,41,56,0,0
item=Battle Axe,1,29,17280,864,1,0,1032,3096,56,40,0,0
item=Battle Axe,1,29,17340,867,1,0,1032,3096,63,48,0,0
item=Battle Axe,1,30,20700,1035,1,0,1240,3720,54,62,0,0
item=Health Potion,3,1,50,250,1,0,0,0,0,0,0,0,0,0,1,,,,,,
item=Mana Potion,3,2,75,250,1,0,0,0,0,0,0,0,0,0,2,,,,,,
item=Barrel,2,0,1,22,,,,,,,,,,,,,
item=Book Case,2,1,1,23,,,,,,,,,,
item=Book Case,2,2,1,24,,,,,,,,,,
item=Plinth,2,3,1,25,,,,,,,,,,,,,
item=Plinth,2,3,-1,26,,,,,,,,,,,,
item=Chest,2,4,1,27,,,,,,,,,,,,,,
item=Chest,2,4,-1,28,,,,,,,,,,,,,
item=Arcane Desk,2,5,1,29,,,,,,,,
item=Arcane Desk,2,5,-1,32,,,,,,,
item=Altar,2,6,1,31,,,,,,,,,,,,,,
item=Pillar,2,7,0,33,,,,,,,,,,,,,
item=Statue,2,8,0,34,,,,,,,,,,,,,
item=Statue,2,9,0,35,,,,,,,,,,,,,