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

@ -2,4 +2,14 @@
default_type = pedestal
icon = { reference = artifact_sword_wenceslas.dds }
asset = { reference = ep1_northern_sword_01_a_entity }
}
crown_wenceslas_court = {
icon = "artifact_crown.dds"
default_type = pedestal
pedestal = "tall_pillow"
asset = {
reference = male_headgear_secular_western_royalty_02_artifact_entity
}
}

View file

@ -0,0 +1,76 @@
reforge_crown_wenceslas_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/decision_smith.dds"
}
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 = {
OR = {
any_character_artifact = {
has_variable = crown_wenceslas
}
has_title = title:k_bohemia
}
}
is_valid = {
has_title = title:k_bohemia
prestige_level >= high_prestige_level
piety_level >= high_piety_level
custom_tooltip = {
text = must_have_crown_wenceslas
any_character_artifact = {
has_name = crown_wenceslas_name
}
}
}
cost = {
gold = 750
prestige = 500
}
effect = {
if = {
limit = {
has_name = crown_wenceslas_name
}
every_character_artifact = {
limit = {
has_name = crown_wenceslas_name
}
destroy_artifact = this
}
set_artifact_rarity_illustrious = yes
create_artifact = {
name = crown_wenceslas_name
description = crown_wenceslas_reforged_description
modifier = crown_wenceslas_reforged_modifier
template = generic_template
type = pedestal
visuals = crown_wenceslas_court
wealth = scope:wealth
quality = scope:quality
culture = root.culture
decaying = no
save_scope_as = newly_created_artifact
history = {
location = root.capital_province
actor = root
recipient = root
type = created_before_history
}
}
}
}
ai_check_interval = { 500 }
ai_will_do = {
base = 15
}
}

View file

@ -1,6 +1,6 @@
crown_wenceslas_modifier = {
court_grandeur_baseline_add = 5
monthly_piety_gain_mult = 0.10
court_grandeur_baseline_add = 3
monthly_piety_gain_mult = 0.05
monthly_dynasty_prestige_mult = 0.02
monthly_prestige_gain_mult = 0.02
vassal_limit = 5
@ -20,4 +20,28 @@ sword_wenceslas_modifier = {
monthly_dynasty_prestige_mult = 0.05
courtier_and_guest_opinion = 5
legitimacy_gain_mult = 0.05
}
crown_wenceslas_reforged_modifier = {
vassal_tax_mult = 0.05
court_grandeur_baseline_add = 5
monthly_piety_gain_mult = 0.10
monthly_piety = 0.10
monthly_dynasty_prestige_mult = 0.05
monthly_prestige_gain_mult = 0.05
vassal_limit = 5
}
crown_stephen_modifier = {
vassal_limit = 5
monthly_dynasty_prestige_mult = 0.05
monthly_prestige_gain_mult = 0.05
diplomacy_per_piety_level = 1
}
crown_charlemagne_modifier = {
vassal_limit = 10
monthly_dynasty_prestige_mult = 0.03
monthly_prestige = 0.15
martial_per_prestige_level = 1
}

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
}
}

View file

@ -8,6 +8,7 @@
}
}
NEOW_is_czech_king_trigger = {
scope:owner = { has_title = title:k_bohemia }
}
# Doesent Work (for some reason i do not know)
#NEOW_is_czech_king_trigger = {
# scope:owner = { has_title = title:k_bohemia }
#}