Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
f7a954eb51
9 changed files with 5531 additions and 148 deletions
BIN
gfx/map/terrain/flat_maps/flatmap.dds
(Stored with Git LFS)
BIN
gfx/map/terrain/flat_maps/flatmap.dds
(Stored with Git LFS)
Binary file not shown.
BIN
gfx/map/terrain/flat_maps/flatmap_tgp.dds
(Stored with Git LFS)
BIN
gfx/map/terrain/flat_maps/flatmap_tgp.dds
(Stored with Git LFS)
Binary file not shown.
|
|
@ -3604,30 +3604,30 @@ coronation_crowns = {
|
|||
|
||||
### Hu ###
|
||||
|
||||
#hu = {
|
||||
# portrait_modifier = {
|
||||
# trigger = {
|
||||
# top_liege = this
|
||||
# government_has_flag = government_has_merit
|
||||
# }
|
||||
# animations = female_prop_fix_additive
|
||||
# animations_props = tgp_gui_01_a
|
||||
# }
|
||||
# portrait_modifier = {
|
||||
# trigger = {
|
||||
# merit_level < 5
|
||||
# }
|
||||
# animations = female_prop_fix_additive
|
||||
# animations_props = tgp_hu_01_a
|
||||
# }
|
||||
# portrait_modifier = {
|
||||
# trigger = {
|
||||
# merit_level >= 5
|
||||
# }
|
||||
# animations = female_prop_fix_additive
|
||||
# animations_props = tgp_hu_01_b
|
||||
# }
|
||||
#}
|
||||
hu = {
|
||||
portrait_modifier = {
|
||||
trigger = {
|
||||
top_liege = this
|
||||
government_has_flag = government_has_merit
|
||||
}
|
||||
animations = female_prop_fix_additive
|
||||
animations_props = tgp_gui_01_a
|
||||
}
|
||||
portrait_modifier = {
|
||||
trigger = {
|
||||
merit_level < 5
|
||||
}
|
||||
animations = female_prop_fix_additive
|
||||
animations_props = tgp_hu_01_a
|
||||
}
|
||||
portrait_modifier = {
|
||||
trigger = {
|
||||
merit_level >= 5
|
||||
}
|
||||
animations = female_prop_fix_additive
|
||||
animations_props = tgp_hu_01_b
|
||||
}
|
||||
}
|
||||
|
||||
### Cultural Books ###
|
||||
|
||||
|
|
|
|||
|
|
@ -153,6 +153,40 @@ idle = {
|
|||
}
|
||||
portrait_modifier_pack = one_handed_sword
|
||||
}
|
||||
|
||||
|
||||
|
||||
infirm_elder = {
|
||||
animation = { head = "holding_crutch" torso = "holding_crutch" }
|
||||
portrait_modifier = {
|
||||
animations = old_eyes_decal
|
||||
animations_props = pdt_crutch_01
|
||||
}
|
||||
weight = {
|
||||
base = 0
|
||||
modifier = {
|
||||
add = 5000
|
||||
is_alive = yes
|
||||
OR = {
|
||||
has_trait = infirm
|
||||
has_trait_xp = { trait = fragile_bones value >= 25 }
|
||||
has_trait_xp = { trait = faltering_heart value >= 25 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
withering_mind_elder = {
|
||||
animation = { head = "delirium" torso = "delirium" }
|
||||
weight = {
|
||||
base = 0
|
||||
modifier = {
|
||||
add = 5000
|
||||
is_alive = yes
|
||||
has_trait_xp = { trait = withering_mind value >= 25 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mandala_serenity_aspect = {
|
||||
animation = { head = "wedding_priest_idle_entry" torso = "wedding_priest_idle_entry" }
|
||||
|
|
@ -163,7 +197,7 @@ idle = {
|
|||
add = 1000
|
||||
government_has_flag = government_is_mandala
|
||||
house.house_head ?= this
|
||||
house = { has_house_power_parameter = aspect_of_serenity }
|
||||
house = { has_house_aspiration_parameter = aspect_of_serenity }
|
||||
has_mandala_aspect_2_or_higher_trigger = yes
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -191,7 +225,7 @@ idle = {
|
|||
add = 1000
|
||||
government_has_flag = government_is_mandala
|
||||
house.house_head ?= this
|
||||
house = { has_house_power_parameter = aspect_of_destruction }
|
||||
house = { has_house_aspiration_parameter = aspect_of_destruction }
|
||||
has_mandala_aspect_2_or_higher_trigger = yes
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -219,7 +253,7 @@ idle = {
|
|||
add = 1000
|
||||
government_has_flag = government_is_mandala
|
||||
house.house_head ?= this
|
||||
house = { has_house_power_parameter = aspect_of_trickery }
|
||||
house = { has_house_aspiration_parameter = aspect_of_trickery }
|
||||
has_mandala_aspect_2_or_higher_trigger = yes
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -246,7 +280,7 @@ idle = {
|
|||
add = 1000
|
||||
government_has_flag = government_is_mandala
|
||||
house.house_head ?= this
|
||||
house = { has_house_power_parameter = aspect_of_creation }
|
||||
house = { has_house_aspiration_parameter = aspect_of_creation }
|
||||
has_mandala_aspect_2_or_higher_trigger = yes
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -349,7 +383,7 @@ idle = {
|
|||
base = 0
|
||||
modifier = {
|
||||
add = 6000
|
||||
government_has_flag = government_is_true_herder
|
||||
government_has_flag = government_is_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -366,6 +400,22 @@ idle = {
|
|||
portrait_modifier_pack = one_handed_sword
|
||||
}
|
||||
|
||||
character_henry = {
|
||||
animation = { head = "council_marshal" torso = "council_marshal" }
|
||||
weight = {
|
||||
base = 0
|
||||
modifier = {
|
||||
add = 5000
|
||||
OR = {
|
||||
this = character:easteregg_henry_of_skalitz
|
||||
this = character:easteregg_henry_kobyla
|
||||
this = character:easteregg_henry_kobyla_late
|
||||
}
|
||||
}
|
||||
}
|
||||
portrait_modifier_pack = long_swords
|
||||
}
|
||||
|
||||
character_yahya = {
|
||||
animation = { head = "chessCocky1_entry" torso = "chessCocky1_entry" }
|
||||
portrait_modifier = {
|
||||
|
|
@ -2202,9 +2252,8 @@ minister_works = {
|
|||
}
|
||||
}
|
||||
portrait_modifier = {
|
||||
animations_props = steward_prop
|
||||
animations = female_prop_fix_additive
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
minister_works_fat_dwarf = { # Also just fat and just dwarf
|
||||
|
|
@ -5339,6 +5388,16 @@ loss_1 = {
|
|||
}
|
||||
}
|
||||
|
||||
holding_crutch = {
|
||||
default = {
|
||||
default = { head = "holding_crutch" torso = "holding_crutch" }
|
||||
portrait_modifier = {
|
||||
animations = old_eyes_decal
|
||||
animations_props = pdt_crutch_01
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Book
|
||||
|
||||
page_flipping = {
|
||||
|
|
|
|||
|
|
@ -7,101 +7,49 @@
|
|||
template = no_headgear
|
||||
}
|
||||
|
||||
##ccp9
|
||||
## SP5 - Symbols of Authority ##
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_liao_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = sp5_crowns
|
||||
is_valid_custom = {
|
||||
has_sp5_dlc_triggers = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_liao_commoner_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
## CCP9
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_dali_low_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_dali_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_silla_royalty_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_uyghur_low_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_uyghur_royalty_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_uyghur_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_tangut_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_tangut_royalty_headgear
|
||||
is_valid_custom = {
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_commoner_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_jurchen_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_ming_nobility_headgear
|
||||
is_valid_custom = {
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_low_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_royalty_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
## CCP7 Emishi Ainu ##
|
||||
|
||||
|
|
@ -1634,4 +1582,6 @@
|
|||
template = spectacles
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
5396
gfx/portraits/portrait_modifiers/01_headgear_base.txt
Normal file
5396
gfx/portraits/portrait_modifiers/01_headgear_base.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -630,23 +630,6 @@ zapadoslavia0029 = {
|
|||
}
|
||||
}
|
||||
|
||||
zapadoslavia0029 = {
|
||||
name = "Sulistryj"
|
||||
dynasty = swinka_dynasty
|
||||
religion = mariavite
|
||||
culture = NEOW_greater_polish
|
||||
trait = sadistic
|
||||
trait = gregarious
|
||||
trait = calm
|
||||
trait = education_stewardship_4
|
||||
2513.6.27 = {
|
||||
birth = yes
|
||||
}
|
||||
2600.1.1 = {
|
||||
death = yes
|
||||
}
|
||||
}
|
||||
|
||||
zapadoslavia0030 = {
|
||||
name = "Stoigniew"
|
||||
dynasty = elk_dynasty
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ c_krakowska = {
|
|||
c_sandomierska = {
|
||||
2554.1.1 = {
|
||||
holder = zapadoslavia0020
|
||||
liege = d_lesser_poland
|
||||
liege = k_poland
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -131,7 +131,6 @@ c_suwalki = {
|
|||
d_masuria = {
|
||||
2547.1.1 = {
|
||||
holder = zapadoslavia0029
|
||||
liege = k_poland
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -145,7 +144,6 @@ c_angerburg = {
|
|||
d_prussia = {
|
||||
2546.2.24 = {
|
||||
holder = zapadoslavia0031
|
||||
liege = k_poland
|
||||
change_development_level = 9
|
||||
}
|
||||
}
|
||||
|
|
@ -240,6 +238,7 @@ c_ostroleka = {
|
|||
d_pomerelia = {
|
||||
2554.1.1 = {
|
||||
holder = zapadoslavia0006 #polandking
|
||||
liege = k_poland
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,28 +52,24 @@ c_turov = {
|
|||
d_pinsk = {
|
||||
2545.1.1 = {
|
||||
holder = nistria0001
|
||||
liege = k_lithuania
|
||||
}
|
||||
}
|
||||
|
||||
d_minsk = {
|
||||
2544.1.1 = {
|
||||
holder = nistria0001
|
||||
liege = k_lithuania
|
||||
}
|
||||
}
|
||||
|
||||
d_grodno = {
|
||||
2550.1.1 = {
|
||||
holder = nistria0001
|
||||
liege = k_lithuania
|
||||
}
|
||||
}
|
||||
|
||||
d_turov = {
|
||||
2550.1.1 = {
|
||||
holder = nistria0001
|
||||
liege = k_lithuania
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue