Excavation starting
This commit is contained in:
parent
ab0d893250
commit
21f3ff5fe3
19 changed files with 7723 additions and 2 deletions
122
common/traits/NEOW_traits.txt
Normal file
122
common/traits/NEOW_traits.txt
Normal file
|
|
@ -0,0 +1,122 @@
|
|||
lifestyle_antiquarian = {
|
||||
icon = hunter.dds
|
||||
category = lifestyle
|
||||
same_opinion = 10
|
||||
ruler_designer_cost = 20
|
||||
stress_loss_mult = 0.05
|
||||
diplomacy = 1
|
||||
|
||||
desc = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
NOT = { exists = this }
|
||||
}
|
||||
desc = trait_lifestyle_antiquarian_desc
|
||||
}
|
||||
desc = trait_lifestyle_antiquarian_character_desc
|
||||
}
|
||||
}
|
||||
|
||||
tracks = {
|
||||
archaeologist = {
|
||||
50 = {
|
||||
stress_loss_mult = 0.05
|
||||
prowess = 1
|
||||
health = 0.05
|
||||
learning = 1
|
||||
glory_hound_opinion = 5
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_valued
|
||||
monthly_prestige = 0.5
|
||||
glory_hound_same_culture_opinion = 5
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_pious
|
||||
monthly_piety = 0.3
|
||||
glory_hound_same_faith_opinion = 5
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = forest_trait_bonuses
|
||||
forest_advantage = 1
|
||||
taiga_advantage = 1
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = jungle_trait_bonuses
|
||||
jungle_advantage = 1
|
||||
}
|
||||
}
|
||||
100 = {
|
||||
stress_loss_mult = 0.1
|
||||
prowess = 2
|
||||
health = 0.15
|
||||
learning = 1
|
||||
glory_hound_opinion = 10
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_valued
|
||||
monthly_prestige = 0.5
|
||||
glory_hound_same_culture_opinion = 5
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_pious
|
||||
monthly_piety = 0.4
|
||||
glory_hound_same_faith_opinion = 5
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = forest_trait_bonuses
|
||||
forest_advantage = 1
|
||||
taiga_advantage = 1
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = jungle_trait_bonuses
|
||||
jungle_advantage = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
surveyer = {
|
||||
50 = {
|
||||
attraction_opinion = 5
|
||||
stewardship = 1
|
||||
learning = 1
|
||||
courtly_opinion = 5
|
||||
monthly_prestige = 0.25
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_valued
|
||||
monthly_prestige = 0.5
|
||||
courtly_same_culture_opinion = 5
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_pious
|
||||
monthly_piety = 0.15
|
||||
courtly_same_faith_opinion = 5
|
||||
}
|
||||
}
|
||||
100 = {
|
||||
attraction_opinion = 5
|
||||
stewardship = 2
|
||||
learning = 1
|
||||
courtly_opinion = 10
|
||||
monthly_prestige = 0.5
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_valued
|
||||
monthly_prestige = 0.5
|
||||
courtly_same_culture_opinion = 5
|
||||
}
|
||||
culture_modifier = {
|
||||
parameter = hunting_traits_more_pious
|
||||
monthly_piety = 0.4
|
||||
courtly_same_faith_opinion = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
compatibility = {
|
||||
brave = @pos_compat_low
|
||||
diligent = @pos_compat_low
|
||||
craven = @neg_compat_low
|
||||
lazy = @neg_compat_low
|
||||
}
|
||||
|
||||
ai_energy = 15
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue