Sector Generation - kyleady/Roll20-Rogue-Trader-API GitHub Wiki

This Section contains the Scripts dealing with random content generation. My inspiration came from the following Rogue Trader books:

  • Stars of Inequity - Random system generator
  • The Koronus Bestiary - Random creature generator
  • Navis Primer - Random warp route generator

I have expanded on all of those ideas along with modifying the rules more and more over time. It has since transformed into a large set of tools to randomly generate an entire sector full of adventures, planets, and alien civilizations. The following scripts split these tools into the following scripts:

  • SectorGenerator.js - The top layer Script that allows the GM to create a randomized collection of systems on the map.
  • SystemGenerator.js - The Script for randomly generating a handout for a System.
  • VehicleGenerator.js - An unfinished script for randomly generating vehicles for a randomized xenos civilization to use.
  • WeaponGenerator.js - Randomly generates weapons for a xenos civilization to use. This is not randomized treasure for explorers.
  • XenosGenerator.js - Randomly generates dangerous plants, creatures, and sentient xenos.