RuneHive-Game
Loading...
Searching...
No Matches
TriviaBotData.java
Go to the documentation of this file.
1
package
com.runehive.content.triviabot;
2
3
/**
4
* Holds all the trivia bot data.
5
*
6
* @author Daniel
7
*/
8
public
enum
TriviaBotData
{
9
_1
(
"Who is the owner of osroyale?"
,
"settings"
),
10
_2
(
"Name one game developer."
,
"settings"
,
"jack"
,
"nighel"
,
"alycia"
),
11
_3
(
"What is the maximum combat level?"
,
"126"
),
12
_4
(
"What is the highest tier of donator?"
,
"king donator"
,
"king"
),
13
_5
(
"What is the lowest tier of donator?"
,
"donator"
,
"regular donator"
),
14
_6
(
"What is the maximum amount of friends allowed?"
,
"200"
,
"two hundred"
,
"two-hundred"
),
15
_7
(
"What item can be rewarded from the Fight caves activity?"
,
"fire cape"
,
"f cape"
,
"firecape"
),
16
_12
(
"What is the location name of home?"
,
"edgeville"
,
"edge"
),
17
_13
(
"Name one of the rare drops that General Gaardoor drops."
,
"bandos tasset"
,
"bandos boots"
,
"bandos chestplate"
,
18
"bandos hilt"
,
"godsword shard"
,
"bandos tassets"
),
19
_14
(
"How many Hitpoints do Sharks heal?"
,
"20"
,
"twenty"
),
20
_15
(
"What Magic level is needed to cast Ice Barrage"
,
"94"
),
21
_16
(
"What is the highest tier defender?"
,
"Dragon"
),
22
_17
(
"What is the required Attack level needed to wield the Abyssal whip?"
,
"70"
,
"seventy"
),
23
_18
(
"What is the required Strength level needed to wield the Tzhaar-ket-om?"
,
"60"
,
"sixty"
),
24
_19
(
"What is the required Ranged level needed to wield Red chinchompas?"
,
"55"
,
"fifty-five"
),
25
_22
(
"How many waves are there in the Fight Caves activity on osroyalePS?"
,
"15"
),
26
_23
(
"How many charges can an amulet of glory hold?"
,
"6"
,
"six"
),
27
_24
(
"What herb is required to make a Prayer potion?"
,
"ranarr"
),
28
_25
(
"What cmb lvl is required to join the veteran boat for the PC?"
,
"100"
),
29
_28
(
"What boss drops the Elysian sigil?"
,
"corporeal beast"
,
"corp"
,
"corp beast"
),
30
_30
(
"What level is Zulrah?"
,
"725"
),
31
_31
(
"Name 1 rune required to cast the tele-block spell."
,
"chaos"
,
"law"
,
"death"
),
32
_32
(
"How many Nature runes are needed to cast the Entangle spell?"
,
"4"
),
33
_33
(
"The Amulet of fury is created using which gem?"
,
"onyx"
),
34
_34
(
"What Ranged level is required to wield the Toxic blowpipe?"
,
"75"
,
"seventy-five"
),
35
_35
(
"What Attack level is required to wield the Armadyl godsword?"
,
"75"
,
"seventy-five"
),
36
_36
(
"How much ranged bonus does the Armadyl chestplate provide?"
,
"33"
,
"thirty-three"
),
37
_37
(
"How many types of godswords are there?"
,
"4"
,
"four"
),
38
_39
(
"What logs can be cut at level 90 Woodcutting?"
,
"redwood"
,
"redwood logs"
),
39
_40
(
"What is the Prayer requirement needed to wield the Elysian spirit shield?"
,
"75"
,
"seventy five"
),
40
_41
(
"What ore can be mined at level 70 Mining?"
,
"adamantite"
,
"adamantite ore"
,
"adamamant ore"
),
41
_42
(
"Which godsword has the strongest special attack in PvP?"
,
"ags"
,
"armadyl"
,
"armadyl godsword"
),
42
_43
(
"Which godswords special attack can heal you?"
,
"sgs"
,
"saradomin"
,
"saradomin godsword"
),
43
_44
(
"Which godswords special attack drains your opponents stats?"
,
"bgs"
,
"bandos"
,
"bandos godsword"
),
44
_45
(
"Which godswords special attack freezes your enemy?"
,
"zgs"
,
"zamorak"
,
"zamorak godsword"
),
45
_46
(
"Which spirit shield is best for magic?"
,
"arcane"
,
"arcane spirit shield"
),
46
_47
(
"Name one of the Barrows brothers."
,
"dharok"
,
"torag"
,
"karil"
,
"guthan"
,
"verac"
,
"ahrim"
),
47
_48
(
"How long does a full teleblock last for? [ In minutes ]."
,
"5"
,
"five"
),
48
_49
(
"What level Wilderness can you teleport from with a glory amulet?"
,
"30"
,
"thirty"
),
49
_50
(
"How many Hitpoints do Dark crabs heal?"
,
"22"
,
"twenty two"
),
50
_51
(
"What herb is required to make a Super restore potion?"
,
"snapdragon"
),
51
_52
(
"On which continent is the Woodcutting guild located?"
,
"zeah"
),
52
_53
(
"What ore can be mined at level 55 Mining?"
,
"mithril"
,
"mithril ore"
),
53
_54
(
"What logs can be cut at level 60 Woodcutting?"
,
"yew"
,
"yew logs"
),
54
_55
(
"What tree requires level 35 Woodcutting to chop?"
,
"teak"
,
"teak tree"
),
55
_56
(
"A burgundy colored rock contains what ore?"
,
"iron"
,
"iron ore"
),
56
_57
(
"A black colored rock contains what mineral?"
,
"coal"
),
57
_58
(
"Which combat style does General Graardor use most often?"
,
"melee"
),
58
_59
(
"How many combat styles does Zulrah use?"
,
"3"
,
"three"
),
59
_60
(
"How many words are in this question?"
,
"7"
,
"seven"
),
60
_61
(
"What Hunter level is required to catch Black chinchompas?"
,
"73"
,
"seventy three"
),
61
_62
(
"How many bankers are there in Edgeville bank?"
,
"4"
,
"four"
),
62
_63
(
"The Dragon claws' special attack deals how many hitsplats?"
,
"4"
,
"four"
),
63
_64
(
"What Defence level is required to equip Bandos armour?"
,
"65"
,
"sixty five"
),
64
_65
(
"What Crafting level is required to cut Onyx gems?"
,
"67"
,
"sixty seven"
),
65
_66
(
"Steel bars are smelted using Coal and which ore?"
,
"iron"
,
"iron ore"
),
66
_67
(
"How many Hitpoints do Sand crabs have?"
,
"60"
,
"sixty"
),
67
_68
(
"Planks made from which log are used at high Construction levels?"
,
"mahogany"
),
68
_69
(
"What is the exact amount of experience needed for level 99 in a skill?"
,
"13034431"
),
69
_70
(
"How many times can a skill be prestiged?"
,
"5"
,
"five"
),
70
_71
(
"How much of the special attack bar does the Dragon dagger special use?"
,
"25"
,
"25%"
),
71
_72
(
"What is the max damage of a single hit of the Dark bow's special attack?"
,
"48"
,
"fourty eight"
,
72
"fourty-eight"
),
73
_73
(
"What hunter level is required to catch black chinchompas?"
,
"63"
,
"sixty three"
),
74
_74
(
"Which NPC sells skillcapes?"
,
"Wise Old Man"
,
"wise old man"
,
"Wise old man"
,
"wiseoldman"
),
75
_75
(
"What is the entrance fee for brimhaven's agility arena?"
,
"200"
,
"200gp"
,
"200 gp"
,
"200 coins"
),
76
_76
(
"Free players can use up to what type of arrows?"
,
"adamant"
),
77
_77
(
"What canoe can be made at level fifty-seven woodcutting?"
,
"waka"
,
"waka canoe"
),
78
_78
(
"What farming level do you need to be to farm watermelon?"
,
"47"
,
"forty seven"
),
79
_79
(
"When you bury big bones, how much prayer experience do you get?"
,
"15"
,
"fifteen"
),
80
_80
(
"What is the name of the city where men and women turn into werewolves?"
,
"canifis"
),
81
_90
(
"What item prevents citizens from canifis from turning into a werewolf?"
,
"wolfbane"
,
"wolfbane dagger"
,
82
"a wolfbane"
,
"a wolfbane dagger"
),
83
_91
(
"In the RFD quest, what is the name of the enemy that the Gypsy freezes?"
,
"culinaromancer"
),
84
_92
(
"What magic level is required to cast wind wave?"
,
"62"
,
"sixty two"
),
85
_93
(
"The skull sceptre gives the wearer how many teleports to barbarian village?"
,
"five"
,
"5"
),
86
_94
(
"Which island do you sail to during the quest dragon slayer?"
,
"crandor"
),
87
_95
(
"Where is the magic guild located?"
,
"yanille"
),
88
_96
(
"What level is the dragon in dragon slayer?"
,
"83"
,
"eighty three"
),
89
_97
(
"What is the fishing pet called?"
,
"heron"
),
90
_98
(
"What level are ducks?"
,
"1"
,
"one"
),
91
_99
(
"What is the name of the dragon in dragon slayer?"
,
"elvarg"
),
92
_100
(
"Varrock lies in which kingdom?"
,
"misthalin"
),
93
_101
(
"What defence level do you need to be able to wear proselyte armor?"
,
"30"
,
"thirty"
),
94
_102
(
"What woodcutting level do you need to chop the artic pine?"
,
"54"
,
"fifty four"
),
95
_104
(
"In this skill, you can track and capture animals. What skill would this describe?"
,
"hunter"
),
96
_105
(
"What level are Jogres?"
,
"53"
,
"fifty three"
),
97
_107
(
"What item is used to make bow strings?"
,
"flax"
),
98
_108
(
"How many Coal ores do you need to smelt a Mithril bar?"
,
"4"
,
"four"
),
99
_109
(
"What Ranging Level do you need to be able to wear a Robin Hat?"
,
"40"
,
"forty"
),
100
_110
(
"How many bars do you need to smith a Platebody of any kind?"
,
"five"
,
"5"
),
101
_111
(
"What metal is made from 1 iron ore and 2 coal?"
,
"steel"
),
102
_112
(
"What Cooking Level do you need to be able to cook a Monkfish?"
,
"62"
,
"sixty two"
),
103
_113
(
"What color is the party hat the Wise Old Man of Draynor Village is wearing?"
,
"blue"
),
104
_114
(
"What is the Varrock king's name?"
,
"King Roald"
,
"Roald"
,
"KingRoald"
),
105
_116
(
"Which herb is required to make agility potions?"
,
"toadflax"
),
106
_117
(
"What mining level must you be to enter the mining guild?"
,
"60"
,
"sixty"
),
107
_118
(
"Vampire Slayer: What level is the vampire (Count Draynor)?"
,
"34"
,
"thirty four"
),
108
_119
(
"What magic level do you need to cast ice plateau teleport?"
,
"89"
,
"eighty nine"
),
109
_123
(
"What wilderness level can you not teleport above?"
,
"20"
,
"twenty"
),
110
_125
(
"How many partyhats are in a set?"
,
"6"
,
"six"
),
111
_130
(
"What gem is required to create a Ring of Wealth?"
,
"dragon stone"
,
"dragonstone"
),
112
_131
(
"Who can you buy Skillcapes from?"
,
"wise old man"
,
"wiseoldman"
),
113
_133
(
"How many barrows brothers are there?"
,
"6"
,
"six"
),
114
_134
(
"How many Godwars bosses are there?"
,
"4"
,
"four"
),
115
_135
(
"Who do you protect in Pest Control?"
,
"void knight"
),
116
_144
(
"At what Magic level can you use Vengeance?"
,
"94"
,
"ninety four"
),
117
_145
(
"At what Magic level can you use Ice Barrage?"
,
"94"
,
"ninety four"
),
118
_150
(
"How many points do you get per game of Pest Control?"
,
"12"
),
119
_151
(
"How many marionette colors are there?"
,
"3"
,
"three"
),
120
_152
(
"During what month did this server come out?"
,
"July"
),
121
_153
(
"Which barrows brother uses magic?"
,
"ahrim"
),
122
_154
(
"Which barrows brother uses range?"
,
"karil"
,
"karils"
,
"karil's"
),
123
_155
(
"Which barrows brother wields an axe?"
,
"dharok"
),
124
_156
(
"How many barrows brothers use melee?"
,
"four"
,
"4"
),
125
_157
(
"What item does 1hp of damage to yourself?"
,
"rock cake"
,
"dwarven rock cake"
,
"rockcake"
),
126
_158
(
"What monster drops an anchor?"
,
"barrelchest"
,
"barrel chest"
),
127
_159
(
"What type of tree gives the most exp to cut?"
,
"magic"
,
"magic tree"
),
128
_160
(
"What potion works like a super restore and antipoison?"
,
"sanfew serum"
),
129
_166
(
"In which city is a zoo located?"
,
"ardougne"
),
130
_167
(
"What does Zulrah Drop as Very Rare Loot"
,
"Blowpipe"
,
"Toxic Blowpipe"
),
131
_168
(
"What skill is a tinderbox used for?"
,
"firemaking"
),
132
_169
(
"What skill is used to make potions?"
,
"herblore"
),
133
_170
(
"In what skill are you given tasks of monsters to kill?"
,
"slayer"
),
134
_172
(
"What item for slayer helm do you get from cave horrors?"
,
"black mask"
,
"mask"
),
135
_175
(
"What is the highest level stall you can thieve in edgeville?"
,
"magic"
,
"magic stall"
),
136
_176
(
"What altar switches prayers and spellbooks?"
,
"chaos"
,
"chaos altar"
,
"altar"
,
"chaos"
),
137
_179
(
"What portal is on the east side of pest control?"
,
"blue"
,
"blue portal"
),
138
_180
(
"How many portals are in the pest control minigame?"
,
"4"
,
"four"
),
139
_181
(
"What city does bob live in?"
,
"lumbridge"
,
"bobville"
),
140
_182
(
"What monster drops eggs?"
,
"chicken"
,
"chickens"
),
141
_188
(
"What is the maximum number of players you can add to your friendslist?"
,
"200"
,
"two hundred"
),
142
_189
(
"How much special attack does the Armadyl Godsword use?"
,
"50%"
,
"fifty percent"
,
"fifty-percent"
),
143
_190
(
"What woodcutting level is required to cut Magic Trees?"
,
"75"
,
"seventy-five"
,
"seventy five"
),
144
_191
(
"What level mining is required to mine gold ore?"
,
"40"
,
"forty"
),
145
_192
(
"What planet did the Empire attack in Empire Strikes Back?"
,
"Hoth"
),
146
_194
(
"What monster drops the Dragon Warhammer?"
,
"Lizardman Shaman"
,
"Lizardman"
,
"Shaman"
),
147
_196
(
"What drops the 'Holy elixir'?"
,
"Corp"
,
"Corporeal Beast"
),
148
_197
(
"What drops the 'Baby Mole' pet?"
,
"Giant mole"
,
"Mole"
),
149
;
150
151
/** The trivial question. */
152
private
final
String
question
;
153
154
/** The trivial answer. */
155
private
final
String[]
answers
;
156
157
/** Constructs a new <code>TriviaBotData</code>. */
158
TriviaBotData
(String
question
, String...
answers
) {
159
this.question =
question
;
160
this.answers =
answers
;
161
}
162
163
/** Gets the trivial question. */
164
public
String
getQuestion
() {
165
return
question
;
166
}
167
168
/** Gets the trivial answer. */
169
public
String[]
getAnswers
() {
170
return
answers
;
171
}
172
}
com.runehive.content.triviabot.TriviaBotData._119
_119
Definition
TriviaBotData.java:108
com.runehive.content.triviabot.TriviaBotData.answers
final String[] answers
The trivial answer.
Definition
TriviaBotData.java:155
com.runehive.content.triviabot.TriviaBotData._105
_105
Definition
TriviaBotData.java:96
com.runehive.content.triviabot.TriviaBotData._63
_63
Definition
TriviaBotData.java:62
com.runehive.content.triviabot.TriviaBotData._191
_191
Definition
TriviaBotData.java:144
com.runehive.content.triviabot.TriviaBotData._153
_153
Definition
TriviaBotData.java:121
com.runehive.content.triviabot.TriviaBotData._22
_22
Definition
TriviaBotData.java:25
com.runehive.content.triviabot.TriviaBotData._69
_69
Definition
TriviaBotData.java:68
com.runehive.content.triviabot.TriviaBotData._116
_116
Definition
TriviaBotData.java:105
com.runehive.content.triviabot.TriviaBotData._170
_170
Definition
TriviaBotData.java:133
com.runehive.content.triviabot.TriviaBotData._13
_13
Definition
TriviaBotData.java:17
com.runehive.content.triviabot.TriviaBotData._56
_56
Definition
TriviaBotData.java:55
com.runehive.content.triviabot.TriviaBotData._134
_134
Definition
TriviaBotData.java:114
com.runehive.content.triviabot.TriviaBotData._159
_159
Definition
TriviaBotData.java:127
com.runehive.content.triviabot.TriviaBotData._75
_75
Definition
TriviaBotData.java:75
com.runehive.content.triviabot.TriviaBotData._190
_190
Definition
TriviaBotData.java:143
com.runehive.content.triviabot.TriviaBotData._180
_180
Definition
TriviaBotData.java:138
com.runehive.content.triviabot.TriviaBotData._15
_15
Definition
TriviaBotData.java:20
com.runehive.content.triviabot.TriviaBotData._34
_34
Definition
TriviaBotData.java:34
com.runehive.content.triviabot.TriviaBotData._107
_107
Definition
TriviaBotData.java:97
com.runehive.content.triviabot.TriviaBotData._57
_57
Definition
TriviaBotData.java:56
com.runehive.content.triviabot.TriviaBotData._31
_31
Definition
TriviaBotData.java:31
com.runehive.content.triviabot.TriviaBotData._158
_158
Definition
TriviaBotData.java:126
com.runehive.content.triviabot.TriviaBotData._179
_179
Definition
TriviaBotData.java:137
com.runehive.content.triviabot.TriviaBotData._73
_73
Definition
TriviaBotData.java:73
com.runehive.content.triviabot.TriviaBotData._145
_145
Definition
TriviaBotData.java:117
com.runehive.content.triviabot.TriviaBotData._154
_154
Definition
TriviaBotData.java:122
com.runehive.content.triviabot.TriviaBotData._90
_90
Definition
TriviaBotData.java:81
com.runehive.content.triviabot.TriviaBotData._6
_6
Definition
TriviaBotData.java:14
com.runehive.content.triviabot.TriviaBotData._51
_51
Definition
TriviaBotData.java:50
com.runehive.content.triviabot.TriviaBotData._113
_113
Definition
TriviaBotData.java:103
com.runehive.content.triviabot.TriviaBotData._197
_197
Definition
TriviaBotData.java:148
com.runehive.content.triviabot.TriviaBotData._32
_32
Definition
TriviaBotData.java:32
com.runehive.content.triviabot.TriviaBotData._109
_109
Definition
TriviaBotData.java:99
com.runehive.content.triviabot.TriviaBotData._157
_157
Definition
TriviaBotData.java:125
com.runehive.content.triviabot.TriviaBotData._98
_98
Definition
TriviaBotData.java:90
com.runehive.content.triviabot.TriviaBotData._18
_18
Definition
TriviaBotData.java:23
com.runehive.content.triviabot.TriviaBotData.getAnswers
String[] getAnswers()
Gets the trivial answer.
Definition
TriviaBotData.java:169
com.runehive.content.triviabot.TriviaBotData._62
_62
Definition
TriviaBotData.java:61
com.runehive.content.triviabot.TriviaBotData._182
_182
Definition
TriviaBotData.java:140
com.runehive.content.triviabot.TriviaBotData._80
_80
Definition
TriviaBotData.java:80
com.runehive.content.triviabot.TriviaBotData._49
_49
Definition
TriviaBotData.java:48
com.runehive.content.triviabot.TriviaBotData._25
_25
Definition
TriviaBotData.java:28
com.runehive.content.triviabot.TriviaBotData._68
_68
Definition
TriviaBotData.java:67
com.runehive.content.triviabot.TriviaBotData._114
_114
Definition
TriviaBotData.java:104
com.runehive.content.triviabot.TriviaBotData.TriviaBotData
TriviaBotData(String question, String... answers)
Constructs a new TriviaBotData.
Definition
TriviaBotData.java:158
com.runehive.content.triviabot.TriviaBotData._108
_108
Definition
TriviaBotData.java:98
com.runehive.content.triviabot.TriviaBotData._59
_59
Definition
TriviaBotData.java:58
com.runehive.content.triviabot.TriviaBotData._53
_53
Definition
TriviaBotData.java:52
com.runehive.content.triviabot.TriviaBotData._40
_40
Definition
TriviaBotData.java:39
com.runehive.content.triviabot.TriviaBotData._155
_155
Definition
TriviaBotData.java:123
com.runehive.content.triviabot.TriviaBotData._101
_101
Definition
TriviaBotData.java:93
com.runehive.content.triviabot.TriviaBotData._67
_67
Definition
TriviaBotData.java:66
com.runehive.content.triviabot.TriviaBotData._94
_94
Definition
TriviaBotData.java:86
com.runehive.content.triviabot.TriviaBotData._181
_181
Definition
TriviaBotData.java:139
com.runehive.content.triviabot.TriviaBotData._35
_35
Definition
TriviaBotData.java:35
com.runehive.content.triviabot.TriviaBotData._92
_92
Definition
TriviaBotData.java:84
com.runehive.content.triviabot.TriviaBotData._99
_99
Definition
TriviaBotData.java:91
com.runehive.content.triviabot.TriviaBotData._17
_17
Definition
TriviaBotData.java:22
com.runehive.content.triviabot.TriviaBotData._135
_135
Definition
TriviaBotData.java:115
com.runehive.content.triviabot.TriviaBotData._47
_47
Definition
TriviaBotData.java:46
com.runehive.content.triviabot.TriviaBotData._65
_65
Definition
TriviaBotData.java:64
com.runehive.content.triviabot.TriviaBotData._72
_72
Definition
TriviaBotData.java:71
com.runehive.content.triviabot.TriviaBotData._33
_33
Definition
TriviaBotData.java:33
com.runehive.content.triviabot.TriviaBotData._131
_131
Definition
TriviaBotData.java:112
com.runehive.content.triviabot.TriviaBotData._19
_19
Definition
TriviaBotData.java:24
com.runehive.content.triviabot.TriviaBotData._58
_58
Definition
TriviaBotData.java:57
com.runehive.content.triviabot.TriviaBotData._102
_102
Definition
TriviaBotData.java:94
com.runehive.content.triviabot.TriviaBotData._168
_168
Definition
TriviaBotData.java:131
com.runehive.content.triviabot.TriviaBotData._43
_43
Definition
TriviaBotData.java:42
com.runehive.content.triviabot.TriviaBotData._46
_46
Definition
TriviaBotData.java:45
com.runehive.content.triviabot.TriviaBotData._74
_74
Definition
TriviaBotData.java:74
com.runehive.content.triviabot.TriviaBotData._166
_166
Definition
TriviaBotData.java:129
com.runehive.content.triviabot.TriviaBotData._12
_12
Definition
TriviaBotData.java:16
com.runehive.content.triviabot.TriviaBotData._97
_97
Definition
TriviaBotData.java:89
com.runehive.content.triviabot.TriviaBotData._23
_23
Definition
TriviaBotData.java:26
com.runehive.content.triviabot.TriviaBotData._5
_5
Definition
TriviaBotData.java:13
com.runehive.content.triviabot.TriviaBotData._78
_78
Definition
TriviaBotData.java:78
com.runehive.content.triviabot.TriviaBotData._79
_79
Definition
TriviaBotData.java:79
com.runehive.content.triviabot.TriviaBotData._14
_14
Definition
TriviaBotData.java:19
com.runehive.content.triviabot.TriviaBotData._167
_167
Definition
TriviaBotData.java:130
com.runehive.content.triviabot.TriviaBotData._54
_54
Definition
TriviaBotData.java:53
com.runehive.content.triviabot.TriviaBotData._55
_55
Definition
TriviaBotData.java:54
com.runehive.content.triviabot.TriviaBotData._192
_192
Definition
TriviaBotData.java:145
com.runehive.content.triviabot.TriviaBotData._70
_70
Definition
TriviaBotData.java:69
com.runehive.content.triviabot.TriviaBotData._152
_152
Definition
TriviaBotData.java:120
com.runehive.content.triviabot.TriviaBotData._77
_77
Definition
TriviaBotData.java:77
com.runehive.content.triviabot.TriviaBotData._104
_104
Definition
TriviaBotData.java:95
com.runehive.content.triviabot.TriviaBotData._194
_194
Definition
TriviaBotData.java:146
com.runehive.content.triviabot.TriviaBotData.getQuestion
String getQuestion()
Gets the trivial question.
Definition
TriviaBotData.java:164
com.runehive.content.triviabot.TriviaBotData._156
_156
Definition
TriviaBotData.java:124
com.runehive.content.triviabot.TriviaBotData._150
_150
Definition
TriviaBotData.java:118
com.runehive.content.triviabot.TriviaBotData._7
_7
Definition
TriviaBotData.java:15
com.runehive.content.triviabot.TriviaBotData._44
_44
Definition
TriviaBotData.java:43
com.runehive.content.triviabot.TriviaBotData._100
_100
Definition
TriviaBotData.java:92
com.runehive.content.triviabot.TriviaBotData._118
_118
Definition
TriviaBotData.java:107
com.runehive.content.triviabot.TriviaBotData._4
_4
Definition
TriviaBotData.java:12
com.runehive.content.triviabot.TriviaBotData._16
_16
Definition
TriviaBotData.java:21
com.runehive.content.triviabot.TriviaBotData._93
_93
Definition
TriviaBotData.java:85
com.runehive.content.triviabot.TriviaBotData._41
_41
Definition
TriviaBotData.java:40
com.runehive.content.triviabot.TriviaBotData._123
_123
Definition
TriviaBotData.java:109
com.runehive.content.triviabot.TriviaBotData._188
_188
Definition
TriviaBotData.java:141
com.runehive.content.triviabot.TriviaBotData._96
_96
Definition
TriviaBotData.java:88
com.runehive.content.triviabot.TriviaBotData._30
_30
Definition
TriviaBotData.java:30
com.runehive.content.triviabot.TriviaBotData._144
_144
Definition
TriviaBotData.java:116
com.runehive.content.triviabot.TriviaBotData._36
_36
Definition
TriviaBotData.java:36
com.runehive.content.triviabot.TriviaBotData._112
_112
Definition
TriviaBotData.java:102
com.runehive.content.triviabot.TriviaBotData._48
_48
Definition
TriviaBotData.java:47
com.runehive.content.triviabot.TriviaBotData._189
_189
Definition
TriviaBotData.java:142
com.runehive.content.triviabot.TriviaBotData._1
_1
Definition
TriviaBotData.java:9
com.runehive.content.triviabot.TriviaBotData._2
_2
Definition
TriviaBotData.java:10
com.runehive.content.triviabot.TriviaBotData._71
_71
Definition
TriviaBotData.java:70
com.runehive.content.triviabot.TriviaBotData._196
_196
Definition
TriviaBotData.java:147
com.runehive.content.triviabot.TriviaBotData._172
_172
Definition
TriviaBotData.java:134
com.runehive.content.triviabot.TriviaBotData._111
_111
Definition
TriviaBotData.java:101
com.runehive.content.triviabot.TriviaBotData._130
_130
Definition
TriviaBotData.java:111
com.runehive.content.triviabot.TriviaBotData._66
_66
Definition
TriviaBotData.java:65
com.runehive.content.triviabot.TriviaBotData._52
_52
Definition
TriviaBotData.java:51
com.runehive.content.triviabot.TriviaBotData._160
_160
Definition
TriviaBotData.java:128
com.runehive.content.triviabot.TriviaBotData._91
_91
Definition
TriviaBotData.java:83
com.runehive.content.triviabot.TriviaBotData._110
_110
Definition
TriviaBotData.java:100
com.runehive.content.triviabot.TriviaBotData._95
_95
Definition
TriviaBotData.java:87
com.runehive.content.triviabot.TriviaBotData._176
_176
Definition
TriviaBotData.java:136
com.runehive.content.triviabot.TriviaBotData._133
_133
Definition
TriviaBotData.java:113
com.runehive.content.triviabot.TriviaBotData._169
_169
Definition
TriviaBotData.java:132
com.runehive.content.triviabot.TriviaBotData._61
_61
Definition
TriviaBotData.java:60
com.runehive.content.triviabot.TriviaBotData.question
final String question
The trivial question.
Definition
TriviaBotData.java:152
com.runehive.content.triviabot.TriviaBotData._64
_64
Definition
TriviaBotData.java:63
com.runehive.content.triviabot.TriviaBotData._3
_3
Definition
TriviaBotData.java:11
com.runehive.content.triviabot.TriviaBotData._125
_125
Definition
TriviaBotData.java:110
com.runehive.content.triviabot.TriviaBotData._117
_117
Definition
TriviaBotData.java:106
com.runehive.content.triviabot.TriviaBotData._42
_42
Definition
TriviaBotData.java:41
com.runehive.content.triviabot.TriviaBotData._39
_39
Definition
TriviaBotData.java:38
com.runehive.content.triviabot.TriviaBotData._151
_151
Definition
TriviaBotData.java:119
com.runehive.content.triviabot.TriviaBotData._28
_28
Definition
TriviaBotData.java:29
com.runehive.content.triviabot.TriviaBotData._175
_175
Definition
TriviaBotData.java:135
com.runehive.content.triviabot.TriviaBotData._45
_45
Definition
TriviaBotData.java:44
com.runehive.content.triviabot.TriviaBotData._76
_76
Definition
TriviaBotData.java:76
com.runehive.content.triviabot.TriviaBotData._60
_60
Definition
TriviaBotData.java:59
com.runehive.content.triviabot.TriviaBotData._50
_50
Definition
TriviaBotData.java:49
com.runehive.content.triviabot.TriviaBotData._24
_24
Definition
TriviaBotData.java:27
com.runehive.content.triviabot.TriviaBotData._37
_37
Definition
TriviaBotData.java:37