Plant_Fruit_Spiral
Server/Item/Items/Plant/Fruit/Plant_Fruit_Spiral.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
InteractionVars | object |
IconProperties | object |
Scale | number |
DropOnDeath | boolean |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Fruit_Spiral.name",
"Description": "server.items.Plant_Fruit_Spiral.description"
},
"Icon": "Icons/ItemsGenerated/Plant_Fruit_Spiral_Tree.png",
"Parent": "Template_Fruit",
"BlockType": {
"CustomModel": "Resources/Ingredients/Spiral_Fruit.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Spiral_Fruit_Texture.png",
"Weight": 1
}
],
"VariantRotation": "UpDown",
"Opacity": "Transparent",
"Light": {
"Color": "#bbc"
},
"BlockSoundSetId": "Mushroom",
"PhysicalMaterialId": "Foliage",
"BlockParticleSetId": "Dust",
"ParticleColor": "#f9fcfc",
"TextureComputedColor": "#A9C3C1"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#f9fcfc",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
}
},
"IconProperties": {
"Scale": 1.28,
"Translation": [
-1.81,
-7.21
],
"Rotation": [
0,
116.98,
22.5
]
},
"Scale": 1.75,
"DropOnDeath": true,
"Quality": "Common"
}