hypIsPastingShh

Clash of the Titans Event Code

Jan 8th, 2022
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Clash of the Titans
  2. country_event = {
  3. id = achievement.1
  4. hide_window = yes
  5.  
  6. is_triggered_only = yes
  7.  
  8. trigger = {
  9. is_ai = no
  10. from = {
  11. OR = {
  12. is_country_type = fallen_empire
  13. is_country_type = awakened_fallen_empire
  14. }
  15. }
  16. fromfromfrom = {
  17. any_owned_ship = { is_ship_size = massive_ship_fallen_empire }
  18. }
  19. fromfrom = {
  20. any_owned_ship = { is_ship_size = titan }
  21. }
  22. NOT = { has_country_flag = clash_of_the_titans }
  23. }
  24.  
  25. immediate = {
  26. set_country_flag = clash_of_the_titans
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment