diff --git a/common/religion/doctrines/00_core_tenets.txt b/common/religion/doctrines/00_core_tenets.txt index 10e9a55799..6ecb1e799a 100644 --- a/common/religion/doctrines/00_core_tenets.txt +++ b/common/religion/doctrines/00_core_tenets.txt @@ -1787,55 +1787,55 @@ } # Warcraft (we have better ways of telling the future, but not everyone likes them...) - # tenet_astrology = { - # icon = core_tenet_astrology - - # piety_cost = { - # if = { - # limit = { - # OR = { - # # Warcraft - # like_christianity_religion_trigger = yes - # like_judaism_religion_trigger = yes - # like_islam_religion_trigger = yes - # } - # } - # value = faith_tenet_cost_high - # } - # else_if = { - # limit = { - # OR = { - # # Warcraft - # like_zoroastrianism_religion_trigger = yes - # like_pagan_religion_trigger = yes - # } - # } - # value = faith_tenet_cost_low - # } - # else = { - # value = faith_tenet_cost_mid - # } - - # # Multiplier for keeping same tenet - # if = { - # limit = { has_doctrine = tenet_astrology } - # multiply = faith_unchanged_doctrine_cost_mult - # } - # } + tenet_astrology = { + icon = core_tenet_astrology + + piety_cost = { + if = { + limit = { + OR = { + # Warcraft + like_christianity_religion_trigger = yes + like_judaism_religion_trigger = yes + like_islam_religion_trigger = yes + } + } + value = faith_tenet_cost_high + } + else_if = { + limit = { + OR = { + # Warcraft + like_zoroastrianism_religion_trigger = yes + like_pagan_religion_trigger = yes + } + } + value = faith_tenet_cost_low + } + else = { + value = faith_tenet_cost_mid + } + + # Multiplier for keeping same tenet + if = { + limit = { has_doctrine = tenet_astrology } + multiply = faith_unchanged_doctrine_cost_mult + } + } - # # Warcraft - # is_shown = { - # tenet_moon_worship_allowed_trigger = no - # } - - # parameters = { - # divine_the_stars_active = yes - # } - - # character_modifier = { - # naval_movement_speed_mult = 0.25 - # } - #} + # Warcraft + is_shown = { + always = no + } + + parameters = { + divine_the_stars_active = yes + } + + character_modifier = { + naval_movement_speed_mult = 0.25 + } + } tenet_hedonistic = { icon = core_tenet_hedonistic @@ -3899,7 +3899,7 @@ } tenet_arcane_scrying = { - icon = core_tenet_astrology + icon = tenet_arcane_scrying piety_cost = { if = { diff --git a/gfx/interface/icons/faith_doctrines/tenet_arcane_scrying.dds b/gfx/interface/icons/faith_doctrines/tenet_arcane_scrying.dds new file mode 100644 index 0000000000..74e0de1fbf Binary files /dev/null and b/gfx/interface/icons/faith_doctrines/tenet_arcane_scrying.dds differ