Versions / 0.6.0-pre.1 / Item / Interactions / NPCs / ComboInteraction / NPC_Attack_Melee_Simple1.json
NPC_Attack_Melee_Simple1
Server/Item/Interactions/NPCs/ComboInteraction/NPC_Attack_Melee_Simple1.json, 552 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Default",
"ItemAnimationId": "SwingLeft"
},
"$Comment": "This interaction file has a different var -MeleeSelector1- for selector, in case there are several overrides for several attacks",
"RunTime": 0.1,
"Next": {
"Type": "Replace",
"$Comment": "This interaction has size of the hitbox and it has a damage interaction linked inside",
"DefaultValue": {
"Interactions": [
"NPC_Attack_Selector_Left"
]
},
"Var": "Melee_Selector1"
}
}