-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_isoslime2.object
36 lines (29 loc) · 1.31 KB
/
ct_isoslime2.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_isoslime2",
"colonyTags" : [ "alterash_prime", "isoslime", "izopoi", "slime" ],
"category" : "breakable",
"level" : 1, "rarity" : "Common", "price" : 60,
"race" : "generic",
"shortdescription" : "Isoslime Pile",
"description" : "A glob of ^#7ddcde;isoslime^reset;.",
"altaDescription" : "I could get a biosample from this! Or maybe even a cryonic extract, if I'm lucky.",
"apexDescription" : "A slime deposit. It appears to be dripping.",
"avianDescription" : "A disgusting slime ball.",
"floranDescription" : "Floran wants to avoid touching ssslime.",
"glitchDescription" : "Disgusted. A viscous slime deposit.",
"humanDescription" : "Slime is so gross.",
"hylotlDescription" : "Slime isn't so bad when your skin is already slimy.",
"novakidDescription" : "Oozing slime.",
"lightColor" : [0, 50, 40],
"inventoryIcon" : "icon.png",
"orientations" : [
{ "dualImage" : "body.png", "spaceScan" : 0.1, "anchors" : [ "bottom" ] },
{ "dualImage" : "top.png", "spaceScan" : 0.1, "anchors" : [ "top" ] }
],
"smashable" : true,
"smashSounds" : [ "/sfx/blocks/water_swim.ogg" ],
"smashParticles" : [ { "count" : 8, "particle" : "jellyshard" } ],
"smashDropPool" : "ct_smashable_isoslime",
"biomePlaced" : true,
"builder" : "/items/buildscripts/alta/object.lua"
}