Raptor_Cave
Server/NPC/Roles/Creature/Reptile/Raptor_Cave.json, 1.5 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Predator",
"Modify": {
"Appearance": "Raptor_Cave",
"FlockArray": [
"Raptor_Cave"
],
"AttitudeGroup": "PredatorsBig",
"WanderRadius": 12,
"ViewRange": 12,
"FleeRange": 15,
"HearingRange": 8,
"DropList": "Drop_Raptor_Cave",
"MaxSpeed": 24,
"Attack": "Root_NPC_Attack_Melee",
"AlwaysSleepAtNight": true,
"MaxHealth": 103,
"IsMemory": true,
"MemoriesCategory": "Reptile",
"_InteractionVars": {
"Melee_Start": {
"Interactions": [
{
"Parent": "NPC_Attack_Melee_Simple",
"$Comment": "Sets animations and delay before hit",
"Effects": {
"ItemPlayerAnimationsId": "Raptor_Cave_Default",
"ItemAnimationId": "Bite"
},
"RunTime": 0.333
}
]
},
"Melee_Damage": {
"Interactions": [
{
"Parent": "NPC_Attack_Melee_Damage",
"$Comment": "Sets damage and onhit effects",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 27
},
"RandomPercentageModifier": 0.1
}
}
]
}
},
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Raptor_Cave.name",
"Description": "Translation key for NPC name display"
}
}
}