# this file describes magic powers available to magical order of Diana,
# which is mostly concerned with animals and hunting.
#
# 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
  NEW_ARMY_TYPE:Hunters
  NEW_ARMY_TYPE:Scouts
  #Spirit: Gopher
end
Wolf 70
begin 
  #Spirit: Wolf
end
Snake 120
begin 
  #Spirit: Snake
end
Orca 175
begin 
  #Spirit: Orca
end
Cameoflage 200
begin 
  #Spell: Hide Army
  #Spirit: Swarm
  CFARM:5
end
Vines 250
begin 
  #Spell: Hide Sector
end
Hawk 300
begin
  #Spirit: Hawk
  #Spell: Magic Bonus
end
Grizzly 400
begin 
  #Spirit: Bear
  #Spell: Fly Army
  CFARM:5
end
Hover 500
begin
  #Spell: Water Walk
end
Grape_Ape 800
begin 
  #Spirit: Gorilla
  #Spell: Fertility
  CFARM:10
end
Elsa 1100
begin 
  #Spirit: Lion
end
Destruction 2000
begin 
  #Spirit: Terrasque
end


# terraform 100 20
summon_gopher 40 8
summon_wolf 50 15
summon_snake 120 15
summon_orca 175 17
summon_swarm 200 14
summon_hawk 300 38
summon_bear 400 44
summon_gorilla 800 56
summon_lion 1100 98
summon_terrasque 2000 190
#
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_water_walk 500 4 2
spell_fertility 800 15 6
#

