religions outfitted
This commit is contained in:
parent
c770f78a27
commit
54da5c3a5b
110 changed files with 68595 additions and 23 deletions
38
common/script_values/00_regional_values.txt
Normal file
38
common/script_values/00_regional_values.txt
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
#############
|
||||
# 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue