From bb7037a59259374bd3d5ca99dc7c46ba96a8cdd6 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:31:31 +1100 Subject: [PATCH] 2.5.1 - Add data for scurrius --- package.json | 2 +- src/data/monsters_data.json | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bfe847bd..5b99dd10b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/data/monsters_data.json b/src/data/monsters_data.json index 26099211f..9bd862565 100644 --- a/src/data/monsters_data.json +++ b/src/data/monsters_data.json @@ -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,