Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "objectName" : "serpentsjukebox",
  3.   "colonyTags" : ["human","musical","pretty","light"],
  4.   "rarity" : "Legendary",
  5.   "category" : "decorative",
  6.   "price" : 200,
  7.   "lightColor" : [153, 140, 76],
  8.   "lightPosition" : [0, 1],
  9.  
  10.   "description" : "This jukebox sounds great! Wonder What music there Is ?.",
  11.   "shortdescription" : "Serpents Jukebox",
  12.   "race" : "human",
  13.  
  14.   "apexDescription" : "A cheerful music box. There's only one band, though.",
  15.  "avianDescription" : "This jukebox can brighten even the darkest spirits.",
  16.  "floranDescription" : "Noisssy box. Floran doesn't see the point!",
  17.   "glitchDescription" : "Groovy. The music affects my circuits in such a way that I can't help but dance.",
  18.  "humanDescription" : "Oh boy, they have my favourite album! Space just got funkier.",
  19.  "hylotlDescription" : "Human music lacks the tonal nuance of its Hylotl counterpart.",
  20.  "novakidDescription" : "These tunes are unfamiliar, but not bad I must admit.",
  21.  
  22.  "inventoryIcon" : "jukeboxicon.png",
  23.  "orientations" : [
  24.    {
  25.      "image" : "jukeboxleft.png:<color>.<frame>",
  26.      "imagePosition" : [-12, 0],
  27.      "animationPosition" : [-12, 0],
  28.      "animationParts" : {
  29.        "bg" : "jukeboxleft.png",
  30.        "fg" : "jukeboxleftlit.png"
  31.      },
  32.      "direction" : "left",
  33.      "flipImages" : true,
  34.      "spaceScan" : 0.1,
  35.      "anchors" : [ "bottom" ]
  36.    },
  37.    {
  38.      "image" : "jukebox.png:<color>.<frame>",
  39.      "imagePosition" : [-12, 0],
  40.      "animationPosition" : [-12, 0],
  41.      "animationParts" : {
  42.        "bg" : "jukebox.png",
  43.        "fg" : "jukeboxlit.png"
  44.      },
  45.      "direction" : "right",
  46.      "spaceScan" : 0.1,
  47.      "anchors" : [ "bottom" ]
  48.    }
  49.  ],
  50.  
  51.  "animation" : "serpentsjukebox.animation",
  52.  "animationCustom" : {
  53.    "sounds" : {
  54.      "on" : [ "/sfx/objects/recordscratch2.ogg" ],
  55.      "off" : [ "/sfx/objects/recordscratch1.ogg" ],
  56.      
  57.       //-=-=-=-=-=-=-=-=-=-=-Prodigy-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  58.      "track1" : ["/sfx/Jukebox/prod/VoodooPeople.ogg"], // 387s
  59.      "track2" : ["/sfx/Jukebox/prod/Poison.ogg"],       // 403s
  60.      "track3" : ["/sfx/Jukebox/prod/Mindfields.ogg"],   // 340s
  61.       "track4" : ["/sfx/Jukebox/prod/Narayan.ogg"],      // 547s
  62.      
  63.       //-=-=-=-=-=-=-=-=-=-=-Metal-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  64.       "track5" : ["/sfx/Jukebox/metal/EnterSandman.ogg"],        // 332s
  65.      "track6" : ["/sfx/Jukebox/metal/WhereverIMayRoam.ogg"],    // 404s
  66.      "track7" : ["/sfx/Jukebox/metal/MegadeathNeverDead.ogg"],  // 271s
  67.      "track8" : ["/sfx/Jukebox/metal/SlipknotTheDevilInI.ogg"], // 353s
  68.      
  69.       //-=-=-=-=-=-=-=-=-=-=-Dubstep-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  70.       "track9" : ["/sfx/Jukebox/dub/BlindFaithTrolleySnatchaRemix.ogg"], // 306s
  71.      "track10" : ["/sfx/Jukebox/dub/SpaceshipTrolleySnatchaRemix.ogg"], // 304s
  72.      "track11" : ["/sfx/Jukebox/dub/CinemaSkrillexRemix.ogg"],          // 308s
  73.      "track12" : ["/sfx/Jukebox/dub/Trouble.ogg"],                      // 304s
  74.    
  75.       //-=-=-=-=-=-=-=-=-=-=-Kevin Bloody Wilson-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  76.       "track13" : ["/sfx/Jukebox/kev/AbsoluteCuntofaDay.ogg"],          // 199s
  77.      "track14" : ["/sfx/Jukebox/kev/CantSayCuntInCanada.ogg"],         // 183s
  78.      "track15" : ["/sfx/Jukebox/kev/KevsCourtingSong.ogg"],            // 237s
  79.      "track16" : ["/sfx/Jukebox/kev/MeDickJustDialledYourNumber.ogg"], // 186s
  80.      "track17" : ["/sfx/Jukebox/kev/TheKid.ogg"],                      // 349s
  81.       "track18" : ["/sfx/Jukebox/kev/ThePubicHair.ogg"]                 // 262s
  82.    
  83.     }
  84.  },
  85.  
  86.  "scripts" : [
  87.    "/objects/human/jukebox/musicalobject.lua",
  88.    "/scripts/npcToyObject.lua",
  89.    "/objects/human/jukebox/jukebox.lua"
  90.  ],
  91.  
  92.  "scriptDelta" : 60,
  93.  
  94.  "inputNodes" : [ [0, 0] ],
  95.  
  96.  "npcToy" : {
  97.    "influence" : [
  98.      "music",
  99.      "music",
  100.      "music",
  101.      "musicFinished"
  102.    ],
  103.    "defaultReactions" : {
  104.      "musicFinished" : [
  105.        [1.0, "smile"],
  106.        [1.0, "laugh"]
  107.      ]
  108.    },
  109.    "randomStandXRange" : [-8, 8]
  110.  },
  111.  
  112.  "defaultLightState" : false,
  113.  
  114.  "tracks" :     [ "track1", "track2", "track3", "track4", "track5", "track6", "track7", "track8", "track9", "track10", "track11", "track12", "track13", "track14", "track15", "track16", "track17", "track18" ]
  115.  "trackTimes" : [   387,      403,      340,      547,      332,      404,      271,      353,      306,      304,       308,       304,       199,       183,       237,       186,       349,       262 ]
  116.  
  117. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement