Update: Created Starfinder trap theme (pull request pending) This theme supports traps for both characters and starships. Get it from beta here: <a href="https://raw.githubusercontent.com/Cazra/roll20-api" rel="nofollow">https://raw.githubusercontent.com/Cazra/roll20-api</a>... For it to work outside of One-Click, you'll also need to add in this little script to set up some configurations: on('ready', () => {
state.itsatrapthemestarfinder = {
useroptions: {
sheet: 'Starfinder Simple',
// kac: 'kac',
// eac: 'eac',
// fortSaveModifer: 'fort',
// refSaveModifier: 'ref',
// willSaveModifier: 'will',
// perceptionModifier: 'perc',
// acm: "acm",
// starshipAC: 'starshipAC',
// starshipTL: 'starshipTL',
enablePassivePerception: "1"
},
passPercAttempts: {}
};
globalconfig.itsatrapthemestarfinder = undefined;
log('TEST - mocking up globalconfigs for ItsATrap SF Theme.');
});