Starbound

Starbound

评价数不足
Invisible NPC Spawner (for modders)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
76.326 KB
2021 年 9 月 16 日 下午 5:37
2021 年 9 月 18 日 下午 6:12
17 项改动说明 ( 查看 )

订阅以下载
Invisible NPC Spawner (for modders)

在 swefpifh 的 1 个合集中
Projects for aspiring modders
7 件物品
描述
♦ Compatibility with v1.4.4
♦ Raw files : https://github.com/swefpifh/Starbound-Inv-NPC-Spawner

Mod Pack Permissions
Anyone can use this mod in their mod compilation without the author's consent, but the contributor(s) must be named for his work.
Mod Assets Permissions
Anyone can alter/redistribute the mod's assets without the author's consent, but the contributor(s) must be named for his work.

If you want test this Invisible NPC spawner, you can use this command ingame in admin mode :
    /spawnitem swefInvisibleNpcSpawner

INFORMATIONS :
∴ Open the raw file named "invisibleNpcSpawner.object" and modify informations by yours.

∴ You can duplicate the .object file. After, change informations inside new file(s) (object's id, species npc, etc) for create a new spawner.

npcSpecies : ["human"] // Race of NPCs. You can use multiple race. Ex: ["human", "avian", etc] npcType : ["foundryguard"] // ID of NPC to spawn. You can spawn multiple NPC in the list. Ex: ["npc01", "npc02", etc] npcThreatLevelmin : 1 npcThreatLevelmax : 6 // Select the minimum and maximum threat level. This will generate a selection in the min and max interval. ex: min:1, max:3, your npc will be able to spawn randomly with a threat level 1, 2 or 3. If you write 0 in both cases, or if you enter a number in the maximum value that is lower than the minimum value, the level will adapt to the instance. position : [0, 0.5] // Relative position to spawn at positionVariance : [10, 0] // [x,y] Size of randomized spawn area, centered on position stock : -1 // Total number of spawns, -1 for infinite frequency : [2.0, 5.0] // Cooldown time between spawns (random within range) trigger : "wire" // Options include "wire", "interact", "break", null (periodic) outOfSight : false // Only spawn where the player can't see