Skip to content

Commit

Permalink
Merge pull request #66 from mattantonelli/fix-instance-content
Browse files Browse the repository at this point in the history
Fix InstanceContent columns
  • Loading branch information
goaaats authored Jan 13, 2022
2 parents 28885ed + 9eb38ff commit 5dc2ce7
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions SaintCoinach/Definitions/InstanceContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,30 +102,38 @@
},
{
"index": 17,
"name": "InstanceClearExp"
"name": "NewPlayerBonusGil"
},
{
"index": 18,
"name": "NewPlayerBonusExp"
},
{
"index": 19,
"name": "NewPlayerBonusA"
},
{
"index": 20,
"name": "FinalBossCurrencyC"
"name": "NewPlayerBonusB"
},
{
"index": 22,
"name": "FinalBossCurrencyA"
"index": 21,
"name": "FinalBossExp"
},
{
"index": 23,
"name": "FinalBossCurrencyB"
"name": "FinalBossCurrencyA"
},
{
"index": 24,
"name": "NewPlayerBonusB"
"name": "FinalBossCurrencyB"
},
{
"index": 25,
"name": "FinalBossCurrencyC"
},
{
"index": 26,
"type": "repeat",
"count": 5,
"definition": {
Expand All @@ -138,7 +146,7 @@
}
},
{
"index": 30,
"index": 31,
"type": "repeat",
"count": 5,
"definition": {
Expand All @@ -151,7 +159,7 @@
}
},
{
"index": 35,
"index": 36,
"type": "repeat",
"count": 5,
"definition": {
Expand All @@ -164,7 +172,7 @@
}
},
{
"index": 40,
"index": 41,
"type": "repeat",
"count": 5,
"definition": {
Expand All @@ -177,21 +185,17 @@
}
},
{
"index": 46,
"index": 47,
"name": "InstanceClearGil"
},
{
"index": 47,
"index": 48,
"name": "InstanceContentRewardItem",
"converter": {
"type": "link",
"target": "InstanceContentRewardItem"
}
},
{
"index": 49,
"name": "FinalBossExp"
},
{
"index": 51,
"name": "InstanceContentBuff",
Expand Down

0 comments on commit 5dc2ce7

Please sign in to comment.