Skip to content

Commit

Permalink
add icon, change how old tenet was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-h committed Feb 16, 2024
1 parent 42b1ca3 commit 7e2c24f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions common/religion/doctrines/00_core_tenets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -3899,7 +3899,7 @@
}

tenet_arcane_scrying = {
icon = core_tenet_astrology
icon = tenet_arcane_scrying

piety_cost = {
if = {
Expand Down
Binary file not shown.

0 comments on commit 7e2c24f

Please sign in to comment.