Skip to content

Commit

Permalink
Merge pull request #87 from xivapi/6.1
Browse files Browse the repository at this point in the history
Better Leve definition fix
  • Loading branch information
Supamiu authored Apr 12, 2022
2 parents e10bcb9 + 120094a commit 5c92d04
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions SaintCoinach/Definitions/Leve.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
}
},
{
"index": 21,
"index": 19,
"name": "Icon{CityState}",
"converter": {
"type": "icon"
}
},
{
"index": 22,
"index": 20,
"name": "DataId",
"converter": {
"type": "multiref",
Expand All @@ -110,78 +110,78 @@
}
},
{
"index": 23,
"index": 21,
"name": "CanCancel"
},
{
"index": 24,
"index": 22,
"name": "MaxDifficulty"
},
{
"index": 25,
"index": 23,
"name": "ExpFactor"
},
{
"index": 26,
"index": 24,
"name": "ExpReward"
},
{
"index": 27,
"index": 25,
"name": "GilReward"
},
{
"index": 28,
"index": 26,
"name": "LeveRewardItem",
"converter": {
"type": "link",
"target": "LeveRewardItem"
}
},
{
"index": 29,
"index": 27,
"name": "LeveVfx",
"converter": {
"type": "link",
"target": "LeveVfx"
}
},
{
"index": 30,
"index": 28,
"name": "LeveVfx{Frame}",
"converter": {
"type": "link",
"target": "LeveVfx"
}
},
{
"index": 31,
"index": 29,
"name": "Level{Levemete}",
"converter": {
"type": "link",
"target": "Level"
}
},
{
"index": 32,
"index": 30,
"name": "Icon{Issuer}",
"converter": {
"type": "icon"
}
},
{
"index": 33,
"index": 31,
"name": "LockedLeve"
},
{
"index": 34,
"index": 32,
"name": "Level{Start}",
"converter": {
"type": "link",
"target": "Level"
}
},
{
"index": 35,
"index": 33,
"name": "BGM",
"converter": {
"type": "link",
Expand Down

0 comments on commit 5c92d04

Please sign in to comment.