Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Output Improvements #2

Merged
merged 5 commits into from
Sep 19, 2021
Merged

Multiple Output Improvements #2

merged 5 commits into from
Sep 19, 2021

Commits on Sep 19, 2021

  1. Display difficulty in skill roll output

    Shows the difficulty of the roll as part of the 'Sucessess'
    output on the skill roll, so it is clear what difficulty you were
    rolling against.
    
    Also I changed the default for difficulty to be 0 if it is omitted
    on the command line, if this should not be possible then the command
    parsing should be checked over.
    HarkonenBade committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    5005a35 View commit details
    Browse the repository at this point in the history
  2. Add emoji dice to combat rolls

    Changes the dice displayed in the results of a combat role to
    emoji representing the faces of a Fallout 2d20 combat die.
    HarkonenBade committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    b3caf11 View commit details
    Browse the repository at this point in the history
  3. Replace combat roll filler text

    The filler text at the top of combat rolls was still the 'success'
    and 'failure' text from the skill roll. It has now been replaced
    with combat appropriate text showing the difference between hits for
    0 damage, regular damage, or criticals.
    HarkonenBade committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    bb825a0 View commit details
    Browse the repository at this point in the history
  4. Remove critical text

    Remove critical related text as critical hits are not certain.
    HarkonenBade committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    501ce86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b40bfbb View commit details
    Browse the repository at this point in the history