dmn 0.0.2

CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)
Documentation
magic_maps:
  formula: d100
  rows:
    - roll: 1-5
      steps:
        - text: "Map (false)"
    - roll: 6-70
      steps:
        - text: "Map (monetary treasure)"
    - roll: 71-90
      steps:
        - text: "Map (magic treasure)"
    - roll: 91-100
      steps:
        - text: "Map (combined horde)"


sword_intelligence:
  formula: d100
  rows:
    - roll: 1-75
      steps:
        - text: ""
    - roll: 76-83
      steps:
        - text: "INT 12"
    - roll: 84-89
      steps:
        - text: "INT 13"
    - roll: 90-94
      steps:
        - text: "INT 14"
    - roll: 95-97
      steps:
        - text: "INT 15"
    - roll: 98-99
      steps:
        - text: "INT 16"
    - roll: 100
      steps:
        - text: "INT 17"

sword_type:
  formula: d100
  rows:
    - roll: 1-70
      steps:
        - table: hl_longsword_type
    - roll: 71-90
      steps:
        - text: "Broadsword"
    - roll: 91-95
      steps:
        - text: hl_short_sword_type
    - roll: 96-99
      steps:
        - text: "Bastard sword"
    - roll: 100
      steps:
        - text: "Two-handed sword"