Quest RPG Treasure Generator

This Val randomly generates magical treasures from the Quest RPG system.

Usage

// Get a random treasure (weighted rarity) randQuestTreasureGenerator() // Get a treasure of specific rarity randQuestTreasureGenerator("uncommon") randQuestTreasureGenerator("rare") randQuestTreasureGenerator("legendary") randQuestTreasureGenerator("supreme")

Each treasure includes:

  • name: The name of the magical item
  • desc: Description of the item
  • page: Reference to the page number in the Quest RPG book
  • damage: (If applicable) Damage value for weapons
  • ap: (If applicable) AP cost for certain items
  • rarity: Rarity category of the item

Based on the Quest RPG Treasure Catalog. All content © The Adventure Guild, LLC, 2020.