Plant_Crop_Chilli_Block
Server/Item/Items/Plant/Crop/Chilli/Plant_Crop_Chilli_Block.json, 6.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
IconProperties | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Chilli_StageFinal.name"
},
"Parent": "Template_Crop_Block",
"BlockType": {
"RandomRotation": "YawStep90",
"CustomModel": "Resources/Plants/Seeds.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Seeds_Textures/SmallYellow.png",
"Weight": 1
}
],
"State": {
"Definitions": {
"Stage1": {
"CustomModel": "Resources/Ingredients/Chilli_01.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Chilli_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 0.9,
"HitboxType": "Plant_Small",
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Chilli_Stage1"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"ParticleColor": "#529f2b"
},
"Stage2": {
"CustomModel": "Resources/Ingredients/Chilli_02.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Chilli_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 0.9,
"HitboxType": "Plant_Large",
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Chilli_Stage2"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"ParticleColor": "#529f2b"
},
"Stage3": {
"CustomModel": "Resources/Ingredients/Chilli_03.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Chilli_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 1,
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Chilli_Stage3"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"HitboxType": "Plant_Full",
"ParticleColor": "#529f2b"
},
"Stage4": {
"CustomModel": "Resources/Ingredients/Chilli_04.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Chilli_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 0.9,
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Chilli_Stage4"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"HitboxType": "Plant_Full",
"ParticleColor": "#529f2b"
},
"StageFinal": {
"CustomModel": "Resources/Ingredients/Chilli_05.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Chilli_Texture.png",
"Weight": 1
}
],
"CustomModelScale": 0.9,
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Chilli_StageFinal"
},
"Harvest": {
"DropList": "Drops_Plant_Crop_Chilli_StageFinal_Harvest"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Plant",
"HitboxType": "Plant_Full",
"ParticleColor": "#739f2b"
}
}
},
"Farming": {
"Stages": {
"Default": [
{
"Duration": {
"Min": 10500,
"Max": 10500
},
"Type": "BlockState",
"State": "default"
},
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage1"
},
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage2"
},
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage3"
},
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage4"
},
{
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow_Stage_Complete",
"State": "StageFinal"
}
],
"Harvested": [
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage2"
},
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage3"
},
{
"Duration": {
"Min": 18975,
"Max": 18975
},
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow",
"State": "Stage4"
},
{
"Type": "BlockState",
"SoundEventId": "SFX_Crops_Grow_Stage_Complete",
"State": "StageFinal"
}
]
},
"StartingStageSet": "Default",
"ActiveGrowthModifiers": [
"Fertilizer",
"Water",
"LightLevel"
]
},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false,
"DropList": "Drops_Plant_Crop_Chilli_Block"
}
},
"CustomModelScale": 0.7,
"ParticleColor": "#c4a537"
},
"IconProperties": {
"Scale": 1.3,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-3.6
]
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Chilli_Block.png"
}