summaryrefslogtreecommitdiff
path: root/vamp_stuff/modinfo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/modinfo.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/modinfo.json')
-rw-r--r--vamp_stuff/modinfo.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/vamp_stuff/modinfo.json b/vamp_stuff/modinfo.json
index 45f6c0d..8a0591c 100644
--- a/vamp_stuff/modinfo.json
+++ b/vamp_stuff/modinfo.json
@@ -1,12 +1,12 @@
-{
- "type": "MOD_INFO",
- "ident": "vamp_stuff",
- "name": "Vampiric Stuff",
- "authors": [
- "Axema Vales"
- ],
- "description": "\n<color_red>Adds night creatures, new items, monsters and locations.</color>\n<color_light_red>More on interactions with npcs and quests, providing a subtle RPG playstyle.\n\n<color_light_cyan>Note that this mod is currently in <color_light_green>stable</color> state. Bugs rarely appears, but if you encounter one or a recent CDDA update has caused an error, feel free to notify the author by creating an issue on its GitHub repository or sending a PM on Discord.</color>",
- "version": "<color_light_green>V1.4 - 06/14/2020</color>",
- "category": "misc_additions",
- "dependencies": ["dda"]
- } \ No newline at end of file
+[
+ {
+ "type": "MOD_INFO",
+ "id": "vamp_stuff",
+ "name": "Vampiric Stuff",
+ "authors": [ "Axema Vales" ],
+ "description": "\n<color_red>Adds night creatures, new items, monsters and locations.</color>\n<color_light_red>More on interactions with npcs and quests, providing a subtle RPG playstyle.\n\n<color_light_cyan>Note that this mod is currently in <color_light_green>stable</color> state. Bugs rarely appears, but if you encounter one or a recent CDDA update has caused an error, feel free to notify the author by creating an issue on its GitHub repository or sending a PM on Discord.</color>",
+ "version": "<color_light_green>V1.4 - 06/14/2020</color>",
+ "category": "misc_additions",
+ "dependencies": [ "dda" ]
+ }
+]