Jump to content

Equipment Data (Reqs, Bonuses, etc)


Lemons

Recommended Posts

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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