diff options
-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", + ] +} |