N3OW/events/artifacts/NEOW_historical_artifacts_events.txt
GoTouchSomeGrass314 97a21eb593 Updated artifacts for 1.19, more artifacts and one decision
Added the Crown of St. Stephen and Napoleons Crown of Charlemagne ; Also added the decision to reforge the Crown of St. Wenceslas
2026-04-25 19:01:13 +02:00

52 lines
No EOL
928 B
Text

historical_artifacts.999 = {
scope = none
hidden = yes
immediate = {
if = {
limit = {
has_dlc_feature = royal_court
exists = title:d_moravia.holder
}
title:d_moravia.holder = {
create_artifact_crown_wenceslas_effect = { OWNER = this }
}
}
}
immediate = {
if = {
limit = {
has_dlc_feature = royal_court
exists = title:k_sweden.holder
}
title:k_sweden.holder = {
create_artifact_codex_gigas_effect = { OWNER = this }
}
}
}
immediate = {
if = {
limit = {
has_dlc_feature = royal_court
exists = title:d_bohemia.holder
}
title:d_bohemia.holder = {
create_artifact_sword_wenceslas_effect = { OWNER = this }
}
}
}
immediate = {
title:d_bacs.holder = {
create_artifact_crown_stephen_effect = { OWNER = this }
}
}
immediate = {
title:k_france.holder = {
create_artifact_crown_charlemagne_effect = { OWNER = this }
}
}
}