7 GUAM(5291, 199, 9, 60, 11, 12.5, 4, 8),
9 TARROMIN(5293, 203, 19, 60, 16, 18, 18, 22),
12 RANARR(5295, 207, 32, 60, 27, 30.5, 32, 36),
13 TOADFLAX(5296, 3049, 38, 60, 34, 38.5, 39, 43),
14 IRIT(5297, 209, 44, 60, 43, 48.5, 46, 50),
15 AVANTOE(5298, 211, 50, 60, 54.5, 61.5, 53, 57),
16 KUARM(5299, 213, 56, 60, 69, 78, 0x44, 72),
19 LANTADYME(5302, 2485, 73, 60, 134.5, 151.5, 89, 93),
20 DWARF(5303, 217, 79, 60, 170.5, 192, 96, 100),
21 TORSOL(5304, 219, 85, 60, 199.5, 224.5, 103, 107);
32 private static final Map<Integer, Herb>
HERBS =
new HashMap<>();
36 HERBS.put(data.seedId, data);
40 private static final String[][] MESSAGES =
new String[][] {
41 {
"The seed has only just been planted."},
42 {
"The herb is now ankle height."},
43 {
"The herb is now knee height."},
44 {
"The herb is now mid-thigh height."},
45 {
"The herb is fully grown and ready to harvest."}
Herb(int seedId, int harvestId, int levelRequired, int growthTime, double plantingXp, double harvestXp, int startingState, int endingState)
static final Map< Integer, Herb > HERBS