DS3: Add the Dark Souls 3 World into Archipelago (#769)

This commit is contained in:
Ludovic Marechal
2022-07-20 12:48:14 +02:00
committed by GitHub
parent 45aea2c8ff
commit 8ff2c1b6f3
9 changed files with 1172 additions and 0 deletions

View File

@@ -43,6 +43,9 @@
{% elif patch.game in ["A Link to the Past", "Secret of Evermore", "Super Metroid", "SMZ3"] %}
<a href="{{ url_for("download_patch", patch_id=patch.id, room_id=room.id) }}" download>
Download Patch File...</a>
{% elif patch.game == "Dark Souls III" %}
<a href="{{ url_for("download_slot_file", room_id=room.id, player_id=patch.player_id) }}" download>
Download JSON File...</a>
{% else %}
No file to download for this game.
{% endif %}