Advertisement
Guest User

Untitled

a guest
Jun 28th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. type = "beam",
  2. cooldown = 20,
  3. range = 15,
  4. --source_direction_count = 64,
  5. --source_offset = {0, -3.423489 / 4},
  6. damage_modifier = 4,
  7. ammo_type =
  8. {
  9. category = "laser-turret",
  10. energy_consumption = "50kJ",
  11. action =
  12. {
  13. {
  14. type = "direct",
  15. action_delivery =
  16. {
  17. type = "beam",
  18. beam = "laser-beam",
  19. max_length = 15,
  20. duration = 20,
  21. source_offset = {0, -1.31439 }
  22. }
  23. },
  24. {
  25. type = "direct",
  26. action_delivery =
  27. {
  28. type = "beam",
  29. beam = "laser-beam-light",
  30. max_length = 15,
  31. duration = 20,
  32. source_offset = {0, 0.0 }
  33. }
  34. }
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement