Plant_Crop_Mushroom_Glowing_Orange
Server/Item/Items/Plant/Crop/Plant_Crop_Mushroom_Glowing_Orange.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Interactions | object |
InteractionVars | object |
Utility | object |
Consumable | boolean |
BlockType | object |
ResourceTypes | array[2] |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Mushroom_Glowing_Orange.name"
},
"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": "Semitransparent",
"CustomModel": "Blocks/Foliage/Plants/Mushroom_Balls.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Mushroom_Balls_default.png",
"Weight": 1
}
],
"Group": "Plant",
"HitboxType": "Mushroom_Medium",
"Light": {
"Color": "#874"
},
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Dust",
"ParticleColor": "#f6d572",
"BlockSoundSetId": "Mushroom"
},
"ResourceTypes": [
{
"Id": "Mushrooms"
},
{
"Id": "Vegetables"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.58823,
"Translation": [
-2.1,
-12.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Mushroom_Glowcap_Orange.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"DropOnDeath": true
}