From 86ca964b2f9ea6b0804eb35019b32b95e905cb64 Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:28:36 +0100 Subject: [PATCH] update --- .../Shandalar/maps/main.tiled-session | 6 +- .../adventure/Shandalar/world/enemies.json | 61 ++++++++++++------- 2 files changed, 42 insertions(+), 25 deletions(-) diff --git a/forge-gui/res/adventure/Shandalar/maps/main.tiled-session b/forge-gui/res/adventure/Shandalar/maps/main.tiled-session index 1bc00b0f825..4fefaf0c75f 100644 --- a/forge-gui/res/adventure/Shandalar/maps/main.tiled-session +++ b/forge-gui/res/adventure/Shandalar/maps/main.tiled-session @@ -6,10 +6,10 @@ "activeFile": "map/scarecrow_farm.tmx", "automapping.whileDrawing": false, "expandedProjectPaths": [ - "map/main_story", - "tileset", + "obj", "map", - "obj" + "map/main_story", + "tileset" ], "file.lastUsedOpenFilter": "All Files (*)", "fileStates": { diff --git a/forge-gui/res/adventure/Shandalar/world/enemies.json b/forge-gui/res/adventure/Shandalar/world/enemies.json index b55ab12f9d4..2a5982e7abb 100644 --- a/forge-gui/res/adventure/Shandalar/world/enemies.json +++ b/forge-gui/res/adventure/Shandalar/world/enemies.json @@ -7491,37 +7491,24 @@ ] }, { - "type": "card", - "probability": 1, + "type": "deckCard", + "probability": 0.1, "count": 1, - "cardName": "Reaper King" - }, - { - "type": "card", - "probability": 1, - "count": 1, - "cardName": "Wickerwing Effigy" - }, - { - "type": "card", - "probability": 1, - "count": 1, - "cardName": "Pili-Pala" + "rarity": [ + "rare" + ], + "cardTypes": [ + "Land" + ] }, { "type": "gold", "probability": 0.3, "count": 10, "addMaxCount": 90 - }, - { - "type": "item", - "probability": 1, - "count": 1, - "itemName": "Giant Scythe" } ], - "colors": "WUBRG" + "colors": "U" }, { "name": "Scarecrow Captain", @@ -7572,6 +7559,36 @@ "probability": 0.3, "count": 100, "addMaxCount": 200 + }, + { + "type": "card", + "probability": 1, + "count": 1, + "cardName": "Reaper King" + }, + { + "type": "card", + "probability": 1, + "count": 1, + "cardName": "Wickerwing Effigy" + }, + { + "type": "card", + "probability": 1, + "count": 1, + "cardName": "Pili-Pala" + }, + { + "type": "gold", + "probability": 0.3, + "count": 10, + "addMaxCount": 90 + }, + { + "type": "item", + "probability": 1, + "count": 1, + "itemName": "Giant Scythe" } ], "colors": "WUBRG"