Portal_Return
Server/Item/Items/Portal/Portal_Return.json, 1.7 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.Portal_Return.name",
"Description": "server.items.Portal_Return.description"
},
"Icon": "Icons/ItemsGenerated/Portal_Return.png",
"Categories": [
"Blocks.Portals"
],
"BlockType": {
"AmbientSoundEventId": "SFX_Portal_Neutral",
"DrawType": "Model",
"Material": "Solid",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/Platform_Magic_Exit.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Platform_Magic_Blue2.png",
"Weight": 1
}
],
"HitboxType": "Pad_Portal",
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"VariantRotation": "NESW",
"Gathering": {
"Breaking": {
"GatherType": "Unbreakable"
}
},
"Particles": [
{
"SystemId": "MagicPortal_VoidKeyArt",
"PositionOffset": {
"Y": 2.5
}
}
],
"Interactions": {
"CollisionEnter": {
"Interactions": [
{
"Type": "PortalReturn",
"Next": {
"Type": "Simple",
"Effects": {
"LocalSoundEventId": "SFX_Portal_Neutral_Teleport_Local"
}
}
}
]
}
},
"TextureComputedColor": "#736940"
},
"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"
}