-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #439 from runejs/port/harvesting-item-configs
add items configs for mining/wc, and make use of them
- Loading branch information
Showing
12 changed files
with
413 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"rs:amulet_of_glory": { | ||
"game_id": 1704, | ||
"examine": "A very powerful dragonstone amulet.", | ||
"tradable": true, | ||
"weight": 0.01, | ||
"equippable": true, | ||
"equipment_data": { | ||
"equipment_slot": "neck", | ||
"offensive_bonuses": { | ||
"stab": 10, | ||
"slash": 10, | ||
"crush": 10, | ||
"magic": 10, | ||
"ranged": 10 | ||
}, | ||
"defensive_bonuses": { | ||
"stab": 3, | ||
"slash": 3, | ||
"crush": 3, | ||
"magic": 3, | ||
"ranged": 3 | ||
}, | ||
"skill_bonuses": { | ||
"prayer": 3, | ||
"strength": 6, | ||
"ranged": 0, | ||
"magic": 0 | ||
} | ||
}, | ||
"variations": [ | ||
{ | ||
"game_id": 1706, | ||
"examine": "A dragonstone amulet with 1 magic charge.", | ||
"suffix": "charged_1" | ||
}, | ||
{ | ||
"game_id": 1708, | ||
"examine": "A dragonstone amulet with 2 magic charges.", | ||
"suffix": "charged_2" | ||
}, | ||
{ | ||
"game_id": 1710, | ||
"examine": "A dragonstone amulet with 3 magic charges.", | ||
"suffix": "charged_3" | ||
}, | ||
{ | ||
"game_id": 1712, | ||
"examine": "A dragonstone amulet with 4 magic charges.", | ||
"suffix": "charged_4" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"rs:dramen_branch": { | ||
"game_id": 771, | ||
"examine": "A limb of the fabled Dramen tree.", | ||
"tradable": false, | ||
"weight": 2.267, | ||
"equippable": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,128 @@ | ||
{ | ||
"rs:rune_essence": { | ||
"game_id": 1436 | ||
"game_id": 1436, | ||
"examine": "An unimbued rune.", | ||
"tradable": true, | ||
"weight": 0.002, | ||
"equippable": false | ||
}, | ||
"rs:clay": { | ||
"game_id": 434 | ||
"game_id": 434, | ||
"examine": "Some hard dry clay.", | ||
"tradable": true, | ||
"weight": 1, | ||
"equippable": false | ||
}, | ||
"rs:copper_ore": { | ||
"game_id": 436 | ||
"game_id": 436, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:tin_ore": { | ||
"game_id": 438 | ||
"game_id": 438, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:blurite_ore": { | ||
"game_id": 668 | ||
"game_id": 668, | ||
"examine": "Definitely blue.", | ||
"tradable": false, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:limestone": { | ||
"game_id": 3211 | ||
"game_id": 3211, | ||
"examine": "Some limestone.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:iron_ore": { | ||
"game_id": 440 | ||
"game_id": 440, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:silver_ore": { | ||
"game_id": 442 | ||
"game_id": 442, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:coal": { | ||
"game_id": 453 | ||
"rs:coal":{ | ||
"game_id": 453, | ||
"examine": "Hmm a non-renewable energy source!", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:gold_ore": { | ||
"game_id": 444 | ||
}, | ||
"rs:granite": { | ||
"game_id": 6983 | ||
"game_id": 444, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:mithril_ore": { | ||
"game_id": 447 | ||
"game_id": 447, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 1.814, | ||
"equippable": false | ||
}, | ||
"rs:adamantite_ore": { | ||
"game_id": 1761 | ||
"game_id": 449, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.721, | ||
"equippable": false | ||
}, | ||
"rs:soft_clay": { | ||
"game_id": 1761 | ||
"rs:soft_clay":{ | ||
"game_id": 1761, | ||
"examine": "Clay soft enough to mould.", | ||
"tradable": true, | ||
"weight": 0.907, | ||
"equippable": false | ||
}, | ||
"rs:runite_ore": { | ||
"game_id": 451 | ||
"game_id": 451, | ||
"examine": "This needs refining.", | ||
"tradable": true, | ||
"weight": 2.267, | ||
"equippable": false | ||
}, | ||
"rs:pure_essence": { | ||
"game_id": 7936, | ||
"examine": "An unimbued rune of extra capability.", | ||
"tradable": true, | ||
"weight": 0.002, | ||
"equippable": false | ||
}, | ||
"rs:granite": { | ||
"game_id": 6979, | ||
"examine": "A tiny chunk of granite.", | ||
"tradable": true, | ||
"weight": 0.5, | ||
"equippable": false, | ||
"variations": [ | ||
{ | ||
"game_id": 6981, | ||
"examine": "A small chunk of granite.", | ||
"weight": 2, | ||
"suffix": "2kg" | ||
}, | ||
{ | ||
"game_id": 6983, | ||
"examine": "A medium-sized chunk of granite.", | ||
"weight": 5, | ||
"suffix": "5kg" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.