-
Notifications
You must be signed in to change notification settings - Fork 1
/
ct_capsule_purple.object
36 lines (30 loc) · 1.44 KB
/
ct_capsule_purple.object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"objectName" : "ct_capsule_purple",
"colonyTags" : [ "alta_lab", "warped", "misc", "light" ],
"category" : "breakable",
"level" : 5, "rarity" : "Rare", "price" : 20,
"race" : "alta",
"shortdescription" : "Alta Lab Capsule With Yonnur",
"description" : "A bionid capsule containing some luminescent material.",
"altaDescription" : "A lab capsule filled with glowing juice from bulbs of warped plants. It's called '^#9b2d3f;Yonnur^reset;'.",
"apexDescription" : "Perhaps this object contains a glowing liquid material.",
"avianDescription" : "It glows in the dark!",
"floranDescription" : "Floran wonderssss what's inssside.",
"glitchDescription" : "Observant. It appears this object is containing some sort of luminescent material.",
"humanDescription" : "It's a chest! Or a capsule! Or a plane! Wait, no.",
"hylotlDescription" : "I believe illumination is not the true purpose of this device.",
"novakidDescription" : "It's shinin' with colorful lights!",
"lightColor" : [240, 32, 128],
"inventoryIcon" : "ct_capsule_purple_icon.png",
"orientations" : [
{
"dualImage" : "ct_capsule.png:enternia",
"anchors" : [ "bottom" ],
"collision" : "platform"
}
],
"smashable" : true,
"smashSounds" : [ "/sfx/objects/capsule_break1.ogg", "/sfx/objects/capsule_break2.ogg", "/sfx/objects/capsule_break3.ogg" ],
"smashDropPool" : "ct_glow_smashables",
"builder" : "/items/buildscripts/alta/object.lua"
}