Tool_Shovel_Crude
Server/Item/Items/Tool/Shovel/Tool_Shovel_Crude.json, 2.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Set | string |
Icon | string |
Model | string |
Texture | string |
ItemLevel | number |
Tool | object |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
DroppedItemAnimation | string |
Tags | object |
ItemSoundSetId | string |
MaxDurability | number |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Shovel_Crude.name",
"Description": "server.items.Tool_Shovel.description"
},
"Categories": [
"Items.Tools"
],
"Set": "Tool_Stone",
"Icon": "Icons/ItemsGenerated/Tool_Shovel_Crude.png",
"Model": "Items/Tools/Shovel/Crude.blockymodel",
"Texture": "Items/Tools/Shovel/Crude_Texture.png",
"ItemLevel": 3,
"Tool": {
"Specs": [
{
"Power": 1,
"GatherType": "SoftBlocks"
},
{
"Power": 0.4,
"GatherType": "Soils"
},
{
"Power": 0.05,
"GatherType": "Woods"
},
{
"Power": 0.05,
"GatherType": "Rocks"
},
{
"Power": 0.5,
"GatherType": "Benches"
},
{
"Power": 0.017,
"GatherType": "VolcanicRocks"
},
{
"Power": 0.036,
"GatherType": "OreCopper"
},
{
"Power": 0.032,
"GatherType": "OreIron"
},
{
"Power": 0.032,
"GatherType": "OreSilver"
},
{
"Power": 0.032,
"GatherType": "OreGold"
},
{
"Power": 0.028,
"GatherType": "OreThorium"
},
{
"Power": 0.028,
"GatherType": "OreCobalt"
},
{
"Power": 0.025,
"GatherType": "OreAdamantite"
},
{
"Power": 0.023,
"GatherType": "OreMithril"
}
],
"DurabilityLossBlockTypes": [
{
"BlockSets": [
"Stone",
"Rock",
"Ores",
"Soil",
"Wood"
],
"DurabilityLossOnHit": 0.05
}
]
},
"PlayerAnimationsId": "Shovel",
"Interactions": {
"Primary": {
"Interactions": [
"Shovel_Attack"
]
}
},
"InteractionVars": {
"Shovel_Dig_Effect": {
"Interactions": [
{
"Parent": "Shovel_Dig_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Tool_T1_Swing",
"LocalSoundEventId": "SFX_Shovel_T1_Swing_RL_Local"
}
}
]
},
"Shovel_Dig_Damage": {
"Interactions": [
{
"Parent": "Shovel_Dig_Damage",
"DamageCalculator": {
"Type": "Dps",
"BaseDamage": {
"Physical": 5
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.32,
"Translation": [
22.200001,
-21
],
"Rotation": [
0,
180,
315
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood",
"MaxDurability": 150,
"Quality": "Common"
}