Jump to content

Conversion: Difference between revisions

From OpenDominion
m 1 revision imported
Jomutta (talk | contribs)
Update based on R26 changes
Line 3: Line 3:
== Formula ==
== Formula ==


The standard formula for conversion is:
Conversions are based on the target's DP.  Over-sending will not grant higher conversions.  If multiple units have a conversion ability, conversions are calculated based on highest conversion rate first.


<code>min(Converting Units * 6%, Defensive Casualties * 1.65) * Land Ratio</code>
  UnitsNeededToBreakDP * ConversionRate * LandRatio^2


With Parasitic Hunger cast, the formula is changed to:
where LandRatio is  
 
  TargetLand / AttackerLand
<code>min(Converting Units * 9%, Defensive Casualties * 1.65) * Land Ratio</code>
 
Land Ratio is <code>Defender Size / Attacker Size</code>.
 
Since it is limited by the number of [[casualties]] suffered by the defender, attacking immortal units will not yield any conversions.

Revision as of 17:01, 5 December 2021

Conversion is an ability of some Undead, Spirit, and Lycanthrope units, whereby some enemy casualties are converted into your units when you successfully invade a target.

Formula

Conversions are based on the target's DP. Over-sending will not grant higher conversions. If multiple units have a conversion ability, conversions are calculated based on highest conversion rate first.

 UnitsNeededToBreakDP * ConversionRate * LandRatio^2

where LandRatio is

 TargetLand / AttackerLand