Plant_Crop_Mana3
Server/Item/Items/Plant/Crop/Mana3/Plant_Crop_Mana3.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_Mana3.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Mana_T3_Azure_Kelp/Azure_Kelp.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Mana_T3_Azure_Kelp/Azure_Kelp_Texture.png",
"Weight": 1
}
],
"Group": "SeaLife",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {
"DropList": "Plant_Crop_Mana3_Harvest"
},
"Soft": {
"DropList": "Plant_Crop_Mana3",
"IsWeaponBreakable": false
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"BlockTypeId": "Soil_Dirt_Crystal"
}
]
},
"BlockParticleSetId": "Flower",
"BlockSoundSetId": "Fern",
"PhysicalMaterialId": "Foliage",
"CustomModelScale": 1.2,
"Particles": [
{
"SystemId": "Plant_Mana_Tier3",
"Color": "#6c25b6",
"Scale": 1.2
}
],
"Light": {
"Color": "#369"
},
"Material": "Empty",
"HitboxType": "Plant_Tall_Full",
"ParticleColor": "#4f97ff",
"TextureComputedColor": "#3961AF"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.495,
"Translation": [
3.3,
-18.3
],
"Rotation": [
24.19,
38.815,
33.19
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mana3.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}