Guest User

Untitled

a guest
Feb 17th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. -----------------------------------------------------------------------------------------------------------------------
  2. To add shadowgate system effects, copy and paste this script into your Stellaris console (press the tilde key ~ under the Esc button on your keyboard):
  3. -----------------------------------------------------------------------------------------------------------------------
  4.  
  5. effect random_system = { limit = { exists = space_owner space_owner = { is_ai = no } has_star_flag = giga_origin_frameworld }
  6. random_system_planet = { limit = { is_planet_class = pc_black_hole }
  7. set_planet_size = 4
  8. create_ambient_object = {
  9. type = "shadowgate_fog"
  10. location = this
  11. use_3d_location = yes
  12. scale = @shadowgate_fog_scale
  13. entity_offset_height = @shadowgate_fog_offset
  14. }
  15. create_ambient_object = {
  16. type = "umbral_remnant"
  17. location = this
  18. use_3d_location = yes
  19. scale = @shadowgate_umbral_remnant_system_scale
  20. entity_offset_height = @shadowgate_umbral_remnant_system_offset
  21. }
  22. last_created_ambient_object = { set_ambient_object_flag = shadowgate_shadow_remnant }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment