Question; is it possible to remove a spell from a nation without other nations get involved?
If I do;
#selectspell 768
#clear
#restricted 90
#end
It will remove the spell, but then all nations looses this spell.
I noticed that Ermor: Ashen Empire only have unholy spells.
Another question: I think I found a bug. I have made a new nation (90) (era 2), but it seems that even if I restrict a new spell (divine spell) it pops up in Ermor: Broken Empire
Guess I have to report it.
Code:
-- SPELLS - Priest
#newspell
#copyspell 103
#name "Hymn Of The Dead"
#descr "Take control of an undead unit."
#restricted 90
#end
#newspell
#copyspell 104
#name "Night Gift"
#descr "Night Gift increases a vampire's magic resistance."
#restricted 90
#end
#newspell
#copyspell 105
#name "Dark Gift"
#descr "Call upon the blessing of the Vampire Gods."
#restricted 90
#end
#newspell
#copyspell 106
#name "Blood Gift"
#descr "Blood Blessings grants a vampire or another undead extra speed and attack skill"
#restricted 90
#end
#newspell
#copyspell 107
#name "Damnation"
#descr "The wraith of the Vampire Gods strikes a holy priest or a little group of holy units with a terrible curse."
#restricted 90
#end
#newspell
#copyspell 108
#name "Night Blessing"
#descr "Night Gift increases a vampire's magic resistance."
#restricted 90
#end
#newspell
#copyspell 109
#name "Dark Blessing"
#descr "Call upon the blessing of the Vampire Gods."
#restricted 90
#end
#newspell
#copyspell 110
#name "Hymn of Darkness"
#restricted 90
#end
#newspell
#copyspell 111
#name "Power of Blood"
#descr "Power of Blood grants a number of vampires or a number of undead extra speed and attack skill."
#restricted 90
#end
#newspell
#copyspell 112
#name "Greater Dark Blessing"
#descr "Call upon the blessing of the Vampire Gods."
#restricted 90
#end
#newspell
#copyspell 113
#name "Greater Night Blessing"
#descr "Greater Night Blessing increases all vampire's magic resistance."
#restricted 90
#end
#newspell
#copyspell 114
#name "Greater Power of Blood"
#descr "Greater Power of Blood grants vampires and other undead extra speed and attack skill."
#restricted 90
#end