osrsbox / osrsbox-db

A complete and up-to-date database of Old School Runescape (OSRS) items, monsters and prayers
https://www.osrsbox.com/projects/osrsbox-db/
GNU General Public License v3.0
223 stars 80 forks source link

Monsters: Remove unused properties for stats #201

Closed osrsbox closed 3 years ago

osrsbox commented 3 years ago

It seems there are two properties that are not being used in the monster properties and stats:

Not sure how they were included... but should remove them. And check the wiki monster infobox to confirm it is being parsed correctly.

osrsbox commented 3 years ago

Closed in 1f912b51562a1acc4a7ea974e61a51c3a5f70a11 New monster combat stat props:

combat_bonuses = {
    "attack_level": "att",
    "strength_level": "str",
    "defence_level": "def",
    "magic_level": "mage",
    "ranged_level": "range",
    "attack_bonus": "attbns",
    "strength_bonus": "strbns",
    "attack_magic": "amagic",
    "magic_bonus": "mbns",
    "attack_ranged": "arange",
    "ranged_bonus": "rngbns",
    "defence_stab": "dstab",
    "defence_slash": "dslash",
    "defence_crush": "dcrush",
    "defence_magic": "dmagic",
    "defence_ranged": "drange",
}