Advertisement
Naddox

lightpole.object

Aug 11th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. {
  2.   "objectName" : "lightpole",
  3.   "colonyTags" : [ "cobalt", "light" ],
  4.   "rarity" : "Rare",
  5.   "description" : "A beautiful ligh pole.",
  6.   "shortdescription" : "Light Pole",
  7.   "race" : "generic",
  8.   "category" : "decorative",
  9.   "price" : 250,
  10.   "printable" : true,
  11.  
  12.   "apexDescription" : "...",
  13.   "avianDescription" : "...",
  14.   "floranDescription" : "...",
  15.   "glitchDescription" : "...",
  16.   "humanDescription" : "...",
  17.   "hylotlDescription" : "...",
  18.   "novakidDescription" : "...",
  19.  
  20.   "inventoryIcon" : "icon.png",
  21.   "orientations" : [
  22.     {
  23.       "image" : { "lightpole.png:<color>.<frame>" },
  24.       "imagePosition" : [-9, 0],
  25.       "frames" : 4,
  26.       "animationCycle" : 1.5,
  27.       "spaceScan" : 0.1,
  28.       "anchors" : [ "bottom" ]
  29.     }
  30.   ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement