Plant_Crop_Stamina1
Server/Item/Items/Plant/Crop/Stamina1/Plant_Crop_Stamina1.json, 1.8 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_Stamina1.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Flowers/Stamina_T1_Storm_Thistle/Storm_Thistle.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/Stamina_T1_Storm_Thistle/Storm_Thistle_Texture.png",
"Weight": 1
}
],
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Plant_Crop_Stamina1",
"IsWeaponBreakable": false
},
"Harvest": {
"DropList": "Plant_Crop_Stamina1_Harvest"
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"BlockTypeId": "Soil_Dirt_Crystal"
}
]
},
"BlockParticleSetId": "Flower",
"BlockSoundSetId": "Plant",
"Light": {
"Color": "#662"
},
"CustomModelScale": 0.9,
"Particles": [
{
"SystemId": "Plant_Stamina_Tier1",
"Color": "#c8942a",
"Scale": 1,
"TargetNodeName": "Flower-Emitter"
}
],
"Material": "Empty",
"HitboxType": "Plant_Full",
"ParticleColor": "#ffb72d"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.59,
"Translation": [
-3.9,
-20.7
],
"Rotation": [
7.315,
101.815,
1.69
]
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Storm_Thistle.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}