Jump to content

Equipment Data (Reqs, Bonuses, etc)


Recommended Posts

Posted (edited)

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

Edited by Lemons
Added weights to enums
  • Like 9
  • Boge 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...