# this file describes magic powers available to magical order of
# Demonology, which is mostly concerned with the conjuring of demons.
#
# the format for spirits is:
#	name level cost
# and for spells:
#	name level cost duration
#
# where `level' is the magical skill level at which you get the power,
# and `cost' is the cost in spell points to use the power.  `duration'
# tells how long a spell will last.
#

start 1
begin
  #Spell: Sacrifice
end
spellcasting 40
begin 
  NEW_ARMY_TYPE:Mage
  CMAG_APT:5
  #Spirit: Imp
end
Manes 70
begin 
  #Spirit: Lesser Demon
end
Hellhound 150
begin 
  #Spirit: Hellhound
end
Arcane_Lore 200
begin 
  #Spell: Hide Army
  CINTEL:5
end
Plane_Shift 250
begin 
  #Spell: Hide Sector
  CMAG_APT:5
end
Unholy_Power 300
begin
  #Spell: Magic Bonus
  CCOMBAT:5
end
Asmodeus 400
begin 
  #Spirit: Devil
  #Spell: Fly Army
  CINTEL:5
end
Hellspawn 600
begin
  #Spirit: Tormented Soul
end
Diablo 800
begin 
  #Spirit: Major Demon
  CCOMBAT:10
end
Hellfire 1000
begin 
  #Spell: Fireburst
end
Khazad_Dhum 1500
begin
  #Spirit: Balrog
  CINTEL:5
  CMAG_APT:5
end
Hell_Gate 1600
begin
  #Spell: Black Hole
end
Mephisto 2500
begin 
  #Spirit: Demon Lord
end

#
summon_imp 40 7
summon_lesser_demon 70 14
summon_hellhound 150 25
summon_devil 400 31
summon_tormented_soul 600 48
summon_major_demon 800 55
summon_balrog 1500 156
summon_demon_lord 2500 200
#
spell_sacrifice 0 0 0
spell_hide_army 200 5 2
spell_hide_sector 250 15 8
spell_mag_bonus 300 4 2
spell_fly_army 400 8 2
spell_fireburst 1000 30 4
spell_black_hole 1600 75 8
#

