Mana Regeneration. Help!!!!!!!!!!

Please, Please, Please!  This game desperately needs a mana potion or a way to regenerate mana quickly.  Otherwise it's deadly tedium.

6,289 views 6 replies
Reply #1 Top

There is a potion you can get when accept a quest that regens mana. I tend to use offspring to run offensive armies because they regen mana during tactical battles. This especially works well if you have selected intimidation for your Sov. Enemies panic, lose turn, and offspring can regen to full mana.

Reply #2 Top

The Mana system is going 'global' shortly.  If I understand this right, ALL of your spellcasters will draw from the same Mana pool.  I'd imagine that it will regenerate a little faster than 1 Mana a turn. 

 

In the meantime, be thankful that your children have regenerating Mana in combat (unless that changed recently)!

Reply #3 Top

version 1.1 will fix this, it is supposed to be out sometime in october.

Reply #4 Top

That's an awfully long time to wait in a game for an offspring that regenerates mana.  Just give us a potion.  If there's an issue with this, then charge an exhorbitant fee for it.  Alternatively, allow for mana regeneration in a friendly town after a certain building is researched and built. 

Reply #5 Top

In Documents > My Games > Elemental > Mods, create a file called "mana_regen_fix.xml" and paste the following text into it:

Code: xml
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <ImprovementTypes>
  3.  <DataChecksum NoParse="1">
  4.   <Ignore>DisplayName</Ignore>
  5.   <Translate>DisplayName</Translate>
  6.  </DataChecksum>
  7.  <ImprovementType InternalName="K_Air_Shrine">
  8.     <GameModifier>
  9.       <ModType>Player</ModType>
  10.       <Attribute>AbilityBonus</Attribute>
  11.       <StrVal>A_ManaRegeneration</StrVal>
  12.       <Value>1</Value>
  13.    <Provides>+1 Mana Regeneration</Provides>
  14.   </GameModifier>
  15.  </ImprovementType>
  16.  <ImprovementType InternalName="K_Earth_Shrine">
  17.     <GameModifier>
  18.       <ModType>Player</ModType>
  19.       <Attribute>AbilityBonus</Attribute>
  20.       <StrVal>A_ManaRegeneration</StrVal>
  21.       <Value>1</Value>
  22.    <Provides>+1 Mana Regeneration</Provides>
  23.   </GameModifier>
  24.  </ImprovementType>
  25.  <ImprovementType InternalName="K_Fire_Shrine">
  26.     <GameModifier>
  27.       <ModType>Player</ModType>
  28.       <Attribute>AbilityBonus</Attribute>
  29.       <StrVal>A_ManaRegeneration</StrVal>
  30.       <Value>1</Value>
  31.    <Provides>+1 Mana Regeneration</Provides>
  32.   </GameModifier>
  33.  </ImprovementType>
  34.  <ImprovementType InternalName="K_Water_Shrine">
  35.     <GameModifier>
  36.       <ModType>Player</ModType>
  37.       <Attribute>AbilityBonus</Attribute>
  38.       <StrVal>A_ManaRegeneration</StrVal>
  39.       <Value>1</Value>
  40.    <Provides>+1 Mana Regeneration</Provides>
  41.   </GameModifier>
  42.  </ImprovementType>
  43.  <ImprovementType InternalName="E_Air_Shrine">
  44.     <GameModifier>
  45.       <ModType>Player</ModType>
  46.       <Attribute>AbilityBonus</Attribute>
  47.       <StrVal>A_ManaRegeneration</StrVal>
  48.       <Value>1</Value>
  49.    <Provides>+1 Mana Regeneration</Provides>
  50.   </GameModifier>
  51.  </ImprovementType>
  52.  <ImprovementType InternalName="E_Earth_Shrine">
  53.     <GameModifier>
  54.       <ModType>Player</ModType>
  55.       <Attribute>AbilityBonus</Attribute>
  56.       <StrVal>A_ManaRegeneration</StrVal>
  57.       <Value>1</Value>
  58.    <Provides>+1 Mana Regeneration</Provides>
  59.   </GameModifier>
  60.  </ImprovementType>
  61.  <ImprovementType InternalName="E_Fire_Shrine">
  62.     <GameModifier>
  63.       <ModType>Player</ModType>
  64.       <Attribute>AbilityBonus</Attribute>
  65.       <StrVal>A_ManaRegeneration</StrVal>
  66.       <Value>1</Value>
  67.    <Provides>+1 Mana Regeneration</Provides>
  68.   </GameModifier>
  69.  </ImprovementType>
  70.  <ImprovementType InternalName="E_Water_Shrine">
  71.     <GameModifier>
  72.       <ModType>Player</ModType>
  73.       <Attribute>AbilityBonus</Attribute>
  74.       <StrVal>A_ManaRegeneration</StrVal>
  75.       <Value>1</Value>
  76.    <Provides>+1 Mana Regeneration</Provides>
  77.   </GameModifier>
  78.  </ImprovementType>
  79. </ImprovementTypes>

This will cause shards to provide mana regeneration. Be sure to delete the file after 1.10 comes out.

Reply #6 Top

Here's what you're looking for:

Essence Rune Mod

 

Right click and save link as... put it into your mods folder. Check the "Use Mods" option in game if you have it off. Start a new game to enjoy your MP pots.

 

From Mod Header:

<!--
Essence Rune Mod [REL - Release version]
 
 The mod copies the Essence Tablet that you can get from quests, and makes it buyable in cities lv2 and above for 100 gildar. In other words, you can buy mp pots that restore 10 mp for 100 Gold from your cities. Have fun.
 
  - Kalin
-->