Plant_Crop_Mana1
Server/Item/Items/Plant/Crop/Mana1/Plant_Crop_Mana1.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_Mana1.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Flowers/Mana_T1_Azure_Fern/Azure_Fern_Texture.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Full",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {
"DropList": "Plant_Crop_Mana1_Harvest"
},
"Soft": {
"DropList": "Plant_Crop_Mana1",
"IsWeaponBreakable": false
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"BlockTypeId": "Soil_Dirt_Crystal"
}
]
},
"BlockParticleSetId": "Flower",
"ParticleColor": "#60afff",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"Particles": [
{
"SystemId": "Plant_Mana_Tier1",
"Color": "#7230cc",
"Scale": 1.1,
"PositionOffset": {
"Z": 0.2
}
}
],
"Light": {
"Color": "#369"
},
"Material": "Empty",
"CustomModel": "Blocks/Foliage/Flowers/Mana_T1_Azure_Fern/Azure_Fern.blockymodel",
"TextureComputedColor": "#184E7C"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1,
"Translation": [
0,
-11.5
],
"Rotation": [
16.9,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mana1.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}