Strategic spells that "steal" resources?
Hi all,
I've got a couple of ideas for strategic spells that you cast on an enemy city... where the effect would be you get X resources. For example a "Thieves Infiltration" spell that you cast on an enemy city that gives the casting faction +10 gildar per city level (of the enemy city). It could conceivably be maintained on an ongoing basis so the effect is per turn.
I'm not sure if this is possible, can't think of a way. The modifier I've started out playing with is something like this...
<GameModifier>
<ModType>Resource</ModType>
<Attribute>Gold</Attribute>
<Value>10</Value>
<PerLevel>1</PerLevel>
<PerTurn>1</PerTurn>
<Provides>+10 Gildar per turn</Provides>
</GameModifier>
But this would give gold to the enemy if the target is <SpellTargetType>EnemyCity</SpellTargetType> :-(
What do you think.. is it possible somehow?
BTW (bonus question!)... anyone know if it's possible to get the city level in a <calculate> tag in a similar way to Unit_GetLevel because that <PerLevel> tag above doesn't seem to work in any case?
Cheers.