Scarak_Fighter
Server/NPC/Roles/Intelligent/Aggressive/Scarak/Scarak_Fighter.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Parameters | object |
Modify | object |
Source
{
"Type": "Variant",
"Reference": "Template_Intelligent",
"Parameters": {
"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."
},
"NameTranslationKey": {
"Value": "server.npcRoles.Scarak_Fighter.name",
"Description": "Translation key for NPC name display"
}
},
"Modify": {
"MaxHealth": 81,
"_CombatConfig": {
"EntityEffects": [
"Immunity_Environmental",
"Immunity_Poison"
]
},
"DropList": "Drop_Scarak_Fighter",
"Appearance": "Scarak_Fighter",
"Weapons": [],
"OffHand": [],
"MaxSpeed": 7,
"FollowPatrolPath": {
"Compute": "FollowPatrolPath"
},
"Patrol": {
"Compute": "Patrol"
},
"Attack": "Root_NPC_Scarak_Fighter_Attack",
"BlockProbability": 0,
"AttitudeGroup": "Scarak",
"IsMemory": true,
"MemoriesCategory": "Scarak",
"MemoriesNameOverride": "Scarak_Fighter",
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
}
}