Skip to content

Commit

Permalink
Some sheet fixes pre 6.5 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
slotthhy authored Oct 2, 2023
1 parent 863c1ce commit dc3dceb
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 37 deletions.
8 changes: 0 additions & 8 deletions SaintCoinach/Definitions/CraftLevelDifference.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"definitions": [
{
"name": "Difference"
},
{
"index": 1,
"name": "ProgressFactor"
},
{
"index": 2,
"name": "QualityFactor"
}
]
}
9 changes: 1 addition & 8 deletions SaintCoinach/Definitions/EventIconPriorityPair.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"sheet": "EventIconPriorityPair",
"definitions": [
{
"name": "Icon1",
"converter": {
"type": "icon"
}
},
{
"index": 1,
"name": "Icon2",
"name": "Icon",
"converter": {
"type": "icon"
}
Expand Down
8 changes: 0 additions & 8 deletions SaintCoinach/Definitions/HousingFurniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@
{
"index": 8,
"name": "DestroyOnRemoval"
},
{
"index": 9,
"name": "Tooltip",
"converter": {
"type": "link",
"target": "HousingPlacement"
}
}
]
}
4 changes: 0 additions & 4 deletions SaintCoinach/Definitions/ModelSkeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
{
"index": 16,
"name": "LoopFlySE"
},
{
"index": 17,
"name": "AutoAttackType"
}
]
}
24 changes: 21 additions & 3 deletions SaintCoinach/Definitions/Quest.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,27 @@
"converter": {
"type": "complexlink",
"links": [
{
"when": {
"key": "ItemRewardType",
"value": 1
},
"sheet": "Item"
},
{
"when": {
"key": "ItemRewardType",
"value": 3
},
"sheet": "Item"
},
{
"when": {
"key": "ItemRewardType",
"value": 5
},
"sheet": "Item"
},
{
"when": {
"key": "ItemRewardType",
Expand All @@ -547,9 +568,6 @@
"value": 7
},
"sheet": "BeastRankBonus"
},
{
"sheet": "Item"
}
]
}
Expand Down
6 changes: 1 addition & 5 deletions SaintCoinach/Definitions/ScenarioTreeTips.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"definitions": [
{
"index": 1,
"name": "Tips1",
"converter": {
"type": "link",
"target": "ScenarioTreeTipsQuest"
}
"name": "Tips1"
},
{
"index": 3,
Expand Down
2 changes: 1 addition & 1 deletion SaintCoinach/Definitions/WarpCondition.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"index": 4,
"name": "DRequiredQuest{3}",
"name": "RequiredQuest{3}",
"converter": {
"type": "link",
"target": "Quest"
Expand Down

0 comments on commit dc3dceb

Please sign in to comment.