Plant_Crop_Mushroom_Glowing_Green
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Glowing_Green.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
InteractionVars | object |
Utility | object |
Consumable | boolean |
BlockType | object |
ResourceTypes | array[2] |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Glowing_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Glowing_Green.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Crouching": false,
"Next": {
"Parent": "Consume_Charge",
"Effects": {
"ItemAnimationId": "Consume",
"ClearAnimationOnFinish": true
}
},
"Failed": "Block_Secondary"
}
]
}
},
"InteractionVars": {
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": {
"Parent": "Poison",
"Duration": 2,
"OverlapBehavior": "Extend"
}
}
]
}
},
"Utility": {
"Compatible": true
},
"Consumable": true,
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Mushroom_Thin.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Mushroom_Thin_Textures/Green.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Plant_Full",
"Light": {
"Color": "#696"
},
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#82c437",
"BlockSoundSetId": "Mushroom",
"PhysicalMaterialId": "Foliage"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
},
{
"Id": "Vegetables"
}
],
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}