AvengerDr

Decision

Mar 16th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # goes into /decisions
  2.  
  3. decisions = {
  4. dissolve_byzantium = {
  5. is_high_prio = yes
  6.  
  7. potential = {
  8. has_dlc = "Legacy of Rome"
  9. has_landed_title = e_byzantium
  10. }
  11.  
  12. allow = {
  13. religion = hellenic_pagan
  14. has_landed_title = e_byzantium
  15. NOT = { has_landed_title = e_roman_empire }
  16. NOT = { has_character_flag = byz_dissolved }
  17. e_roman_empire = { has_holder = no }
  18. }
  19. effect = {
  20. narrative_event = { id = rome.0001, tooltip = EVTTOOLTIPRome.0001 }
  21. }
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment