Skip to content

Commit

Permalink
Merge pull request #191 from lmcintyre/7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcintyre committed Jun 27, 2024
2 parents bad010f + 63a1876 commit 6da2baa
Show file tree
Hide file tree
Showing 39 changed files with 535 additions and 386 deletions.
4 changes: 0 additions & 4 deletions Godbert/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,12 @@ public class MainViewModel : ObservableBase {
Settings.Default.ShowOffsets = !Settings.Default.ShowOffsets;

OnPropertyChanged(() => ShowOffsets);

DataGridChanged?.Invoke(this, EventArgs.Empty);
}

private void OnSortByOffsetsCommand() {
Settings.Default.SortByOffsets = !Settings.Default.SortByOffsets;

OnPropertyChanged(() => SortByOffsets);

DataGridChanged?.Invoke(this, EventArgs.Empty);
}
#endregion
}
Expand Down
6 changes: 1 addition & 5 deletions SaintCoinach/Definitions/ActionTimeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
"index": 11,
"name": "ResidentPap"
},
{
"index": 12,
"name": "Resident"
},
{
"index": 13,
"name": "KillUpper"
Expand All @@ -66,7 +62,7 @@
"name": "IsMotionCanceledByMoving"
},
{
"index": 16,
"index": 18,
"name": "IsLoop"
}
]
Expand Down
16 changes: 8 additions & 8 deletions SaintCoinach/Definitions/Adventure.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,26 @@
},
{
"index": 9,
"name": "Name"
"name": "Icon{Undiscovered}",
"converter": {
"type": "icon"
}
},
{
"index": 10,
"name": "Impression"
"name": "IsInitial"
},
{
"index": 11,
"name": "Description"
"name": "Name"
},
{
"index": 12,
"name": "Icon{Undiscovered}",
"converter": {
"type": "icon"
}
"name": "Impression"
},
{
"index": 13,
"name": "IsInitial"
"name": "Description"
}
]
}
6 changes: 3 additions & 3 deletions SaintCoinach/Definitions/BannerBg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
}
},
{
"index": 2,
"index": 3,
"name": "UnlockCondition",
"converter": {
"type": "link",
"target": "BannerCondition"
}
},
{
"index": 3,
"index": 6,
"name": "SortKey"
},
{
"index": 4,
"index": 7,
"name": "Name"
}
]
Expand Down
6 changes: 3 additions & 3 deletions SaintCoinach/Definitions/BannerDecoration.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
}
},
{
"index": 2,
"index": 3,
"name": "UnlockCondition",
"converter": {
"type": "link",
"target": "BannerCondition"
}
},
{
"index": 3,
"index": 6,
"name": "SortKey"
},
{
"index": 4,
"index": 7,
"name": "Name"
}
]
Expand Down
6 changes: 3 additions & 3 deletions SaintCoinach/Definitions/BannerFrame.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
}
},
{
"index": 2,
"index": 3,
"name": "UnlockCondition",
"converter": {
"type": "link",
"target": "BannerCondition"
}
},
{
"index": 3,
"index": 6,
"name": "SortKey"
},
{
"index": 4,
"index": 7,
"name": "Name"
}
]
Expand Down
6 changes: 3 additions & 3 deletions SaintCoinach/Definitions/BannerTimeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
}
},
{
"index": 5,
"index": 7,
"name": "SortKey"
},
{
"index": 6,
"index": 8,
"name": "Icon",
"converter": {
"type": "icon"
}
},
{
"index": 7,
"index": 9,
"name": "Name"
}
]
Expand Down
56 changes: 10 additions & 46 deletions SaintCoinach/Definitions/CSBonusContentType.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,14 @@
},
{
"index": 1,
"name": "Text{0}",
"converter": {
"type": "link",
"target": "Addon"
}
},
{
"index": 2,
"name": "Text{1}",
"converter": {
"type": "link",
"target": "Addon"
}
},
{
"index": 3,
"name": "Text{2}",
"converter": {
"type": "link",
"target": "Addon"
}
},
{
"index": 4,
"name": "Text{3}",
"converter": {
"type": "link",
"target": "Addon"
"type": "repeat",
"count": 4,
"definition": {
"name": "Text",
"converter": {
"type": "link",
"target": "Addon"
}
}
},
{
Expand All @@ -49,24 +29,8 @@
}
},
{
"index": 8,
"name": "UnlockQuest{0}",
"converter": {
"type": "link",
"target": "Quest"
}
},
{
"index": 9,
"name": "UnlockQuest{1}",
"converter": {
"type": "link",
"target": "Quest"
}
},
{
"index": 10,
"name": "UnlockQuest{2}",
"index": 7,
"name": "UnlockQuest",
"converter": {
"type": "link",
"target": "Quest"
Expand Down
4 changes: 2 additions & 2 deletions SaintCoinach/Definitions/CharaCardBase.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
}
},
{
"index": 7,
"index": 9,
"name": "SortKey"
},
{
"index": 8,
"index": 10,
"name": "Name"
}
]
Expand Down
6 changes: 3 additions & 3 deletions SaintCoinach/Definitions/CharaCardDecoration.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
}
},
{
"index": 6,
"index": 8,
"name": "SortKey"
},
{
"index": 7,
"index": 9,
"name": "Name"
}
]
}
}
4 changes: 2 additions & 2 deletions SaintCoinach/Definitions/CharaCardHeader.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
}
},
{
"index": 8,
"index": 10,
"name": "SortKey"
},
{
"index": 9,
"index": 11,
"name": "Name"
}
]
Expand Down
4 changes: 2 additions & 2 deletions SaintCoinach/Definitions/CharaMakeName.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@
"name": "Viera[FirstName]"
},
{
"index": 45,
"index": 48,
"name": "VieraRava[LastName]"
},
{
"index": 46,
"index": 49,
"name": "VieraVeena[LastName]"
}
]
Expand Down
4 changes: 0 additions & 4 deletions SaintCoinach/Definitions/ContentFinderParamTable.json

This file was deleted.

9 changes: 4 additions & 5 deletions SaintCoinach/Definitions/DawnGrowMember.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"defaultColumn": "Member",
"definitions": [
{
"index": 0,
"type": "repeat",
"count": 3,
"count": 4,
"definition": {
"name": "SelectImage",
"converter": {
Expand All @@ -14,9 +13,9 @@
}
},
{
"index": 3,
"index": 4,
"type": "repeat",
"count": 3,
"count": 4,
"definition": {
"name": "PortraitImage",
"converter": {
Expand All @@ -25,7 +24,7 @@
}
},
{
"index": 6,
"index": 8,
"name": "Class",
"converter": {
"type": "link",
Expand Down
Loading

0 comments on commit 6da2baa

Please sign in to comment.