Skip to content

Instantly share code, notes, and snippets.

@KaiserWhite
KaiserWhite / AD&D Gem Identifier.py
Created October 21, 2025 03:43
A very simple AD&D gem identification program to handle many gems.
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),