From 3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 00:31:04 -0800 Subject: Initial commit --- modinfo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modinfo.json (limited to 'modinfo.json') 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" ] + } +] -- cgit v1.2.1