holy order stuff
This commit is contained in:
parent
112eb6e726
commit
bc93a9f67c
3 changed files with 176 additions and 2 deletions
|
|
@ -12926,6 +12926,176 @@ k_bashkiria = {
|
|||
}
|
||||
}
|
||||
|
||||
d_greek_catholic_hof={
|
||||
pattern="pattern_solid.dds"
|
||||
color1=red
|
||||
color2=white
|
||||
colored_emblem={
|
||||
color1=black
|
||||
color2=black
|
||||
texture="ce_frame_circle_borre_single.dds"
|
||||
instance={
|
||||
position={ 0.450000 0.570000 }
|
||||
scale={ 0.080000 0.080000 }
|
||||
depth=4.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=white
|
||||
texture="ce_cross_patriarchal_hungary.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.470000 }
|
||||
depth=14.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.485000 }
|
||||
scale={ 0.250000 0.333000 }
|
||||
depth=9.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.195000 }
|
||||
scale={ 1.000000 0.125000 }
|
||||
depth=15.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_star_06.dds"
|
||||
instance={
|
||||
position={ 0.200000 0.130000 }
|
||||
scale={ 0.200000 0.200000 }
|
||||
depth=10.010000
|
||||
}
|
||||
|
||||
instance={
|
||||
position={ 0.800000 0.130000 }
|
||||
scale={ 0.200000 0.200000 }
|
||||
depth=11.010000
|
||||
}
|
||||
|
||||
instance={
|
||||
position={ 0.500000 0.880000 }
|
||||
scale={ 0.200000 0.200000 }
|
||||
depth=12.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=black
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.520000 }
|
||||
scale={ 0.020000 0.020000 }
|
||||
depth=7.010000
|
||||
}
|
||||
|
||||
instance={
|
||||
position={ 0.500000 0.380000 }
|
||||
scale={ 0.020000 0.020000 }
|
||||
depth=8.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=black
|
||||
texture="ce_letter_y.dds"
|
||||
instance={
|
||||
position={ 0.550000 0.570000 }
|
||||
scale={ 0.100000 0.100000 }
|
||||
depth=3.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=black
|
||||
texture="ce_letter_m.dds"
|
||||
instance={
|
||||
position={ 0.450000 0.450000 }
|
||||
scale={ 0.100000 0.100000 }
|
||||
depth=6.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_cross_patriarchal_hungary.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.515000 }
|
||||
scale={ 1.000000 -1.000000 }
|
||||
depth=16.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=black
|
||||
texture="ce_letter_p.dds"
|
||||
instance={
|
||||
position={ 0.550000 0.450000 }
|
||||
scale={ 0.100000 0.100000 }
|
||||
depth=5.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
color2=green
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.500000 1.000000 }
|
||||
scale={ 0.395000 0.460000 }
|
||||
depth=13.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=black
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
position={ 0.450000 0.570000 }
|
||||
scale={ 0.095000 0.005000 }
|
||||
}
|
||||
|
||||
instance={
|
||||
position={ 0.500000 0.380000 }
|
||||
scale={ 0.165000 0.005000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
instance={
|
||||
position={ 0.500000 0.520000 }
|
||||
scale={ 0.190000 0.005000 }
|
||||
depth=2.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
d_mariavite_hof={
|
||||
pattern="pattern_solid.dds"
|
||||
color1=yellow
|
||||
|
|
|
|||
|
|
@ -965,6 +965,10 @@ doctrine_spiritual_head = {
|
|||
|
||||
doctrine_holy_order_head = {
|
||||
icon = "doctrine_holy_order"
|
||||
|
||||
|
||||
visible = no
|
||||
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_high
|
||||
if = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
namespace = N3OW_faith_creation
|
||||
|
||||
# Fired when you make a faith. Holy Order rel head setup
|
||||
ate_faith_creation.0001 = {
|
||||
N3OW_holy_order.0001 = {
|
||||
hidden = yes
|
||||
|
||||
trigger = {
|
||||
|
|
@ -16,7 +16,7 @@ ate_faith_creation.0001 = {
|
|||
}
|
||||
}
|
||||
|
||||
namespace = ate_holy_order
|
||||
namespace = N3OW_holy_order
|
||||
|
||||
# this event needs localisations #fune
|
||||
# Create Holy Order HoF Titles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue