From 47b2242c3c05dea6534ea80bddc31d66a59d7417 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 29 Sep 2025 21:53:10 -0400 Subject: [PATCH] TUNIC: Add archipelago.json (#5482) * add archipelago.json * newline * Add authors * Make it a list --- worlds/tunic/archipelago.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 worlds/tunic/archipelago.json diff --git a/worlds/tunic/archipelago.json b/worlds/tunic/archipelago.json new file mode 100644 index 00000000..4c4d8dd9 --- /dev/null +++ b/worlds/tunic/archipelago.json @@ -0,0 +1,6 @@ +{ + "game": "TUNIC", + "authors": ["SilentSR", "ScipioWright"], + "minimum_ap_version": "0.6.4", + "world_version": "4.1.0" +}