That should help. I'll let you know how it goes!
Thanks! 
Next stupid question. For clarity, here's a lost tome that provides a bonus to spell research.
<GameItemType InternalName="BookOfArcaneKnowledge">
<!-- Item Display Name/Description-->
<DisplayName>Hosten: The untold story</DisplayName>
<Description>Reading this tome bestows a considerable amount of Arcane Knowledge for use in learning new spells.</Description>
<ShopValue>80</ShopValue>
<!-- Item Graphics -->
<IconFile>gfx\items\RegularBook2.png</IconFile>
<TintR>123</TintR>
<TintG>16</TintG>
<TintB>255</TintB>
<!-- Item Sound FX -->
<SFX>TurnPageMagical_03</SFX>
<!-- Item Modifiers -->
<GameModifier InternalName="Reward1">
<ModType>Player</ModType>
<Attribute>SpellPointBonus</Attribute>
<Value>25</Value>
</GameModifier>
</GameItemType>
I'd like to change this to a spell that can be researched continuously, that provides a one turn bonus to the number of research points you are accumulating. Using Refined_Arcania_Amarian as the template:
<TechDef InternalName="Refined_Arcania_Amarian">
<DisplayName>Refined Arcana</DisplayName>
<Description>This breakthrough gives our settlements a 10% bonus to Arcane Knowledge production and can be researched continuously. Shard researchers continue to improve the quality of the studies and experiments involved in providing the kingdom with Arcane Knowledge with increasingly positive results.</Description>
<Image>Building_Human_Wizard Tower1.png</Image>
<Rarity>100</Rarity>
<Category>Magic</Category>
<Infinite>1</Infinite>
-snip-
<GameModifier>
<ModType>Player</ModType>
<Attribute>AbilityBonus</Attribute>
<StrVal>A_SpellPoints</StrVal>
<Value>10</Value>
</GameModifier>
-snip-
</TechDef>
I want to change the Value effect to, say a 25% boost to accumulated spell points, or a 50% bonus to the number of spell points generated that turn (only). And make a similar spell for a boost to Gildar. What would be the best way to express this?
An Elemental Variable Bible would be REALLY nice around now...
This is to simulate the effect I've seen in some other games where you focus your research staff in another direction (Example: neglecting tech to focus on production).