Plant_Moss_Wall_Green
Server/Item/Items/Plant/Moss/Plant_Moss_Wall_Green.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Wall_Green.name"
},
"Parent": "Plant_Moss_Rug_Green",
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Green"
},
"UseDefaultDropWhenPlaced": true
},
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Moss_Wall.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Moss_Wall_Textures/Moss_GS.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Wall_Textures/Moss_GS2.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Wall_Textures/Moss_GS3.png",
"Weight": 1
}
],
"VariantRotation": "NESW",
"Support": {
"North": [
{
"FaceType": "Full"
}
]
},
"HitboxType": "Ladder",
"MovementSettings": {
"HorizontalSpeedMultiplier": 0.6,
"TerminalVelocityModifier": 0.015
},
"Tint": [
"#84b338"
],
"ParticleColor": "#6b8e32",
"TextureComputedColor": "#9C9C9C"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Wall_Green.png",
"ItemLevel": 20
}