Unshackling raise and lower earth
Is it possible to make these spells work so you can turn hills into mountains and plains into swamps (flooded plains) and then ocean? How would you modify the spell xml? Or is it just not possible?
Is it possible to make these spells work so you can turn hills into mountains and plains into swamps (flooded plains) and then ocean? How would you modify the spell xml? Or is it just not possible?
just add the line
<ValidTerrainType>HillsTerrain</ValidTerrainType>
This should allow you to raise hills into mountains.
For the other, add
<ValidTerrainType>Land</ValidTerrainType>
<ValidTerrainType>Rugged_Land</ValidTerrainType>
<ValidTerrainType>Fertile_Land</ValidTerrainType>
<ValidTerrainType>DesertTerrain</ValidTerrainType>
<ValidTerrainType>SwampTerrain</ValidTerrainType>
<ValidTerrainType>ArcticTerrain</ValidTerrainType>
<ValidTerrainType>Forest</ValidTerrainType>
<ValidTerrainType>Beach</ValidTerrainType>
<ValidTerrainType>Cliff</ValidTerrainType>
But there is already spells that do this... called
Curgens Volcano and Destroy Land (earth 4).
You should raise the casting mana considerably if you go this route. Can that be edited?
Yes, in the xml you will find
<SpellResourceCost>
<Resource>Mana</Resource>
<Amount>5</Amount>
</SpellResourceCost>
Change 5 to whatever number you like.
The only real caveat is that you can't gave variable mana cost.
Welcome Guest! Please take the time to register with us.