This is an idea for an alternate view of the monster list. Basically it'd show who goes in what order for the next, oh, 30 game turns (3 normal-speed turns). So if you're in a duel with Sauron and you're slightly faster than him, it might look something like this:
The display is assuming that everyone uses 100 energy for their turns. If you (or a monster) use less then it'd have to get updated again. I'm not certain how well it'd interact with fractional blows.
The goal here is to allow the player to know how turn order is going to fall out when there's non-integer speed factors at play, thereby inproving the potential for tactical play. Technically this is information that the player could keep track of themselves, but in practice it's pretty cumbersome. I suppose this would make combat a bit easier once speed becomes available; you could easily counteract that by giving more monsters partial speed boosts though.
The only major problem I see with it, aside from the fractional blows bit, is that it'd get pretty cumbersome when there's lots of monsters in LOS. Maybe you could add the ability to filter out monsters whose turn orders you don't care about; a level 30 character has little interest in when any kobolds take their turns, for example.
Code:
Player Sauron, the Sorceror Player Player Sauron, the Sorceror Player Sauron, the Sorceror ...
The goal here is to allow the player to know how turn order is going to fall out when there's non-integer speed factors at play, thereby inproving the potential for tactical play. Technically this is information that the player could keep track of themselves, but in practice it's pretty cumbersome. I suppose this would make combat a bit easier once speed becomes available; you could easily counteract that by giving more monsters partial speed boosts though.
The only major problem I see with it, aside from the fractional blows bit, is that it'd get pretty cumbersome when there's lots of monsters in LOS. Maybe you could add the ability to filter out monsters whose turn orders you don't care about; a level 30 character has little interest in when any kobolds take their turns, for example.
Comment