religions outfitted
This commit is contained in:
parent
c770f78a27
commit
54da5c3a5b
110 changed files with 68595 additions and 23 deletions
44
common/script_values/00_relation_values.txt
Normal file
44
common/script_values/00_relation_values.txt
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Default relation opinions
|
||||
default_friend_opinion = 15
|
||||
default_rival_opinion = -15
|
||||
default_lover_opinion = 15
|
||||
|
||||
#Rivalry score adjustments
|
||||
minor_rival_score_gain = 10
|
||||
medium_rival_score_gain = 20
|
||||
major_rival_score_gain = 30
|
||||
massive_rival_score_gain = 40
|
||||
|
||||
#Rivalry score diff thresholds
|
||||
minor_story_owner_advantage = 10
|
||||
medium_story_owner_advantage = 30
|
||||
major_story_owner_advantage = 50
|
||||
minor_target_rival_advantage = -10
|
||||
medium_target_rival_advantage = -30
|
||||
major_target_rival_advantage = -50
|
||||
|
||||
# Existing Relationship Tallies
|
||||
sum_friends_and_rivals_tally_value = {
|
||||
value = 0
|
||||
every_relation = {
|
||||
type = friend
|
||||
add = 1
|
||||
}
|
||||
every_relation = {
|
||||
type = rival
|
||||
add = 1
|
||||
}
|
||||
}
|
||||
sum_potential_friends_and_potential_rivals_tally_value = {
|
||||
value = 0
|
||||
every_relation = {
|
||||
type = potential_friend
|
||||
add = 1
|
||||
}
|
||||
every_relation = {
|
||||
type = potential_rival
|
||||
add = 1
|
||||
}
|
||||
}
|
||||
|
||||
getwomanmangirlboy_age_threshold_value = 20
|
||||
Loading…
Add table
Add a link
Reference in a new issue