Advertisement
redxlaser15

Tickle Monster 1

Jun 14th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. [
  2. {
  3. "id": "tickle_monster",
  4.  
  5. "type": "MONSTER",
  6.  
  7. "name": "tickle monster",
  8.  
  9. "description": "All this creature wants to do is tickle you! He's also very fast due to being eternally fueled by caffeine, which tends to make it hard for you to escape his soon-to-be-annoying tickles! He'll even do it in your sleep! What a creep.",
  10.  
  11. "default_faction": "",
  12.  
  13. "species": [ "ZOMBIE" ],
  14.  
  15. "diff": 100,
  16. "size": "SMALL",
  17.  
  18. "hp": 1000,
  19. "speed": 1000,
  20.  
  21. "material": [ "flesh" ],
  22.  
  23. "symbol": "T",
  24.  
  25. "color": "white",
  26.  
  27. "aggression": 100,
  28. "morale": 100,
  29.  
  30. "melee_cut": 0,
  31.  
  32. "vision_day": 10,
  33.  
  34. "vision_night": 10,
  35. "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BONES" ],
  36. "death_function": [ "MELT" ]
  37. }
  38. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement