irlaned religions stuff

This commit is contained in:
edwardtheelbowhigh 2025-12-29 03:00:00 +00:00
parent cf26b0cf6d
commit 6b48d1aefc
12 changed files with 243 additions and 29 deletions

View file

@ -5574,3 +5574,129 @@ k_papal_state={
} }
} }
d_patriarch_dublin={
pattern="pattern_solid.dds"
color1=blue
color2=yellow
color3=red
colored_emblem={
color1=white
texture="ce_block_02.dds"
instance={
position={ 0.500000 0.590000 }
scale={ 0.150000 0.190000 }
depth=3.010000
}
instance={
position={ 0.500000 0.450000 }
scale={ 0.060000 0.390000 }
depth=9.010000
}
}
colored_emblem={
color1=yellow
texture="ce_bend_thin.dds"
instance={
position={ 1.000000 0.000000 }
scale={ 1.000000 -1.000000 }
depth=5.010000
}
instance={
position={ 0.000000 0.000000 }
depth=7.010000
}
}
colored_emblem={
color1=yellow_light
color2=yellow_light
texture="ce_cross_06.dds"
instance={
position={ 0.500000 0.180000 }
scale={ 0.210000 0.210000 }
depth=1.010000
}
}
colored_emblem={
color1=white
texture="ce_circle.dds"
instance={
position={ 0.500000 0.950000 }
scale={ 0.220000 0.220000 }
depth=2.010000
}
}
colored_emblem={
color1=grey
texture="ce_block_02.dds"
instance={
position={ 0.500000 0.850000 }
scale={ 0.070000 0.140000 }
depth=10.010000
}
}
colored_emblem={
color1=white
texture="ce_bendlet.dds"
instance={
position={ 1.000000 0.000000 }
scale={ 1.000000 -1.000000 }
depth=4.010000
}
instance={
position={ 0.000000 0.000000 }
depth=6.010000
}
}
colored_emblem={
color1=yellow
texture="ce_block_02.dds"
instance={
position={ 0.500000 0.610000 }
scale={ 0.240000 0.430000 }
depth=8.010000
}
}
colored_emblem={
color1=black
texture="ce_crosslet_fitchy.dds"
instance={
position={ 0.500000 0.620000 }
scale={ 0.130000 0.130000 }
}
instance={
position={ 0.500000 0.480000 }
scale={ 0.130000 0.130000 }
}
instance={
position={ 0.2500000 0.250000 }
scale={ 0.130000 0.130000 }
rotation = 315
}
instance={
position={ 0.7500000 0.250000 }
scale={ 0.130000 0.130000 }
rotation = 45
}
}
}

View file

@ -2527,7 +2527,7 @@ e_britannia = {
d_ulster = { d_ulster = {
color = { 100 157 1 } color = { 100 157 1 }
capital = c_ulster capital = c_antrim
cultural_names = { cultural_names = {
name_list_irish = cn_ulaidh name_list_irish = cn_ulaidh
@ -3098,7 +3098,7 @@ e_britannia = {
d_munster = { d_munster = {
color = { 70 150 15 } color = { 70 150 15 }
capital = c_thomond # Cork capital = c_desmond # Cork
cultural_names = { cultural_names = {
name_list_irish = cn_an_mhumhain name_list_irish = cn_an_mhumhain

View file

@ -75,6 +75,25 @@ d_united_grand_lodge = {
} }
d_patriarch_dublin = {
color = { 20 165 20 }
definite_form = yes
ruler_uses_title_name = no
landless = yes
capital = c_armagh
ai_primary_priority = {
add = @always_primary_score
}
destroy_if_invalid_heir = yes
no_automatic_claims = yes
always_follows_primary_heir = yes
de_jure_drift_disabled = yes
}
k_fashion = { # Kingdom of Fashion from Establish a New Fashion at Court decision k_fashion = { # Kingdom of Fashion from Establish a New Fashion at Court decision
color = { 140 45 165 } color = { 140 45 165 }
landless = yes landless = yes

View file

@ -80,6 +80,7 @@ on_game_start = {
add_confederation_member = title:d_leinster.holder add_confederation_member = title:d_leinster.holder
add_confederation_member = title:d_connacht.holder add_confederation_member = title:d_connacht.holder
add_confederation_member = title:d_meath.holder add_confederation_member = title:d_meath.holder
add_confederation_member = title:d_patriarch_dublin.holder
add_confederation_member = title:c_ormond.holder add_confederation_member = title:c_ormond.holder
add_confederation_member = title:c_ennis.holder add_confederation_member = title:c_ennis.holder
add_confederation_member = title:c_cavan.holder add_confederation_member = title:c_cavan.holder

View file

@ -256,8 +256,9 @@ standrews = {
perth = { perth = {
county = c_gowrie county = c_gowrie
character_modifier = {
flag = jerusalem_conversion_bonus # +20% County Conversion levy_size = 0.15
}
} }
belfast = { belfast = {
@ -273,7 +274,8 @@ dublin = {
county = c_dublin county = c_dublin
character_modifier = { character_modifier = {
martial = 2 cultural_head_fascination_mult = 0.05
monthly_county_control_growth_factor = 0.05
} }
} }
@ -630,6 +632,23 @@ iona = {
# +20% County Conversion Speed in the British Isles # +20% County Conversion Speed in the British Isles
flag = iona_conversion_bonus flag = iona_conversion_bonus
} }
## Mountain where patrick fasted and banished the snakes, Pilgramage Site
croagh_patrick = {
county = c_mayo
character_modifier = {
supply_duration = 0.2
prowess_per_stress_level = 1
}
}
## St Patrick Purgatory, Pilgramage site
lough_derg = {
county = c_ailech
character_modifier = {
monthly_piety_gain_mult = 0.05
}
}
# Bosnian Church # Bosnian Church

View file

@ -405,15 +405,17 @@
color = { 188 179 75 } color = { 188 179 75 }
icon = celtic icon = celtic
religious_head = k_papal_state religious_head = d_patriarch_dublin
graphical_faith = "catholic_gfx" graphical_faith = "catholic_gfx"
#placeholder holy sites #placeholder holy sites
# Uncomment once 0.3 starts being worked on # holy_site = jerusalem # Uncomment once 0.3 starts being worked on # holy_site = jerusalem
holy_site = rome holy_site = dublin
holy_site = cologne holy_site = london
holy_site = santiago holy_site = armagh
holy_site = kent holy_site = iona
holy_site = croagh_patrick
holy_site = lough_derg
#holy_site = segrada_familia #holy_site = segrada_familia
#Special Tolerance | placeholder #Special Tolerance | placeholder
@ -476,6 +478,9 @@
WaterGodSheHe = CHARACTER_SHEHE_HE WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM WaterGodHerHim = CHARACTER_HERHIM_HIM
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
} }
} }
sevillian = { sevillian = {

View file

@ -2804,7 +2804,7 @@ britannia_arthur_crowtemple = {
} }
} }
britannia_kate_crowtemple = { britannia_kate_crowtemple = {
name="Kate" # Founder of the British Empire name="Kate" #
dynasty_house = house_britannia_crowtemple dynasty_house = house_britannia_crowtemple
religion=old_thelema religion=old_thelema
culture=souflander culture=souflander
@ -2823,7 +2823,7 @@ britannia_kate_crowtemple = {
} }
} }
britannia_mordred_crowtemple = { britannia_mordred_crowtemple = {
name="Mordred" # Founder of the British Empire name="Mordred" #
dynasty_house = house_britannia_crowtemple dynasty_house = house_britannia_crowtemple
religion=old_thelema religion=old_thelema
culture=souflander culture=souflander
@ -2841,3 +2841,21 @@ britannia_mordred_crowtemple = {
death=yes death=yes
} }
} }
britannia_orourke_john = {
name="John"
dynasty = dynasty_rourke
religion=celtic
culture=irish
trait=education_learning_3
trait=just
trait=strong
trait=gregarious
trait=wrathful
2485.2.28={
birth=yes
}
2600.1.1={
death=yes
}
}

View file

@ -274,7 +274,7 @@
holding = castle_holding holding = castle_holding
} }
1552 = { 1552 = {
holding = temple_holding holding = church_holding
} }
1553 = { 1553 = {
holding = none holding = none
@ -1483,8 +1483,8 @@
###c_armagh ###c_armagh
17 = { 17 = {
culture = norner culture = norner
holding = castle_holding holding = church_holding
religion = anglican_england religion = celtic
} }
9668 = { 9668 = {
holding = none holding = none

View file

@ -9,6 +9,16 @@ d_ulster = {
holder = britannia_russel_john #John Russel holder = britannia_russel_john #John Russel
} }
} }
c_antrim = {
2538.1.1 = {
holder = britannia_russel_john #John Russel
}
}
c_down = {
2538.1.1 = {
holder = britannia_russel_john #John Russel
}
}
c_derry = { c_derry = {
2538.1.1 = { 2538.1.1 = {
holder = britannia_trimble_david #David Trimble holder = britannia_trimble_david #David Trimble
@ -52,7 +62,7 @@ c_ormond = {
} }
c_tipperary = { c_tipperary = {
2538.1.1 = { 2538.1.1 = {
holder = britannia_guinness_arthur #Arthur Guinness holder = britannia_colbrugha_michael #Mícheál Colbrugha
} }
} }
@ -61,11 +71,6 @@ d_leinster = {
holder = britannia_dev_eamon #Éamon Dev holder = britannia_dev_eamon #Éamon Dev
} }
} }
c_ossory = {
2538.1.1 = {
holder = britannia_parnel_charles #Charles Parnel
}
}
c_laois = { c_laois = {
2538.1.1 = { 2538.1.1 = {
holder = britannia_guinness_arthur #Arthur Guinness holder = britannia_guinness_arthur #Arthur Guinness
@ -98,11 +103,7 @@ c_westmeath = {
holder = britannia_farrell_ceannaidh #Ceannaidh O'Farrell holder = britannia_farrell_ceannaidh #Ceannaidh O'Farrell
} }
} }
c_oriel = {
2538.1.1 = {
holder = britannia_dev_eamon #Éamon Dev
}
}
d_connacht = { d_connacht = {
2538.1.1 = { 2538.1.1 = {
@ -120,3 +121,19 @@ c_connacht = {
liege = d_connacht liege = d_connacht
} }
} }
c_armagh = {
2550.1.1 = {
holder = britannia_orourke_john
}
}
c_oriel = {
2550.1.1 = {
holder = britannia_orourke_john
}
}
c_ossory = {
2538.1.1 = {
holder = britannia_parnel_charles #Charles Parnel
}
}

View file

@ -35,6 +35,13 @@ d_united_grand_lodge = {
} }
} }
d_patriarch_dublin = {
2550.1.1 = {
holder = britannia_orourke_john
}
}
#d_novelist_high_king = { #d_novelist_high_king = {
# 2554.1.1 = { # 2554.1.1 = {
# holder = 0 # holder = 0

View file

@ -38,11 +38,11 @@
sebastianist_religious_head_title:0 "WIP" sebastianist_religious_head_title:0 "WIP"
sebastianist_religious_head_title_name:0 "WIP" sebastianist_religious_head_title_name:0 "WIP"
celtic:0 "Celtic Rite" celtic:0 "British"
celtic_adj:0 "Celtic" celtic_adj:0 "Celtic"
celtic_adherent:0 "Celtic Catholic" celtic_adherent:0 "Celtic Catholic"
celtic_adherent_plural:0 "Celtic Catholics" celtic_adherent_plural:0 "Celtic Catholics"
celtic_desc:0 "The Celtic Rite of the Roman Catholic Church was founded shortly after the restoration of the Holy See, given to the remaining Catholics of the British Isles due to their distance from the Pope, as well as to reinforce the Church in Britain ahead of the rise of the occultist British Empire. Though still in total communion with Rome, the Patriarch of Dublin oversees all temporal matters of the Church in Britain, while other more spiritual matters eventually find their way into the Pope's hands in Rome." celtic_desc:0 "The Irish Catholic Church was founded shortly after the restoration of the Holy See, declared Sui Iuris by the pope to minister to all remaining Catholics of the British Isles due to their distance from the Pope, as well as to reinforce the Church in Britain ahead of the rise of the occultist British Empire. Though still in total communion with Rome, the Patriarch of Armargh oversees all temporal matters of the Church in Britain, while other more spiritual matters eventually find their way into the Pope's hands in Rome."
illuminated:0 "Illuminated Lodges" illuminated:0 "Illuminated Lodges"
illuminated_adj:0 "Illuminated" illuminated_adj:0 "Illuminated"

View file

@ -25291,3 +25291,5 @@
b_miltenberg:0 "Miltenberg" b_miltenberg:0 "Miltenberg"
c_darmstadt:0 "Darmstadt" c_darmstadt:0 "Darmstadt"
c_darmstadt_adj:0 "Darmstadt" c_darmstadt_adj:0 "Darmstadt"
d_patriarch_dublin:0 "Patriarch of Armargh"
d_patriarch_dublin_adj:0 "Patriarchal"