Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # goes into /Events folder
- namespace = somnium
- narrative_event = {
- id = rome.001
- title = EVTNAMErome.0001
- desc= EVTDESCrome.0001
- picture = GFX_evt_hagia_sofia
- capable_only = yes
- prisoner = no
- is_triggered_only = yes
- trigger = {
- religion = hellenic_pagan
- has_landed_title = e_byzantium
- }
- #Fast event triggers
- only_playable = yes
- option = {
- name = EVTOPTArome.0001
- custom_tooltip = { text = EVTTwre }
- # the following gives a negative dominion to any orthodox ruler
- # it should be made more speficic, perhaps only orthodox rulers that are
- # de jure vassals in Byzantium
- any_realm_lord = {
- limit = {
- higher_real_tier_than = BARON
- religion = orthodox
- }
- opinion = { modifier = opinion_destroyed_dj_liege_title
- who = ROOT}
- }
- # it also gives a negative modifier to anyone who had a claim
- any_independent_ruler = {
- limit = {
- OR = {
- has_weak_claim = e_byzantium
- has_strong_claim = e_byzantium
- }
- }
- opinion = { modifier = opinion_destroyed_dj_liege_title
- who = ROOT}
- }
- # this destroys the title
- e_byzantium = {
- destroy_landed_title = yes
- }
- # gives you a nickname and detracts some prestige/piety points
- root = {
- give_nickname = last_emperor
- prestige = -1000
- piety = -500
- set_character_flag = byz_dissolved
- # I don't know if this is relevant to only CK2+ but some negative modifiers
- # won't go away otherwise
- hidden_tooltip = {
- remove_character_modifier = byz_decadence4
- }
- }
- }
- # cancels it
- option = {
- name = EVTOPTBrome.0001
- custom_tooltip = { text = EVTTnodissolve}
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment