Plant_Crop_Mana2
Server/Item/Items/Plant/Crop/Mana2/Plant_Crop_Mana2.json, 2.1 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_Mana2.name"
},
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Mana_T2_Azure_Cap/Azure_Cap_Texture.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Full",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {
"DropList": "Plant_Crop_Mana2_Harvest"
},
"Soft": {
"DropList": "Plant_Crop_Mana2",
"IsWeaponBreakable": false
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"BlockTypeId": "Soil_Dirt_Crystal"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#43c3cf",
"BlockSoundSetId": "Mushroom",
"Particles": [
{
"SystemId": "Plant_Mana_Tier2",
"PositionOffset": {
"X": -0.5
},
"Color": "#5930cc",
"TargetNodeName": "Cap2",
"Scale": 1
},
{
"SystemId": "Plant_Mana_Tier2",
"TargetNodeName": "Cap2",
"PositionOffset": {
"Z": 0.3,
"Y": 0.25
},
"Color": "#a18cff",
"Scale": 1.2
}
],
"Light": {
"Color": "#369"
},
"Material": "Empty"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.595,
"Translation": [
4.5,
-15.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mana2.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}