Skip to content

Commit

Permalink
2.5.1 - Add data for scurrius
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 27, 2024
1 parent a93a3be commit bb7037a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oldschooljs",
"version": "2.5.0",
"version": "2.5.1",
"description": "Allows you to interact with the OSRS Hiscores, Wiki, Items, & more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
40 changes: 40 additions & 0 deletions src/data/monsters_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10679,6 +10679,46 @@
"slayerXP": 408.5,
"assignableSlayerMasters": ["turael", "spria", "chaeldar", "duradel", "nieve"]
},
"7222": {
"members": true,
"combatLevel": 200,
"hitpoints": 500,
"maxHit": 13,
"attackType": ["melee", "ranged", "magic"],
"attackSpeed": 4,
"aggressive": true,
"poisonous": false,
"immuneToPoison": false,
"immuneToVenom": false,
"attributes": [],
"category": ["rats"],
"examineText": "You're never more than six feet away from one.",
"wikiName": "Scurrius (Solo)",
"wikiURL": "https://oldschool.runescape.wiki/w/Scurrius#Solo",
"attackLevel": 300,
"strengthLevel": 100,
"defenceLevel": 60,
"magicLevel": 50,
"rangedLevel": 50,
"attackStab": 0,
"attackSlash": 0,
"attackCrush": 0,
"attackMagic": 150,
"attackRanged": 150,
"defenceStab": 20,
"defenceSlash": 20,
"defenceCrush": 20,
"defenceMagic": 10,
"defenceRanged": 20,
"attackAccuracy": 0,
"meleeStrength": 0,
"rangedStrength": 0,
"magicDamage": 0,
"isSlayerMonster": true,
"slayerLevelRequired": 1,
"slayerXP": 600,
"assignableSlayerMasters": ["turael", "spria"]
},
"7272": {
"members": true,
"combatLevel": 89,
Expand Down

0 comments on commit bb7037a

Please sign in to comment.