Revert "Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev"

This reverts commit eb320cf4a8, reversing
changes made to b4b4b46625.
This commit is contained in:
edwardtheelbowhigh 2026-04-29 02:30:23 +01:00
parent eb320cf4a8
commit b01e22191f
28 changed files with 640 additions and 1424 deletions

View file

@ -4,26 +4,19 @@ reforge_crown_wenceslas_decision = {
}
desc = reforge_crown_wenceslas_decision_desc
decision_group_type = realm
sort_order = 100
selection_tooltip = reforge_crown_wenceslas_decision_tooltip
cooldown = { days = 1000 }
is_shown = {
AND = {
OR = {
any_character_artifact = {
has_variable = crown_wenceslas
}
has_title = title:k_bohemia
}
NOT = {
any_character_artifact = {
has_variable = crown_wenceslas_reforged
}
OR = {
any_character_artifact = {
has_variable = crown_wenceslas
}
has_title = title:k_bohemia
}
}
}
is_valid = {
has_title = title:k_bohemia
@ -32,8 +25,8 @@ reforge_crown_wenceslas_decision = {
custom_tooltip = {
text = must_have_crown_wenceslas
any_character_artifact = {
has_variable = crown_wenceslas
}
has_name = crown_wenceslas_name
}
}
}
@ -49,7 +42,7 @@ reforge_crown_wenceslas_decision = {
}
every_character_artifact = {
limit = {
has_variable = crown_wenceslas
has_name = crown_wenceslas_name
}
destroy_artifact = this
}
@ -65,7 +58,7 @@ reforge_crown_wenceslas_decision = {
quality = scope:quality
culture = root.culture
decaying = no
save_scope_as = crown_wenceslas_reforged
save_scope_as = newly_created_artifact
history = {
location = root.capital_province
actor = root
@ -73,16 +66,11 @@ reforge_crown_wenceslas_decision = {
type = created_before_history
}
}
scope:crown_wenceslas_reforged = {
set_variable = { name = historical_unique_artifact value = yes }
set_variable = crown_wenceslas_reforged
save_scope_as = epic
}
}
}
ai_check_interval = { 500 }
ai_will_do = {
base = 50
base = 15
}
}