Plant_Crop_Stamina2
Server/Item/Items/Plant/Crop/Stamina2/Plant_Crop_Stamina2.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_Stamina2.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Stamina_T2_Storm_Cap/Storm_Cap.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Stamina_T2_Storm_Cap/Storm_Cap_Texture.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Full",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {
"DropList": "Plant_Crop_Stamina2_Harvest"
},
"Soft": {
"DropList": "Plant_Crop_Stamina2",
"IsWeaponBreakable": false
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"BlockTypeId": "Soil_Dirt_Crystal"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#f3b242",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"Particles": [
{
"SystemId": "Plant_Stamina_Tier2",
"PositionOffset": {},
"Color": "#c98a21",
"Scale": 1.2
}
],
"Light": {
"Color": "#863"
},
"CustomModelScale": 1.2,
"TextureComputedColor": "#C78428"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.6,
"Translation": [
2.4,
-17.1
],
"Rotation": [
20.815,
25.315,
11.815
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Stamina2.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}