idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
|
|
@ -366,8 +366,7 @@ tax_collector_aptitude_major_increase = { value = 20 }
|
|||
|
||||
tax_collector_aptitude_massive_increase = { value = 25 }
|
||||
|
||||
|
||||
tax_collector_aptitude_score = {
|
||||
base_tax_collector_aptitude_score = {
|
||||
value = 1
|
||||
add = {
|
||||
value = diplomacy
|
||||
|
|
@ -498,15 +497,29 @@ tax_collector_aptitude_score = {
|
|||
desc = traditions_cheaper_value
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
is_landed = yes
|
||||
}
|
||||
add = {
|
||||
value = -10
|
||||
desc = court_position_landed_penalty
|
||||
}
|
||||
}
|
||||
|
||||
# Flag Check (for debug/event usage) - Use debug.9610
|
||||
if = {
|
||||
limit = { has_character_flag = is_guaranteed_excellent_tax_collector }
|
||||
add = 110
|
||||
add = 130
|
||||
}
|
||||
|
||||
add = court_position_aptitude_family_business_value
|
||||
add = court_position_aptitude_eunuch_tradition_value
|
||||
}
|
||||
|
||||
tax_collector_aptitude_score = {
|
||||
value = base_tax_collector_aptitude_score
|
||||
|
||||
# Viziers
|
||||
if = {
|
||||
|
|
@ -533,7 +546,7 @@ tax_collector_aptitude_score = {
|
|||
}
|
||||
add = {
|
||||
value = {
|
||||
value = liege.diarch.tax_collector_aptitude_score
|
||||
value = liege.diarch.base_tax_collector_aptitude_score
|
||||
# But remove the buff the vizier got from the SoP swing or things'll get ridiculous.
|
||||
subtract = diarch_aptitude_helps_tax_collectors_buffed_by_swing_value
|
||||
# Now, reduce according to the correct percentage.
|
||||
|
|
@ -551,7 +564,7 @@ tax_collector_aptitude_score = {
|
|||
}
|
||||
add = {
|
||||
value = {
|
||||
value = liege.diarch.tax_collector_aptitude_score
|
||||
value = liege.diarch.base_tax_collector_aptitude_score
|
||||
# But remove the buff the vizier got from the SoP swing or things'll get ridiculous.
|
||||
subtract = diarch_aptitude_helps_tax_collectors_buffed_by_swing_value
|
||||
# Now, reduce according to the correct percentage.
|
||||
|
|
@ -569,7 +582,7 @@ tax_collector_aptitude_score = {
|
|||
}
|
||||
add = {
|
||||
value = {
|
||||
value = liege.diarch.tax_collector_aptitude_score
|
||||
value = liege.diarch.base_tax_collector_aptitude_score
|
||||
# But remove the buff the vizier got from the SoP swing or things'll get ridiculous.
|
||||
subtract = diarch_aptitude_helps_tax_collectors_buffed_by_swing_value
|
||||
# Now, reduce according to the correct percentage.
|
||||
|
|
@ -587,7 +600,7 @@ tax_collector_aptitude_score = {
|
|||
}
|
||||
add = {
|
||||
value = {
|
||||
value = liege.diarch.tax_collector_aptitude_score
|
||||
value = liege.diarch.base_tax_collector_aptitude_score
|
||||
# But remove the buff the vizier got from the SoP swing or things'll get ridiculous.
|
||||
subtract = diarch_aptitude_helps_tax_collectors_buffed_by_swing_value
|
||||
# Now, reduce according to the correct percentage.
|
||||
|
|
@ -979,6 +992,10 @@ fp3_request_invasion_troop_value_bonus_levy_troops = {
|
|||
multiply = 100
|
||||
}
|
||||
|
||||
fp3_request_invasion_troop_value_bonus_levy_nomads = {
|
||||
value = fp3_request_invasion_troop_value_bonus_troops
|
||||
}
|
||||
|
||||
|
||||
|
||||
# The cost in gold of sponsoring a new research project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue