I created this dump so I could calculate best equipment. It was created using a scrapper from the osrs wikia site, so the data isn't 100% accurate. Please let me know of any errors and I will fix them
Format of armor (everything but weapons):
THIRD_AGE_FULL_HELMET("3rd age full helmet",
new CombatBonus(0, 0, 0, -5, -2),
new CombatBonus(47, 49, 43, -3, 48),
new OtherBonus(0, 0, 0, 0),
true, true, 1, CombatType.MELEE, EquipmentSlot.HAT,
new SkillRequirement()
.add(Skill.DEFENCE, 65))
And weapons:
THIRD_AGE_BOW("3rd age bow",
new CombatBonus(0, 0, 0, 0, 80),
new CombatBonus(0, 0, 0, 0, 0),
new OtherBonus(0, 0, 0, 0),
true, true, false, true, 1.5, 6, CombatType.RANGED,
new SkillRequirement()
.add(Skill.RANGED, 65)
new CombatStyle("Accurate", AttackType.RANGED, AttackStyle.RANGED_ACCURATE),
new CombatStyle("Rapid", AttackType.RANGED, AttackStyle.RANGED_RAPID),
new CombatStyle("Longrange", AttackType.RANGED, AttackStyle.RANGED_LONGRANGE))
All enums can be found here:
https://github.com/Lem0ns/QuantumAPI/tree/master/src/rip/quantum/enums/equipment