From 71cd296eceb437c496a4197d97da5d0bc979e543 Mon Sep 17 00:00:00 2001 From: DatDamnZotz Date: Mon, 30 Dec 2019 19:53:42 -0700 Subject: [PATCH] Fixes #293 for Ioun Stone (Leadership) does not increase Charisma --- src/cljc/orcpub/dnd/e5/magic_items.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cljc/orcpub/dnd/e5/magic_items.cljc b/src/cljc/orcpub/dnd/e5/magic_items.cljc index 4480bc68f..7bc716297 100644 --- a/src/cljc/orcpub/dnd/e5/magic_items.cljc +++ b/src/cljc/orcpub/dnd/e5/magic_items.cljc @@ -1571,7 +1571,8 @@ Once the stone has canceled 50 levels of spells, it burns out and turns dull gra (mod5e/ability ::char5e/int 2)) (ioun-stone "Leadership" :very-rare - "Your Charisma score increases by 2, to a maximum of 20, while this marbled pink and green sphere orbits your head.") + "Your Charisma score increases by 2, to a maximum of 20, while this marbled pink and green sphere orbits your head." + (mod5e/ability ::char5e/cha 2)) (ioun-stone "Mastery" :legendary "Your proficiency bonus increases by 1 while this pale green prism orbits your head."