Template_Tool_Watering_Can
Server/Item/Items/Tool/Watering_Can/Template_Tool_Watering_Can.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
Tool | object |
PlayerAnimationsId | string |
IconProperties | object |
Texture | string |
Model | string |
Icon | string |
Scale | number |
BlockType | object |
Interactions | object |
State | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Tool_Watering_Can.name",
"Description": "server.items.Tool_Watering_Can.description"
},
"Categories": [
"Items.Tools"
],
"Quality": "Template",
"Tool": {},
"PlayerAnimationsId": "Watering_Can",
"IconProperties": {
"Scale": 0.55,
"Rotation": [
45,
60,
0
],
"Translation": [
-11.4,
-10.8
]
},
"Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
"Model": "Items/Tools/Watering_Can/Watering_Can_Empty.blockymodel",
"Icon": "Icons/ItemsGenerated/Tool_Watering_Can.png",
"Scale": 2,
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Items/Tools/Watering_Can/Watering_Can_Empty.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
"Weight": 1
}
],
"HitboxType": "Food_Medium",
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"ItemId": "Template_Tool_Watering_Can"
},
"Harvest": {
"ItemId": "Template_Tool_Watering_Can"
}
},
"CustomModelScale": 0.5,
"ParticleColor": "#8B7355"
},
"Interactions": {
"Secondary": "Watering_Can_Empty_Use"
},
"State": {
"Filled_Water": {
"Variant": true,
"TranslationProperties": {
"Name": "server.items.Tool_Watering_Can_Full.name",
"Description": "server.items.Tool_Watering_Can_Full.description"
},
"$Comment": "FOLLOWING PROPERTIES DUPLICATED BECAUSE OF SERVER BUG",
"Recipe": null,
"Quality": "Common",
"ItemLevel": 40,
"Tool": {},
"PlayerAnimationsId": "Watering_Can",
"IconProperties": {
"Scale": 0.55,
"Translation": [
-11.4,
-10.8
],
"Rotation": [
45,
60,
0
]
},
"Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
"Model": "Items/Tools/Watering_Can/Watering_Can.blockymodel",
"Icon": "Icons/ItemsGenerated/Tool_Watering_Can_Full.png",
"Scale": 2,
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Items/Tools/Watering_Can/Watering_Can.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Tools/Watering_Can/Watering_Can_Texture.png",
"Weight": 1
}
],
"HitboxType": "Food_Medium",
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"ItemId": "Template_Tool_Watering_Can"
},
"Harvest": {
"ItemId": "Template_Tool_Watering_Can"
}
},
"CustomModelScale": 0.5,
"ParticleColor": "#8B7355"
},
"Interactions": {
"Secondary": "Watering_Can_Filled_Use"
},
"MaxDurability": 20,
"DurabilityLossOnDeath": false
}
},
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}