Allow Charwood quest to progress without choosing skills

This commit is contained in:
Oskar Wiksten
2013-07-18 16:53:36 +02:00
parent 1baa787533
commit a87629c925
2 changed files with 6 additions and 3 deletions

View File

@@ -727,7 +727,12 @@
{
"requireType": "questProgress",
"requireID": "charwood1",
"value": "110"
"value": "65"
},
{
"requireType": "questProgress",
"requireID": "charwood1",
"value": "90"
}
],
"text": "I've spoken to them both.",

View File

@@ -55,8 +55,6 @@ public final class SkillCollection {
,specializationWeaponShield
}
public static final int NUM_SKILLS = SkillID.specializationWeaponShield.ordinal() + 1;
public static final int PER_SKILLPOINT_INCREASE_WEAPON_CHANCE = 12;
public static final int PER_SKILLPOINT_INCREASE_WEAPON_DAMAGE_MAX = 2;
public static final int PER_SKILLPOINT_INCREASE_WEAPON_DAMAGE_MIN = 0;