From 04659e566d831bebde6ce775f23b1057afcbc3f7 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Wed, 1 Sep 2021 08:46:33 -0400 Subject: [PATCH] Created Item Rezref Conventions (markdown) --- Item-Rezref-Conventions.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Item-Rezref-Conventions.md diff --git a/Item-Rezref-Conventions.md b/Item-Rezref-Conventions.md new file mode 100644 index 0000000..f0305ae --- /dev/null +++ b/Item-Rezref-Conventions.md @@ -0,0 +1,37 @@ +## Clothing + +Bracers = ds_itmbrcr_????? + +Gloves = ds_itmglv_?????? + +Boots = ds_itmbts_?????? + +Belt = ds_itmblt_?????? + +Cloak = ds_itmclk_?????? + +## Jewelry + +Necklace = ds_itmnck_?????? + +Rings = ds_itmrng_?????? + +## Consumables + +Potions = pot_????????? + +Potion Stack = pot_s_????????? + +Rods = ds_rod_????????? + +Arcane Scroll = ds_it_sparscr??? + +Divine Scroll = ds_it_spdvscr??? + +## Other Items + +Book = ds_mbook_??????? + +Misc Thin = ds_itm_????????? + +Misc Small = ds_itm_????????? \ No newline at end of file