From 3f9dc54ebbfcdfee82b7141dd54ad1a33a0d87c8 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 13:39:28 -0700 Subject: [PATCH 01/11] Townfixes --- .../adventure/Realm of Legends/maps/map/towns/forest_town_4.tmx | 1 - .../adventure/Realm of Legends/maps/map/towns/island_town_2.tmx | 1 - .../Realm of Legends/maps/map/towns/mountain_town_2.tmx | 1 - .../adventure/Realm of Legends/maps/map/towns/plains_town_3.tmx | 1 - .../adventure/Realm of Legends/maps/map/towns/swamp_town_2.tmx | 1 - .../adventure/Realm of Legends/maps/map/towns/waste_town_2.tmx | 2 +- 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/forest_town_4.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/forest_town_4.tmx index 7f13bbf670f..581a9cd8ed7 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/forest_town_4.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/forest_town_4.tmx @@ -50,7 +50,6 @@ - diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/island_town_2.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/island_town_2.tmx index 759e805a308..f5ee9d41040 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/island_town_2.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/island_town_2.tmx @@ -50,7 +50,6 @@ - diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/mountain_town_2.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/mountain_town_2.tmx index fd5f6696f18..ce424dae868 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/mountain_town_2.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/mountain_town_2.tmx @@ -55,7 +55,6 @@ - diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/plains_town_3.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/plains_town_3.tmx index 9c32c6d8eca..950918ad2c5 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/plains_town_3.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/plains_town_3.tmx @@ -52,7 +52,6 @@ - diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/swamp_town_2.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/swamp_town_2.tmx index 22acb7c7acd..c39312a46cf 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/swamp_town_2.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/swamp_town_2.tmx @@ -50,7 +50,6 @@ - diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/waste_town_2.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/waste_town_2.tmx index 40534198e0f..aad633e398b 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/towns/waste_town_2.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/towns/waste_town_2.tmx @@ -51,7 +51,7 @@ - + From d8dc22e478eadf8f3d6b4bf8ce29ebb5cfb938d3 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 13:56:54 -0700 Subject: [PATCH 02/11] Item Update --- forge-gui/res/adventure/Realm of Legends/world/items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/items.json b/forge-gui/res/adventure/Realm of Legends/world/items.json index 9891c18d8d7..0b446e7d0dd 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/items.json +++ b/forge-gui/res/adventure/Realm of Legends/world/items.json @@ -4149,7 +4149,7 @@ "equipmentSlot": "Body", "iconName": "OpalCloak", "effect": { - "lifeModifier": -5, + "lifeModifier": -3, "startBattleWithCard": [ "Opal Palace|C13" ] From 01957c6abbd73edb1cefdba6adc9bb5afec0af80 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 14:00:04 -0700 Subject: [PATCH 03/11] Item adjustments --- forge-gui/res/adventure/Realm of Legends/world/items.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/items.json b/forge-gui/res/adventure/Realm of Legends/world/items.json index 0b446e7d0dd..c5d2a52562c 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/items.json +++ b/forge-gui/res/adventure/Realm of Legends/world/items.json @@ -4326,7 +4326,7 @@ "equipmentSlot": "Body", "iconName": "SeraphimWings", "effect": { - "changeStartCards": -1, + "lifeModifier": -5, "startBattleWithCard": [ "Seraph Sanctuary|AVR" ] @@ -4372,7 +4372,7 @@ }, { "name": "Commander's Robes", - "description": "Taps for any color of your commander; no hand size penalty", + "description": "Taps for any color of your commander; no penalties", "equipmentSlot": "Body", "iconName": "Commander'sRobes", "effect": { From 273599f8a27dcb56ddefa0bc6759a5d1829902b0 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 14:16:26 -0700 Subject: [PATCH 04/11] Fix to boss drop --- forge-gui/res/adventure/Realm of Legends/world/enemies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/enemies.json b/forge-gui/res/adventure/Realm of Legends/world/enemies.json index b0f8c92a915..4acc792361a 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/enemies.json +++ b/forge-gui/res/adventure/Realm of Legends/world/enemies.json @@ -2125,7 +2125,7 @@ { "type": "item", "count": 1, - "itemName": "Opal Armor" + "itemName": "Opal Cloak" }, { "type": "item", From fd406526df7c02f335b155efe32d81b45a4947c8 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 14:38:18 -0700 Subject: [PATCH 05/11] Mapfix --- .../adventure/Realm of Legends/maps/map/cave/Sliver_Hive_2.tmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Sliver_Hive_2.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Sliver_Hive_2.tmx index f7e101df95a..d308eb62df8 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Sliver_Hive_2.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Sliver_Hive_2.tmx @@ -85,7 +85,7 @@ { "type": "card", "count": 4, - "rarity": [ "Rare, Mythic Rare" ] + "rarity": [ "rare", "mythic rare" ] } ] From 523246b1b3ac5830740b75eac0d4e3be917e3281 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 14:48:10 -0700 Subject: [PATCH 06/11] Mapfixes --- .../Realm of Legends/maps/map/cave/Eldrazi_Prison_0.tmx | 2 +- .../maps/map/magetower/Mirror_Gallery_Eldrazi.tmx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Eldrazi_Prison_0.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Eldrazi_Prison_0.tmx index f6a8b9f3fab..a359d79e8a2 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Eldrazi_Prison_0.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/cave/Eldrazi_Prison_0.tmx @@ -19,7 +19,7 @@ - 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 diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_Eldrazi.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_Eldrazi.tmx index 869516a0efa..7fb442c9812 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_Eldrazi.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_Eldrazi.tmx @@ -23,7 +23,7 @@ - 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 From 0ade44a00be6cd9d4e86bc2d4e9d83b70d6dcf7e Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 14:57:13 -0700 Subject: [PATCH 07/11] Enemy visual fix --- forge-gui/res/adventure/Realm of Legends/world/enemies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/enemies.json b/forge-gui/res/adventure/Realm of Legends/world/enemies.json index 4acc792361a..eff7f1890d5 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/enemies.json +++ b/forge-gui/res/adventure/Realm of Legends/world/enemies.json @@ -902,7 +902,7 @@ ], "ai": "", "speed": 45, - "scale": 6, + "scale": 3, "life": 70, "rewards": [ { From 95d648934f99d6ae20d7d5c1f6ae225ce8d5e8b3 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 15:01:53 -0700 Subject: [PATCH 08/11] Enemy visual fix --- forge-gui/res/adventure/Realm of Legends/world/enemies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/enemies.json b/forge-gui/res/adventure/Realm of Legends/world/enemies.json index eff7f1890d5..8bb10a4b70f 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/enemies.json +++ b/forge-gui/res/adventure/Realm of Legends/world/enemies.json @@ -1050,7 +1050,7 @@ ], "ai": "", "speed": 45, - "scale": 3, + "scale": 2, "life": 70, "rewards": [ { From 057419437d62ad0a9d3053f83ad709e5ac6faf08 Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 16:41:57 -0700 Subject: [PATCH 09/11] Mapfix --- .../maps/map/magetower/Mirror_Gallery_2.tmx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_2.tmx b/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_2.tmx index b029ab386a3..66d2ad8e770 100644 --- a/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_2.tmx +++ b/forge-gui/res/adventure/Realm of Legends/maps/map/magetower/Mirror_Gallery_2.tmx @@ -27,12 +27,12 @@ - eJztl0tOwzAQhi0hUbFIE1YVcI1uoz52nIbXike3IDgCQiqPJUKsoELiJoC4CraSUS3XMx43TlJRj/SpbeI2X+3G87ffFaIfiUQikcg/Zy8T4qMGdrNm/Hfkdfa35lyNC/RjwOVAnhssHre9p7eC/ptDITrD1fM3y+auoEr569Wmf4iK/jwmqRBnDM7TwuuUOf4ibcbfd52amtd18Vf9653BrPR/Y46v2r9cfRU+v677Ny89RpJfB0Nkvc2+cpPP6TXkP+gW174eF9h6Xu7pr/fHVfanskvT/lSG4vib2aUtf1uGwvyxUuvWpD93bAj/A9k3D5fgKA3rPyl7Ptbvob+b/smS+3aa2Z2eEiHuLTxIpuXzxwTvma5+iflvy8dXBllG+2OodcHGQE9VPdPVL2eIv+7zubEINV7Vlzz2TfDTnY8x+1eVexLz74z9/H3KXIc6/H3nf539ff+TLOMP34HynyJ7jwm2/7iwrVPI+XftQRRUrqeys+/vgeM/IvYhW3YGN8h4JlR2qMNf7fWQP6HgNbZGur8qyH1t+4MHx18vyH2qOP4nSL4x89FxyvO3eehjOPcmFMcfyzeu8y5/bIwJld+w7KbqGck5LxnvvM3NluEgv1F7pyu/1ZX9XXMLa1I1v5nZLXRRGa6u/NZGhcw/bZQt/3Byhw93SXGt28CfWyX/+AB7YJVM0ybRn8cfanhYTQ== + eJztl0tOwzAQho2QqFikCasKuEa3VUt3nIbXike3IDgCQiqPJUKsoELiJoCQOAm2klGM8YzHjZNU4JE+tU3c5EvceP72u0L0I5FIJBL542xmQrzUwEbWjP+6PM/2asnZOEffBpwO5b7h7+227/QW0H9lJERntHj+ZtncFVQpf73a9A9R0Z/HJBXiiMFxmnsdMsefpM34+85TU/f1v/ir/vXMYFb4PzHHV+1frr4Kx6/r+R0UHluSTwcjZL7NvnIxKOk15D/s5uc+H+fYet7A01/vj4vsT2WXpv2pDMXxN7NLW/62DIX5Y6XmrUl/7tgQ/juyb+7OwV4a1n9S9Hys30N/N/2TOdftNLM73SVCXFu4kUyL97cJ3jNd/RLzX5OvjwyyjPbHUPOCjYGeqnqmq1/OEH/d53W55Gspf6XGq3qT294JPrrlGLN/VXkmMf/O+Od1uPx9ypyHOvxNoj/u7/ufZB5/uAbKf4qsPSbY+uPCNk8h779rDaKgcj2VnX1/Dxz/LWIdsmVncIOMZ0Jlhzr81VoP+RMKPmNzpPurgtzXtj94cPz1gtyniuN/gOQbMx/tpzx/m4c+hvNsQnH8sXzj2u/yx8aYUPkNy26q7pGc85Dx9tvcbBkO8hu1drryW13Z33VvYU6q5jczu4UuKsPVld/aqJD5p42y5R9O7vDhKsnPdRn4uFXyjw+wBlbJNG0S/Xl8A3kYWHE= - eJzt2E8KQEAYh+EpGzs3cAKncDDsbJ3DGRzLAZCUJpI/Y+bH+9S3EfU2TSOMAQAAaup8HtfPuHK2Zbk/lH4A31MkxpTjVInvkvua2HcBAOBNXeS74LqpfT1veuJ9uXT3aRg9Z9nrr7SX7Fal9sm6V3Ht7X41qvt+i3o/cIXq93ubzXN0DftC+98RWg/cUz1/8C8D5IImGQ== + eJzt2E8KQEAYh+GRjZ2LOIWDYWfrHM7gNE6CpDSR/BkzP96nvo2ot2kaYQwAAFBT5/O4fsaVsy3L/aH0A/ieIjWmHKdKfZfc1yS+CwAAb+pi3wXXTe3redMT78ulu4/C6DnLXn+lvWS3KrVP1r2Ka2/3q1Hd91vU+4ErVL/f22yeo2vYF9r/jtB64J7q+YN/GQA1ISXq @@ -68,7 +68,7 @@ - {"startBattleWithCard": ["Mirrorpool", "Oboro, Palace in the Clouds", "Minamo, School at Water's Edge", "Patron of the Moon", "Mirror Shield", "Mirror Box", "Leyline of Singularity", "Mirrorworks", "The Magic Mirror", "Mirage Mirror" + {"startBattleWithCard": ["Oboro, Palace in the Clouds", "Minamo, School at Water's Edge", "Patron of the Moon", "Mirror Shield", "Mirror Box", "Leyline of Singularity", "Mirrorworks", "The Magic Mirror", "Mirage Mirror" ]} From d06cf7e96a27c63b863853ab867cce837373b79a Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 16:59:21 -0700 Subject: [PATCH 10/11] Boss drop fix --- forge-gui/res/adventure/Realm of Legends/world/enemies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/enemies.json b/forge-gui/res/adventure/Realm of Legends/world/enemies.json index 8bb10a4b70f..83ba4470fde 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/enemies.json +++ b/forge-gui/res/adventure/Realm of Legends/world/enemies.json @@ -2055,7 +2055,7 @@ { "type": "item", "count": 1, - "itemName": "Pilgrim's CloakPi" + "itemName": "Pilgrim's Cloak" }, { "type": "card", From e450d65ccd8ff11addea4827fab90d4b3419988c Mon Sep 17 00:00:00 2001 From: VigilantSera Date: Thu, 16 Apr 2026 17:04:20 -0700 Subject: [PATCH 11/11] Item tweak --- forge-gui/res/adventure/Realm of Legends/world/items.json | 1 - 1 file changed, 1 deletion(-) diff --git a/forge-gui/res/adventure/Realm of Legends/world/items.json b/forge-gui/res/adventure/Realm of Legends/world/items.json index c5d2a52562c..ef09227c478 100644 --- a/forge-gui/res/adventure/Realm of Legends/world/items.json +++ b/forge-gui/res/adventure/Realm of Legends/world/items.json @@ -2016,7 +2016,6 @@ "iconName": "TomeofFire", "cost": 5000, "effect": { - "lifeModifier": -2, "startBattleWithCard": [ "Seal of Fire|NEM" ]