From 69ff3eaff1e92f8dc54824b79b45c050fa20e4f6 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 22 Jun 2023 09:42:25 -0500 Subject: [PATCH] rename Sandwurm to "Hellion" (since it doesn't look like or move like a wurm), scale the monster larger, give it a hellion deck, add to desert and mountain, change the non-patrolling ones in the white nest dungeon to Greater Sandwurm --- .../Shandalar/decks/standard/hellion.dck | 40 ++++++++++++++ .../Shandalar/maps/map/nest_white_1.tmx | 54 +++++++++---------- .../res/adventure/common/world/enemies.json | 16 +++--- .../res/adventure/common/world/ramunap.json | 1 + forge-gui/res/adventure/common/world/red.json | 1 + .../res/adventure/common/world/white.json | 1 + 6 files changed, 79 insertions(+), 34 deletions(-) create mode 100644 forge-gui/res/adventure/Shandalar/decks/standard/hellion.dck diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/hellion.dck b/forge-gui/res/adventure/Shandalar/decks/standard/hellion.dck new file mode 100644 index 00000000000..eb9a7bf499b --- /dev/null +++ b/forge-gui/res/adventure/Shandalar/decks/standard/hellion.dck @@ -0,0 +1,40 @@ +[metadata] +Name=hellion +[Avatar] + +[Main] +4 Molten Monstrosity +1 Chaos Maw +1 Tectonic Hellion +1 Crater Hellion +1 Hellion Eruption +2 Iron-Barb Hellion +4 Flameborn Hellion +1 Thromok the Insatiable +1 Blitz Hellion +1 Obosh, the Preypiercer +1 Caldera Hellion +1 Chandra's Firemaw +1 Embermaw Hellion +2 Flowstone Hellion +4 Cinder Hellion +4 Pyroclastic Hellion +1 Ulasht, the Hate Seed +4 Sneak Attack +2 Inferno Hellion +1 Tibalt the Chaotic +1 Great Desert Hellion +1 Lathnu Hellion +3 Plated Geopede +1 Hellion Crucible +1 Mountain +1 Mountain +1 Mountain +2 Mountain +1 Mountain +3 Mountain +1 Mountain +1 Mountain +1 Mountain +3 Mountain +1 Mountain diff --git a/forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx b/forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx index 8a6abc43491..b3a24df2ad2 100644 --- a/forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx +++ b/forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx @@ -24,60 +24,60 @@ - + - + - + - + - + - + - + - + - + - + @@ -90,7 +90,7 @@ - + @@ -101,9 +101,9 @@ - + - + @@ -113,22 +113,22 @@ - + - + - + - + - + @@ -222,7 +222,7 @@ - + @@ -232,9 +232,9 @@ - + - + @@ -244,19 +244,17 @@ - + - - + - + - - + - + diff --git a/forge-gui/res/adventure/common/world/enemies.json b/forge-gui/res/adventure/common/world/enemies.json index c41fa67d282..1900c381f03 100644 --- a/forge-gui/res/adventure/common/world/enemies.json +++ b/forge-gui/res/adventure/common/world/enemies.json @@ -17338,16 +17338,17 @@ ] }, { - "name": "Sandwurm", + "name": "Hellion", "sprite": "sprites/enemy/monstrosity/sandwurm.atlas", "deck": [ - "decks/standard/sandwurm.dck" + "decks/standard/hellion.dck" ], "ai": "", "spawnRate": 1, "difficulty": 0.1, "speed": 13, "life": 12, + "scale": 2, "rewards": [ { "type": "deckCard", @@ -17366,19 +17367,22 @@ "probability": 0.5, "count": 3, "colors": [ - "White" + "Red" ], "rarity": [ "Rare" ] } ], - "colors": "G", + "colors": "R", "questTags": [ - "Wurm", + "Hellion", + "Monster", "Nature", "Subterranean", - "IdentityGreen" + "IdentityRed", + "BiomeRed", + "BiomeWhite" ] }, { diff --git a/forge-gui/res/adventure/common/world/ramunap.json b/forge-gui/res/adventure/common/world/ramunap.json index f903cc2d057..8e19e4b79fd 100644 --- a/forge-gui/res/adventure/common/world/ramunap.json +++ b/forge-gui/res/adventure/common/world/ramunap.json @@ -31,6 +31,7 @@ "Cerodon", "Dragon", "Insect", + "Hellion", "Hyena", "Lizard", "Red Beast", diff --git a/forge-gui/res/adventure/common/world/red.json b/forge-gui/res/adventure/common/world/red.json index a953c087330..bebe68b16f0 100644 --- a/forge-gui/res/adventure/common/world/red.json +++ b/forge-gui/res/adventure/common/world/red.json @@ -55,6 +55,7 @@ "Goblin Chief", "Goblin Warrior", "Hellhound", + "Hellion", "Immersturm Demon", "Khenra Warrior", "Kavu", diff --git a/forge-gui/res/adventure/common/world/white.json b/forge-gui/res/adventure/common/world/white.json index d1cfc0fb6ca..c9cdaeb2992 100644 --- a/forge-gui/res/adventure/common/world/white.json +++ b/forge-gui/res/adventure/common/world/white.json @@ -51,6 +51,7 @@ "Fox", "Frost Titan", "Griffin", + "Hellion", "Horseman", "Human", "Human elite",