Versions / 0.5.0-pre.9.1 / Item / Items / Weapon / Deployable / Weapon_Deployable_Healing_Totem.json
Weapon_Deployable_Healing_Totem
Server/Item/Items/Weapon/Deployable/Weapon_Deployable_Healing_Totem.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[3] |
Recipe | object |
Scale | number |
Quality | string |
ItemLevel | number |
MaxStack | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Deployable_Healing_Totem.name"
},
"Categories": [
"Items.Weapons",
"Items.Utility",
"Items.Debug"
],
"Recipe": {
"TimeSeconds": 3,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 50
},
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 20
},
{
"ItemId": "Potion_Health_Greater",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Id": "Arcanebench",
"Type": "Crafting",
"Categories": [
"Arcane_Misc"
]
}
]
},
"Scale": 0.305,
"Quality": "Common",
"ItemLevel": 40,
"MaxStack": 1,
"Model": "Items/Deployables/Healing_Totem/Healing_Totem_Projectile.blockymodel",
"Texture": "Items/Deployables/Healing_Totem/Healing_Totem_Texture.png",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "Serial",
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.25,
"Effects": {
"ItemPlayerAnimationsId": "Item",
"ItemAnimationId": "Throw"
}
},
{
"Type": "Projectile",
"Config": "Projectile_Config_Healing_Totem_Deploy"
}
]
}
],
"Cooldown": {
"Id": "DeployableUtility",
"Cooldown": 10
}
}
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.305,
"Translation": [
0,
-39.6
]
},
"Icon": "Icons/ItemsGenerated/Healing_Totem.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Stick"
]
}
}