const failure = game.i18n.localize("ROLL.ImpressiveFailure"); const success = game.i18n.localize("ROLL.AstoundingSuccess"); args.test.result.description = args.test.succeeded ? success : failure;