Versions / 0.6.0-pre.10 / NPC / Roles / Intelligent / Passive / Temple / Temple_Kweebec_Razorleaf_Patrol.json
Temple_Kweebec_Razorleaf_Patrol
Server/NPC/Roles/Intelligent/Passive/Temple/Temple_Kweebec_Razorleaf_Patrol.json, 928 B
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Temple",
"Modify": {
"Appearance": "Kweebec_Sapling_Razorleaf",
"GreetAnimation": "Wave",
"HotbarItems": [ "Weapon_Spear_Leaf" ],
"MotionPath": true,
"MotionPathName": { "Compute": "MotionPathName" },
"MotionPathRange": { "Compute": "MotionPathRange" },
"IsMemory": true,
"MemoriesCategory": "Kweebec",
"MemoriesNameOverride": "Kweebec_Sapling",
"NameTranslationKey": { "Compute": "NameTranslationKey" }
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Kweebec_Razorleaf.name",
"Description": "Translation key for NPC name display"
},
"MotionPathName": {
"Value": "PatrolPath1",
"Description": "The name of the patrol path this NPC will follow"
},
"MotionPathRange": {
"Value": 20,
"Description": "The max range at which the NPC can detect paths"
}
}
}