dmn 0.0.2

CLI and library for DMs and other players of Advanced Dungeons & Dragons (AD&D)
Documentation
dwarf:
  name: "Dwarf"
  ability_score_modifiers:
    Constitution: 1
    Charisma: -1
  npc_ability_score_modifiers:
    Strength: 1
    Constitution: 1
    Charisma: -1
  ability_score_ranges:
    Strength:
      male: [8, 18]
      female: []
    Intelligence:
      male: [3, 18]
      female: []
    Wisdom:
      male: [3, 18]
      female: []
    Dexterity:
      male: [3, 17]
      female: []
    Constitution:
      male: [12, 19]
      female: []
    Charisma:
      male: [3, 16]
      female: []
  level_limits:
    fighter: 9
    thief: 9999
    assassin: 9

elf:
  name: "Elf"
  ability_score_modifiers:
    Dexterity: 1
    Constitution: -1
  npc_ability_score_modifiers:
    Intelligence: 1
    Dexterity: 1
  ability_score_ranges:
    Strength:
      male: [3, 18]
      female: []
    Intelligence:
      male: [8, 18]
      female: []
    Wisdom:
      male: [3, 18]
      female: []
    Dexterity:
      male: [7, 19]
      female: []
    Constitution:
      male: [6, 18]
      female: []
    Charisma:
      male: [8, 18]
      female: []
  level_limits:
    fighter: 7
    magic-user: 11
    thief: 9999
    assassin: 10

gnome:
  name: "Gnome"
  ability_score_modifiers:
  npc_ability_score_modifiers:
    Wisdom: 1
    Constitution: 1
    Charisma: -1
  ability_score_ranges:
    Strength:
      male: [6, 18]
      female: []
    Intelligence:
      male: [7, 18]
      female: []
    Wisdom:
      male: [3, 18]
      female: []
    Dexterity:
      male: [3, 18]
      female: []
    Constitution:
      male: [8, 18]
      female: []
    Charisma:
      male: [3, 18]
      female: []
  level_limits:
    fighter: 6
    illusionist: 7
    thief: 9999
    assassin: 8

half-elf:
  name: "Half-elf"
  ability_score_modifiers:
  npc_ability_score_modifiers:
  ability_score_ranges:
    Strength:
      male: [3, 18]
      female: []
    Intelligence:
      male: [4, 18]
      female: []
    Wisdom:
      male: [3, 18]
      female: []
    Dexterity:
      male: [6, 18]
      female: []
    Constitution:
      male: [6, 18]
      female: []
    Charisma:
      male: [3, 18]
      female: []
  level_limits:
    cleric: 5
    druid: 9999
    fighter: 8
    ranger: 8
    magic-user: 8
    thief: 9999
    assassin: 11
    bard: 23

halfling:
  name: "Halfling"
  ability_score_modifiers:
    Strength: -1
    Dexterity: 1
  npc_ability_score_modifiers:
    Dexterity: 1
    Constitution: 1
  ability_score_ranges:
    Strength:
      male: [6, 17]
      female: []
    Intelligence:
      male: [6, 18]
      female: []
    Wisdom:
      male: [3, 17]
      female: []
    Dexterity:
      male: [8, 18]
      female: []
    Constitution:
      male: [10, 19]
      female: []
    Charisma:
      male: [3, 18]
      female: []
  level_limits:
    fighter: 6
    thief: 9999

half-orc:
  name: "Half-orc"
  ability_score_modifiers:
    Strength: 1
    Constitution: 1
    Charisma: -2
  npc_ability_score_modifiers:
    Dexterity: 1
    Constitution: 1
  ability_score_ranges:
    Strength:
      male: [6, 18]
      female: []
    Intelligence:
      male: [3, 17]
      female: []
    Wisdom:
      male: [3, 14]
      female: []
    Dexterity:
      male: [3, 17]
      female: []
    Constitution:
      male: [13, 19]
      female: []
    Charisma:
      male: [3, 12]
      female: []
  level_limits:
    cleric: 4
    fighter: 10
    thief: 8
    assassin: 9999

human:
  name: "Human"
  ability_score_modifiers:
  npc_ability_score_modifiers:
  ability_score_ranges:
    Strength:
      male: [3, 18]
      female: []
    Intelligence:
      male: [3, 18]
      female: []
    Wisdom:
      male: [3, 18]
      female: []
    Dexterity:
      male: [3, 18]
      female: []
    Constitution:
      male: [3, 18]
      female: []
    Charisma:
      male: [3, 18]
      female: []
  level_limits:
    cleric: 9999
    druid: 9999
    fighter: 9999
    paladin: 9999
    ranger: 9999
    magic-user: 9999
    illusionist: 9999
    thief: 9999
    assassin: 9999
    monk: 9999
    bard: 23