Root_NPC_Attack_Melee
Server/Item/RootInteractions/NPCs/Root_NPC_Attack_Melee.json, 249 B
Fields
| Field | Type |
|---|---|
Interactions | array[1] |
Tags | object |
Source
{
"Interactions": [
{
"Type": "Replace",
"Var": "Melee_Start",
"DefaultValue": {
"Interactions": [
"NPC_Attack_Melee_Simple"
]
}
}
],
"Tags": {
"Attack": [
"Melee"
]
}
}