Skip to content

Commit

Permalink
✨ impl sheet SequentialEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
nyaoouo committed Dec 3, 2024
1 parent db6ca7d commit 7392070
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions SaintCoinach/Definitions/SequentialEvent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"sheet": "SequentialEvent",
"definitions": [
{
"index": 1,
"name": "LogMessageOutOfRange",
"converter": {
"type": "link",
"target": "LogMessage"
}
},
{
"index": 2,
"name": "MaxDistance"
},
{
"index": 3,
"type": "repeat",
"count": 64,
"definition": {
"name": "Command"
}
},
{
"index": 67,
"type": "repeat",
"count": 4,
"definition": {
"type": "repeat",
"count": 64,
"definition": {
"name": "Param"
}
}
}
]
}

0 comments on commit 7392070

Please sign in to comment.