Blitz more like amphibious attacks?
-
@prastle yeah, I loved that game, although it had a lot of flaws. A friend of mine has that board game but we haven't had time to play it in ages.
-
A long time ago I was considering some sort of deep penetration mechanic;
the one I was considering would be that blitz (or super-blitz or whatever y awanna call it, since it'd be a different mechanic than the standard blitz rules) units could go past enemy defenders, but only if there's at least 1 other attacker for each defender.
so for instance, if you have 1 infantry and 2 tanks to attack with; and the defenders are 2 infantry; then one of the attacking tanks could go deeper, but the other tank would have to stay there
whereas if there was only one defending infantry, then both tanks could go past. -
@zlefin So if there was as in your second example.... would this then leave 1 Infantry to attack 1 defending Infantry?
So then in this type of scenario.... I am assuming the results of the first battle do not impact the "Super Blitz".
I like the concept.
-
-
@zlefin This type of system could also be used to deal with the blocker flotilla's in naval and add a very interesting dynamic that could potentially back fire on the attacker.
No idea how this would be coded.... But I like the concept.
-
@hepps
correct, in the second example it would leave 1 infantry attacking 1 defending infantry and the results of the first battle don't impact whether the second is allowed. so it'd be more of a sacrifice play to serve as a distraction while the blitzers go deep in that case.
code-wise, all the validation/control has to happen in the combat move phase, for combat itself units simply attack the province they're in.in other circumstances it simply functions as a way to let massive stacks go past small blocker forces.
I don't remember how hard/feasible it is to implement; as it was long ago that I looked. you definitely have to make sure it has some validation locks in place to prevent people from undo-ing actions that were necessary to have enough units in the territory to let other units go past.
as I think about how it'd all work; I wonder if air units should be able to provide the "pin"; or if only units of the same domain (air/sea/land) should be able to provide the distraction that enables other forces to go past.
if an air unit was part of providing the pin, then you'd need to make sure it couldn't move again; code-wise it's probably a bunch easier to do if air units can't provide a pin.aye, it would also help deal with the one blockin gship issue.
I think I was playing a lot of nwo when I was looking at the idea; as nwo has a lot of huge stacks blocked by one small thing. ofc changing that would massively change the balance on nwo. -
@zlefin and why can't we make you a mod/dev again?

-
@zlefin whether you included the feature in NWO is a matter of deciding whether to include it or not.
In all reality... this feature would likely be independent of the current mechanics.... so you would likely end up making a stand alone version and then re-balance the game to suit.
-
It seems that the only way to implement this via xml would be to count units. That's a big xml hurdle, imo. Other components appear reasonably doable.
The idea as a whole is cool, maybe place a feature request once you confirm what is truely missing to make it happen.
Although I should add counting units is also doable just extremely unpractical to code in existing xml.
-
There is a map called roll through the reich which had something like this. There was a second combat move phase that only allowed tanks and other mechanized units to move
-
I looked a bit at the code to see how hard it would be to implement one of these; it looks like it would require a moderate amount of work, but not huge. definitely not trivial though.
If I had to guess, i'd say 6-10 hours of work (factoring in the thoughtful coding, some ui decisions, debugging, and discussion), but it's notoriously hard to estimate work times on things like this.most of the work would be changes in movevalidator as far as I can tell, with maybe a few ancillary changes elsewhere. there's several different sections of code in there that would need to be modified to allow for some form of deeper blitz, and it's not quite as simple as just adding a check.
you'd need to decide which implementation(s) to use if you were gonna do something; my proposal, liberty's, or some other one. Doing multiple proposals at once is definitely more work than just oding one, but there's a lot of overlap, so if in the future you'd want want more than one of the implementations, it could be worthwhile to do all at once.
if one were to go for a proposal, there's a number of particular details to work out in relation to the ui about what makes for the best/easiest interface for it. like will it autoform a blitz path if you click deeper into enemy territory; how to decide which units are getting left behind for the pin force (under my proposal).
so i'd say the main question/process from her eis:
-
is there a mapmaker going to make a map, that will see sufficient use, to justify the work of implementation.? if not, wait until there is.
-
if so, then start ironing out the details of the behavior and how it will present through the interface.
-
-
@zlefin Really depends which of the several different proposals you went with as some would be much easier to implement than others. I would say probably all of them would take more than 6 hours of development especially when you consider unit tests and manual testing. Probably more like 10-15 hours for the ones that aren't too complex would be more realistic.
-
@zlefin I would implement this idea into my next map 100% for sure. Just saying.
-
ok, so gonna start ironing out some details on proposals/possibilities to use then, as well as just clarifying things and brainstorming scenarios/problems that may occur.
not sure what we'd end up calling this mechanic; for now I'm gonna use Superblitz as a name.predicate battles, by which I mean the battle you're going into that some of your units then Superblitz past.
how does the predicate battle affect the superblitz battle.basic options are:
contingent: like a transport battle; the predicate battle must be won to do the superblitz battle. if it's not won, then the superblitz battle does not occur. battle order must be enforced by engine.
If the predicate battle is not won, what should the behavior of the superblitzing units be? if there's a retreat then superblitzing units could retreat along with them, but what if there's no retreat ordered? what if all attacking units simply die, then what happens to the superblitzing units?
what about the cases where the battle is neither won nor lost due to a turn limit timer on combat?
what if the battle results in mutual annihilation?what if all attacking land/sea units die, but there are remaining air units? should the province then be captured by the superblitzing units before they get to go onto their battle,or does it not count as a win at all? the answer here will also apply to the mutual annihilation scenario.
if the predicate battle is lost (not retreat, but actual death of the attackers) should excess casualties be applied to the superblitzing units?
independent: like my proposal; the outcome of the predicate battle has no effect on whether the superblitz battle occurs, and should not have any effects on the predicate battle at all.
semi-independent: a hybrid, the predicate battle does not affect whether the superblitz battle occurs, but may have other effects on the battle (like validity of retreat routes, only previously won battles superblitz'd past may be retreated to)
Scenario: provinces A, B, C, D are in order (i.e. A next to B, B next to C; but A is not next to C.
provinces A & D are owned by the attacking player. B & C are owned by the defender.
the attackers wants to send some units from A into B, and superblitz some into C. they also want to send some units from D into C, and superblitz some of those into B.
how to handle situation? which battle to resolve first? in this case you have to resolve a battle without the predicate battle being resolved, OR you have to prevent such scenarios from occurring at all.handling retreats:
touched on by some prior points above, one of the basic questions for superblitz is how to handle retreating from a superblitz.
in my original proposal, it'd be impossible to retreat to a province you superblitz'd through, in order to maintain it's independence. some users would of course wonder why you couldn't retreat to the province you blitzed through if you won that battle already; a question of what's feasible/easier to code/design around, and what players expect the behavior to be.you could setup a semi-independent hybrid option as described prior.
depth of penetration:
how many layers deep should superblitz'ing be possible? only one extra province deep, or as many as you meet the conditions for (i.e. have enough movement for and can meet whatever extra conditions are required by the model used)? should that answer by simply definite one way or the other, or an engine-settable variable? -
@zlefin Just a few thoughts to help make this somewhat reasonable to implement:
- If you go contingent, you may want to initially not support using this feature with limited battle rounds or just consider an unresolved battle (both sides still have units) as a loss to keep it simple. Otherwise I think things get weird in the opposite direction of what you are trying to address which is the attacker uses just a few troops where at least 1 survives the limited battle rounds in order to superblitz past.
- To keep things simple, I'd say no matter which option you go with if the superblitz battle occurs then there is no retreat options.
- Unless you put some kind of strong rules around how many units the attacker must use on the predicate battle then I don't really see how independent or semi-independent make much sense. You want to avoid allowing the attacker to use one infantry on the predicate battle to blitz past and crush a bunch of air units behind them. Also not sure that having 10 infantry attack 10 tanks so that my other 10 tanks can superblitz past would be a good mechanic as I could just retreat my 10 infantry after the first round.
- If you go contingent, then you probably want to resolve all predicate battles first to avoid the scenario you outline. Or prevent units from superblitzing to a territory that is already a predicate battle of another superblitz.
- Depth of penetration, I'd focus on just 1 extra province to start otherwise its probably going to get very complex and not sure more than that would really even be usable by an actual map.
-
re your point 3 independent or semi-independent were based off my initial proposal, wherein you had to have at least one attacker per defender in order for other unist to go past (though other, higher ratios could also be used, and would raise the question of which ratios to support, or if some attackers should be better/worse than others at pinning down defenders to enable superblitz by making it a unit modifiable property, which could also let you modify the amount of "defensive screen" a unit provides) .
at any rate that's how they'd make sense there.I left it more vague in the prior post since we might come up with some other schemes to base what allows you to blitz past on; like total pips, hits, or tuv, or who knows what.
certainly a lot of what we try/put extra effort into implementing would be based on what the mapmakers could most make use of and leads to more interesting gameplay.
it does indeed get quite complicated if you can go more than 1 province in, but may still be feasible for some implementations. the first thing that comes to mind with going deeper is the trucks of nwo with their 3 move. those were sometimes part of some triple nation can-openers.
and good thoughts; we definitely got some ironing out to do on this befor eit'd be ready to implement; and we may come up with more oddball scenarios that cause problems for some proposals.
-
I think there should be some inherent risk to this concept since it can represent an extremely powerful tool.
I think the idea that the attacker should have to match the defender in terms of the quantity of units in the initial battle is a sound principle factor. This is simply to limit the potential exploitation of the mechanic and makes good sense from a game mechanics point of view.
The outcome of the initial battle should not factor into the superBlitz battle. This would also simplify it enough from a mechanical standpoint. As long as you have fullfilled the requirements to allow excess superBlitz units to move deeply (equaled your attacking units to the defending units) ... you may do so.
I think the superBlitz units should have no option for a retreat. Since there needs to be some risk to this. Blitzing deep should have a higher risk factor. Retreating to the initial battle Territory seems like it would make this to powerful.... you would then only ever be able to reinforce your line by moving stacks and deep strafes could become common place... while also severely complicating the situation if the initial battle ends in anything other than an attacker victory. And allowing a superBlitz unit to retreat to its original terr. seems even more outrageous. A 2 movement unit would effectively be able to move 4.

-
@zlefin @Hepps I worry if you only look at number of units needing to be equal then you end up with lots of ways to exploit this mechanic that seem weird. Some examples (tanks are assumed to have superblitz):
- I have 10 infantry and 1 tank next to 10 enemy tanks, I can attack the 10 enemy tanks with my 10 infantry then use by 1 tank to blitz past to capture a factory or strategic territory behind them. I retreat my 10 infantry after round 1 with just a few loses and I've captured a strategic territory with my 1 tank. This may lead to needing to have now 1 infantry unit in the territories behind my main stack instead of what we have now that tends to be in front of or beside my main stack.
- I have a map with a large spectrum of unit strength/costs. I have one weak infantry unit that costs 3 PU and another heavy tank that costs 15 PU. I can use infantry 1 for 1 to tie down a heavy tank that is 5x my strength/value to allow my tanks to superblitz past. You could have even more extreme examples if you get to having 'hero' or 'general' type units that have very high costs.
-
@redrum Yup I agree. So then what? Combat strength total?
Coming up with a reasonable solution might end up getting pretty complex for the player.
Or having to win the initial battle? Which then again leaves the Super Blitz unit(s) in a strange limbo? Do they automatically get destroyed? Do they get to retreat back to where they were sent from originally?
-
@hepps Combat strength probably isn't much better since then you aren't considering AA style attacks which more and more maps are using.
For independent to work well, you probably need to do something like @zlefin mentioned where there's a unit parameter that sets "screenValue" amount so for instance different units can count for different amounts. Could imagine AT guns having a high "screenValue" and being the primary way to use fewer units to prevent superblitzes. Though if you do that then the counting of that might become a pain and you may need some way to visualize it on the UI. The best without an additional property might be "TUV" since it tends to be the best representative of strength/value and would be harder to exploit given that a map maker has reasonable "TUV" for all units (though this could get weird with air units since they tend to be more expensive).
Yeah, I tend to lean towards contingent where you need to win the first battle (superblitz units don't participate in that one) and have it work more like amphibious assaults. Whether they retreat or die, if you don't win the first battle depends how risky you want the mechanic to be. I lean towards retreat as I don't think players want to see their 10 tanks die when they hit that 1% loss chance of the first battle. This makes combat move phase more of a "planning" vs "execution" model where you are more ordering your moves and seeing how they play out based on battle results. So for contingent, you are ordering the tanks to superblitz but if you initial battle fails then its like the superblitz didn't succeed in breaking through.
PS. For the example image you posted, I think that shows a good example that if Eastern Evenki was worth something (factory, high PU value, etc) then Russia would probably want 1 infantry there to contest that. Which leads to users having to worry about can my army defend the territory (usually using battle calc) and do I have enough units to prevent a superblitz (counting up my defenders vs max attackers).
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login