unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
|
|
@ -0,0 +1,25 @@
|
|||
##################################################
|
||||
# #BP2 Templates
|
||||
|
||||
#Imaginary Friend
|
||||
bp2_imaginary_friend_template = {
|
||||
#General
|
||||
age = root.age
|
||||
faith = root.faith
|
||||
culture = root.culture # Ensure they have the same ethnicity as root
|
||||
dynasty = none
|
||||
|
||||
random_traits = no
|
||||
|
||||
gender_female_chance = {
|
||||
if = {
|
||||
limit = { root = { is_female = yes } }
|
||||
value = 0
|
||||
}
|
||||
else = { value = 100 }
|
||||
}
|
||||
|
||||
after_creation = {
|
||||
copy_inheritable_appearance_from = root
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue