Advertisement
drakray

Red Container

Aug 16th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "objectName" : "Container_Red",
  3. "colonyTags" : ["storage","commerce"],
  4. "rarity" : "Common",
  5. "objectType" : "container",
  6. "tooltipKind" : "container",
  7. "category" : "storage",
  8. "description" : "A big, red metal container for storing stuff.",
  9. "shortdescription" : "^#ff0000;Container XL 06^white;",
  10. "race" : "generic",
  11. "price" : 1000,
  12.  
  13. "health" : 5,
  14.  
  15. "apexDescription" : "It's a huge crate for shipping large cargo.",
  16. "avianDescription" : "I would guess it's meant for shipping very large objects.",
  17. "floranDescription" : "Maybe theress food in it.",
  18. "glitchDescription" : "Curious. What's stored in here?",
  19. "humanDescription" : "It's a really big shipping container.",
  20. "hylotlDescription" : "A rather large container for shipping large quantities of cargo.",
  21. "novakidDescription" : "A large container for haulin' goods.",
  22.  
  23. "inventoryIcon" : "Container_Red_Icon.png",
  24. "orientations" : [
  25. {
  26. "dualImage" : "Container_Red.png:<color>",
  27. "imagePosition" : [-60, 0],
  28. "frames" : 1,
  29. "animationCycle" : 0.4,
  30.  
  31. "spaceScan" : 0.1,
  32. "anchors" : [ "bottom" ],
  33. "collision" : "platform"
  34.  
  35. }
  36. ],
  37.  
  38. "openSounds" : [ "/sfx/objects/metalbox_open.wav" ],
  39. "closeSounds" : [ "/sfx/objects/metalbox_close.wav" ],
  40. "slotCount" : 64,
  41. "uiConfig" : "/interface/chests/chest<slots>.config",
  42. "script" : ["/scripts/v6/improvedcontainer.lua"],
  43. "itemAgingScripts" : ["/scripts/v6/improvedcontainerrotting.lua"],
  44. "frameCooldown" : 67,
  45. "autoCloseCooldown" : 3600,
  46.  
  47. "learnBlueprintsOnPickup" : [
  48. "Frost_Container_Red"
  49. ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement