More commenting things out
This commit is contained in:
parent
4618ca7ce3
commit
fc88308bc8
22 changed files with 13251 additions and 508 deletions
42
events/decisions_events/bp3_decisions_events.txt
Normal file
42
events/decisions_events/bp3_decisions_events.txt
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
namespace = bp3_decisions
|
||||
|
||||
bp3_decisions.0100 = {
|
||||
type = character_event
|
||||
title = bp3_decisions.0100.t
|
||||
desc = bp3_decisions.0100.desc
|
||||
theme = realm
|
||||
|
||||
left_portrait = {
|
||||
character = root
|
||||
animation = personality_honorable
|
||||
}
|
||||
|
||||
immediate = {
|
||||
house = {
|
||||
add_house_modifier = {
|
||||
modifier = legacy_adventurer_house_modifier
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Do some justicar contracts
|
||||
option = {
|
||||
name = bp3_decisions.0100.a
|
||||
custom_tooltip = bp3_decisions.0100.a_tt
|
||||
|
||||
hidden_effect = {
|
||||
populate_task_contracts_for_area = {
|
||||
location = root.location
|
||||
amount = 3
|
||||
group = { laamp_contracts_justicar_group }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Become legitimists
|
||||
option = {
|
||||
name = bp3_decisions.0100.b
|
||||
trigger = { NOT = { has_realm_law = camp_purpose_legitimists } }
|
||||
add_realm_law_skip_effects = camp_purpose_legitimists
|
||||
}
|
||||
}
|
||||
1282
events/decisions_events/british_isles_events.txt
Normal file
1282
events/decisions_events/british_isles_events.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue