Jump to content

Morale: Difference between revisions

From OpenDominion
references to prestige
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
<code>((Range - 0.40) * 100 / 7) - 5</code>
<code>((Range - 0.40) * 100 / 7) - 5</code>


You cannot invade if your morale is below 80%.
You cannot invade if your morale is below 70%.


Exploring is not limited by morale.
Exploring is not limited by morale.
Line 17: Line 17:
<code>Bonus * Morale Penalty</code>
<code>Bonus * Morale Penalty</code>


The Morale Penalty is calculated as <code>0.9 + (Morale / 1000)</code>
The Morale Penalty is calculated as <code>0.9 + (Morale / 1000)</code> where morale is represented as a whole number such as 95 for 95% morale


Morale affects [[Prestige]] gains differently than above, which can be found in the [[Prestige]] page.
Morale affects [[Prestige]] gains differently than above, which can be found in the [[Prestige]] page.

Latest revision as of 15:57, 31 October 2025

Morale is an aspect of your dominion which affects your OP and DP. In some cases it can affect your Prestige gains from attacking. It is reduced by exploration and invading.

Drop[edit]

Invading causes an immediate drop of 5% for attacks 75% and greater of your land size. For hits below 75%, the following formula is used as well:

((Range - 0.40) * 100 / 7) - 5

You cannot invade if your morale is below 70%.

Exploring is not limited by morale.

Effect[edit]

Morale is a multiplicative bonus.

Bonus * Morale Penalty

The Morale Penalty is calculated as 0.9 + (Morale / 1000) where morale is represented as a whole number such as 95 for 95% morale

Morale affects Prestige gains differently than above, which can be found in the Prestige page.

Refresh[edit]

Morale refreshes by 6% per hour when under 80% and by 3% when 80% or higher.

See Also[edit]