Exemplo n.º 1
0
        public static DiceRoll GetSpellFrom(string spellName, Character player, int spellSlotLevel = -1)
        {
            PlayerActionShortcut shortcut = PlayerActionShortcut.FromSpell(spellName, player, spellSlotLevel);

            return(DiceRoll.GetFrom(shortcut));
        }