diff options
Diffstat (limited to 'modinfo.json')
-rw-r--r-- | modinfo.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..97a8835 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,13 @@ +[ + { + "type": "MOD_INFO", + "id": "bandits_everywhere", + "name": "Bandits Everywhere", + "authors": [ "Night_Pryanik" ], + "maintainers": [ "jc_gargma" ], + "description": "This is the No Hope mod, but stripped of the all the extraneous pet projects and the ruined world. Just the frequent bandit encounters.", + "category": "content", + "dependencies": [ "dda" ], + "conflicts": [ "no_hope", "no_hope_redone" ] + } +] |