From 00a3b6c6141b50cdc6daa2569a92e58b02cc855b Mon Sep 17 00:00:00 2001 From: Andrew Gilewsky Date: Sat, 3 Sep 2022 08:40:14 +0300 Subject: [PATCH] Added Attract sheet definition --- SaintCoinach/Definitions/Attract.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SaintCoinach/Definitions/Attract.json diff --git a/SaintCoinach/Definitions/Attract.json b/SaintCoinach/Definitions/Attract.json new file mode 100644 index 00000000..4f0c4048 --- /dev/null +++ b/SaintCoinach/Definitions/Attract.json @@ -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" + } + ] +} \ No newline at end of file