Spawn_Temple_Circle_Flipped
Server/Item/Items/Deco/Spawn_Temple_Circle_Flipped.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
Quality | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Block_Spawner_TempleCircleSmallFlipped.name"
},
"Icon": "Icons/ItemsGenerated/Ingredient_Crystal_Fragments_Yellow.png",
"Categories": [
"Blocks.Deco"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Crouching": false,
"Failed": "Block_Secondary"
}
]
}
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Transparent",
"Group": "Wood",
"HitboxType": "Rubble",
"VariantRotation": "Wall",
"Flags": {},
"Gathering": {
"Soft": {
"IsWeaponBreakable": false
}
},
"BlockParticleSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
],
"Up": [
{
"FaceType": "Full"
}
]
},
"CustomModelTexture": [
{
"Texture": "Blocks/_Debug/TextureEmpty.png",
"Weight": 1
}
],
"CustomModel": "Blocks/_Debug/Model.blockymodel",
"CustomModelScale": 1.0,
"Particles": [
{
"SystemId": "ForgottenTemple_Circle",
"RotationOffset": {
"Pitch": 25,
"Yaw": 180
},
"Scale": 0.75
}
],
"PlacementSettings": {
"AllowRotationKey": false
}
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.695,
"Translation": [
-0.895,
-3.895
],
"Rotation": [
30.945,
51.195,
22.5
]
},
"Tags": {
"Type": [
"Deco"
]
},
"Quality": "Developer",
"ItemSoundSetId": "ISS_Blocks_Wood"
}