Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "projectileName" : "burrow",
  3.   "image" : "/projectiles/insvisibleprojectile/invisibleprojectile.png",
  4.   "animationCycle" : 1.0,
  5.   "frameNumber" : 1,
  6.   "speed" : 0,
  7.   "damagePoly" : [ [6,6],[6,-6],[-6,-6],[-6,6] ],
  8.   "animationLoops" : false,
  9.   "piercing" : true,
  10.   "bounces" : -1,
  11.   "flippable" : true,
  12.   "power" : 4,
  13.   "damageType" : "Environment",
  14.   "damageKind" : "block"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement