level 7
以下是比武大会获得酒桶的代码
5 = { # Wine Tun 酒桶
trigger = {
scope:$CONTEST$_winner = {
has_royal_court = yes
drinks_alcohol_trigger = yes
}
scope:host = {
drinks_alcohol_trigger = yes
culture = { has_cultural_era_or_later = culture_era_high_medieval }
}
}
hidden_effect_new_object = {
# Get artifact quality, wealth, materials, and decorations
get_artifact_quality_effect = yes
get_artifact_wealth_effect = yes
create_artifact = {
name = tournament_prize_tun_barrel_name
creator = scope:host
description = placeholder # Will be regenerated in the post-creation effects
type = tun_barrel
visuals = tun_barrel
modifier = artifact_placeholder_modifier
wealth = scope:wealth
quality = scope:quality
history = {
type = prize_created
recipient = scope:host
}
save_scope_as = newly_created_artifact
}
scope:newly_created_artifact = {
set_artifact_description = artifact_tun_barrel_description
# Add artifact modifiers
add_scaled_artifact_modifier_grandeur_small_effect = yes
add_scaled_artifact_modifier_minor_prestige_effect = yes
if = {
limit = {
OR = {
rarity = famed
rarity = illustrious
}
}
add_scaled_artifact_modifier_rulership_effect = yes
}
}
}
}
2023年08月04日 17点08分