Slug_Magma
Server/NPC/Roles/Creature/Vermin/Slug_Magma.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Predator",
"Modify": {
"Appearance": "Slug_Magma",
"DropList": "Drop_Slug_Magma",
"Attack": "Larva_Silk_Bite",
"AttitudeGroup": "Vermin",
"MaxHealth": 103,
"MaxSpeed": 8,
"WanderRadius": 20,
"ViewRange": 8,
"HearingRange": 10,
"AlertedRange": 12,
"AlertedTime": [
2,
3
],
"FleeIfNotThreatened": true,
"FleeRange": 15,
"HardLeashDistance": 60,
"LeashDistance": 30,
"CombatBehaviorDistance": 3,
"CombatBackOffAfterAttack": false,
"ChaseRelativeSpeed": 0.6,
"CombatMovingRelativeSpeed": 0.6,
"AlwaysSleepAtNight": false,
"DayTimeNapWeight": 0,
"TimidDuringDay": true,
"DayFlavorAnimation": "",
"NightFlavorAnimation": "",
"_CombatConfig": {
"EntityEffect": "Immunity_Fire"
},
"IsMemory": true,
"MemoriesCategory": "Critter",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Slug_Magma.name",
"Description": "Translation key for NPC name display"
}
}
}