From ce7b0e56c5cf7aa2a7099be19ac0d4a1640e3085 Mon Sep 17 00:00:00 2001 From: ferricles Date: Wed, 5 Jan 2022 10:26:06 -0800 Subject: [PATCH] add tomes.json --- tomes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tomes.json diff --git a/tomes.json b/tomes.json new file mode 100644 index 0000000..bf256fa --- /dev/null +++ b/tomes.json @@ -0,0 +1,12 @@ +[ + { + "name": "Tome of Armour Mastery I", + "tier": "Legendary", + "type": "dungeon_tome", + "category": "tome", + "drop": "never", + "restrict": "Untradable", + "lvl": 60, + + }, +] \ No newline at end of file