Template_Fruit
Server/Item/Items/Plant/Fruit/Template_Fruit.json, 2.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Icon | string |
Categories | array[2] |
BlockType | object |
ItemLevel | number |
ResourceTypes | array[1] |
Utility | object |
PlayerAnimationsId | string |
IconProperties | object |
Interactions | object |
InteractionVars | object |
InteractionConfig | object |
Consumable | boolean |
Tags | object |
ItemSoundSetId | string |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Template_Fruit.name"
},
"Quality": "Template",
"Icon": "Icons/ItemsGenerated/Plant_Fruit_Apple.png",
"Categories": [
"Blocks.Plants",
"Items.Foods"
],
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Resources/Ingredients/Apple.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Apple_Red.png"
}
],
"HitboxType": "Plant_Medium",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"TagId": "Family=Leaves"
}
],
"Up": [
{
"TagId": "Family=Leaves"
}
],
"CardinalDirections": [
{
"TagId": "Family=Leaves"
}
]
},
"BlockParticleSetId": "Flower",
"BlockSoundSetId": "Plant",
"Group": "Plant",
"ParticleColor": "#518e2e",
"CustomModelScale": 0.5
},
"ItemLevel": 0,
"ResourceTypes": [
{
"Id": "Fruits"
}
],
"Utility": {
"Compatible": true
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.85,
"Translation": [
0,
-10.8
],
"Rotation": [
22.5,
45,
22.5
]
},
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T1"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"ItemAnimationId": "Consume"
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
},
"HealthRegen_TierCheck_T1"
]
},
"ConsumeSFX": {
"Interactions": [
{
"Parent": "Consume_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Consume_Bread_Local"
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Parent": "Consumed_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Consume_Bread_Local"
}
}
]
}
},
"InteractionConfig": {
"Priorities": {
"Secondary": 1
}
},
"Consumable": true,
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Fruit"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"Scale": 1.5
}