Versions / 0.6.0-pre.7 / NPC / Roles / Undead / Skeleton / Skeleton_Incandescent / Skeleton_Incandescent_Mage.json
Skeleton_Incandescent_Mage
Server/NPC/Roles/Undead/Skeleton/Skeleton_Incandescent/Skeleton_Incandescent_Mage.json, 2.4 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Parameters | object |
Modify | object |
Source
{
"Type": "Variant",
"Reference": "Template_Intelligent",
"Parameters": {
"WanderRadius": {
"Value": 3,
"Description": "General wander radius for idle wander and wander on the break."
},
"FollowPatrolPath": {
"Value": false,
"Description": "Whether this NPC will follow patrol paths at all."
},
"Patrol": {
"Value": false,
"Description": "Whether or not this NPC will patrol during its waking hours, either alone or as part of a group."
},
"FlockArray": {
"Value": [
"Skeleton_Incandescent_Fighter",
"Skeleton_Incandescent_Mage"
],
"TypeHint": "String",
"Description": "Array containing NPCs for this flock type."
},
"ApplySeparation": {
"Value": false,
"Description": "When set to false, NPCs wont try to avoid each other or player, it can lead to them stacking together, but can help to avoid jerky-like movemenet in enclosed space."
},
"NameTranslationKey": {
"Value": "server.npcRoles.Skeleton_Incandescent_Mage.name",
"Description": "Translation key for NPC name display"
}
},
"Modify": {
"DeathParticles": "Effect_Death_Bones",
"MaxHealth": 103,
"HearingRange": 8,
"ViewSector": 270,
"WakingPeriod": [
0,
24
],
"DropList": "Drop_Skeleton_Incandescent_Mage",
"Appearance": "Skeleton_Incandescent_Mage",
"Weapons": [
"Weapon_Spellbook_Fire"
],
"FlockArray": {
"Compute": "FlockArray"
},
"FollowPatrolPath": {
"Compute": "FollowPatrolPath"
},
"Patrol": {
"Compute": "Patrol"
},
"WanderRadius": {
"Compute": "WanderRadius"
},
"Attack": "Skeleton_Sand_Mage_Spellbook_Corruption_Orb",
"CombatBackOffAfterAttack": false,
"AttackDistance": 15,
"CombatStrafeWeight": 3,
"CombatFleeIfTooCloseDistance": 1.5,
"CombatBackOffDistanceRange": [
3,
5
],
"DesiredAttackDistanceRange": [
5,
15
],
"CombatBehaviorDistance": 15,
"TargetRange": 15,
"LeashMinPlayerDistance": 18,
"ApplySeparation": {
"Compute": "ApplySeparation"
},
"_CombatConfig": {
"EntityEffects": ["Immunity_Fire"]
},
"IsMemory": true,
"MemoriesCategory": "Undead",
"MemoriesNameOverride": "Skeleton_Incandescent_Mage",
"BreathesInWater": true,
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
}
}