Delay turn
A downloadable mod
Mod for Ero Dungeons.
The move Wait is now changed to Delay, which puts the adventurer at the end of the turn order. If an adventurer already used Delay that turn, she can use Wait to skip her turn as normal.
Download
Download
Delay Turn.zip 4 kB

Comments
Log in with itch.io to leave a comment.
Note, the mod is broken, so change the /Delay_Turn/Data/Tokens/delay_turn_tokens.txt file to that by adding (turn, 1) on line 8. Credits to the nice person at https://itch.io/t/4408869/delay-turn#post-16138182
{
"delayed_turn": {
"ID": "delayed_turn",
"icon": "wait",
"name": "Delayed Turn",
"script": "alter_move,wait_move,wait_proper",
"types": "special",
"usage": "time,round
turn,1
limit,1"
}
}