Skip to content

Commit

Permalink
trees
Browse files Browse the repository at this point in the history
  • Loading branch information
Grekopithikos committed Nov 30, 2023
1 parent 64f75f0 commit 644edf7
Show file tree
Hide file tree
Showing 7 changed files with 421 additions and 23 deletions.
145 changes: 132 additions & 13 deletions common/buildings/wc_special_buildings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -863,14 +863,20 @@ obelisk_of_the_sun_01 = {

cost_gold = 2000

province_modifier = {
development_growth_factor = 0.2
monthly_income = 2
}
character_modifier = {
advantage = 5
monthly_dynasty_prestige_mult = 0.05
monthly_piety_from_buildings_mult = 0.12
cultural_head_fascination_add = 1
desert_advantage = 8
floodplains_advantage = 8
}

county_modifier = {
development_growth = 0.2
levy_size = 0.15
levy_size = 0.1
}

ai_value = {
Expand Down Expand Up @@ -906,13 +912,20 @@ obelisk_of_the_moon_01 = {

cost_gold = 300

province_modifier = {
development_growth_factor = 0.2
monthly_income = 2
}
character_modifier = {
naval_movement_speed_mult = 0.25
embarkation_cost_mult = -0.25
monthly_piety_from_buildings_mult = 0.12
cultural_head_fascination_add = 1
desert_advantage = 8
floodplains_advantage = 8
}

province_modifier = {
monthly_income = 1

county_modifier = {
development_growth = 0.2
levy_size = 0.1
}

ai_value = {
Expand Down Expand Up @@ -948,13 +961,20 @@ obelisk_of_the_stars_01 = {

cost_gold = 300

province_modifier = {
development_growth_factor = 0.2
monthly_income = 2
}
character_modifier = {
naval_movement_speed_mult = 0.25
embarkation_cost_mult = -0.25
monthly_piety_from_buildings_mult = 0.12
cultural_head_fascination_add = 1
desert_advantage = 8
floodplains_advantage = 8
}

province_modifier = {
monthly_income = 1

county_modifier = {
development_growth = 0.2
levy_size = 0.1
}

ai_value = {
Expand Down Expand Up @@ -1713,4 +1733,103 @@ falanaar_tunnels_01 = {
has_innovation = innovation_hive_breeding
}
}
}

##########
# World Trees
##########

nordrassil = {
type_icon = "icon_structure_atul_aman.dds"

province_modifier = {
development_growth_factor = -0.5
fort_level = 12

}
character_modifier = {
health = 1.5
negate_learning_penalty_add = 5
monthly_piety_gain_mult = 0.05
archers_pursuit_add = 4
archers_damage_add = 2
caster_damage_add = 2
}

type = special
flag = travel_point_of_interest_learning
}

teldrassil = {
type_icon = "icon_structure_atul_aman.dds"

province_modifier = {
development_growth_factor = -0.5
fort_level = 12
}
character_modifier = {
health = 5
negate_learning_penalty_add = 5
monthly_piety_gain_mult = 0.05
archers_pursuit_add = 4
archers_damage_add = 2
caster_damage_add = 2
}

type = special
flag = travel_point_of_interest_learning
}
andrassil = {
type_icon = "icon_structure_atul_aman.dds"

province_modifier = {
development_growth_factor = -0.3
fort_level = 12
}
character_modifier = {
negate_learning_penalty_add = 3
monthly_piety_gain_mult = 0.05
archers_pursuit_add = 4
archers_damage_add = 2
caster_damage_add = 2
}

type = special
flag = travel_point_of_interest_learning
}
vordrassil = {
type_icon = "icon_structure_atul_aman.dds"

province_modifier = {
development_growth_factor = -0.3
fort_level = 12
}
character_modifier = {
negate_learning_penalty_add = 3
monthly_piety_gain_mult = 0.05
archers_pursuit_add = 4
archers_damage_add = 2
caster_damage_add = 2
}

type = special
flag = travel_point_of_interest_learning
}
shaladrassil = {
type_icon = "icon_structure_atul_aman.dds"

province_modifier = {
development_growth_factor = -0.3
fort_level = 12
}
character_modifier = {
negate_learning_penalty_add = 3
monthly_piety_gain_mult = 0.05
archers_pursuit_add = 4
archers_damage_add = 2
caster_damage_add = 2
}

type = special
flag = travel_point_of_interest_learning
}
Loading

0 comments on commit 644edf7

Please sign in to comment.