VoidInvasion_Portal
Server/Item/Items/Portal/VoidInvasion_Portal.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
Quality | string |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.VoidInvasion_Portal.name",
"Description": "server.items.VoidInvasion_Portal.description"
},
"Icon": "Icons/ItemsGenerated/Portal_Return.png",
"Categories": [
"Blocks.Portals"
],
"BlockType": {
"DrawType": "Model",
"Material": "Solid",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/Platform_Magic_Exit.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Platform_Magic_Red.png",
"Weight": 1
}
],
"HitboxType": "Pad_Portal",
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"VariantRotation": "NESW",
"Gathering": {
"Breaking": {
"GatherType": "Unbreakable"
}
},
"Particles": [
{
"SystemId": "Portal_Purple",
"PositionOffset": {
"Y": -1
}
}
]
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Portal"
]
},
"Quality": "Technical",
"IconProperties": {
"Scale": 0.35,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}