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
This commit is contained in:
GoTouchSomeGrass314 2026-04-25 19:01:13 +02:00
parent 811167944e
commit 97a21eb593
8 changed files with 201 additions and 9 deletions

View file

@ -38,9 +38,9 @@ create_artifact_crown_wenceslas_effect = { # Crown of Saint Wenceslas
name = crown_wenceslas_name
description = crown_wenceslas_description
modifier = crown_wenceslas_modifier
template = crown_iron_template
template = generic_template
type = pedestal
visuals = crown_court
visuals = crown_wenceslas_court
wealth = scope:wealth
quality = scope:quality
decaying = no
@ -140,4 +140,62 @@ create_artifact_codex_gigas_effect = { # Codex Gigas - largest medieval manuscri
set_variable = codex_gigas
save_scope_as = epic
}
}
create_artifact_crown_stephen_effect = { # Crown of St. Stephen
$OWNER$ = { save_scope_as = owner }
set_artifact_rarity_illustrious = yes
create_artifact = {
name = crown_stephen_name
description = crown_stephen_description
modifier = crown_stephen_modifier
template = generic_template
type = helmet
visuals = pedestal_justinian
wealth = scope:wealth
quality = scope:quality
decaying = no
save_scope_as = newly_created_artifact
history = {
type = created_before_history
date = 1100.1.1
location = province:3581 #Višegrad
}
}
scope:newly_created_artifact = {
set_variable = { name = historical_unique_artifact value = yes }
set_variable = crown_stephen
save_scope_as = epic
}
}
create_artifact_crown_charlemagne_effect = { # Crown of St. Stephen
$OWNER$ = { save_scope_as = owner }
set_artifact_rarity_illustrious = yes
create_artifact = {
name = crown_charlemagne_name
description = crown_charlemagne_description
modifier = crown_charlemagne_modifier
template = generic_template
type = helmet
visuals = crown
wealth = scope:wealth
quality = scope:quality
decaying = no
save_scope_as = newly_created_artifact
history = {
type = created_before_history
date = 1804.1.1
location = province:2333 #Paris
}
}
scope:newly_created_artifact = {
set_variable = { name = historical_unique_artifact value = yes }
set_variable = crown_charlemagne
save_scope_as = epic
}
}