From 325c45ae3a5dd30acbd153e4fe5de1afc98d4806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20L=C3=B3pez?= <6098622+DazedNConfused-@users.noreply.github.com> Date: Wed, 16 Mar 2022 14:30:40 +0000 Subject: [PATCH] CDDAGL #22 - Added new mod Arcana and Magic to the repository --- data/mods.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/mods.json b/data/mods.json index 8620affd..5041fe9c 100644 --- a/data/mods.json +++ b/data/mods.json @@ -336,5 +336,16 @@ "size": 39136, "url": "https://github.com/Lorith/AdvancedGear-CDDA-Mod/archive/master.zip", "homepage": "https://github.com/Lorith/AdvancedGear-CDDA-Mod" + }, + { + "type": "direct_download", + "ident": "arcana_magic", + "name": "Arcana and Magic", + "authors": [ "chaosvolt" ], + "description": "Focused principally on magical items as the name implies (the mod predating the current spell mechanics), with proper spells being a valuable, powerful tool that demands hunting monsters and learning of the Beyond moreso than simple scavenging.", + "category": "items", + "size": 1649025, + "url": "https://github.com/chaosvolt/cdda-arcana-mod/archive/master.zip", + "homepage": "https://github.com/chaosvolt/cdda-arcana-mod" } ]