Advertisement
Guest User

Code1

a guest
Feb 1st, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "displayName": "Crystal Guardian",
  3. "size": [30,60],
  4. "value": [0,100,0,0],
  5. "npcSlots": 10,
  6. "aiStyle": 2,
  7. "animationType": 3,
  8. "lifeMax": 5000,
  9. "damage": 40,
  10. "defense": 20,
  11. "frameCount": 3,
  12. "soundHit": 4,
  13. "soundKilled": 6,
  14. "knockbackResist": 0.5,
  15. "boss": true,
  16. "noGravity": true,
  17.  
  18. "drops":
  19. [
  20. {
  21. "item": "Gel",
  22. "chance": 1,
  23. "stack": 99
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement