push
This commit is contained in:
parent
e460144cdc
commit
9a54c59545
32 changed files with 6078 additions and 37 deletions
139
common/subject_contracts/contracts/default_tributary.txt
Normal file
139
common/subject_contracts/contracts/default_tributary.txt
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
default_tributary_taxes = {
|
||||
display_mode = tree
|
||||
icon = gold_icon
|
||||
obligation_levels = {
|
||||
tributary_tax_none = {
|
||||
position = { 0 0 }
|
||||
|
||||
tax = 0
|
||||
subject_opinion = 5
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 10
|
||||
score = 1
|
||||
}
|
||||
tributary_tax_low = {
|
||||
parent = tributary_tax_none
|
||||
position = { 1 0 }
|
||||
|
||||
tax = normal_tributary_tax
|
||||
subject_opinion = -5
|
||||
|
||||
ai_liege_desire = {
|
||||
value = 2
|
||||
if = {
|
||||
limit = {
|
||||
scope:liege = {
|
||||
ai_should_focus_on_building_in_their_capital = yes
|
||||
}
|
||||
}
|
||||
add = 4
|
||||
}
|
||||
}
|
||||
ai_subject_desire = 5
|
||||
score = 0
|
||||
}
|
||||
tributary_tax_high = {
|
||||
default = yes
|
||||
parent = tributary_tax_low
|
||||
position = { 2 0 }
|
||||
|
||||
tax = high_tributary_tax
|
||||
subject_opinion = -25
|
||||
|
||||
ai_liege_desire = {
|
||||
value = 3
|
||||
if = {
|
||||
limit = {
|
||||
scope:liege = {
|
||||
ai_should_focus_on_building_in_their_capital = yes
|
||||
}
|
||||
}
|
||||
add = 6
|
||||
}
|
||||
}
|
||||
ai_subject_desire = 0
|
||||
score = -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
default_tributary_levies = {
|
||||
display_mode = tree
|
||||
icon = soldier_icon
|
||||
obligation_levels = {
|
||||
tributary_levies_exempt = {
|
||||
position = { 0 0 }
|
||||
|
||||
levies = 0
|
||||
subject_opinion = 10
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 5
|
||||
score = 2
|
||||
}
|
||||
tributary_levies_low = {
|
||||
parent = tributary_levies_exempt
|
||||
default = yes
|
||||
position = { 1 0 }
|
||||
|
||||
levies = 0.25
|
||||
subject_opinion = 5
|
||||
|
||||
ai_liege_desire = 2
|
||||
ai_subject_desire = 4
|
||||
score = 1
|
||||
}
|
||||
tributary_levies_high = {
|
||||
parent = tributary_levies_low
|
||||
position = { 2 0 }
|
||||
|
||||
levies = 0.5
|
||||
subject_opinion = -15
|
||||
|
||||
ai_liege_desire = 4
|
||||
ai_subject_desire = 2
|
||||
score = -1
|
||||
flag = obligation_high_levies
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
default_tributary_prestige = {
|
||||
display_mode = tree
|
||||
icon = prestige_icon
|
||||
obligation_levels = {
|
||||
prestige_transfer_none = {
|
||||
position = { 0 0 }
|
||||
|
||||
prestige = 0
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 5
|
||||
score = 2
|
||||
}
|
||||
prestige_transfer_normal = {
|
||||
default = yes
|
||||
parent = prestige_transfer_none
|
||||
position = { 1 0 }
|
||||
|
||||
prestige = normal_prestige_transfer
|
||||
subject_opinion = -10
|
||||
|
||||
ai_liege_desire = 5
|
||||
ai_subject_desire = 3
|
||||
score = 1
|
||||
}
|
||||
prestige_transfer_high = {
|
||||
parent = prestige_transfer_normal
|
||||
position = { 2 0 }
|
||||
|
||||
prestige = high_prestige_transfer
|
||||
subject_opinion = -25
|
||||
|
||||
ai_liege_desire = 7
|
||||
ai_subject_desire = 1
|
||||
score = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue