parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -208,7 +208,7 @@ witch.1002 = { #by Mathilda Bjarnehed
|
|||
|
||||
modifier = {
|
||||
exists = liege
|
||||
trait_is_criminal_in_faith_trigger = { TRAIT = trait:witch FAITH = liege.faith GENDER_CHARACTER = root }
|
||||
trait_is_criminal_in_faith_trigger = { TRAIT = witch FAITH = liege.faith GENDER_CHARACTER = root }
|
||||
add = 100
|
||||
}
|
||||
#Player children of witch covens should always be asked
|
||||
|
|
@ -279,7 +279,7 @@ witch.2001 = { #by Mathilda Bjarnehed
|
|||
desc = witch.2001.start.desc
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = { trait_is_shunned_or_criminal_in_my_or_lieges_faith_trigger = { TRAIT = trait:witch GENDER_CHARACTER = root } }
|
||||
trigger = { trait_is_shunned_or_criminal_in_my_or_lieges_faith_trigger = { TRAIT = witch GENDER_CHARACTER = root } }
|
||||
desc = witch.2001.secrecy.desc
|
||||
}
|
||||
desc = witch.2001.no_secrecy.desc
|
||||
|
|
@ -383,23 +383,20 @@ witch.2002 = { #by Mathilda Bjarnehed
|
|||
limit = { exists = scope:scheme_discovered }
|
||||
scope:owner = {
|
||||
save_scope_as = left_portrait
|
||||
random_secret = {
|
||||
type = secret_witch
|
||||
limit = {
|
||||
NOT = { is_known_by = root }
|
||||
show_as_tooltip = {
|
||||
random_secret = {
|
||||
type = secret_witch
|
||||
limit = {
|
||||
NOT = { is_known_by = root }
|
||||
}
|
||||
reveal_to = root
|
||||
}
|
||||
reveal_to = root
|
||||
save_scope_as = secret_witch_scope
|
||||
}
|
||||
}
|
||||
}
|
||||
else = {
|
||||
save_scope_as = left_portrait
|
||||
}
|
||||
random_targeting_scheme = {
|
||||
save_scope_as = scheme
|
||||
scheme_owner = { save_scope_as = left_portrait save_scope_as = owner }
|
||||
}
|
||||
}
|
||||
|
||||
#Yes I want to be a witch
|
||||
|
|
@ -463,21 +460,8 @@ witch.2002 = { #by Mathilda Bjarnehed
|
|||
modifier = hate_opinion
|
||||
opinion = -30
|
||||
}
|
||||
|
||||
|
||||
scope:owner = {
|
||||
if = {
|
||||
limit = {
|
||||
any_secret = {
|
||||
type = secret_witch
|
||||
}
|
||||
}
|
||||
show_as_tooltip = {
|
||||
random_secret = {
|
||||
type = secret_witch
|
||||
expose_secret = scope:target
|
||||
}
|
||||
}
|
||||
}
|
||||
trigger_event = witch.2005
|
||||
}
|
||||
|
||||
|
|
@ -842,6 +826,11 @@ witch.2005 = { #by Mathilda Bjarnehed
|
|||
animation = anger
|
||||
}
|
||||
trigger = {
|
||||
scope:target = {
|
||||
exists = liege
|
||||
is_ruler = no
|
||||
liege = { this != scope:owner }
|
||||
}
|
||||
exists = scope:scheme_discovered
|
||||
}
|
||||
|
||||
|
|
@ -867,43 +856,13 @@ witch.2005 = { #by Mathilda Bjarnehed
|
|||
immediate = {
|
||||
random_secret = {
|
||||
type = secret_witch
|
||||
save_scope_as = witch_secret_scope
|
||||
}
|
||||
}
|
||||
|
||||
option = {
|
||||
name = witch.2005.a
|
||||
flavor = witch.2005.a.tt
|
||||
if = {
|
||||
limit = {
|
||||
scope:witch_secret_scope = {
|
||||
NOT = { is_known_by = scope:target }
|
||||
}
|
||||
if = {
|
||||
limit = { NOT = { is_known_by = scope:target } }
|
||||
reveal_to = scope:target
|
||||
}
|
||||
scope:target = {
|
||||
send_interface_toast = {
|
||||
title = witch.2005.toast
|
||||
left_icon = root
|
||||
scope:witch_secret_scope = {
|
||||
reveal_to = scope:target
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:witch_secret_scope = {
|
||||
NOT = { is_known_by = scope:target.liege }
|
||||
}
|
||||
}
|
||||
scope:target.liege = {
|
||||
send_interface_toast = {
|
||||
title = witch.2005.toast
|
||||
left_icon = root
|
||||
scope:witch_secret_scope = {
|
||||
reveal_to = scope:target.liege
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = { NOT = { is_known_by = scope:target.liege } }
|
||||
reveal_to = scope:target.liege
|
||||
}
|
||||
}
|
||||
scope:target = {
|
||||
|
|
@ -917,14 +876,14 @@ witch.2005 = { #by Mathilda Bjarnehed
|
|||
modifier = impious_opinion
|
||||
opinion = -20
|
||||
}
|
||||
scope:scheme = {
|
||||
end_scheme = yes
|
||||
}
|
||||
}
|
||||
|
||||
after = {
|
||||
scope:witch_secret_scope = {
|
||||
expose_secret = scope:target
|
||||
option = {
|
||||
name = witch.2005.a
|
||||
flavor = witch.2005.a.tt
|
||||
|
||||
scope:scheme = {
|
||||
end_scheme = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue