Versions / 0.5.5 / Item / Interactions / NPCs / Undead / Skeleton_Knight / Skeleton_Knight_Shield_Block.json
Skeleton_Knight_Shield_Block
Server/Item/Interactions/NPCs/Undead/Skeleton_Knight/Skeleton_Knight_Shield_Block.json, 421 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Skeleton_Shield",
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"$Comment": "Prepare Delay",
"RunTime": 0.1,
"Next": {
"Type": "Wielding",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"DamageModifiers": {
"Physical": 0.2,
"Projectile": 0.2
}
}
}