From 2d631346a07a0717ac4bb1e4fe6f8a8a3aaf8e64 Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:48:32 +0100 Subject: [PATCH] Create fungus.json --- forge-gui/res/adventure/Shandalar/decks/fungus.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 forge-gui/res/adventure/Shandalar/decks/fungus.json diff --git a/forge-gui/res/adventure/Shandalar/decks/fungus.json b/forge-gui/res/adventure/Shandalar/decks/fungus.json new file mode 100644 index 00000000000..36c40ac2461 --- /dev/null +++ b/forge-gui/res/adventure/Shandalar/decks/fungus.json @@ -0,0 +1,12 @@ +{ +"name":"Fungus", + "template": + { + "count":60, + "colors":["Green","Black"], + "tribe":"Fungus", + "tribeCards":1.0, + "tribeSynergyCards":0.2, + "rares":0.2 + } +}