From b3c8879be167fe4fc750a32b5885c1716601e157 Mon Sep 17 00:00:00 2001 From: Gonk Date: Mon, 8 Jul 2019 22:27:23 +0200 Subject: [PATCH 1/2] added pole weapon proficiency --- src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java index 98ccbc8..ad2f7c9 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java +++ b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java @@ -101,6 +101,7 @@ public class Requirement extends JSONElement { ,specializationDualWield ,specialization2hand ,specializationWeaponShield + ,weaponProficiencyPole } @Override From 20877f7850ee3514f0f9cb64b141040a16fdc90e Mon Sep 17 00:00:00 2001 From: Gonk Date: Thu, 11 Jul 2019 21:21:10 +0200 Subject: [PATCH 2/2] Changed the order for the pole weapon proficency --- src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java index ad2f7c9..321d10b 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java +++ b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java @@ -91,6 +91,7 @@ public class Requirement extends JSONElement { ,weaponProficiencyAxe ,weaponProficiencyBlunt ,weaponProficiencyUnarmed + ,weaponProficiencyPole ,armorProficiencyShield ,armorProficiencyUnarmored ,armorProficiencyLight @@ -101,7 +102,6 @@ public class Requirement extends JSONElement { ,specializationDualWield ,specialization2hand ,specializationWeaponShield - ,weaponProficiencyPole } @Override