Advertisement
ijontichy

lua files in starbound

Dec 9th, 2013
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. ./objects/spawner/spawners/spawner.lua
  2. ./objects/apex/respawnpod/behavior.lua
  3. ./objects/apex/turret/turret.lua
  4. ./objects/apex/securitycamera/securitycamera.lua
  5. ./objects/human/bunkerrobotfactory/behavior.lua
  6. ./objects/logic/dlatch.lua
  7. ./objects/logic/logic.lua
  8. ./objects/logic/timer.lua
  9. ./objects/wired/ironbeacon/ironbeacon.lua
  10. ./objects/wired/ironbeacon/robot.lua
  11. ./objects/wired/ironbeacon/decoyprincess.lua
  12. ./objects/wired/tis1/tis1.lua
  13. ./objects/wired/switch/switch.lua
  14. ./objects/wired/motiondetector/motiondetector.lua
  15. ./objects/wired/door/door.lua
  16. ./tech/multijump/multijump.lua
  17. ./tech/booster/booster.lua
  18. ./tech/jetpack/jetpack.lua
  19. ./tech/dash/dash.lua
  20. ./tech/morphball/morphball.lua
  21. ./tech/superjump/superjump.lua
  22. ./tech/mech/mech.lua
  23. ./tech/blink/blink.lua
  24. ./monsters/vec2.lua
  25. ./monsters/ground/groundMonster.lua
  26. ./monsters/ground/pounceAttack.lua
  27. ./monsters/ground/chargeAttack.lua
  28. ./monsters/ground/rangedAttack.lua
  29. ./monsters/ground/meleeAttack.lua
  30. ./monsters/util.lua
  31. ./monsters/flying/flyingMonster.lua
  32. ./monsters/flying/skills/flyingSwoopBounceAttack.lua
  33. ./monsters/flying/skills/flyingSwoopAttack.lua
  34. ./monsters/flying/skills/flyingRangedSwoopAttack.lua
  35. ./monsters/flying/skills/createFlyingRangedAttack.lua
  36. ./monsters/flying/wanderState.lua
  37. ./monsters/flying/glideState.lua
  38. ./monsters/flying/landState.lua
  39. ./monsters/flying/circleState.lua
  40. ./monsters/flocking.lua
  41. ./monsters/unique/chicken/behavior.lua
  42. ./monsters/unique/penguinUfo/behavior.lua
  43. ./monsters/unique/apexbrainmutant/behavior.lua
  44. ./monsters/unique/cleaningbot/behavior.lua
  45. ./monsters/unique/robotchicken/behavior.lua
  46. ./monsters/unique/penguinMiniUfo/behavior.lua
  47. ./monsters/unique/glitchknight/behavior.lua
  48. ./monsters/unique/aviansentry/behavior.lua
  49. ./monsters/unique/repairbot/behavior.lua
  50. ./monsters/unique/allergen/behavior.lua
  51. ./monsters/unique/serpentdroid/behavior.lua
  52. ./monsters/unique/po/behavior.lua
  53. ./monsters/unique/penguinTank/behavior.lua
  54. ./monsters/unique/chesttrapper/behavior.lua
  55. ./monsters/unique/tentaclecometspore/behavior.lua
  56. ./monsters/unique/tentaclecomet/behavior.lua
  57. ./monsters/unique/pogolem/behavior.lua
  58. ./monsters/unique/sewerfly/behavior.lua
  59. ./monsters/unique/swarpion/behavior.lua
  60. ./monsters/unique/glitchspider/behavior.lua
  61. ./monsters/unique/penguin/behavior.lua
  62. ./monsters/swimming/investigateState.lua
  63. ./monsters/swimming/fleeState.lua
  64. ./monsters/swimming/scatterState.lua
  65. ./monsters/swimming/swimmingMonster.lua
  66. ./monsters/sensors.lua
  67. ./monsters/stateMachine.lua
  68. ./npcs/guard/guardState.lua
  69. ./npcs/guard/houndState.lua
  70. ./npcs/guard/returnToPostState.lua
  71. ./npcs/workState.lua
  72. ./npcs/standingIdleState.lua
  73. ./npcs/rangedAttackState.lua
  74. ./npcs/chatState.lua
  75. ./npcs/merchant/merchantState.lua
  76. ./npcs/merchant/returnToStoreState.lua
  77. ./npcs/meleeAttackState.lua
  78. ./npcs/sitState.lua
  79. ./npcs/wanderState.lua
  80. ./npcs/fleeState.lua
  81. ./npcs/sleepState.lua
  82. ./npcs/converseState.lua
  83. ./npcs/main.lua
  84. ./npcs/timers.lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement