Plant_Crop_Health3
Server/Item/Items/Plant/Crop/Health3/Plant_Crop_Health3.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Health3.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/Health_T3_Blood_Leaf/Blood_Leaf_Texture.png",
"Weight": 1
}
],
"Flags": {
"IsStackable": false
},
"Gathering": {
"Harvest": {
"DropList": "Plant_Crop_Health3_Harvest"
},
"Soft": {
"DropList": "Plant_Crop_Health3",
"IsWeaponBreakable": false
}
},
"Support": {
"North": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Flower",
"Particles": [
{
"SystemId": "Plant_Health_Tier3",
"Color": "#ed1010",
"Scale": 1,
"PositionOffset": {
"Z": 0.6
}
}
],
"CustomModelScale": 0.9,
"Light": {
"Color": "#a55"
},
"ParticleColor": "#ff4259",
"Material": "Empty",
"HitboxType": "Blood_Leaf_Stage_3",
"VariantRotation": "NESW"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.45,
"Translation": [
12.3,
-49.5
],
"Rotation": [
20.8,
321.2,
1.7
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Health3.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}