Thread: Latest OSRS Item Bonuses

Results 1 to 2 of 2
  1. #1 Latest OSRS Item Bonuses 
    Registered Member
    Join Date
    Dec 2012
    Age
    26
    Posts
    66
    Thanks given
    9
    Thanks received
    43
    Rep Power
    64
    *Excluding Beta world items*
    https://file.io/iJEAUAv0UiFu

    * Includes slot
    * Includes item id
    * Includes item name

    If you want to deserialize, I used these models:
    Code:
        public record struct ItemBonuses(
            // Attack
            int AttackStab,
            int AttackSlash,
            int AttackCrush,
            int AttackMagic,
            int AttackRanged,
    
            // Defence
            int DefenceStab,
            int DefenceSlash,
            int DefenceCrush,
            int DefenceMagic,
            int DefenceRanged,
    
            // Other bonuses
            int Strength,
            int RangedStrength,
            int MagicDamage,
            int Prayer
        );
    Code:
    public record struct ItemInfo(string ItemName, int ItemId, string Slot, ItemBonuses Bonuses);
    Last edited by Avatars; 01-14-2023 at 06:17 PM.
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Latest OSRS items
    By Soru in forum Models
    Replies: 1
    Last Post: 06-16-2018, 02:07 AM
  2. Need latest osrs item definitons!
    By OSRuneOfficial in forum Buying
    Replies: 2
    Last Post: 06-19-2017, 05:10 PM
  3. Latest OSRS Item Name : ID list?
    By D in forum Requests
    Replies: 0
    Last Post: 08-14-2016, 09:49 AM
  4. Latest OSRS Item Defs
    By Corey in forum Help
    Replies: 2
    Last Post: 07-19-2016, 01:28 AM
  5. OSRS item bonuses
    By George in forum Snippets
    Replies: 4
    Last Post: 06-25-2015, 06:18 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •