public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
 {
     switch (lineNumber)
     {
     default:
         skillChecks = default;
         return(false);
     }
 }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 31:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 8);
            return(true);

        case 41:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 8);
            return(true);

        case 51:
        case 52:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 8);
            return(true);

        case 163:
        case 173:
        case 942:
        case 982:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 11);
            return(true);

        case 271:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 10);
            return(true);

        case 281:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 10);
            return(true);

        case 291:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 10);
            return(true);

        case 331:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 12);
            return(true);

        case 341:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 12);
            return(true);

        case 351:
        case 352:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 12);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#3
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 2:
        case 11:
        case 21:
        case 31:
        case 41:
        case 51:
        case 61:
        case 71:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 0);
            return(true);

        case 3:
        case 12:
        case 22:
        case 32:
        case 42:
        case 52:
        case 62:
        case 72:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 0);
            return(true);

        case 4:
        case 13:
        case 23:
        case 33:
        case 43:
        case 53:
        case 63:
        case 73:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 0);
            return(true);

        case 5:
        case 14:
        case 24:
        case 34:
        case 44:
        case 54:
        case 64:
        case 74:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 0);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#4
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 12:
        case 14:
        case 24:
        case 28:
        case 41:
        case 42:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 5);
            return(true);

        case 61:
        case 62:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 8);
            return(true);

        case 71:
        case 72:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 11);
            return(true);

        case 81:
        case 82:
        case 274:
        case 283:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 14);
            return(true);

        case 91:
        case 92:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 17);
            return(true);

        case 241:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 7);
            return(true);

        case 242:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 7);
            return(true);

        case 243:
        case 282:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 7);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 261:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 6);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 155:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 6);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#7
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 62:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 10);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#8
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 101:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 2);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 13:
        case 14:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 7);
            return(true);

        case 15:
        case 16:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 8);
            return(true);

        case 17:
        case 18:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 8);
            return(true);

        case 21:
        case 22:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 6);
            return(true);

        case 23:
        case 24:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 2);
            return(true);

        case 27:
        case 28:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 7);
            return(true);

        case 33:
        case 34:
        case 53:
        case 54:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 3);
            return(true);

        case 41:
        case 42:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 2);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#10
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 21:
        case 22:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 5);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 11:
        case 81:
        case 281:
        case 291:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 20);
            return(true);

        case 12:
        case 82:
        case 282:
        case 292:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 20);
            return(true);

        case 13:
        case 83:
        case 283:
        case 293:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 20);
            return(true);

        case 23:
        case 33:
        case 43:
        case 53:
        case 63:
        case 73:
        case 303:
        case 313:
        case 323:
        case 333:
        case 343:
        case 353:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 20);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 52:
        case 53:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 4);
            return(true);

        case 71:
        case 72:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 3);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#13
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 4:
        case 5:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 5);
            return(true);

        case 12:
        case 13:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 6);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 313:
        case 333:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 8);
            return(true);

        case 314:
        case 332:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 8);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#15
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 6:
        case 7:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 9);
            return(true);

        case 32:
        case 33:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 6);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#16
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 169:
        case 170:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 7);
            return(true);

        case 1251:
        case 1252:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 4, SkillId.bluff, 2);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#17
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 43:
        case 44:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 12);
            return(true);

        case 183:
        case 192:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 9, SkillId.bluff, 9);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#18
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 205:
        case 206:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 8);
            return(true);

        case 303:
        case 304:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 8);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#19
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 12:
        case 15:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 4);
            return(true);

        case 13:
        case 16:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 1);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#20
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 203:
        case 204:
        case 273:
        case 274:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 8);
            return(true);

        case 453:
        case 454:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 12);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#21
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 13:
        case 14:
        case 25:
        case 26:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 10);
            return(true);

        case 23:
        case 24:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 5);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#22
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 81:
        case 82:
        case 471:
        case 472:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 8);
            return(true);

        case 231:
        case 232:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 10);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
 public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
 {
     switch (lineNumber)
     {
         case 67:
         case 68:
             skillChecks = new DialogSkillChecks(SkillId.diplomacy, 9);
             return true;
         case 122:
         case 123:
             skillChecks = new DialogSkillChecks(SkillId.diplomacy, 11);
             return true;
         case 181:
         case 191:
             skillChecks = new DialogSkillChecks(SkillId.sense_motive, 10);
             return true;
         default:
             skillChecks = default;
             return false;
     }
 }
示例#24
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 25:
        case 26:
        case 65:
        case 66:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 6);
            return(true);

        case 43:
        case 44:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 6);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#25
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 4:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 9);
            return(true);

        case 53:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 12);
            return(true);

        case 71:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 8);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#26
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 2:
        case 22:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 19);
            return(true);

        case 71:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 19);
            return(true);

        case 81:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 19);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
示例#27
0
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 11:
        case 12:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 8);
            return(true);

        case 13:
        case 14:
        case 123:
        case 124:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 8);
            return(true);

        case 113:
        case 114:
            skillChecks = new DialogSkillChecks(SkillId.gather_information, 4);
            return(true);

        case 133:
        case 134:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 8);
            return(true);

        case 231:
        case 232:
        case 233:
        case 234:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 8);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 2:
        case 3:
        case 4:
        case 5:
        case 41:
        case 42:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 3);
            return(true);

        case 43:
        case 44:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 10);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 45:
        case 46:
        case 185:
        case 186:
        case 193:
        case 194:
            skillChecks = new DialogSkillChecks(SkillId.sense_motive, 10);
            return(true);

        case 105:
        case 106:
            skillChecks = new DialogSkillChecks(SkillId.intimidate, 10);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }
    public bool TryGetSkillChecks(int lineNumber, out DialogSkillChecks skillChecks)
    {
        switch (lineNumber)
        {
        case 23:
        case 24:
        case 73:
        case 74:
        case 75:
        case 76:
            skillChecks = new DialogSkillChecks(SkillId.diplomacy, 12);
            return(true);

        case 81:
        case 82:
            skillChecks = new DialogSkillChecks(SkillId.bluff, 4);
            return(true);

        default:
            skillChecks = default;
            return(false);
        }
    }