Advertisement
Exokem

Untitled

Feb 3rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.18 KB | None | 0 0
  1. {
  2.   "objectName" : "ex_box",
  3.   "colonyTags" : ["misc"],
  4.   "rarity" : "Common",
  5.   "description" : "object",
  6.   "shortdescription" : "Tech Crate",
  7.   "category" : "storage",
  8.   "objectType" : "container",
  9.   "tooltipKind" : "container",
  10.   "price" : 25,
  11.   "printable" : false,
  12.   "race" : "generic",
  13.  
  14.  
  15.   "apexDescription" : "A box.",
  16.   "avianDescription" : "Box.",
  17.   "floranDescription" : "Box.",
  18.   "glitchDescription" : "Box identified.",
  19.   "humanDescription" : "It's a sort of box.",
  20.   "hylotlDescription" : "Box.",
  21.   "novakidDescription" : "A box.",
  22.  
  23.   "inventoryIcon" : "ex_boxicon.png",
  24.   "orientations" : [
  25.     {
  26.       "dualImage" : "ex_techcrate.png:<color>",
  27.  
  28.       "imagePosition" : [0, 0],
  29.  
  30.       "spaceScan" : 0.1,
  31.       "anchors" : ["bottom"],
  32.       "collision" : "platform"
  33.     }
  34.   ],
  35.  
  36.   "openSounds" : [ "/sfx/objects/metalbox_open.ogg" ],
  37.   "closeSounds" : [ "/sfx/objects/metalbox_close.ogg" ],
  38.   "slotCount" : 24,
  39.   "uiConfig" : "/interface/chests/chest<slots>.config",
  40.   "frameCooldown" : 5,
  41.   "autoCloseCooldown" : 3600
  42. }
  43.  
  44.  
  45. {
  46.   "frameGrid" : {
  47.     "size" : [32, 24],
  48.     "dimensions" : [1, 1],
  49.     "names" : [
  50.       ["default"]
  51.     ]
  52.   }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement