Debug_Beacon_Horn
Server/Item/Items/_Debug/Debug_Beacon_Horn.json, 748 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[0] |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Beacon_Horn.name"
},
"Categories": [],
"Icon": "Icons/ItemsGenerated/Weapon_Sword_Iron.png",
"Quality": "Debug",
"ItemLevel": 1,
"Model": "Items/Weapons/Sword/Iron.blockymodel",
"Texture": "Items/Weapons/Sword/Iron_Texture.png",
"PlayerAnimationsId": "Sword",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "SendBeacon",
"Message": "Test",
"Range": 40.0
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "SendBeacon",
"Message": "EncounterPing",
"Range": 40.0
}
]
}
},
"Tags": {
"Type": [
"Debug"
]
}
}