Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #362 from IcarusTwine/StoryEXD
Browse files Browse the repository at this point in the history
Update Story.json
  • Loading branch information
Supamiu authored Oct 16, 2020
2 parents d0ca566 + 897448d commit 0d37deb
Showing 1 changed file with 205 additions and 2 deletions.
207 changes: 205 additions & 2 deletions SaintCoinach/Definitions/Story.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,208 @@
{
"sheet": "Story",
"isGenericReferenceTarget": true,
"definitions": []
}
"definitions": [
{
"name": "Script"
},
{
"index": 1,
"type": "repeat",
"count": 40,
"definition": {
"name": "Instruction"
}
},
{
"index": 41,
"type": "repeat",
"count": 40,
"definition": {
"name": "Argument"
}
},
{
"index": 81,
"type": "repeat",
"count": 110,
"definition": {
"name": "Sequence"
}
},
{
"index": 191,
"type": "repeat",
"count": 110,
"definition": {
"name": "CompletedQuestOperator"
}
},
{
"index": 301,
"type": "repeat",
"count": 110,
"definition": {
"name": "CompletedQuest[0]",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 411,
"type": "repeat",
"count": 110,
"definition": {
"name": "CompletedQuest[1]",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 521,
"type": "repeat",
"count": 110,
"definition": {
"name": "CompletedQuest[2]",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 631,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuestOperator"
}
},
{
"index": 741,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuest[0]",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 851,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuestSequence[0]"
}
},
{
"index": 961,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuest[1]",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 1071,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuestSequence[1]"
}
},
{
"index": 1181,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuest[2]",
"converter": {
"type": "link",
"target": "Quest"
}
}
},
{
"index": 1291,
"type": "repeat",
"count": 110,
"definition": {
"name": "AcceptedQuestSequence[2]"
}
},
{
"index": 1401,
"type": "repeat",
"count": 110,
"definition": {
"name": "LayerSet[0]"
}
},
{
"index": 1511,
"type": "repeat",
"count": 110,
"definition": {
"name": "LayerSet[1]"
}
},
{
"index": 1621,
"type": "repeat",
"count": 80,
"definition": {
"name": "SequenceBegin"
}
},
{
"index": 1701,
"type": "repeat",
"count": 80,
"definition": {
"name": "SequenceEnd"
}
},
{
"index": 1781,
"type": "repeat",
"count": 80,
"definition": {
"name": "Listener",
"converter": {
"type": "multiref",
"targets": [
"EObjName",
"ENpcResident"
]
}
}
},
{
"index": 1861,
"name": "LayerSetTerritoryType[0]",
"converter": {
"type": "link",
"target": "TerritoryType"
}
},
{
"index": 1862,
"name": "LayerSetTerritoryType[1]",
"converter": {
"type": "link",
"target": "TerritoryType"
}
}
]
}

0 comments on commit 0d37deb

Please sign in to comment.