Versions / 0.6.0-pre.6 / Item / Interactions / NPCs / Intelligent / Outlander_Brute / Outlander_Brute_Block.json
Outlander_Brute_Block
Server/Item/Interactions/NPCs/Intelligent/Outlander_Brute/Outlander_Brute_Block.json, 425 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Outlander_Brute_Default",
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"$Comment": "Prepare Delay",
"RunTime": 0.1,
"Next": {
"Type": "Wielding",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"DamageModifiers": {
"Physical": 0,
"Projectile": 0
}
}
}