38 lines
565 B
Text
38 lines
565 B
Text
|
|
#############
|
||
|
|
# SAHARA & SAHEL
|
||
|
|
#############
|
||
|
|
|
||
|
|
local_slave_gold_value = { #How much would a colossal slave raid fetch from this place?
|
||
|
|
value = monthly_income
|
||
|
|
multiply = 10
|
||
|
|
|
||
|
|
#Sensible max-mins.
|
||
|
|
min = 30
|
||
|
|
max = 100
|
||
|
|
|
||
|
|
#Give a whole number.
|
||
|
|
ceiling = yes
|
||
|
|
}
|
||
|
|
|
||
|
|
slaver_reparations_value = {
|
||
|
|
value = monthly_character_income
|
||
|
|
|
||
|
|
#Sensible max-mins.
|
||
|
|
min = 10
|
||
|
|
max = 120
|
||
|
|
|
||
|
|
#Give a whole number.
|
||
|
|
ceiling = yes
|
||
|
|
}
|
||
|
|
|
||
|
|
selfish_liege_slave_gold_value = {
|
||
|
|
value = monthly_income
|
||
|
|
multiply = 5
|
||
|
|
|
||
|
|
#Sensible max-mins.
|
||
|
|
min = 15
|
||
|
|
max = 80
|
||
|
|
|
||
|
|
#Give a whole number.
|
||
|
|
ceiling = yes
|
||
|
|
}
|