This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
# ------------------------ | |
# GEM DATA (1e DMG 25-26) | |
# ------------------------ | |
GEMS = { | |
"(01-25) Ornamental Stones: Base Value 10gp": [ | |
("Azurite", "opaque, deep blue", 10), | |
("Banded Agate", "translucent, striped multicolor", 10), | |
("Blue Quartz", "transparent, pale blue", 10), |