Versions / 0.6.0-pre.7 / Item / RootInteractions / Weapons / Sword / Root_Weapon_Sword_Secondary_Guard.json
Root_Weapon_Sword_Secondary_Guard
Server/Item/RootInteractions/Weapons/Sword/Root_Weapon_Sword_Secondary_Guard.json, 368 B
Fields
| Field | Type |
|---|---|
RequireNewClick | boolean |
Rules | object |
Interactions | array[1] |
Tags | object |
Source
{
"RequireNewClick": true,
"Rules": {
"Interrupting": [
"Primary"
]
},
"Interactions": [
{
"Type": "Replace",
"Var": "Guard_Start",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Sword_Secondary_Guard"
]
}
}
],
"Tags": {
"Attack": [
"Melee"
]
}
}