RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.mysterybox.impl.GoldMysteryBox Class Reference

The gold (tier 3) mystery box. More...

Inheritance diagram for com.runehive.content.mysterybox.impl.GoldMysteryBox:
Collaboration diagram for com.runehive.content.mysterybox.impl.GoldMysteryBox:

Protected Member Functions

int item ()
 The item identification of the mystery box.
String name ()
 The name of the mystery box.
MysteryItem[] rewards ()
 The rewards for the mystery box.

Additional Inherited Members

Static Public Member Functions inherited from com.runehive.content.mysterybox.MysteryBox
static void load ()
 Handles loading the mystery boxes.
Static Package Functions inherited from com.runehive.content.mysterybox.MysteryBox
static Optional< MysteryBoxgetMysteryBox (int item)
 Handles getting the mystery box.

Detailed Description

The gold (tier 3) mystery box.

Author
Daniel

Definition at line 15 of file GoldMysteryBox.java.

Member Function Documentation

◆ item()

int com.runehive.content.mysterybox.impl.GoldMysteryBox.item ( )
protected

The item identification of the mystery box.

Reimplemented from com.runehive.content.mysterybox.MysteryBox.

Definition at line 22 of file GoldMysteryBox.java.

22 {
23 return 11739;
24 }

◆ name()

String com.runehive.content.mysterybox.impl.GoldMysteryBox.name ( )
protected

The name of the mystery box.

Reimplemented from com.runehive.content.mysterybox.MysteryBox.

Definition at line 17 of file GoldMysteryBox.java.

17 {
18 return "Gold mystery box";
19 }

◆ rewards()

MysteryItem[] com.runehive.content.mysterybox.impl.GoldMysteryBox.rewards ( )
protected

The rewards for the mystery box.

Reimplemented from com.runehive.content.mysterybox.MysteryBox.

Definition at line 27 of file GoldMysteryBox.java.

27 {
28 return new MysteryItem[]{
29 new MysteryItem(Items.ARCHERS_RING_I_, 1, COMMON),
30 new MysteryItem(Items.BERSERKER_RING_I_, 1, COMMON),
31 new MysteryItem(Items.TOXIC_BLOWPIPE, 1, COMMON),
32 new MysteryItem(Items.TRIDENT_OF_THE_SEAS, 1, COMMON),
33 new MysteryItem(Items.TRIDENT_OF_THE_SWAMP, 1, COMMON),
34 new MysteryItem(Items.ABYSSAL_BLUDGEON, 1, COMMON),
35 new MysteryItem(Items.BANDOS_CHESTPLATE, 1, COMMON),
36 new MysteryItem(Items.BANDOS_TASSETS, 1, COMMON),
37 new MysteryItem(Items.BANDOS_BOOTS, 1, COMMON),
38 new MysteryItem(Items.BANDOS_GODSWORD, 1, COMMON),
39 new MysteryItem(Items.ARMADYL_HELMET, 1, COMMON),
40 new MysteryItem(Items.ARMADYL_CHESTPLATE, 1, COMMON),
41 new MysteryItem(Items.ARMADYL_CHAINSKIRT, 1, COMMON),
42 new MysteryItem(Items.ARMADYL_CROSSBOW, 1, COMMON),
43 new MysteryItem(Items.ARMADYL_CHESTPLATE, 1, COMMON),
44 new MysteryItem(Items.PEGASIAN_BOOTS, 1, COMMON),
45 new MysteryItem(Items.PRIMORDIAL_BOOTS, 1, COMMON),
46 new MysteryItem(Items.ETERNAL_BOOTS, 1, COMMON),
47 new MysteryItem(Items.SMOULDERING_STONE, 1, COMMON),
48 new MysteryItem(Items.SARADOMIN_GODSWORD, 1, UNCOMMON),
49 new MysteryItem(Items.RING_OF_SUFFERING, 1, UNCOMMON),
50 new MysteryItem(Items.TORMENTED_BRACELET, 1, UNCOMMON),
51 new MysteryItem(Items.AMULET_OF_TORTURE, 1, UNCOMMON),
52 new MysteryItem(Items.NECKLACE_OF_ANGUISH, 1, UNCOMMON),
53 new MysteryItem(22616, 1, UNCOMMON), //VESTA TOP
54 new MysteryItem(22619, 1, UNCOMMON), //VESTA LEGS
55 new MysteryItem(22625, 1, UNCOMMON), //STAT HELM
56 new MysteryItem(22628, 1, UNCOMMON), //STAT TOP
57 new MysteryItem(22631, 1, UNCOMMON), //STAT BOTTOMS
58 new MysteryItem(22622, 1, UNCOMMON), //STAT WARHAMMER
59 new MysteryItem(22647, 1, UNCOMMON), //ZURIELS TOP
60 new MysteryItem(22650, 1, UNCOMMON), //ZURIELS BOTTOMS
61 new MysteryItem(22653, 1, UNCOMMON), //ZURIELS HOOD
62 new MysteryItem(22656, 1, UNCOMMON), //ZURIELS STAFF
63 new MysteryItem(22634, 100, UNCOMMON), //MORRIGANS JAVELIN
64 new MysteryItem(22636, 100, UNCOMMON), //MORRIGANS THROWING AXE
65 new MysteryItem(22638, 1, UNCOMMON), //MORRIGANS COIF
66 new MysteryItem(22641, 1, UNCOMMON), //MORRIGANS TOP
67 new MysteryItem(22644, 1, UNCOMMON), //MORRIGANS BOTTOMS
68 new MysteryItem(Items.DRAGON_HUNTER_CROSSBOW, 1, RARE),
69 new MysteryItem(Items.DEXTEROUS_PRAYER_SCROLL, 1, RARE),
70 new MysteryItem(Items.ARCANE_PRAYER_SCROLL, 1, RARE),
71 new MysteryItem(Items.DINHS_BULWARK, 1, RARE),
72 new MysteryItem(22978, 1, RARE), //DRAGON HUNTER LANCE
73 new MysteryItem(Items.TWISTED_BUCKLER, 1, RARE),
74 new MysteryItem(Items.DRAGON_CLAWS, 1, RARE),
75 new MysteryItem(Items.ELDER_MAUL_3, 1, RARE),
76 new MysteryItem(22324, 1, RARE), //GHRAZI RAPIER
77 new MysteryItem(24271, 1, RARE), //HELM OF NEITIZNOT FACEGUARD
78 new MysteryItem(22322, 1, RARE), //AVERNIC DEFENDER
79 new MysteryItem(Items.DRAGON_WARHAMMER, 1, RARE),
80 new MysteryItem(Items.RED_PARTYHAT, 1, EXOTIC),
81 new MysteryItem(Items.YELLOW_PARTYHAT, 1, EXOTIC),
82 new MysteryItem(Items.GREEN_PARTYHAT, 1, EXOTIC),
83 new MysteryItem(Items.PURPLE_PARTYHAT, 1, EXOTIC),
84 new MysteryItem(Items.BLUE_PARTYHAT, 1, EXOTIC),
85 new MysteryItem(Items.WHITE_PARTYHAT, 1, EXOTIC),
86 new MysteryItem(1053, 1, EXOTIC), //GREEN HALLOWEEN MASK
87 new MysteryItem(1055, 1, EXOTIC), //BLUE HALLOWEEN MASK
88 new MysteryItem(1057, 1, EXOTIC), //RED HALLOWEEN MASK
89 new MysteryItem(11847, 1, EXOTIC), //BLACK HALOWEEN MASK
90 new MysteryItem(Items.SANTA_HAT, 1, EXOTIC)
91 };
92 }

References com.runehive.util.Items.ABYSSAL_BLUDGEON, com.runehive.util.Items.AMULET_OF_TORTURE, com.runehive.util.Items.ARCANE_PRAYER_SCROLL, com.runehive.util.Items.ARCHERS_RING_I_, com.runehive.util.Items.ARMADYL_CHAINSKIRT, com.runehive.util.Items.ARMADYL_CHESTPLATE, com.runehive.util.Items.ARMADYL_CROSSBOW, com.runehive.util.Items.ARMADYL_HELMET, com.runehive.util.Items.BANDOS_BOOTS, com.runehive.util.Items.BANDOS_CHESTPLATE, com.runehive.util.Items.BANDOS_GODSWORD, com.runehive.util.Items.BANDOS_TASSETS, com.runehive.util.Items.BERSERKER_RING_I_, com.runehive.util.Items.BLUE_PARTYHAT, com.runehive.util.Items.DEXTEROUS_PRAYER_SCROLL, com.runehive.util.Items.DINHS_BULWARK, com.runehive.util.Items.DRAGON_CLAWS, com.runehive.util.Items.DRAGON_HUNTER_CROSSBOW, com.runehive.util.Items.DRAGON_WARHAMMER, com.runehive.util.Items.ELDER_MAUL_3, com.runehive.util.Items.ETERNAL_BOOTS, com.runehive.util.Items.GREEN_PARTYHAT, com.runehive.util.Items.NECKLACE_OF_ANGUISH, com.runehive.util.Items.PEGASIAN_BOOTS, com.runehive.util.Items.PRIMORDIAL_BOOTS, com.runehive.util.Items.PURPLE_PARTYHAT, com.runehive.util.Items.RED_PARTYHAT, com.runehive.util.Items.RING_OF_SUFFERING, com.runehive.util.Items.SANTA_HAT, com.runehive.util.Items.SARADOMIN_GODSWORD, com.runehive.util.Items.SMOULDERING_STONE, com.runehive.util.Items.TORMENTED_BRACELET, com.runehive.util.Items.TOXIC_BLOWPIPE, com.runehive.util.Items.TRIDENT_OF_THE_SEAS, com.runehive.util.Items.TRIDENT_OF_THE_SWAMP, com.runehive.util.Items.TWISTED_BUCKLER, com.runehive.util.Items.WHITE_PARTYHAT, and com.runehive.util.Items.YELLOW_PARTYHAT.


The documentation for this class was generated from the following file: