Larva_Void
Server/NPC/Roles/Void/Larva_Void.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Predator",
"Modify": {
"DeathParticles": "Effect_Death_Void",
"Appearance": "Larva_Void",
"DropList": "Drop_Larva_Void",
"FlockArray": [
"Larva_Void"
],
"AttitudeGroup": "Vermin",
"MaxHealth": 36,
"AttackDistance": 1.6,
"Attack": "Larva_Void_Bite",
"MaxSpeed": 8,
"WanderRadius": 20,
"ViewRange": 8,
"HearingRange": 10,
"AlertedRange": 12,
"IsMemory": true,
"MemoriesCategory": "Voidspawn",
"AlertedTime": [
2,
3
],
"FleeIfNotThreatened": false,
"FleeRange": 15,
"HardLeashDistance": 60,
"LeashDistance": 30,
"CombatBehaviorDistance": 3,
"CombatBackOffAfterAttack": false,
"ChaseRelativeSpeed": 0.6,
"CombatMovingRelativeSpeed": 0.6,
"AlwaysSleepAtNight": false,
"DayTimeNapWeight": 0,
"TimidDuringDay": true,
"DayFlavorAnimation": "",
"NightFlavorAnimation": "",
"DayTimePeriod": [
18.01,
6.01
],
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Larva_Void.name",
"Description": "Translation key for NPC name display"
}
}
}