Skip to content

Commit

Permalink
account for extra column in Recipe table
Browse files Browse the repository at this point in the history
  • Loading branch information
nyctef committed Nov 19, 2024
1 parent 35b1060 commit 52ac9cd
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions SaintCoinach/Definitions/Recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
}
},
{
"index": 3,
"index": 4,
"name": "Item{Result}",
"converter": {
"type": "link",
"target": "Item"
}
},
{
"index": 4,
"index": 5,
"name": "Amount{Result}"
},
{
"index": 5,
"index": 6,
"type": "repeat",
"count": 8,
"definition": {
Expand All @@ -55,111 +55,111 @@
}
},
{
"index": 21,
"index": 22,
"name": "RecipeNotebookList",
"converter": {
"type": "link",
"target": "RecipeNotebookList"
}
},
{
"index": 22,
"index": 23,
"name": "DisplayPriority"
},
{
"index": 23,
"index": 24,
"name": "IsSecondary"
},
{
"index": 24,
"index": 25,
"name": "MaterialQualityFactor"
},
{
"index": 25,
"index": 26,
"name": "DifficultyFactor"
},
{
"index": 26,
"index": 27,
"name": "QualityFactor"
},
{
"index": 27,
"index": 28,
"name": "DurabilityFactor"
},
{
"index": 28,
"index": 29,
"name": "RequiredQuality"
},
{
"index": 29,
"index": 30,
"name": "RequiredCraftsmanship"
},
{
"index": 30,
"index": 31,
"name": "RequiredControl"
},
{
"index": 31,
"index": 32,
"name": "QuickSynthCraftsmanship"
},
{
"index": 32,
"index": 33,
"name": "QuickSynthControl"
},
{
"index": 33,
"index": 34,
"name": "SecretRecipeBook",
"converter": {
"type": "link",
"target": "SecretRecipeBook"
}
},
{
"index": 34,
"index": 35,
"name": "Quest",
"converter": {
"type": "link",
"target": "Quest"
}
},
{
"index": 35,
"index": 36,
"name": "CanQuickSynth"
},
{
"index": 36,
"index": 37,
"name": "CanHq"
},
{
"index": 37,
"index": 38,
"name": "ExpRewarded"
},
{
"index": 38,
"index": 39,
"name": "Status{Required}",
"converter": {
"type": "link",
"target": "Status"
}
},
{
"index": 39,
"index": 40,
"name": "Item{Required}",
"converter": {
"type": "link",
"target": "Item"
}
},
{
"index": 40,
"index": 41,
"name": "IsSpecializationRequired"
},
{
"index": 41,
"index": 42,
"name": "IsExpert"
},
{
"index": 44,
"index": 45,
"name": "PatchNumber"
}
]
Expand Down

0 comments on commit 52ac9cd

Please sign in to comment.