Debug_Donut_Selector
Server/Item/Items/_Debug/Debug_Donut_Selector.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[0] |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Weapon | object |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Donut_Selector.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",
"Weapon": {},
"Interactions": {
"Primary": {
"ClickQueuingTimeout": 0.2,
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.117,
"Effects": {
"ItemAnimationId": "SwingRight",
"WorldSoundEventId": "SFX_Sword_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_RL_Local"
},
"Next": {
"Type": "Selector",
"RunTime": 0.6,
"Selector": {
"Id": "Donut",
"MinRadius": 0.5,
"MaxRadius": 6.0,
"Width": 1.0,
"Height": 2.0,
"AngleDeg": 120
},
"HitEntity": {
"Interactions": [
{
"Type": "SendMessage",
"Message": "Donut selector hit!",
"Next": {
"Parent": "DamageEntityParent",
"DamageCalculator": {
"BaseDamage": {
"Physical": 1
}
}
}
}
]
}
}
}
]
}
},
"Tags": {
"Type": [
"Debug"
]
}
}