RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
GoldMysteryBox.java
1
package
com.osroyale.content.mysterybox.impl;
2
3
import
com.osroyale.content.mysterybox.MysteryBox;
4
import
com.osroyale.content.mysterybox.MysteryItem;
5
import
com.osroyale.util.Items;
6
7
import
static
com.osroyale.content.mysterybox.MysteryRarity.*;
8
import
static
com.osroyale.content.mysterybox.MysteryRarity.UNCOMMON;
9
40
41
public
class
GoldMysteryBox
extends
MysteryBox
{
42
@Override
43
protected
String
name
() {
44
return
"Gold mystery box"
;
45
}
46
47
@Override
48
protected
int
item
() {
49
return
11739;
50
}
51
52
@Override
53
protected
MysteryItem
[]
rewards
() {
54
return
new
MysteryItem
[]{
55
new
MysteryItem
(
Items
.ARCHERS_RING_I_, 1, COMMON),
56
new
MysteryItem
(
Items
.BERSERKER_RING_I_, 1, COMMON),
57
new
MysteryItem
(
Items
.TOXIC_BLOWPIPE, 1, COMMON),
58
new
MysteryItem
(
Items
.TRIDENT_OF_THE_SEAS, 1, COMMON),
59
new
MysteryItem
(
Items
.TRIDENT_OF_THE_SWAMP, 1, COMMON),
60
new
MysteryItem
(
Items
.ABYSSAL_BLUDGEON, 1, COMMON),
61
new
MysteryItem
(
Items
.BANDOS_CHESTPLATE, 1, COMMON),
62
new
MysteryItem
(
Items
.BANDOS_TASSETS, 1, COMMON),
63
new
MysteryItem
(
Items
.BANDOS_BOOTS, 1, COMMON),
64
new
MysteryItem
(
Items
.BANDOS_GODSWORD, 1, COMMON),
65
new
MysteryItem
(
Items
.ARMADYL_HELMET, 1, COMMON),
66
new
MysteryItem
(
Items
.ARMADYL_CHESTPLATE, 1, COMMON),
67
new
MysteryItem
(
Items
.ARMADYL_CHAINSKIRT, 1, COMMON),
68
new
MysteryItem
(
Items
.ARMADYL_CROSSBOW, 1, COMMON),
69
new
MysteryItem
(
Items
.ARMADYL_CHESTPLATE, 1, COMMON),
70
new
MysteryItem
(
Items
.PEGASIAN_BOOTS, 1, COMMON),
71
new
MysteryItem
(
Items
.PRIMORDIAL_BOOTS, 1, COMMON),
72
new
MysteryItem
(
Items
.ETERNAL_BOOTS, 1, COMMON),
73
new
MysteryItem
(
Items
.SMOULDERING_STONE, 1, COMMON),
74
new
MysteryItem
(
Items
.SARADOMIN_GODSWORD, 1, UNCOMMON),
75
new
MysteryItem
(
Items
.RING_OF_SUFFERING, 1, UNCOMMON),
76
new
MysteryItem
(
Items
.TORMENTED_BRACELET, 1, UNCOMMON),
77
new
MysteryItem
(
Items
.AMULET_OF_TORTURE, 1, UNCOMMON),
78
new
MysteryItem
(
Items
.NECKLACE_OF_ANGUISH, 1, UNCOMMON),
79
new
MysteryItem
(22616, 1, UNCOMMON),
//VESTA TOP
80
new
MysteryItem
(22619, 1, UNCOMMON),
//VESTA LEGS
81
new
MysteryItem
(22625, 1, UNCOMMON),
//STAT HELM
82
new
MysteryItem
(22628, 1, UNCOMMON),
//STAT TOP
83
new
MysteryItem
(22631, 1, UNCOMMON),
//STAT BOTTOMS
84
new
MysteryItem
(22622, 1, UNCOMMON),
//STAT WARHAMMER
85
new
MysteryItem
(22647, 1, UNCOMMON),
//ZURIELS TOP
86
new
MysteryItem
(22650, 1, UNCOMMON),
//ZURIELS BOTTOMS
87
new
MysteryItem
(22653, 1, UNCOMMON),
//ZURIELS HOOD
88
new
MysteryItem
(22656, 1, UNCOMMON),
//ZURIELS STAFF
89
new
MysteryItem
(22634, 100, UNCOMMON),
//MORRIGANS JAVELIN
90
new
MysteryItem
(22636, 100, UNCOMMON),
//MORRIGANS THROWING AXE
91
new
MysteryItem
(22638, 1, UNCOMMON),
//MORRIGANS COIF
92
new
MysteryItem
(22641, 1, UNCOMMON),
//MORRIGANS TOP
93
new
MysteryItem
(22644, 1, UNCOMMON),
//MORRIGANS BOTTOMS
94
new
MysteryItem
(
Items
.DRAGON_HUNTER_CROSSBOW, 1, RARE),
95
new
MysteryItem
(
Items
.DEXTEROUS_PRAYER_SCROLL, 1, RARE),
96
new
MysteryItem
(
Items
.ARCANE_PRAYER_SCROLL, 1, RARE),
97
new
MysteryItem
(
Items
.DINHS_BULWARK, 1, RARE),
98
new
MysteryItem
(22978, 1, RARE),
//DRAGON HUNTER LANCE
99
new
MysteryItem
(
Items
.TWISTED_BUCKLER, 1, RARE),
100
new
MysteryItem
(
Items
.DRAGON_CLAWS, 1, RARE),
101
new
MysteryItem
(
Items
.ELDER_MAUL_3, 1, RARE),
102
new
MysteryItem
(22324, 1, RARE),
//GHRAZI RAPIER
103
new
MysteryItem
(24271, 1, RARE),
//HELM OF NEITIZNOT FACEGUARD
104
new
MysteryItem
(22322, 1, RARE),
//AVERNIC DEFENDER
105
new
MysteryItem
(
Items
.DRAGON_WARHAMMER, 1, RARE),
106
new
MysteryItem
(
Items
.RED_PARTYHAT, 1, EXOTIC),
107
new
MysteryItem
(
Items
.YELLOW_PARTYHAT, 1, EXOTIC),
108
new
MysteryItem
(
Items
.GREEN_PARTYHAT, 1, EXOTIC),
109
new
MysteryItem
(
Items
.PURPLE_PARTYHAT, 1, EXOTIC),
110
new
MysteryItem
(
Items
.BLUE_PARTYHAT, 1, EXOTIC),
111
new
MysteryItem
(
Items
.WHITE_PARTYHAT, 1, EXOTIC),
112
new
MysteryItem
(1053, 1, EXOTIC),
//GREEN HALLOWEEN MASK
113
new
MysteryItem
(1055, 1, EXOTIC),
//BLUE HALLOWEEN MASK
114
new
MysteryItem
(1057, 1, EXOTIC),
//RED HALLOWEEN MASK
115
new
MysteryItem
(11847, 1, EXOTIC),
//BLACK HALOWEEN MASK
116
new
MysteryItem
(
Items
.SANTA_HAT, 1, EXOTIC)
117
};
118
}
119
}
com.osroyale.content.mysterybox.MysteryBox
Definition
MysteryBox.java:50
com.osroyale.content.mysterybox.MysteryItem
Definition
MysteryItem.java:26
com.osroyale.content.mysterybox.impl.GoldMysteryBox
Definition
GoldMysteryBox.java:41
com.osroyale.content.mysterybox.impl.GoldMysteryBox.item
int item()
Definition
GoldMysteryBox.java:48
com.osroyale.content.mysterybox.impl.GoldMysteryBox.rewards
MysteryItem[] rewards()
Definition
GoldMysteryBox.java:53
com.osroyale.content.mysterybox.impl.GoldMysteryBox.name
String name()
Definition
GoldMysteryBox.java:43
com.osroyale.util.Items
Definition
Items.java:27