Advertisement
Guest User

small.txt

a guest
Apr 24th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. setup_scenario = {
  2. name = "small"
  3. priority = 1 #priority decides in which order the scenarios are listed
  4. default = yes
  5. num_stars = 300
  6. radius = 450 #should be less than 500, preferably less than ~460
  7. num_empires = { min = 0 max = 20 } #limits player customization
  8. num_empire_default = 15
  9. fallen_empire_default = 4
  10. fallen_empire_max = 5
  11. marauder_empire_default = 1
  12. marauder_empire_max = 2
  13. advanced_empire_default = 6
  14. colonizable_planet_odds = 1.0
  15. primitive_odds = 1.0
  16. crisis_strength = 0.5
  17.  
  18. cluster_count = {
  19. method = one_every_x_empire
  20. #method = constant
  21. value = 1
  22. max = 6
  23. }
  24. cluster_radius = 120
  25. cluster_distance_from_core = 250
  26.  
  27. num_nebulas = 6
  28. nebula_size = 60
  29. nebula_min_dist = 200
  30.  
  31. num_wormhole_pairs = { min = 0 max = 5 }
  32. num_wormhole_pairs_default = 1
  33. num_gateways = { min = 0 max = 5 }
  34. num_gateways_default = 1
  35. num_hyperlanes = { min=0.5 max= 2 }
  36. num_hyperlanes_default = 1
  37.  
  38. supports_shape = elliptical
  39. supports_shape = spiral_2
  40. supports_shape = spiral_4
  41. supports_shape = ring
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement