Skip to content

Commit 65b68df

Browse files
committed
Provisional new method for getting the lake trio shards via the cobbelmon pokerod.
1 parent e7f6687 commit 65b68df

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"type": "cobblemon:fishing",
3+
"pools": [
4+
{
5+
"bonus_rolls": 0.0,
6+
"entries": [
7+
{
8+
"type": "minecraft:item",
9+
"name": "cobblemon:deep_sea_scale"
10+
},
11+
{
12+
"type": "minecraft:item",
13+
"name": "cobblemon:deep_sea_tooth"
14+
},
15+
{
16+
"type": "minecraft:item",
17+
"name": "cobblemon:dragon_scale"
18+
},
19+
{
20+
"type": "minecraft:item",
21+
"name": "cobblemon:kings_rock"
22+
},
23+
{
24+
"type": "minecraft:item",
25+
"name": "cobblemon:prism_scale"
26+
},
27+
{
28+
"type": "minecraft:item",
29+
"name": "generations_core:shard_of_emotion",
30+
"conditions": [
31+
{
32+
"condition": "generations_core:species_key",
33+
"key": "cobblemon:mesprit"
34+
}
35+
]
36+
},
37+
{
38+
"type": "minecraft:item",
39+
"name": "generations_core:shard_of_knowledge",
40+
"conditions": [
41+
{
42+
"condition": "generations_core:species_key",
43+
"key": "cobblemon:uxie"
44+
}
45+
]
46+
},
47+
{
48+
"type": "minecraft:item",
49+
"name": "generations_core:shard_of_willpower",
50+
"conditions": [
51+
{
52+
"condition": "generations_core:species_key",
53+
"key": "cobblemon:azelf"
54+
}
55+
]
56+
}
57+
],
58+
"rolls": 1.0
59+
}
60+
],
61+
"random_sequence": "minecraft:gameplay/fishing/treasure"
62+
}

0 commit comments

Comments
 (0)