Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. building_zet_thermalbore_3 = {
  2. icon = building_zet_thermalbore
  3.  
  4. produced_resources = {
  5. energy = 3
  6. minerals = 3
  7. }
  8.  
  9. required_resources = { energy = 2 }
  10.  
  11. base_buildtime = 180
  12. cost = { minerals = 150 }
  13.  
  14. is_listed = no
  15.  
  16. allow = {
  17. custom_tooltip = {
  18. text = "requires_building_capital_2"
  19. planet = {
  20. OR = {
  21. has_building = "building_capital_2"
  22. has_building = "building_capital_3"
  23. }
  24. }
  25. }
  26. custom_tooltip = {
  27. text = tooltip_zet_need_tech
  28. planet = {
  29. owner = {
  30. AND = {
  31. has_technology = tech_mining_network_4
  32. has_technology = tech_power_plant_4
  33. has_technology = tech_zet_dualbuildings
  34. }
  35. }
  36. }
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement