abend coa core tenenat terror of the sea, rename arathorn bonaparte
This commit is contained in:
parent
329c03fb52
commit
1248409565
5 changed files with 92 additions and 20 deletions
|
|
@ -854,27 +854,66 @@ carstana_dynasty = {
|
||||||
|
|
||||||
abend_dynasty={
|
abend_dynasty={
|
||||||
pattern="pattern_horizontal_split_01.dds"
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
color1=blue
|
color1=yellow
|
||||||
color2=blue
|
color2=yellow
|
||||||
color3=black
|
color3=blue
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
texture="ce_fess_lozenges.dds"
|
||||||
|
instance={
|
||||||
|
scale={ 1.000000 0.550000 }
|
||||||
|
depth=1.010000
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
colored_emblem={
|
colored_emblem={
|
||||||
color1=white
|
color1=white
|
||||||
texture="ce_star_06.dds"
|
texture="ce_circle_mask.dds"
|
||||||
instance={
|
instance={
|
||||||
position={ 0.500000 0.250000 }
|
position={ 0.500000 0.340000 }
|
||||||
scale={ 0.30000 0.30000 }
|
scale={ 0.160000 0.160000 }
|
||||||
|
depth=2.010000
|
||||||
}
|
}
|
||||||
|
|
||||||
instance={
|
instance={
|
||||||
position={ 0.500000 0.500000 }
|
position={ 0.500000 0.850000 }
|
||||||
scale={ 0.30000 0.30000 }
|
scale={ 0.160000 1.000000 }
|
||||||
}
|
depth=3.010000
|
||||||
instance={
|
|
||||||
position={ 0.500000 0.750000 }
|
|
||||||
scale={ 0.30000 0.30000 }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow_light
|
||||||
|
texture="ce_circle_mask.dds"
|
||||||
|
instance={
|
||||||
|
position={ 0.500000 0.340000 }
|
||||||
|
scale={ 0.200000 0.200000 }
|
||||||
|
depth=4.010000
|
||||||
|
}
|
||||||
|
|
||||||
|
instance={
|
||||||
|
position={ 0.500000 0.880000 }
|
||||||
|
scale={ 0.330000 1.000000 }
|
||||||
|
depth=5.010000
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
texture="ce_block_02.dds"
|
||||||
|
instance={
|
||||||
|
position={ 0.500000 0.550000 }
|
||||||
|
scale={ 1.000000 0.140000 }
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
weiser_dynasty={
|
weiser_dynasty={
|
||||||
pattern="pattern_horizontal_split_01.dds"
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
color1=red
|
color1=red
|
||||||
|
|
|
||||||
|
|
@ -204,9 +204,9 @@
|
||||||
unlock_voluntary_laampdom_faith = yes
|
unlock_voluntary_laampdom_faith = yes
|
||||||
can_travel_along_rivers = yes
|
can_travel_along_rivers = yes
|
||||||
#great_holy_wars_active = yes
|
#great_holy_wars_active = yes
|
||||||
ghw_no_hof_conversion_buffs_active = yes
|
#ghw_no_hof_conversion_buffs_active = yes
|
||||||
bonus_holy_war_piety_active = yes
|
#bonus_holy_war_piety_active = yes
|
||||||
pilgrimage_decision_active = yes
|
#pilgrimage_decision_active = yes
|
||||||
clergy_can_fight = yes
|
clergy_can_fight = yes
|
||||||
conquest_cb_enabled = yes
|
conquest_cb_enabled = yes
|
||||||
invasion_cb_enabled = yes
|
invasion_cb_enabled = yes
|
||||||
|
|
@ -215,7 +215,7 @@
|
||||||
#embarkation_cost_mult = -0.5
|
#embarkation_cost_mult = -0.5
|
||||||
naval_movement_speed_mult = 0.25
|
naval_movement_speed_mult = 0.25
|
||||||
#sea_travel_danger = medium_sea_danger_reduction
|
#sea_travel_danger = medium_sea_danger_reduction
|
||||||
accolade_glory_gain_mult = 0.2
|
#accolade_glory_gain_mult = 0.2
|
||||||
}
|
}
|
||||||
traits = {
|
traits = {
|
||||||
virtues = { brave loyal }
|
virtues = { brave loyal }
|
||||||
|
|
@ -223,6 +223,39 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
tenet_terror_of_the_seas = {
|
||||||
|
icon = core_tenet_rule_the_waves
|
||||||
|
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_tenet_cost_mid
|
||||||
|
|
||||||
|
# Multiplier for keeping same tenet
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = tenet_terror_of_the_seas }
|
||||||
|
multiply = faith_unchanged_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
is_shown = {
|
||||||
|
always = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
parameters = {
|
||||||
|
can_raid_at_sea_even_if_feudal = yes
|
||||||
|
piety_for_forced_conversions_active = yes
|
||||||
|
unlock_varangian_adventurer_cb = yes
|
||||||
|
|
||||||
|
unlock_voluntary_laampdom_faith = yes
|
||||||
|
}
|
||||||
|
character_modifier = {
|
||||||
|
naval_movement_speed_mult = 0.25
|
||||||
|
raid_speed = 0.50
|
||||||
|
no_disembark_penalty = yes
|
||||||
|
domain_tax_mult = -0.25
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###THELEMA###
|
###THELEMA###
|
||||||
|
|
|
||||||
|
|
@ -280,7 +280,7 @@
|
||||||
doctrine = doctrine_pluralism_pluralistic
|
doctrine = doctrine_pluralism_pluralistic
|
||||||
|
|
||||||
#Tenets
|
#Tenets
|
||||||
doctrine = tenet_astrology
|
doctrine = tenet_terror_of_the_seas
|
||||||
doctrine = tenet_ancestor_worship
|
doctrine = tenet_ancestor_worship
|
||||||
doctrine = tenet_rule_the_waves
|
doctrine = tenet_rule_the_waves
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -262,7 +262,7 @@
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_pursuit_of_power
|
doctrine = tenet_terror_of_the_seas
|
||||||
doctrine = tenet_ritual_celebrations
|
doctrine = tenet_ritual_celebrations
|
||||||
doctrine = tenet_ancestor_worship
|
doctrine = tenet_ancestor_worship
|
||||||
|
|
||||||
|
|
@ -287,7 +287,7 @@
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_warmonger
|
doctrine = tenet_terror_of_the_seas
|
||||||
doctrine = tenet_ritual_celebrations
|
doctrine = tenet_ritual_celebrations
|
||||||
doctrine = tenet_tax_nonbelievers
|
doctrine = tenet_tax_nonbelievers
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1334,7 +1334,7 @@ france_bonaparte_faramir ={
|
||||||
}
|
}
|
||||||
|
|
||||||
france_bonaparte_arathorn_2={
|
france_bonaparte_arathorn_2={
|
||||||
name = "Arathorn"
|
name = "Passepartout"
|
||||||
dynasty = bonaparte_dynasty
|
dynasty = bonaparte_dynasty
|
||||||
religion = numenorian
|
religion = numenorian
|
||||||
culture = picard
|
culture = picard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue