Notice something wrong, missing, or unsatisfactory? Feel free to fix it yourself, or contact Support

Difference between revisions of "Meditation"

From Medieval Europe
Jump to: navigation, search
(Meditation (Holiday Mode))
(For how long i can stay in meditation mode?)
Line 18: Line 18:
 
'''Without Noble Status'''
 
'''Without Noble Status'''
  
     max meditation days = min(round(age / 10), 180) days
+
     max meditation days = min(round( age ^ 1.2 / 10), 180) days
  
 
'''Character with Noble status (with at least 30 days left)'''
 
'''Character with Noble status (with at least 30 days left)'''
  
   max meditation days = min(round(age / 5), 180) days
+
   max meditation days = min(round(age ^ 1.2 / 5), 180) days
  
 
==What are the costs==
 
==What are the costs==

Revision as of 12:25, 17 September 2013

Contents

Meditation (Holiday Mode)

A player can decide to go in meditation (Holiday mode) by selecting the link Meditate in the Explore Region screen. While in meditation mode, the character:

  • Cannot be arrested
  • Cannot be imprisoned
  • Doesn't need to eat

Basicly the glut won't decrease and the character while in meditation mode, cannot die.

For how long i can stay in meditation mode?

The maximum time a character can stay in meditation mode depends on two factors:

  • Character age
  • Owning the noble bonus

Without Noble Status

   max meditation days = min(round( age ^ 1.2 / 10), 180) days

Character with Noble status (with at least 30 days left)

  max meditation days = min(round(age ^ 1.2 / 5), 180) days

What are the costs

Costs are based on the following formula:

  Cost = round ( tariff * days )

where tatiffs are:

Meditation days Cost per day Total Cost
1 5 5
7 5 35
15 4 60
30 3 90
60 2,5 150
>= 90 2 180

Does some sort of cooldown exist?

Yes. You will need to wait at least 15 days between a meditation period and another.

Personal tools