Advertisement
Guest User

flyspell.projectile

a guest
Aug 28th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "projectileName" : "flySpell",
  3. "physics" : "gas",
  4. "image" : "1.png",
  5. "animationCycle" : 0.7,
  6. "level" : 3,
  7. "frameNumber" : 8,
  8. "speed" : 0,
  9. "timeToLive" : 10,
  10. "fallSpeed" : 0,
  11. "animationLoops" : true,
  12. "lightColor" : [50, 50, 50],
  13. "pointLight" : true,
  14. "damagePoly" : [ [-9, 0], [-6, -6], [0, -9], [6, -6], [9, 0], [6, 6], [0, 9], [-6, 6] ],
  15. "actionOnReap" : [
  16. {
  17. "action" : "config",
  18. "file" : "/projectiles/buffbubble.config"
  19. }
  20. ],
  21. "statusEffects" : [
  22. {"stat" : "levitation", "duration" : 45, "mainInterfaceIcon" : "/interface/statuses/levitate.png"}
  23. ],
  24. "piercing" : false,
  25. "flippable" : false,
  26. "power" : -1,
  27. "universalDamage" : true,
  28. "damageKind" : "default",
  29. "damageType" : "ignoresdef",
  30. "emitters" : [ "buffbubble" ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement