dmn 0.0.2

CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)
Documentation
hl_longsword_type:
  formula: d100
  rows:
    - roll: 1-90
      steps:
        - text: "Longsword"
    - roll: 91-100
      steps:
        - text: "Rapier"

hl_short_sword_type:
  formula: d100
  rows:
    - roll: 1-75
      steps:
        - text: "Short sword"
    - roll: 76-100
      steps:
        - text: "Epee"

hl_scimitar_type:
  formula: d100
  rows:
    - roll: 1-60
      steps:
        - text: "Scimitar"
    - roll: 76-100
      steps:
        - text: "Katana"

hl_non_magic:
  formula: d100
  rows:
    - roll: 1-25
      steps:
        - text: "Copper pieces (or combined horde if DL 6+)"
    - roll: 26-50
      steps:
        - text: "Silver pieces"
    - roll: 51-65
      steps:
        - text: "Electrum pieces"
    - roll: 66-80
      steps:
        - text: "Gold pieces"
    - roll: 81-90
      steps:
        - text: "Platinum pieces"
    - roll: 91-96
      steps:
        - text: "Gems"
    - roll: 97-100
      steps:
        - text: "Jewelry"