Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 5

# Skeletal trait = physique_variable 100+

is_skeletal = {
opposites = {
is_malnourished
is_thin
is_normal
is_chubby
is_fat
is_obese
is_enormous
}
# replaces severely_underweight modifier
health = -2
diplomacy = -2
martial = -4
combat_rating = -50
fertility = -0.5
sex_appeal_opinion = -10
general_opinion = -30

# No longer able to rule on their own


incapacitating = yes

random = no
customizer = no
#needs custom insults
male_insult = INSULT_WEAKLING
female_insult = INSULT_CORPSE
male_insult_adj = INSULT_STARVED
female_insult_adj = INSULT_STARVED

male_compliment_adj = COMPL_FRUGAL
female_compliment_adj = COMPL_FRUGAL

ai_zeal = -20
}
# Starving trait = physique_variable -99 to -60
is_starving = {
opposites = {
is_skeletal
is_malnourished
is_thin
is_normal
is_chubby
is_fat
is_obese
is_enormous
}

health = -1
martial = -2
diploimacy = -1
combat_rating = -25
fertility = -0.25
general_opinion = -15

random = no
customizer = no
#needs custom insults
male_insult = INSULT_WEAKLING
female_insult = INSULT_CORPSE
male_insult_adj = INSULT_STARVED
female_insult_adj = INSULT_STARVED

male_compliment_adj = COMPL_FRUGAL
female_compliment_adj = COMPL_FRUGAL

ai_zeal = -10
}
# Malnourished trait = physique_variable -59 to -40
is_malnourished = {
opposites = {
is_skeletal
is_starving
is_thin
is_normal
is_chubby
is_fat
is_obese
is_enormous
}

health = -0.5
martial = -1
combat_rating = -5
fertility = -0.1
general_opinion = -5

random = no
customizer = no
#needs custom insults
male_insult = INSULT_WEAKLING
female_insult = INSULT_CORPSE
male_insult_adj = INSULT_STARVED
female_insult_adj = INSULT_STARVED

male_compliment_adj = COMPL_FRUGAL
female_compliment_adj = COMPL_FRUGAL

ai_zeal = -10
}
# Thin trait = physique_variable -39 to -20
is_malnourished = {
opposites = {
is_skeletal
is_starving
is_malnourished
is_normal
is_chubby
is_fat
is_obese
is_enormous
}

combat_rating = -10
fertility = -0.05
same_opinion = 5
random = no
customizer = no

male_insult = INSULT_WEAKLING
female_insult = INSULT_CORPSE
male_insult_adj = INSULT_STARVED
female_insult_adj = INSULT_STARVED

male_compliment_adj = COMPL_FRUGAL
female_compliment_adj = COMPL_FRUGAL

ai_zeal = -5
}

# Normal trait = physique_variable -19 to 19


is_malnourished = {
opposites = {
is_skeletal
is_starving
is_malnourished
is_thin
is_chubby
is_fat
is_obese
is_enormous
}

general_opinion = 5

random = no
customizer = no
hidden_from_others = yes
# Only visible for player to limit trait bloat on UI, could be made fully
invisible
}

# Chubby trait = physique_variable 20 to 39


is_chubby = {
opposites = {
is_skeletal
is_starving
is_malnourished
is_thin
is_normal
is_fat
is_obese
is_enormous
}

combat_rating = -5
tribal_opinion = -5
same_opinion = 5

random = no
customizer = no

ai_zeal = -5
}

# Fat trait = physique_variable 40 to 59


is_fat = {

opposites = {
is_skeletal
is_starving
is_malnourished
is_thin
is_normal
is_chubby
is_obese
is_enormous
}
health = -0.5
martial = -1
combat_rating = -10
tribal_opinion = -5

random = no
customizer = no

male_insult = INSULT_FATPIG
female_insult = INSULT_SOW
male_insult_adj = INSULT_BLOATED
female_insult_adj = INSULT_BLOATED

male_compliment_adj = COMPL_MAGNIFICENT
female_compliment_adj = COMPL_MAGNIFICENT

ai_zeal = -10

# Obese trait = physique_variable 60 to 99


is_obese = {

opposites = {
is_skeletal
is_starving
is_malnourished
is_thin
is_normal
is_chubby
is_fat
is_enormous
}

health = -1
martial = -2
diploimacy = -1
combat_rating = -25
tribal_opinion = -5
fertility = -0.25

random = no
customizer = no
male_insult = INSULT_FATPIG
female_insult = INSULT_SOW
male_insult_adj = INSULT_BLOATED
female_insult_adj = INSULT_BLOATED

male_compliment_adj = COMPL_MAGNIFICENT
female_compliment_adj = COMPL_MAGNIFICENT

ai_zeal = -10

}
# Enormous trait = physique_variable 60 to 99
is_enormous = {

opposites = {
is_skeletal
is_starving
is_malnourished
is_thin
is_normal
is_chubby
is_fat
is_obese
}
# replaces obese_modifier
health = -2
martial = -4
diploimacy = -2
combat_rating = -50
tribal_opinion = -10
fertility = -0.5
general_opinion = -20
sex_appeal_opinion = -10

# Physically immmobile
incapacitating = yes

random = no
customizer = no

#needs custom insults


male_insult = INSULT_FATPIG
female_insult = INSULT_SOW
male_insult_adj = INSULT_BLOATED
female_insult_adj = INSULT_BLOATED

male_compliment_adj = COMPL_MAGNIFICENT
female_compliment_adj = COMPL_MAGNIFICENT

ai_zeal = -20

You might also like