diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-05 11:41:08 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-05 11:41:08 +0200 |
commit | 31b2ee86f012ffe61732a770f27d622c2c81603c (patch) | |
tree | f9c7f82f871d01f03232bd6188de31eae3b62fc8 /constants | |
parent | 467064192d8c2137decd7565549b5fa0ccae396a (diff) | |
parent | edd97be161e775c5cdf09d4ec45da6f99f6ebab2 (diff) | |
download | SkyHanni-REPO-31b2ee86f012ffe61732a770f27d622c2c81603c.tar.gz SkyHanni-REPO-31b2ee86f012ffe61732a770f27d622c2c81603c.tar.bz2 SkyHanni-REPO-31b2ee86f012ffe61732a770f27d622c2c81603c.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'constants')
-rw-r--r-- | constants/CrimsonIsleReputation.json | 16 | ||||
-rw-r--r-- | constants/DanceRoomInstructions.json | 53 |
2 files changed, 69 insertions, 0 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index 0d74116..fbbb7c5 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -253,6 +253,22 @@ 114, -1033.5 ] + }, + "Fiery": { + "item": "KUUDRA_FIERY_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] + }, + "Infernal": { + "item": "KUUDRA_INFERNAL_TIER_KEY", + "location": [ + -371.5, + 114, + -1033.5 + ] } } }
\ No newline at end of file diff --git a/constants/DanceRoomInstructions.json b/constants/DanceRoomInstructions.json new file mode 100644 index 0000000..5897993 --- /dev/null +++ b/constants/DanceRoomInstructions.json @@ -0,0 +1,53 @@ +{ + "instructions": [ + "move", + "move", + "move", + "move", + "move", + "sneak", + "stand", + "sneak", + "stand", + "sneak", + "stand", + "sneak", + "stand", + "sneak jump", + "jump", + "sneak", + "stand", + "sneak jump", + "jump", + "sneak", + "stand", + "sneak jump", + "jump", + "sneak", + "stand", + "sneak jump", + "jump", + "sneak", + "stand", + "sneak jump", + "jump", + "sneak", + "stand", + "sneak jump punch", + "jump punch", + "sneak punch", + "punch", + "sneak jump punch", + "jump punch", + "sneak punch", + "punch", + "sneak jump punch", + "jump punch", + "sneak punch", + "punch", + "sneak jump punch", + "jump punch", + "sneak punch", + "punch", + ] +} |