Skip to content

Commit

Permalink
Remove asset names from json and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
4Benj authored and Birdulon committed Aug 24, 2022
1 parent 6949711 commit 1767833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public PacketPlayerWorldSceneInfoListNotify() {
.addSceneTagIdList(102)
.addSceneTagIdList(113)
.addSceneTagIdList(117)
.addSceneTagIdList(1093) // Vanarana (real)
//.addSceneTagIdList(1094) // Vanarana (dream))
//.addSceneTagIdList(1095) // Vanarana (first))
//.addSceneTagIdList(1096) // Vanarana (festival))
.addSceneTagIdList(1093)
//.addSceneTagIdList(1094)
//.addSceneTagIdList(1095)
//.addSceneTagIdList(1096)
//.addAllSceneTagIdList(IntStream.range(1000, 2000).boxed().collect(Collectors.toList()))
.build()
)
Expand Down
14 changes: 0 additions & 14 deletions src/main/resources/defaults/data/ReliquaryDecompose.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,58 @@
[
{
"configId": 1,
"comment": "Gladiator",
"items": [75513, 75514, 75523, 75524, 75533, 75534, 75543, 75544, 75553, 75554]
},
{
"configId": 2,
"comment": "Wanderer's Troupe",
"items": [77513, 77514, 77523, 77524, 77533, 77534, 77543, 77544, 77553, 77554]
},
{
"configId": 3,
"comment": "Bloodstained",
"items": [82513, 82514, 82523, 82524, 82533, 82534, 82543, 82544, 82553, 82554]
},
{
"configId": 4,
"comment": "Noblesse",
"items": [81513, 81514, 81523, 81524, 81533, 81534, 81543, 81544, 81553, 81554]
},
{
"configId": 5,
"comment": "Thundering Fury",
"items": [ 79513, 79514, 79523, 79524, 79533, 79534, 79543, 79544, 79553, 79554 ]
},
{
"configId": 6,
"comment": "Thundersoother",
"items": [ 72513, 72514, 72523, 72524, 72533, 72534, 72543, 72544, 72553, 72554 ]
},
{
"configId": 7,
"comment": "Viridescent Venerer",
"items": [ 76513, 76514, 76523, 76524, 76533, 76534, 76543, 76544, 76553, 76554 ]
},
{
"configId": 8,
"comment": "Maiden Beloved",
"items": [ 74513, 74514, 74523, 74524, 74533, 74534, 74543, 74544, 74553, 74554 ]
},
{
"configId": 9,
"comment": "Archaic Petra",
"items": [ 88513, 88514, 88523, 88524, 88533, 88534, 88543, 88544, 88553, 88554 ]
},
{
"configId": 10,
"comment": "Archaic Petra",
"items": [ 89513, 89514, 89523, 89524, 89533, 89534, 89543, 89544, 89553, 89554 ]
},
{
"configId": 11,
"comment": "Crimson Witch of Flames",
"items": [ 80513, 80514, 80523, 80524, 80533, 80534, 80543, 80544, 80553, 80554 ]
},
{
"configId": 12,
"comment": "Lavawalker",
"items": [ 73513, 73514, 73523, 73524, 73533, 73534, 73543, 73544, 73553, 73554 ]
},
{
"configId": 13,
"comment": "Blizzard Strayer",
"items": [ 71513, 71514, 71523, 71524, 71533, 71534, 71543, 71544, 71553, 71554 ]
},
{
"configId": 14,
"comment": "Heart of Depth",
"items": [ 90513, 90514, 90523, 90524, 90533, 90534, 90543, 90544, 90553, 90554 ]
}
]
Loading

0 comments on commit 1767833

Please sign in to comment.