telepod.hjson 756 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. type: MassDriver
  2. name: Telepod
  3. description: A highly advanced form of item distribution, instantanious transport, this requires Ultima and Advanced Circuits
  4. # Because we shoot at 60/s we will hold 1s of items
  5. itemCapacity: 60
  6. health: 1100
  7. size: 1
  8. range: 747.0
  9. rotateSpeed: 120.0
  10. translation: 7.0
  11. minDistribute: 1
  12. knockback: 0.3
  13. reload: 1.0
  14. shake: 0.0
  15. hasPower: false
  16. consumesPower: false
  17. outlineRadius: 0.0
  18. # Sadly we can't override the MassDriverBolt
  19. # Rather we need to ask about this on Discord
  20. # bullet: ??? (Can we override this?)
  21. shootEffect: none
  22. smokeEffect: none
  23. receiveEffect: none
  24. shootSound: none
  25. category: distribution
  26. research: {
  27. parent: conveyor-belt
  28. requirements: [
  29. circuit/40
  30. ]
  31. }
  32. requirements: [
  33. circuit/25
  34. ]