Skip to content

Commit

Permalink
Merge pull request #108 from awgil/attract-sheet
Browse files Browse the repository at this point in the history
Added Attract sheet definition
  • Loading branch information
Supamiu authored Sep 5, 2022
2 parents 62df700 + 00a3b6c commit f10e3c1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions SaintCoinach/Definitions/Attract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"sheet": "Attract",
"definitions": [
{
"name": "MaxDistance"
},
{
"index": 1,
"name": "Speed"
},
{
"index": 2,
"name": "MinRemainingDistance"
},
{
"index": 3,
"name": "UseDistanceBetweenHitboxes"
},
{
"index": 4,
"name": "Direction"
}
]
}

0 comments on commit f10e3c1

Please sign in to comment.