This is a guide for Advanced Scripts for Warrior’s Dimension in Soda Dungeon 2. If you are looking for Scripts for the main Campaign check Soda Dungeon 2 Scripts Guide.
If you need Team guidance Soda Dungeon 2 Warrior’s Dimension Guide will help you with that.
Now with that out of the way lets go over our Class-based Scripts for Warrior’s Dimension.
Table of Contents
How to script target Janitor in Soda Dungeon 2
Currently Janitor is considered to be a normal enemy, even though he might cause a lot of trouble for you. If you will use Enemy != Norm it wont work on him.
It will be changed in the later updates, but now there is a workaround that will help you to tailor the scripts to target Janitor specifically:
- Rank>Norm: Defend
- Rank=Norm:Defend
- Enemy TeamAlive=1: Strongest group attack
Integrate it in your scripts unless its fixed and Janitor will be assigned his special rank.
Carpenter Script
Our Carpenter Script got even lighter than before, more effective and focusing on pure DPS now:
1 | Enemy | Isn’t Ore | Nailed it |
The idea is that this line will ignore the ore. If we will encounter ore on the battlefield Carpenter will use Nailed It on the target right after it.
Since Mana Cost is really low you can go without Mystic at really early floors with this setup.
Miner Script
For the miner we want to focus on Mining the ore, and Transmuting enemies. We wont use miner in our normal team setups, so their main role will be going for ore runs
1 | Enemy | Has Essence | Strongest Attack | |
2 | Enemy | Rank | != Norm | Strongest Single-Target Attack |
3 | Enemy | Is Ore | Pickaxe | |
4 | Enemy | Team Alive | > 1 | Default Attack |
5 | Enemy | Team Alive | =1 | Transmute |
This script will help us to take down enemies who have essence, defeat everyone in the enemy team and transmute only when there is one enemy left.
Keep in mind, that Miner script is pretty Mana heavy, so you might want to bring a Mystic with you and run it when you have enough mana.
Nurse Script
Nurse Warrior’s Dimension script changed a lot. If you plan to use Nurses in the late levels, you want to have 2 of them, because HP pool of your team will be too large to be healed with a group heal.
1 | Ally | HP | < 80% | First Aid |
2 | Enemy | Weakest | Defend |
Moreover, since we are using First Aid, we want to have 2 Nurses in a team in order for them to heal each other.
80% First Aid is set so high, because you want to keep your team at max health all the time.
Mystic Script
Even though Mystic isnt really being used a lot in the Warrior’s Dimension (when you get enough mana), you will still need her at the early stages.
1 | Ally | Status Effect | != positive | Recharge |
2 | Enemy | Weakest | Defend |
This script will allow your Mystic to Recharge mana on the cooldown and wont take your time for the rest of the grind. This is more efficient than using her weak AoE attacks in the WD.
Thief Script
In Warrior’s Dimension Thief’s only role is to Ransack the enemies that have essence, conserve mana and survive the rest of the fights.
1 | Enemy | Has Essence | Ransack | |
2 | Enemy | Weakest | Defend |
With this script, Thief will be most efficient in the WD and wont use her mana on useless enemies.
Huntress Script
ATM Huntress is still pretty useless in the Warrior’s Dimension, but if you decided to use her, here is the script that will help you.
1 | Enemy | Rank | >Norm | Defend |
2 | Enemy | Rank | =Norm | Defend |
3 | Enemy | Team Alive | =1 | Mark |
This will allow you to put a mark on the Janitor unless he will be patched. If you want to mark all minibosses, change line 1 to Mark too.
Other than that she is useful for portals more than anything else.
DarkMage Script
DarkMage will be one of the most used characters in the Warrior’s Dimension, specifically at the late stages (100k+).
She have a lot of different script variations based on her gear, here are the most common ones.
1 | Enemy | Team Alive | > 2 | Noxin |
2 | Enemy | Isn’t Ore | Strongest Single-Target Attack |
This is the basic script that you can start working with at early stages. What is will do is use Noxin on the teams of 3 and 4, and your strongest single-target attack on smaller groups.
For low-mana setups use Skull Blade to boost Single Target damage and get some Damage Reduction.
When you will go higher you can switch to Lazer gem instead and eqiup a staff that will give you more Magic Attack %.
BladeMaster Script
For BladeMaster Script you have 2 options: You can focus either on Double Strike or on the Stun.
Most likely you want to use Double Strike to go through the levels faster, but its up to you.
Here is Double Strike Script:
1 | Enemy | Rank | != Norm | Double Strike |
2 | Enemy | Weakest | Default Attack |
And here is Stun Script. Difference is minimal 😀
1 | Enemy | Rank | != Norm | Stun |
2 | Enemy | Weakest | Default Attack |
Since you dont really want to use those skills on the normal enemies (your BladeMaster will skip a turn after he uses the skill), you might want to save them for minibosses for maximum damage.
Dark Lord Script
Dark Lord will be the key of your team when you will be able to get his class relic.
First we will talk about Dark Lord leveling script. If he is weaker than the rest of your characters make him defensive, so he wont die, but still will be able to protect your team.
1 | Enemy | Weakest | Defend |
Now if you feel confident and want your Dark Lord to help with the damage to the rest of your team his script will have additional line
1 | Enemy | Team Alive | >2 | Strongest AoE Attack |
2 | Enemy | Weakest | Defend |
Since Darklord have really powerful AoE it will be extremely useful to your Carpenters team and will let you push further.
Video of the Scripts Guide for Soda Dungeon 2
Use this Video Guide to get more visual and detailed information on how to make Warrior’s Dimension Scripts in Soda Dungeon 2 properly.
Conclusion
Warrior’s Dimension scripts are different from the Beginner’s ones. They focus more on minimizing the time per floor and specializing each character to his specific role.
Moreover as you progress through the game you might want to change your scripts around, based on the equipment and stats that you have, so its important that you learn the basics of Scripts in Soda Dungeon 2.
If you need more guides on Soda Dungeon 2, check out out Soda Dungeon 2 Guide Collection and if you want your guide posted, contact me in the Discord
- 4 Comments
- Guides, Soda Dungeon 2
- July 8, 2020
Hi
For Thief this script is better (don’t use Ransack if used before for save mana):
1 Enemy HP < 95% attack
2 Enemy Has Essence Ransack
3 Enemy Rank != Norm Ransack
4 Enemy Weakest attack
My carpenters don’t seem to go into that loop with simply the one line as stated in the guide. [Enemy][Isn’t Ore][Nailed it}
I run Mystic twice – Carpenter thrice and Dark Lord to level them up.
My carpenters don’t seem to go into that loop with simply the one line as stated in the guide. [Enemy][Isn’t Ore][Nailed it}
I run Mystic twice – Carpenter thrice and Dark Lord to level them up.
Can I suggest adding “[enemy] [is ore] [default attack]” as a 2nd line to the Carpenter script, otherwise the team gets stuck in a “DEFEND” loop if you hit a mine shaft. (If you are using a team such as thief-nurse-mystic-carpenter-carpenter-carpenter)