PortalKey_Windsurf_Valley
Server/Item/Items/Portal/PortalKey_Windsurf_Valley.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
PortalKey | object |
BlockType | object |
Recipe | object |
PlayerAnimationsId | string |
Tags | object |
Quality | string |
ItemLevel | number |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.PortalKey_Windsurf_Valley.name",
"Description": "server.items.PortalKey_Windsurf_Valley.description"
},
"Icon": "Icons/ItemsGenerated/PortalKey_Howling_Sands.png",
"Categories": [
"Blocks.Portals"
],
"PortalKey": {
"PortalType": "Windsurf_Valley",
"TimeLimitSeconds": 360
},
"BlockType": {
"DrawType": "Model",
"Material": "Solid",
"Opacity": "Transparent",
"CustomModel": "Blocks/Miscellaneous/Portal_Shard.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Portal_Shard_Texture.png",
"Weight": 1
}
],
"TextureComputedColor": "#81C4EC"
},
"Recipe": {
"TimeSeconds": 1,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 10
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 30
}
],
"BenchRequirement": [
{
"Id": "Arcanebench",
"Type": "Crafting",
"Categories": [
"Arcane_Portals"
]
}
],
"RequiredMemoriesLevel": 5
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Portal",
"Temporary"
]
},
"Quality": "Uncommon",
"ItemLevel": 51,
"IconProperties": {
"Scale": 1.4,
"Rotation": [
22.5,
137.0,
22.5
],
"Translation": [
0.0,
1.0
]
}
}