# this file describes magic powers available to magical order of Avian,
# which is concerned mostly with flying.
#
# the format is:
# name level cost
# begin
#   series of exec lines
# end
#
# 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.
#
start 0
begin
  
end
spellcasting 40
begin 
  NEW_ARMY_TYPE:Mage
  #Spirit: Flying Carpet
  #Spirit: Roc
end
Eagle 70
begin 
  #Spirit: Eagle
end
Invisibility 200
begin 
  #Spell: Hide Army
  #Spell: Fly Army
  #Spirit: Thunderbird
end
Obscuring_Wind 250
begin 
  #Spell: Hide Sector
end
Air_Bolt 300
begin
  #Spell: Magic Bonus
end
Wyvern 400
begin 
  #Spirit: Wyvern
end
Wind_Gust 600
begin
  #Spell: Haste Army
end
Areal_Serpent 800
begin 
  #Spirit: Areal Serpent
end
Cloud_Castle 1000
begin 
  #Spirit: Cloud Giant
end
Air_Elemental 2000
begin 
  #Spirit: Air Elemental
end
Tempest 3000
begin 
  #Spirit: Tempest
end

#
summon_flying_carpet 40 5
summon_roc 40 8
summon_eagle 70 14
summon_thunderbird 200 21
summon_wyvern 400 31
summon_areal_serpent 800 59
summon_cloud_giant 1000 96
summon_air_elemental 2000 162
summon_tempest 3000 217
#
spell_hide_army 200 5 2
spell_fly_army 200 4 3
spell_hide_sector 250 15 8
spell_mag_bonus 300 4 2
spell_haste_army 600 25 2
#
