mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Allow Charwood quest to progress without choosing skills
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user