Plant_Fruit_Berries_Red
Server/Item/Items/Plant/Fruit/Plant_Fruit_Berries_Red.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Icon | string |
Parent | string |
BlockType | object |
InteractionVars | object |
IconProperties | object |
Scale | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fruit_Berries_Red.name",
"Description": "server.items.Plant_Fruit_Berries_Red.description"
},
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Plant_Fruit_Berries_Red.png",
"Parent": "Template_Fruit",
"BlockType": {
"CustomModel": "Resources/Plants/Wild_Berry.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Wild_Berry_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#ad6b47",
"HitboxType": "Plant_Small",
"CustomModelScale": 0.75
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#C12B10",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
}
},
"IconProperties": {
"Scale": 1.1,
"Rotation": [
0,
72.185,
29.435
],
"Translation": [
1.9,
-3
]
},
"Scale": 1,
"DropOnDeath": true
}