Page MenuHomeWildfire Games

[gameplay] Move bireme to village phase and balance.
AbandonedPublic

Authored by borg- on Sep 5 2020, 4:43 AM.

Details

Reviewers
Nescio
Stan
Group Reviewers
Balancing
Summary

Trireme is only in phase 2 and quinquereme in phase 3, it is fair that bireme is already in a village phase.

I think it would be interesting to be possible water wars in the first phase of the game. Some maps like oasis or new maps by @badosu would be quite interesting.

Bireme is little used today because it is available with trireme, this patch should help with that. Also encourage more actions early in the game instead of boom.

DefaultArrowCount decreased to 1 so it’s not too strong against units and ships when it’s not garnished.

Test Plan
  • 1v1 water maps
  • Check mistakes

Diff Detail

Repository
rP 0 A.D. Public Repository
Branch
/ps/trunk
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 13631
Build 27783: arc lint + arc unit

Event Timeline

borg- requested review of this revision.Sep 5 2020, 4:43 AM
borg- created this revision.
borg- edited the summary of this revision. (Show Details)Sep 5 2020, 4:46 AM
Nescio accepted this revision.Sep 5 2020, 10:14 AM
Nescio added a subscriber: Nescio.
  • The change is correct.
  • The proposed bireme in village phase, trireme in town phase, and quinquereme in city phase is sensible.
  • It does make early gameplay more interesting.
  • Especially useful for e.g. the “Migration” random map.
  • The only flaw is not all civs have “biremes”; however, that's not a serious objection; not all have archers or slingers either.
This revision is now accepted and ready to land.Sep 5 2020, 10:14 AM
Palaxin added inline comments.
template_unit_ship_bireme.xml
50 ↗(On Diff #13414)

The

<RequiredTechnology>

tag can be omitted since there is no phase preceding village phase, no?

This seems sensible to me.
The fact that Biremes were enabled at town phase dates from rP12240 which introduced tech requirements for warships. It seems to me that biremes have no particularly strong reason to not be in village_phase, given the commit.

That being said, I wonder if they should be slightly nerfed in consequence, or not?

That being said, I wonder if they should be slightly nerfed in consequence, or not?

Maybe lower <DefaultArrowCount> or <MaxArrowCount>?

template_unit_ship_bireme.xml
50 ↗(On Diff #13414)

You're right, neither template_unit.xml nor template_unit_ship.xml has a <RequiredTechnology>, thus this line could be purged.

borg- updated this revision to Diff 13505.Sep 19 2020, 12:36 AM
borg- retitled this revision from [gameplay] Move bireme to village phase. to [gameplay] Move bireme to village phase and balance..
borg- edited the summary of this revision. (Show Details)

DefaultArrowCount 1.

Stan requested changes to this revision.Nov 14 2020, 3:27 AM
Stan added a subscriber: Stan.

This no longer makes the bireme available in village phase. Also can you please generate the patch from the root?

This revision now requires changes to proceed.Nov 14 2020, 3:27 AM

I'm not a fan of this unless some test games show it to be and improvement. Islands games become super simplistic. It's all about just doing biremes from the get go and the snowball effect will be massive. You can't do fishing ships because then you get outnumbered and lose. It also pretty much means that very rarely will games go to Phase 2 since players won't have the eco for it. Even if they decide to sacrifice all map control for Phase 2 and Triremes it's not worth it due to Triremes not being so much stronger than Biremes.
In other maps where water control is an extra it could be an improvement over the current Phase 2 only warships, by adding another early point of contention. Although at the same time it could be a detriment because the defending player will always be ready to defend, because the attacking player can't rush to Phase 2 and catch the enemy offguard.

Nescio updated this revision to Diff 13904.Nov 14 2020, 11:27 AM
  • rebased
Owners added a subscriber: Restricted Owners Package.Nov 14 2020, 11:27 AM

@ValihrAnt, if you're really opposed to a patch, you could consider clicking “Add Action...” → “Request Changes”, to make it clear it should not be merged as is.
In its defence, the reduction in default arrow count makes biremes significantly weaker. Moreover, I think having a small but weak warship-transport in the village phase, a decent one in town phase, and a powerful one in city phase makes sense (tech progression).
On the other hand, not all civs have biremes.
Anyway, additional playtesting is always welcome, also for other patches.

borg- added a comment.Nov 14 2020, 2:11 PM

We can reduce the strength of the bireme a little more, so that the snowball is not so significant, Increasing your cost is also interesting.

Triremes not being so much stronger than Biremes.

So I wrote a scenario and did a bit of testing:

  • without this patch, one trireme loses to two biremes
  • with this patch, one trireme defeats two biremes, but loses to three
  • with this patch and a small health tweak (bireme 800→700, trireme 1400→1500), one trireme defeats three biremes

Increasing your cost is also interesting.

Increasing the bireme cost? But then trireme cost should be increased too.

binaries/data/mods/public/simulation/templates/template_unit_ship_bireme.xml
40

Maybe lower this too?

Increasing your cost is also interesting.

Don't think cost should be increased.

with this patch, one trireme defeats two biremes, but loses to three

I think that's a good spot for now. I presume you did the testing with the ships ungarrisoned, in which case the arrow count difference is 200%. When the ships are fully garrisoned the difference is 18%. Keep in mind that going up to Phase 2 costs the same as 10 soldiers. I'd presume the stronger eco of remaining in Phase 1 would also allow to get the armor upgrade much more easily.
Basically I'm unsure how this would play out without some testing.

What I did was launch Atlas, generate a map with water, go to one end of the map, place two biremes of player two facing one trireme there, go to another part of the map, place three biremes of player three facing one trireme of player four, save the scenario, the open 0 A.D., launch the map, and observe the results. And yes, the ships are ungarrisoned.
I don't know how it will work out in larger numbers. Ships have <BuildingAI>, which means they shoot at all enemies within range, rather than concentrating their fire at one at a time.

the arrow count difference is 200%. When the ships are fully garrisoned the difference is 18%.

How did you arrive at those numbers? A bireme has a default arrow count of 2, which this patch lowers to 1, and a max arrow count of 10. A trireme has 3 and 13. That works out as 1:3 and 10:13 in an one-vs-one fight; in a two-vs-one, it's 2:3 at start; in three-vs-one, it's 3:3 at start.

Keep in mind that going up to Phase 2 costs the same as 10 soldiers.

Yes, I know, and a trireme costs the same as three basic infantry. I have no idea which strategy will be more successful in practice.

Basically I'm unsure how this would play out without some testing.

That's the case with practically all gameplay patches. One can look at a patch and judge whether it seems a good idea, verify the actual changes are correct and complete, and maybe do a bit of limited testing. However, one can only discover the effect of the patch, if any, on gameplay as whole if it's committed and feedback is received from people actually playing the development version. If something turns out to have unbalanced the game severely, then it can always be reverted.
For this patch speficially, my main concern is that not all civs have biremes, thus putting some at a disadvantage in the village phase. Nonetheless, I don't consider that a serious enough objection against having this patch in, therefore I've accepted it.

borg- added a comment.EditedNov 14 2020, 6:14 PM

Some civilizations do not have bireme it does not seem like a problem with the patch, this makes players make better decisions about which civilization to choose on water maps, maybe brit/gauls not a better choose.

Some civilizations do not have bireme it does not seem like a problem with the patch, this makes players make better decisions about which civilization to choose on water maps, maybe brit/gauls not a better choose.

I very much dislike that some civs can have an automatic civ lose situation.
I did a test game with ffm (Britons) vs me (Carthaginians) on Islands. Obviously I was able to get a big mass of ships before he reached P2. While he probably could've fought back if I left my ships ungarrisoned there was no chance with just 2 being fully garrisoned and a bunch of empty ships around them soaking damage. Another little problem is that if I wanted to I could keep him from fighting back at all, that is by putting 3 biremes around a dock I can deny his warship from ever being released.
With this change Gauls and Britons will become nearly useless on water, while I think Iberians could be fine due to having the fireship. So, either biremes need to be nerfed further or the Celtic civilizations could receive some sort of early game buff on water.

Nescio requested changes to this revision.Nov 19 2020, 5:05 PM
  • brit, gaul, iber need a bireme
This revision now requires changes to proceed.Nov 19 2020, 5:05 PM
borg- added a comment.Nov 19 2020, 5:14 PM

Why don't we move the gaules / brit trireme to village phase? the original idea of ​​the brit / gaul trireme was to have more hit points and less attack. We put it in phase two and reduce the attack a little bit, I think it's fair.

Or maybe keep the bireme as is and introduce a new, much weaker (e.g. 400 health, 1 arrow, 10 garrison capacity) village-phase ship for all civs.

borg- added a comment.EditedNov 19 2020, 7:53 PM

I don't think it is necessary to create new models. as gaul and brit are extremely poor in water maps, putting trireme early can be interesting. we can lower the attack a bit (original design idea), or even increase the cost of the gaul / brit / (iber too?) triremes in proportion to their largest hp.

borg- abandoned this revision.Jan 4 2021, 1:10 AM