Plant_Crop_Health2
Server/Item/Items/Plant/Crop/Health2/Plant_Crop_Health2.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Health2.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Health_T2_Blood_Cap/Blood_Cap.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Health_T2_Blood_Cap/Blood_Cap_Texture.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Full",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {
"DropList": "Plant_Crop_Health2_Harvest"
},
"Soft": {
"DropList": "Plant_Crop_Health2",
"IsWeaponBreakable": false
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"BlockTypeId": "Soil_Dirt_Crystal"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#ee2957",
"BlockSoundSetId": "Mushroom",
"PhysicalMaterialId": "Foliage",
"Particles": [
{
"SystemId": "Plant_Health_Tier2",
"PositionOffset": {},
"Color": "#d12929",
"TargetNodeName": "Cap1",
"Scale": 1.3
}
],
"Light": {
"Color": "#955"
},
"Material": "Empty"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.66,
"Translation": [
3.3,
-19.5
],
"Rotation": [
3.935,
83.3,
29.815
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Health2.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}