Crusader Kings III

Crusader Kings III

Elder Kings 2 - No Beastfolk Limiters
Hiển thị 1-10 trong 14 mục
< 1  2 >
Cập nhật: 25 Thg10 @ 1:03pm

Changed the suggested current version from 1.16.2.3 to the current 1.17.1 Report any issues that may appear.

Cập nhật: 4 Thg09 @ 11:42am

Changed the suggested current version from 1.15.0.2 to the current 1.16.2.3 Report any issues that may appear.

Cập nhật: 31 Thg05 @ 2:03pm

Notes: Return some lines and remove any reference to culture is_same_species. Hopefully it doesn't fuck anything up and lets you create culture with anyone

====================================================================================================================================
====================================================================================================================================


steamapps\workshop\content\1158310\2887120253\common\scripted_effects

ek_hyrdiziation_scripted_effects

return

# List probably needs to be alphabetical? -Drottenssten
initialize_species = {
if = { limit = { has_cultural_parameter = species_argonian } set_variable = { name = species value = flag:argonian } }
else_if = { limit = { has_cultural_parameter = species_daedric } set_variable = { name = species value = flag:daedric } }
else_if = { limit = { has_cultural_parameter = species_elf } set_variable = { name = species value = flag:elf } }
else_if = { limit = { has_cultural_parameter = species_goblinken } set_variable = { name = species value = flag:goblinken } }
else_if = { limit = { has_cultural_parameter = species_human } set_variable = { name = species value = flag:human } }
else_if = { limit = { has_cultural_parameter = species_imgan } set_variable = { name = species value = flag:imga } }
else_if = { limit = { has_cultural_parameter = species_khajiit } set_variable = { name = species value = flag:khajiit } }
else_if = { limit = { has_cultural_parameter = species_lilmothiit } set_variable = { name = species value = flag:lilmothiit } }
}

====================================================================================================================================
====================================================================================================================================

steamapps\workshop\content\1158310\2887120253\common\scripted_triggers

removed lines in

ek_hybridization_api

is_same_species = {
custom_description = {
text = is_same_species
var:species = $TARGET$.var:species
}
}


====================================================================================================================================
====================================================================================================================================

steamapps\workshop\content\1158310\2887120253\common\scripted_triggers

removed lines in

ek_hybridization_cultural_triggers_overwrite

is_same_species = { TARGET = $CULTURE$ }

====================================================================================================================================
====================================================================================================================================

steamapps\workshop\content\1158310\2887120253\common\trigger_localization

removed lines in

ek_hybridization_trigger_localization

is_same_species = {
global = is_same_species_desc
global_not = is_different_species_desc
}


Cập nhật: 18 Thg05 @ 2:16pm

Changed the suggested current version from 1.15 to the current 1.15.0.2 Report any issues that may appear.

Note:
Not entirely sure if it says its for version 1.15.0.2 so do holler if it doesn't say it is. Sorry if it does not say it is.

Cập nhật: 18 Thg05 @ 2:11pm

(( Shout out to @od for mentioning the location ))
steamapps\workshop\content\1158310\2887120253\common\scripted_modifiers

00_marriage_scripted_modifiers

removed

modifier = {
add = -80
OR = {
AND = {
scope:secondary_actor = { has_character_flag = race_khajiit }
scope:secondary_recipient = { NOT = { has_character_flag = race_khajiit } }
}
AND = {
scope:secondary_actor = { NOT = { has_character_flag = race_khajiit } }
scope:secondary_recipient = { has_character_flag = race_khajiit }
}
AND = {
scope:secondary_actor = { has_character_flag = race_argonian }
scope:secondary_recipient = { NOT = { has_character_flag = race_argonian } }
}
AND = {
scope:secondary_actor = { NOT = { has_character_flag = race_argonian } }
scope:secondary_recipient = { has_character_flag = race_argonian }
}
AND = {
scope:secondary_actor = { has_character_flag = race_goblinken }
scope:secondary_recipient = { NOT = { has_character_flag = race_goblinken } }
}
AND = {
scope:secondary_actor = { NOT = { has_character_flag = race_goblinken } }
scope:secondary_recipient = { has_character_flag = race_goblinken }
}
AND = {
scope:secondary_actor = { has_character_flag = race_imga }
scope:secondary_recipient = { NOT = { has_character_flag = race_imga } }
}
AND = {
scope:secondary_actor = { NOT = { has_character_flag = race_imga } }
scope:secondary_recipient = { has_character_flag = race_imga }
}
}
desc = MARRIAGE_NO_OFFSPRING_REASON
}


====================================================================================================================================


steamapps\workshop\content\1158310\2887120253\common\scripted_effects

ek_byrdiziation_scripted_effects

removed

# List probably needs to be alphabetical? -Drottenssten
initialize_species = {
if = { limit = { has_cultural_parameter = species_argonian } set_variable = { name = species value = flag:argonian } }
else_if = { limit = { has_cultural_parameter = species_daedric } set_variable = { name = species value = flag:daedric } }
else_if = { limit = { has_cultural_parameter = species_elf } set_variable = { name = species value = flag:elf } }
else_if = { limit = { has_cultural_parameter = species_goblinken } set_variable = { name = species value = flag:goblinken } }
else_if = { limit = { has_cultural_parameter = species_human } set_variable = { name = species value = flag:human } }
else_if = { limit = { has_cultural_parameter = species_imgan } set_variable = { name = species value = flag:imga } }
else_if = { limit = { has_cultural_parameter = species_khajiit } set_variable = { name = species value = flag:khajiit } }
else_if = { limit = { has_cultural_parameter = species_lilmothiit } set_variable = { name = species value = flag:lilmothiit } }
}


Cập nhật: 23 Thg03 @ 7:07am

Changed the suggested current version from 1.12.5 to the current 1.15 Report any issues that may appear.

Cập nhật: 3 Thg08, 2024 @ 10:03pm

Line of code added.
trigger_event = pregnancy.2050 to ek_race_events

Notes:
Sorry again folk it seems there was a line of code added at somepoint that I didnt ever notice. Adding it to prevent any issues within the code

Cập nhật: 3 Thg08, 2024 @ 9:46pm

Re-added files to mod folder.

Notes:
Thats one me sorry about that

Cập nhật: 3 Thg08, 2024 @ 7:55pm

Changed the suggested current version from 1.11.5 to the current 1.12.5 Report any issues that may appear.

Cập nhật: 26 Thg02, 2024 @ 7:49pm

Changed the suggested current version from 1.10.2 to the current 1.11.5 Report any issues that may appear.