push
This commit is contained in:
parent
e460144cdc
commit
9a54c59545
32 changed files with 6078 additions and 37 deletions
75
common/subject_contracts/contracts/wanua.txt
Normal file
75
common/subject_contracts/contracts/wanua.txt
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
wanua_obligations = {
|
||||
obligation_levels = {
|
||||
default = {
|
||||
levies = {
|
||||
value = 0
|
||||
max = 1
|
||||
scope:liege = {
|
||||
add = {
|
||||
value = 0.1
|
||||
multiply = legitimacy_level
|
||||
}
|
||||
}
|
||||
}
|
||||
tax = {
|
||||
value = 0
|
||||
max = 0.5
|
||||
scope:liege = {
|
||||
add = {
|
||||
value = 0.05
|
||||
multiply = legitimacy_level
|
||||
}
|
||||
}
|
||||
}
|
||||
barter_goods = {
|
||||
value = 0
|
||||
max = 0.5
|
||||
scope:liege = {
|
||||
add = {
|
||||
value = 0.05
|
||||
multiply = legitimacy_level
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
barter_goods_obligations = {
|
||||
display_mode = tree
|
||||
icon = barter_icon
|
||||
obligation_levels = {
|
||||
barter_goods_low = {
|
||||
position = { 0 0 }
|
||||
|
||||
barter_goods = low_barter_goods_tax
|
||||
|
||||
ai_liege_desire = 2
|
||||
ai_subject_desire = 4
|
||||
|
||||
score = 1
|
||||
}
|
||||
barter_goods_medium = {
|
||||
parent = barter_goods_low
|
||||
position = { 1 0 }
|
||||
default = yes
|
||||
|
||||
barter_goods = medium_barter_goods_tax
|
||||
|
||||
ai_liege_desire = 3
|
||||
ai_subject_desire = 3
|
||||
|
||||
score = 0
|
||||
}
|
||||
barter_goods_high = {
|
||||
parent = barter_goods_medium
|
||||
position = { 2 0 }
|
||||
barter_goods = high_barter_goods_tax
|
||||
|
||||
ai_liege_desire = 4
|
||||
ai_subject_desire = 2
|
||||
|
||||
score = -1
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue