Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. {
  2. "objectName" : "skathchest",
  3. "colonyTags" : ["skath",],
  4. "rarity" : "Common",
  5. "objectType" : "container",
  6. "tooltipKind" : "container",
  7.  
  8. "category" : "storage",
  9. "price" : 70,
  10. "description" : "A chest made by the skath.",
  11. "shortdescription" : "Pod Chest",
  12. "race" : "generic",
  13. "health" : 1.5,
  14.  
  15. "apexDescription" : "Eh, i've seen more advanced chests than this?",
  16. "avianDescription" : "I wonder what kind of crystal gives off this blue light.",
  17. "floranDescription" : "Waterdragon chessst is cold. Floran not likesss.",
  18. "glitchDescription" : "Eager. I wonder what the Skath hide inside this!",
  19. "humanDescription" : "A pretty nice looking chest. Is anyone looking...?",
  20. "hylotlDescription" : "What an ugly chest.",
  21. "novakidDescription" : "A skathmade chest. Wonder what's inside...",
  22.  
  23. "skathDescription" : "A light portable chest, meant to be carried around with our goods inside.",
  24. // "volarianDescription" : "TODO.",
  25. // "placeholderDescription" : "TODO.",
  26.  
  27. "inventoryIcon" : "skathchesticon.png",
  28. "orientations" : [
  29. {
  30. "dualImage" : "skathchesticon.png:<color>.<key>",
  31. "imagePosition" : [-8, 0],
  32.  
  33. "anchors" : [ "bottom" ]
  34. }
  35. ],
  36.  
  37. "openSounds" : [ "/sfx/objects/miningchest_open.ogg" ],
  38. "closeSounds" : [ "/sfx/objects/miningchest_close.ogg" ],
  39. "slotCount" : 24,
  40. "uiConfig" : "/interface/chests/chest<slots>.config",
  41. "frameCooldown" : 32,
  42. "autoCloseCooldown" : 3600
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement