push
This commit is contained in:
parent
e460144cdc
commit
9a54c59545
32 changed files with 6078 additions and 37 deletions
255
common/subject_contracts/contracts/mandala.txt
Normal file
255
common/subject_contracts/contracts/mandala.txt
Normal file
|
|
@ -0,0 +1,255 @@
|
|||
mandala_government_piety = {
|
||||
display_mode = tree
|
||||
icon = religious_icon
|
||||
obligation_levels = {
|
||||
mandala_piety_low = {
|
||||
position = { 0 0 }
|
||||
|
||||
piety = 0.05
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 5
|
||||
score = 1
|
||||
flag = obligation_piety_low
|
||||
}
|
||||
mandala_piety_normal = {
|
||||
parent = mandala_piety_low
|
||||
position = { 1 0 }
|
||||
default = yes
|
||||
|
||||
piety = 0.10
|
||||
subject_opinion = -10
|
||||
|
||||
ai_liege_desire = 5
|
||||
ai_subject_desire = 3
|
||||
score = 0
|
||||
flag = obligation_piety_normal
|
||||
}
|
||||
mandala_piety_high = {
|
||||
parent = mandala_piety_normal
|
||||
position = { 2 0 }
|
||||
|
||||
piety = 0.15
|
||||
subject_opinion = -25
|
||||
|
||||
ai_liege_desire = 7
|
||||
ai_subject_desire = 1
|
||||
score = -1
|
||||
flag = obligation_piety_high
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mandala_government_taxes = {
|
||||
display_mode = tree
|
||||
icon = gold_icon
|
||||
obligation_levels = {
|
||||
mandala_tax_exempt = {
|
||||
position = { 0 0 }
|
||||
|
||||
tax = exempt_feudal_tax
|
||||
subject_opinion = 10
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 5
|
||||
score = 2
|
||||
flag = obligation_tax_exempt
|
||||
}
|
||||
mandala_tax_low = {
|
||||
parent = mandala_tax_exempt
|
||||
position = { 1 0 }
|
||||
|
||||
tax = low_feudal_tax
|
||||
subject_opinion = 5
|
||||
|
||||
ai_liege_desire = {
|
||||
value = 2
|
||||
if = {
|
||||
limit = {
|
||||
scope:liege = {
|
||||
ai_should_focus_on_building_in_their_capital = yes
|
||||
}
|
||||
}
|
||||
add = 8
|
||||
}
|
||||
}
|
||||
ai_subject_desire = 4
|
||||
score = 1
|
||||
flag = obligation_tax_low
|
||||
}
|
||||
mandala_tax_normal = {
|
||||
default = yes
|
||||
parent = mandala_tax_low
|
||||
position = { 2 0 }
|
||||
|
||||
tax = normal_feudal_tax
|
||||
|
||||
ai_liege_desire = {
|
||||
value = 3
|
||||
if = {
|
||||
limit = {
|
||||
scope:liege = {
|
||||
ai_should_focus_on_building_in_their_capital = yes
|
||||
}
|
||||
}
|
||||
add = 7
|
||||
}
|
||||
}
|
||||
ai_subject_desire = 3
|
||||
score = 0
|
||||
flag = obligation_tax_normal
|
||||
}
|
||||
mandala_tax_high = {
|
||||
parent = mandala_tax_normal
|
||||
position = { 3 0 }
|
||||
|
||||
tax = high_feudal_tax
|
||||
subject_opinion = -15
|
||||
|
||||
ai_liege_desire = {
|
||||
value = 4
|
||||
if = {
|
||||
limit = {
|
||||
scope:liege = {
|
||||
ai_should_focus_on_building_in_their_capital = yes
|
||||
}
|
||||
}
|
||||
add = 6
|
||||
}
|
||||
}
|
||||
ai_subject_desire = 2
|
||||
score = -1
|
||||
flag = obligation_tax_high
|
||||
}
|
||||
mandala_tax_extortionate = {
|
||||
parent = mandala_tax_high
|
||||
position = { 4 0 }
|
||||
|
||||
tax = extortionate_feudal_tax
|
||||
subject_opinion = -25
|
||||
|
||||
ai_liege_desire = {
|
||||
value = 5
|
||||
if = {
|
||||
limit = {
|
||||
scope:liege = {
|
||||
ai_should_focus_on_building_in_their_capital = yes
|
||||
}
|
||||
}
|
||||
add = 5
|
||||
}
|
||||
}
|
||||
ai_subject_desire = 1
|
||||
score = -2
|
||||
flag = obligation_tax_extortionate
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mandala_government_levies = {
|
||||
display_mode = tree
|
||||
icon = soldier_icon
|
||||
obligation_levels = {
|
||||
mandala_levies_exempt = {
|
||||
position = { 0 0 }
|
||||
|
||||
levies = 0
|
||||
subject_opinion = 10
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 5
|
||||
score = 2
|
||||
flag = obligation_levies_exempt
|
||||
}
|
||||
mandala_levies_low = {
|
||||
default = yes
|
||||
parent = mandala_levies_exempt
|
||||
position = { 1 0 }
|
||||
|
||||
levies = 0.1
|
||||
subject_opinion = 5
|
||||
|
||||
ai_liege_desire = 2
|
||||
ai_subject_desire = 4
|
||||
score = 1
|
||||
flag = obligation_levies_low
|
||||
}
|
||||
mandala_levies_medium = {
|
||||
parent = mandala_levies_low
|
||||
position = { 2 0 }
|
||||
|
||||
levies = 0.25
|
||||
|
||||
ai_liege_desire = 3
|
||||
ai_subject_desire = 3
|
||||
score = 0
|
||||
flag = obligation_levies_medium
|
||||
}
|
||||
mandala_levies_high = {
|
||||
parent = mandala_levies_medium
|
||||
position = { 3 0 }
|
||||
|
||||
levies = 0.35
|
||||
subject_opinion = -15
|
||||
|
||||
ai_liege_desire = 4
|
||||
ai_subject_desire = 2
|
||||
score = -1
|
||||
flag = obligation_levies_high
|
||||
}
|
||||
mandala_levies_extortionate = {
|
||||
parent = mandala_levies_high
|
||||
position = { 4 0 }
|
||||
|
||||
levies = 0.5
|
||||
subject_opinion = -25
|
||||
|
||||
ai_liege_desire = 5
|
||||
ai_subject_desire = 1
|
||||
score = -2
|
||||
flag = obligation_levies_extortionate
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mandala_government_prestige = {
|
||||
display_mode = tree
|
||||
icon = prestige_icon
|
||||
obligation_levels = {
|
||||
mandala_prestige_low = {
|
||||
position = { 0 0 }
|
||||
|
||||
prestige = 0.05
|
||||
|
||||
ai_liege_desire = 1
|
||||
ai_subject_desire = 5
|
||||
score = 1
|
||||
flag = obligation_prestige_low
|
||||
}
|
||||
mandala_prestige_normal = {
|
||||
default = yes
|
||||
parent = mandala_prestige_low
|
||||
position = { 1 0 }
|
||||
|
||||
prestige = 0.1
|
||||
subject_opinion = -10
|
||||
|
||||
ai_liege_desire = 5
|
||||
ai_subject_desire = 3
|
||||
score = 0
|
||||
flag = obligation_prestige_normal
|
||||
}
|
||||
mandala_prestige_high = {
|
||||
parent = mandala_prestige_normal
|
||||
position = { 2 0 }
|
||||
|
||||
prestige = 0.25
|
||||
subject_opinion = -25
|
||||
|
||||
ai_liege_desire = 7
|
||||
ai_subject_desire = 1
|
||||
score = -1
|
||||
flag = obligation_prestige_high
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue