forked from Zancuno/Lucario-race
-
Notifications
You must be signed in to change notification settings - Fork 0
/
player.config.patch
15 lines (15 loc) · 1.26 KB
/
player.config.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ "op" : "add", "path" : "/species/-", "value" : "lucario" },
{ "op" : "add", "path" : "/defaultCodexes/lucario", "value" : [ "lucariodirective", "lucarioprologue", "lucarioorigins", "protectorate1", "protectorate2" ] },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "shieldonshield" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "aurabed" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "megalbigstatue" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "auraciteAnvil" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "pechajuice" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "pechajuice2" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "chestojuice" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "chestojuice2" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "auracite" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "crystalizestation" } },
{ "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "conductauracite" } }
]