-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_catalyst.consumable
29 lines (26 loc) · 1.96 KB
/
ct_catalyst.consumable
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
{
"itemName" : "ct_catalyst",
"shortdescription" : "Catalyst ^#8020f0;^reset;",
"description" : "Removes all effects from you. All of them.",
"longdescription" : "A very powerful enhancer developed in an unknown ^#b0e0fc;alta^reset; lab. It can basically \"reset\" the ^#299fc5;bionic^reset; body of any alta, clearing many processes and stopping non-essential chemical reactions.",
"altaDescription" : "An incredibly powerful enhancer called situria, or \"the catalyst\". It can completely wipe through your body, as if resetting it to factory settings. I've heard others say you feel almost completely numb for a couple of seconds after taking it... Sounds scary.",
"level" : 6, "rarity" : "Legendary", "price" : 360, "race" : "alta",
"itemTags" : [ "enhancer", "debug" ], "category" : "medicine", "tooltipKind" : "ct_alta_consumable",
"inventoryIcon" : "ct_catalyst.png",
"effects" : [ [ { "effect" : "ct_catalized", "duration" : 1 } ] ],
"emote" : "",
"emitters" : [ "stimuse" ],
"presets" : {
"repell" : {
"shortdescription" : "Repelling Stim Pack ^#2080f0;^reset;", "itemTags" : [ "enhancer", "light" ],
"price" : 175, "level" : 5, "rarity" : "Rare",
"description" : "This enhancer makes you very defensive. Passively. For 2 minutes.",
"longdescription" : "It causes you to \"auto-repell\", or to discharge an impulse every time your nerv system negatively reacts to an outside factor.",
"altaDescription" : "Very useful if I need some time alone.", "alkey" : "Tsor Helis",
"effects" : [ [ { "effect" : "ct_autorepeller", "duration" : 120 } ] ],
"paletteSwap" : {"#fcb0b7":"#b0fcee","#fc606d":"#60fce1","#f02f20":"#50c8d4","#fce6b0":"#7aedcf","#fcd060":"#50d4b2","#b0c6fc":"#b0fcd3","#608cfc":"#60fca9",
"#ac271c":"#1ca1ac","#89221a":"#1a8189","#6c1b15":"#15666c"}
}
},
"builder" : "/items/buildscripts/alta/consumable.lua", "wiki" : { "aliases" : { "Situria" : { } } }, "alkey" : "Alta-Situria"
}