Versions / 0.6.0-pre.1.1 / NPC / Roles / Intelligent / Neutral / Feran / Component_Instruction_Attack_Sequence_Feran_Sharptooth_Ranged.json
Component_Instruction_Attack_Sequence_Feran_Sharptooth_Ranged
Server/NPC/Roles/Intelligent/Neutral/Feran/Component_Instruction_Attack_Sequence_Feran_Sharptooth_Ranged.json, 921 B
Fields
| Field | Type |
|---|---|
Class | string |
Interface | string |
Parameters | object |
Content | object |
Type | string |
Source
{
"Class": "Instruction",
"Interface": "Hytale.Instruction.AttackSequence",
"Parameters": {
"AttackDistance": {
"Value": 2,
"Description": "The distance at which an NPC will execute attacks"
},
"CombatRelativeTurnSpeed": {
"Value": 1.5,
"Description": "Modifier that decides turn speed difference in combat"
}
},
"Content": {
"Sensor": {
"Type": "Target",
"Range": { "Compute": "AttackDistance" },
"Filters": [
{
"Type": "LineOfSight"
}
]
},
"ActionsBlocking": true,
"Actions": [
{
"Type": "Attack",
"Attack": "Feran_Sharptooth_Axe_Throw_Double",
"AimingTimeRange": [ 3, 3 ],
"AttackPauseRange": [ 0.5, 1.5 ]
}
],
"HeadMotion": {
"Type": "Aim",
"RelativeTurnSpeed": { "Compute": "CombatRelativeTurnSpeed" }
}
},
"Type": "Component"
}