Plant_Sapling_Camphor
Server/Item/Items/Plant/Plant_Sapling_Camphor.json, 3.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
ItemLevel | number |
Recipe | object |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Sapling_Camphor.name",
"Description": "server.items.Plant_Sapling_Camphor.description"
},
"Parent": "Plant_Sapling_Oak",
"ItemLevel": 4,
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
}
],
"OutputQuantity": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Saplings"
],
"RequiredTierLevel": 3
}
]
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Tree/Sapling.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Tree/Sapling_Textures/Camphor.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Plant_Large",
"Opacity": "Transparent",
"RandomRotation": "YawStep1",
"BlockEntity": {
"Components": {
"FarmingBlock": {}
}
},
"Gathering": {
"Soft": {
"ItemId": "Plant_Sapling_Camphor"
}
},
"Farming": {
"Stages": {
"Default": [
{
"Block": "Plant_Sapling_Camphor",
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "BlockType"
},
{
"Prefabs": [
{
"Path": "Trees/Camphor/Stage_00/Camphor_Stage00_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Camphor/Stage_0/Camphor_Stage0_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Camphor/Stage_1/Camphor_Stage1_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Camphor/Stage_2/Camphor_Stage2_001.prefab.json",
"Weight": 1
}
],
"Duration": {
"Min": 40000,
"Max": 60000
},
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
},
{
"Prefabs": [
{
"Path": "Trees/Camphor/Stage_3/Camphor_Stage3_001.prefab.json",
"Weight": 1
}
],
"Type": "Prefab",
"ReplaceMaskTags": [
"Soil"
],
"SoundEventId": "SFX_Crops_Grow"
}
]
},
"StartingStageSet": "Default",
"ActiveGrowthModifiers": [
"Fertilizer",
"Water",
"LightLevel"
]
},
"ParticleColor": "#34c79f"
},
"Icon": "Icons/ItemsGenerated/Plant_Sapling_Camphor.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}