Starbound

Starbound

Otillräckligt med betyg
Invisible NPC Spawner (for modders)
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
76.326 KB
16 sep, 2021 @ 17:37
18 sep, 2021 @ 18:12
17 ändringsnotiser ( visa )

Abonnera för att ladda ner
Invisible NPC Spawner (for modders)

I 1 samling av swefpifh
Projects for aspiring modders
7 artiklar
Beskrivning
♦ 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