From c2881cd80878985a3c60b452610a7b5b386bfd46 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 25 Jul 2023 03:38:40 +0200 Subject: Added Effigies --- constants/RiftEffigies.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 constants/RiftEffigies.json diff --git a/constants/RiftEffigies.json b/constants/RiftEffigies.json new file mode 100644 index 0000000..d903724 --- /dev/null +++ b/constants/RiftEffigies.json @@ -0,0 +1,10 @@ +{ + "locations": [ + "150:73:95", + "193:87:119", + "235:104:147", + "293:90:134", + "262:93:94", + "240:123:118" + ] +} \ No newline at end of file -- cgit