Colorful Bugs
This commit is contained in:
parent
4db413bb54
commit
c9fdceb4de
28 changed files with 357 additions and 227 deletions
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:councillor_liege.house = { has_house_power_parameter = determination_spymaster_task_disrupt_schemes_efficiency }
|
||||
scope:councillor_liege.house = { has_house_aspiration_parameter= determination_spymaster_task_disrupt_schemes_efficiency }
|
||||
}
|
||||
desc = determination_spymaster_hostile_scheme_resistance_task_disrupt_schemes
|
||||
}
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:councillor_liege.house = { has_house_power_parameter = determination_spymaster_task_disrupt_schemes_efficiency }
|
||||
scope:councillor_liege.house = { has_house_aspiration_parameter= determination_spymaster_task_disrupt_schemes_efficiency }
|
||||
}
|
||||
desc = determination_spymaster_discovery_task_disrupt_schemes
|
||||
}
|
||||
|
|
@ -250,7 +250,7 @@ task_support_schemes = {
|
|||
# Determination House Aspiration - Hostile Scheme Phase Length
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:councillor_liege.house = { has_house_power_parameter = determination_spymaster_task_support_schemes_efficiency }
|
||||
scope:councillor_liege.house = { has_house_aspiration_parameter= determination_spymaster_task_support_schemes_efficiency }
|
||||
}
|
||||
desc = determination_spymaster_task_support_schemes_bonus
|
||||
}
|
||||
|
|
@ -282,7 +282,7 @@ task_support_schemes = {
|
|||
# Determination House Aspiration - Hostile Scheme Success Chance
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:councillor_liege.house = { has_house_power_parameter = determination_spymaster_task_support_schemes_efficiency }
|
||||
scope:councillor_liege.house = { has_house_aspiration_parameter= determination_spymaster_task_support_schemes_efficiency }
|
||||
}
|
||||
desc = determination_spymaster_task_support_schemes_success_chance_bonus
|
||||
}
|
||||
|
|
@ -559,7 +559,7 @@ task_find_secrets = {
|
|||
# Determination House Aspiration
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor_liege.house ?= { has_house_power_parameter = determination_spymaster_task_find_secrets_efficiency }
|
||||
scope:councillor_liege.house ?= { has_house_aspiration_parameter= determination_spymaster_task_find_secrets_efficiency }
|
||||
}
|
||||
add = {
|
||||
value = spymaster_determination_house_aspiration_find_secrets_total
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue