예제 #1
0
        public override object Evaluate(List <string> args, ExpressionEvaluator evaluator, Creature player, Target target, CastedSpell spell, RollResults dice = null)
        {
            ExpectingArguments(args, 1);

            RecalcOptions recalcOptions = evaluator.Evaluate <RecalcOptions>(args[0]);

            player.Recalculate(recalcOptions);
            return(null);
        }