Open waynetrav opened 3 years ago
At one point I had intended to add this but got distracted by something else. One code remnant still exists in settings.ts line 50:
_numberSetting('absoluteBonusValueForEachTimeIncrement', -1);
The intent was to use this value instead of the -1 from the CE rules to enable supporting other variant rules.
For whoever tackles this issue, note that neither of Cepheus Light, Cepheus Faster Than Light or Cepheus Atom use timeframes, so a 0 in should probably be interpreted as 'do not roll random time' Also, note that CE, MGT1 and MGT2 all use different lengths for the various timeframes, so this needs to be supported. Either directly in settings, or by pointing to a Rollable Table (with such a table provided for CE but none of the others) that is then used by the code creating the randomized result.
PR #1007 Add a timeframe selection to skill rolls but no ability to take longer or shorter - just roll the task duration
Is your feature request related to a problem? Please describe. The CE rules and both versions of MGT have a time frame modifier in the skill rolls section. Having the ability to select a time frame would be useful in a lot of gaming situations, and in my experience it is often overlooked.
Describe the solution you'd like An optional drop down for skill rolls, where a particular time frame is selected and then the randomized result is presented along with the roll.
Describe alternatives you've considered Just doing it myself. Finding the mod and applying it to the pop up.
Additional context Page 32, CE rules: "Going Faster or Slower. You can choose, before you roll, to move up or down one or two rows on the Time Frames table. Moving up (reducing the time increment) gives you a -1 DM for every row you move; moving down and increasing the time taken gives you a +1 DM for every row you move. Your Referee will help adjudicate any issues that might arise from a change in the time frame."