Useful Links This is a straight forward Traveller RPG Universal World Profile (UWP) Translator. Go There
Terradoma Charts A comprehensive map of humanity in space during the period of the Postal Marines series, with volume catalog. Go There
Travel Time Calculator Calculates travel time in space with a given distance and acceleration (in G). Go There
Concept generator Select Genre Apocalypse Cradle of Civilization to the stars Generate var oracles; var impact; var element_a; var element_b; var trend; function getRandom(arr) { var idx = Math.floor(Math.random() * arr.length); return arr[idx]; } function generate() { const key = document.getElementById("genre").value; console.log(key) $.getJSON("./oracles.json", function (data) { // console.log(data) trend = getRandom(data[key]["trends"]); impact = getRandom(data[key]["impacts"]); element_a = getRandom(data[key]["elements"][Math.floor(Math.random() * 6)]); element_b = getRandom(data[key]["elements"][Math.floor(Math.random() * 6) + 2]); document. Go There
Universal World Profile (UWP) Translator This is a straight forward Traveller RPG Universal World Profile (UWP) Translator. Go There