N3OW/common/subject_contracts/contracts/wanua.txt
2026-03-09 06:16:12 +00:00

75 lines
1.1 KiB
Text

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
}
}
}