Starbound

Starbound

Not enough ratings
Invisible NPC Spawner (for modders)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
76.326 KB
16 Sep, 2021 @ 5:37pm
18 Sep, 2021 @ 6:12pm
17 Change Notes ( view )

Subscribe to download
Invisible NPC Spawner (for modders)

In 1 collection by swefpifh
Projects for aspiring modders
7 items
Description
♦ 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