Skip to content

Commit

Permalink
Merge pull request #134 from mattantonelli/more-banner-definitions
Browse files Browse the repository at this point in the history
Add banner definitions
  • Loading branch information
Supamiu authored Jan 19, 2023
2 parents bc802cc + 42242dc commit bdd2ef2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
48 changes: 46 additions & 2 deletions SaintCoinach/Definitions/BannerCondition.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,26 @@
},
"sheet": "Quest"
},
{
"when": {
"key": "UnlockType1",
"value": 4
},
"sheet": "ContentFinderCondition"
},
{
"when": {
"key": "UnlockType1",
"value": 5
},
"sheet": "Emote"
},
{
"when": {
"key": "UnlockType1",
"value": 6
},
"sheet": "Companion"
}
]
}
Expand Down Expand Up @@ -134,14 +148,44 @@
},
{
"index": 11,
"name": "HasPrerequisite"
"name": "PrerequisiteType"
},
{
"index": 12,
"name": "Prerequisite",
"converter": {
"type": "complexlink",
"links": [
{
"when": {
"key": "PrerequisiteType",
"value": 1
},
"sheet": "Quest"
},
{
"when": {
"key": "PrerequisiteType",
"value": 3
},
"sheet": "ContentFinderCondition"
},
{
"when": {
"key": "PrerequisiteType",
"value": 4
},
"sheet": "ContentFinderCondition"
}
]
}
},
{
"index": 13,
"name": "UnlockHint",
"converter": {
"type": "link",
"target": "Quest"
"target": "BannerObtainHintType"
}
}
]
Expand Down
7 changes: 6 additions & 1 deletion SaintCoinach/Definitions/BannerObtainHintType.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"sheet": "BannerObtainHintType",
"definitions": []
"defaultColumn": "Text",
"definitions": [
{
"name": "Text"
}
]
}

0 comments on commit bdd2ef2

Please sign in to comment.