From 6c4f03e1aab4f9bc75dbf65ddb88d036b00f9782 Mon Sep 17 00:00:00 2001 From: John-Candlebury Date: Mon, 22 Jan 2024 19:40:00 -0600 Subject: [PATCH] Create modinfo.json --- No_portal_storms - Steam 0.G/modinfo.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 No_portal_storms - Steam 0.G/modinfo.json diff --git a/No_portal_storms - Steam 0.G/modinfo.json b/No_portal_storms - Steam 0.G/modinfo.json new file mode 100644 index 0000000..e43ead9 --- /dev/null +++ b/No_portal_storms - Steam 0.G/modinfo.json @@ -0,0 +1,20 @@ +[ + { + "type": "MOD_INFO", + "id": "minimod_no_portal_storms", + "name": "0.G. No Portal Storms", + "authors": [ "Candlebury" ], + "maintainer": [ "Candlebury" ], + "description": "Disables Portal Storms. Some vanilla missions and other mod content might become inaccesible.", + "steam_id": 3142744628, + "category": "rebalance", + "dependencies": [ "dda" ] + }, + { + "type": "effect_on_condition", + "id": "EOC_PORTAL_STORM_WARN_OR_CAUSE_RECURRING", + "recurrence": [ "10 days", "11 days" ], + "global": true, + "effect": [ ] + } +]