Teleporter
Server/Item/Items/Electrum/Portal/Teleporter.json, 3.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
MaxStack | number |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
IconProperties | object |
ItemLevel | number |
Recipe | object |
Quality | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Teleporter.name",
"Description": "server.items.Teleporter.description"
},
"Icon": "Icons/ItemsGenerated/Teleporter.png",
"Categories": [
"Blocks.Portals"
],
"MaxStack": 10,
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
"Teleporter_Place"
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Miscellaneous/Teleporter_Pad.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Teleporter_Pad_Texture.png",
"Weight": 1
}
],
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"BlockEntity": {
"Components": {
"Teleporter": {
"WarpNameWordList": "Runes"
},
"TrackedPlacement": {}
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"State": {
"Definitions": {
"Active": {
"AmbientSoundEventId": "SFX_Portal_Neutral",
"Particles": [
{
"SystemId": "Portal_Square_Blue_Fit",
"PositionOffset": {
"Y": -1,
"Z": -0.3,
"X": 0.0
},
"RotationOffset": {
"Yaw": 0.0
},
"Scale": 1.0
}
],
"Interactions": {
"CollisionEnter": {
"Cooldown": {
"Cooldown": 1
},
"Interactions": [
{
"Type": "Teleporter",
"Particle": "Teleport",
"Next": {
"Type": "ApplyEffect",
"EffectId": "Portal_Teleport",
"Effects": {
"WorldSoundEventId": "SFX_Potion_Drink_Success"
}
}
}
]
},
"Use": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "Teleporter",
"Mode": "Warp",
"ActiveState": "Active",
"WarpNameWordList": "Runes"
}
}
]
}
}
}
}
},
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "Teleporter",
"Mode": "Warp",
"ActiveState": "Active",
"WarpNameWordList": "Runes"
}
}
]
}
},
"ParticleColor": "#4e534c",
"VariantRotation": "NESW",
"HitboxType": "Teleporter",
"TextureComputedColor": "#5D5C49"
},
"IconProperties": {
"Scale": 0.25,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
3.0,
-42.0
]
},
"ItemLevel": 30,
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Wood_Azure_Trunk",
"Quantity": 8
},
{
"ItemId": "Plant_Crop_Mana3",
"Quantity": 2
},
{
"Quantity": 10,
"ResourceTypeId": "Rock"
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Id": "Arcanebench",
"Type": "Crafting",
"Categories": [
"Arcane_Portals"
]
}
]
},
"Quality": "Rare",
"ItemSoundSetId": "ISS_Blocks_Stone"
}