vikingnephilim / VikingShattered

Shattered World Mod for EU4 - includes religion updates, new tags, new NIs, mission tweaks, new formable nations.
Apache License 2.0
5 stars 2 forks source link

Suggestion to fix muslim piety #36

Closed Thorfindel closed 4 years ago

Thorfindel commented 4 years ago

Goal: make Muslim republics viable by lowering loss of piety at ruler death. Goal 1: make Muslim DOWs interact more logically with peity by flipping piety loss/gain when you DOW (non-)Muslims.

Current state, found in defines.lua:

    PIETY_PERCENTAGE_AT_NEW_RULER = 0.25,           -- percentage of piety kept at new ruler.
    PIETY_INCREASE_AT_GOOD_WAR = 0.25,
    PIETY_DECREASE_AT_BAD_WAR = -0.33,

Suggestion to change to:

    PIETY_PERCENTAGE_AT_NEW_RULER = 080,            -- percentage of piety kept at new ruler.
    PIETY_INCREASE_AT_GOOD_WAR = -0.25,
    PIETY_DECREASE_AT_BAD_WAR = 0.25,
vikingnephilim commented 4 years ago

added by you!