原地址
Npc Spawn
This plugin does not have its own functionality. This plugin is only used as an API for other plugins. Supported Plugins AirEvent HarborEvent WaterEvent Satellite Dish Event Power Plant Event Junkyard Event BossMonster BetterNpc Defendable Bases Defendable Homes Water Patrol Convoy Armored Train ...
codefling.com
关于Npc Spawn这个插件没有自己的功能。此插件仅用作其他插件的 API。 支持的插件
应用程序接口 ScientistNPC SpawnNpc(Vector3 position, JObject configJson) 创建 NPC
void AddTargetRaid(CustomScientistNpc npc, HashSet<BuildingBlock> foundations) 设置 NPC 突袭目标
void AddTargetGuard(CustomScientistNpc npc, BaseEntity target) 设置要守卫的 NPC 目标
void ChangeHomePosition(CustomScientistNpc npc, Vector3 pos) 更改 home 的 NPC 点数
BasePlayer GetCurrentTarget(CustomScientistNpc npc) 获取 NPC 的当前目标
如果你需要 Npc 能够与其他 Npc 战斗,那么将插件中的 CanTargetOtherNpc 的值设置为 true |