private CheckResult CheckNodeUtil_GetCheck(On.CheckNodeUtil.orig_GetCheck orig, PixelCrushers.DialogueSystem.DialogueEntry entry, CheckType checkType, string difficultyFieldName)
        {
            var checkResult = orig(entry, checkType, difficultyFieldName);

            checkResult.abilityBase = 0;
            return(checkResult);
        }
        private CheckResult PassiveNode_GetCheckInfo_DialogueEntry(On.PassiveNode.orig_GetCheckInfo_DialogueEntry orig, PixelCrushers.DialogueSystem.DialogueEntry entry)
        {
            var checkResult = orig(entry);

            checkResult.abilityBase = 0;
            return(checkResult);
        }