Test_Spawn_Marker_Trigger
Server/Item/Items/_Debug/Test_Spawn_Marker_Trigger.json, 966 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Test_Spawn_Marker_Trigger.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Developer",
"ItemLevel": 40,
"Model": "Items/Weapons/Stick/Stick.blockymodel",
"Texture": "Items/Halloween_Props/Broomstick_Texture.png",
"PlayerAnimationsId": "Stick",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "TriggerSpawnMarkers",
"Range": 30,
"Effects": {
"ItemAnimationId": "Block"
}
}
]
}
},
"IconProperties": {
"Scale": 0.25,
"Rotation": [
45.0,
90.0,
0.0
],
"Translation": [
-37.0,
-41.0
]
},
"Icon": "Icons/ItemsGenerated/Debug_Stick.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Staff"
]
},
"Weapon": {}
}