vg-mod-ck3/master/common/script_values/give_military_host_script_v...

193 lines
3.4 KiB
Plaintext

give_military_interaction_gold_cost_small = {
value = 250
if = {
limit = {
exists = scope:actor
}
scope:actor.culture = {
if = {
limit = {
has_cultural_era_or_later = culture_era_late_medieval
}
multiply = 3
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_high_medieval
}
multiply = 1.5
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_early_medieval
}
multiply = 1.25
}
else = {
multiply = 0.75
}
}
}
round = yes
}
give_military_interaction_gold_cost_medium = {
value = 500
if = {
limit = {
exists = scope:actor
}
scope:actor.culture = {
if = {
limit = {
has_cultural_era_or_later = culture_era_late_medieval
}
multiply = 3
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_high_medieval
}
multiply = 1.5
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_early_medieval
}
multiply = 1.25
}
else = {
multiply = 0.75
}
}
}
round = yes
}
give_military_interaction_gold_cost_large = {
value = 1000
if = {
limit = {
exists = scope:actor
}
scope:actor.culture = {
if = {
limit = {
has_cultural_era_or_later = culture_era_late_medieval
}
multiply = 3
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_high_medieval
}
multiply = 1.5
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_early_medieval
}
multiply = 1.25
}
else = {
multiply = 0.75
}
}
}
round = yes
}
give_military_interaction_prestige_cost_small = {
value = 100
if = {
limit = {
exists = scope:actor
}
scope:actor.culture = {
if = {
limit = {
has_cultural_era_or_later = culture_era_late_medieval
}
multiply = 3
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_high_medieval
}
multiply = 1.5
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_early_medieval
}
multiply = 1.25
}
else = {
multiply = 0.75
}
}
}
round = yes
}
give_military_interaction_prestige_cost_medium = {
value = 250
if = {
limit = {
exists = scope:actor
}
scope:actor.culture = {
if = {
limit = {
has_cultural_era_or_later = culture_era_late_medieval
}
multiply = 3
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_high_medieval
}
multiply = 1.5
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_early_medieval
}
multiply = 1.25
}
else = {
multiply = 0.75
}
}
}
round = yes
}
give_military_interaction_prestige_cost_large = {
value = 500
if = {
limit = {
exists = scope:actor
}
scope:actor.culture = {
if = {
limit = {
has_cultural_era_or_later = culture_era_late_medieval
}
multiply = 3
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_high_medieval
}
multiply = 1.5
}
else_if = {
limit = {
has_cultural_era_or_later = culture_era_early_medieval
}
multiply = 1.25
}
else = {
multiply = 0.75
}
}
}
round = yes
}