-
Notifications
You must be signed in to change notification settings - Fork 0
/
ct_alta_energy_cell.item
19 lines (16 loc) · 1.4 KB
/
ct_alta_energy_cell.item
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"itemName" : "ct_alta_energy_cell",
// Item lore. Should be translated.
"shortdescription" : "Energy Cell",
"description" : "This medium-capacity energy cell was developed by ^#b0e0fc;Tserera^reset; scientists and is designed to power various ^#b0e0fc;alta^reset; devices.",
"longdescription" : "Also known as G2 (size-2) **Nia Yon**, or **Nion** for short, these handy creations are the main source of energy for most casual small to medium sized technology, like ^#b0e0fc;alta laptops^reset;, ^#b0e0fc;omniblue visors^reset; and even different ^#b0e0fc;alta robotics^reset;. \nFor more powerful, energy-expensive or otherwise big tech, altas use more advanced energy sources, like ^#ceffd7;phosicores^reset;, energy spheres or even ^#b0e0fc;alta pyramids^reset;.",
"altaDescription" : "I could keep my ^#b0e0fc;ship drone^reset; charged for days with this. If it's not empty, of course.",
// Item params - no translation required.
"level" : 4, "race" : "alta",
"itemTags" : [ "reagent", "energy_source", "plasma" ],
"category" : "craftingMaterial", "tooltipKind" : "ct_alta_item_long",
"inventoryIcon" : "ct_alta_energy_cell.png",
"builder" : "/items/buildscripts/alta/item.lua",
// Lore and Wiki-related parameters that shouldn't be translated.
"wiki" : { "aliases" : { "Alta Energy Cell" : { }, "Nia Yon" : { }, "Nion" : { }, "Alta Nion" : { }, "G2 Alta Nion" : { } } }, "alkey" : "G2 Nion"
}