Pineappledan Tweaks for VP

pineappledan

Deity
Joined
Aug 9, 2017
Messages
9,691
Location
Alberta, Canada
Hello,

This mod is a general tweaks mod to test ideas and balance changes that I think would improve base Vox Populi. It contains all sorts of changes to civilizations and units

Download Here

Spoiler Units :

Spoiler New Zeppelin Line :

The Zeppelin is re-added and expanded into a whole unit line:

Airship line traits:
  • High :c5strength:CS and high :c5production:Production cost for their era
  • Unique unit combat type - Land unit Domain
  • 4 base sight
  • Starts its turn with unobstructed vision in a 4-tile radius
  • Hover
  • Ignores Terrain Defense
  • Can enter all tile types, including ice and deep ocean (Does not embark)
  • Can only attack Cities
  • Gains XP from spotting in enemy terrain
  • Has Amphibious (no penalties attacking cities over rivers or from coast)
  • Can detect Submarines (note: immune to subs, because they are technically land units)
  • +33% Defense
  • All Interception promotions -- AA guns' Anti-Air and Fighters' Ace Pilot -- give +33% vs Airships for each level
zeppelin.png

Dirigible (previously "Zeppelin", which was an anachronistic misnomer)
unlocks at Steam Power
:c5production:700
40:c5strength:CS​
2:c5moves: Moves​
Base Land Air Defense 2​
Zeppelin_256.png

Zeppelin
unlocks at Radio
:c5production:1400
65:c5strength:CS​
2:c5moves: Moves​
Base Land Air Defense 3​
UAV_256.png

UAV
unlocks at Telecommunications
:c5production:1700
75:c5strength:CS​
4:c5moves: Moves​
Base Land Air Defense 5​

Promotion lines:
Night Raid I => Night Raid II => Night Raid III
+50% vs cities per level

Surveillance I => Surveillance II => Surveillance III
Double Movement in Coast & Ocean => +1 :c5moves:Moves and Sight => +33% Defense and ZOC

Leaf promotions:
Land Air Defense I / II / III / IV
Medic I / II
Night Terror: +100% vs Cities and heals +5HP
Air Repair: Heals every turn regardless of action
High Altitude: Reduces all incoming damage by 10

Spoiler Civilizations :

China
  • Changed global +1:c5food::c5culture: and 'We Love the Empress Day' to trigger every time your empire births 8 :c5citizen:Citizens. Bonus yields are halved on Era Change.
  • Chu Ko Nu now has Logistics. Removed Siege Volley promotion (gave it to Hwacha)
India
  • Harappan Reservoir no longer gives +1:c5production: to Floodplains
Songhai
  • Removed Road movement along Rivers (too OP)
Brazil
  • UA now gives all scout line units :c5gold:Gold when discovering tiles
  • Bandeirantes' unique promotion now only gives :c5science:Science and :c5culture:Culture when revealing tiles
  • Brazilwood Camp changes:
    • moved back to Metal Casting.
    • Increased base yields to 3 :c5culture:
    • Removed the +2:c5culture: tech yield increase at Physics.
Carthage (not activated by default)
  • Free Lighthouse replaced with free Harbor (still gives :c5trade:City Connection)
  • Cothon yields changed from 2:c5culture: on lighthouse and 3:c5production: on harbor to 2:c5culture: on harbor and 2:c5production: on lighthouse
Korea
  • Hwach'a changes:
    • Now replaces Cannon (32:c5rangedstrength:, 16:c5strength:)
    • Does not require Iron
    • No longer has Logistics
    • Has Field I and unique 'Singijeon' promotions:
      • 5 splash damage
      • +25% RCS when adjacent to or in a city
Japan
  • UA Changes:
    • Shogunate replaced with Sakoku:
    • Birthing a Great General or Admiral gives 33% progress towards a :c5greatperson:Great Artist, Musician, and Writer in your Capital (down from 50%)
    • Civilizations cannot send trade routes to you unless you have a Trade Route or Embassy with them
    • Gain +1:c5happy: Happiness and +10%:c5greatperson:Great Person Rate in all cities for each available, unassigned Trade Route Slot

Spoiler National Parks & Supermarkets :

National Park (Worker Improvement)
Unlocked at Biology
Can be built on any Forest, Jungle, or Marsh​
1:c5culture:1:c5science:1:tourism:
2:c5culture:2:c5science:2:tourism: at Alternative Energy​
2:c5culture:2:c5science: for every adjacent Natural Wonder​
1:c5culture:1:c5science: for every adjacent National Park​
2:tourism: If worked by a city with a Zoo​

Supermarket (Building)
unlocked at Refrigeration
2250:c5production:, 10:c5gold:Gold maintenance
+1:c5food:Food for every Farm and Pasture Improvement on Empire, regardless of where it is or if it is being worked​
+200% :c5gold:Gold from :c5trade:City connections in this City​
2 Specialists in the city do not generate :c5unhappy:Urbanization​

Building changes:
Zoos only give +1:c5culture: to Forest and Jungle (down from 2:c5culture:1:tourism:)​
+2:tourism: to nearby National Parks​


If you only want to try 1 or 2 parts of this mod (eg. you're only interested in the zeppelin line) then you can just delete the folders or rename the files of things you aren't interested in.

Credits:
  • Zeppelin Model: snafusmith
  • Predator Drone model and unit flag: SMAN
  • Songhai and Korean Hwacha changes: Hinin
  • Watchtower half-built art: Ekmek
  • Watchtower model conversion: Hawkwood & Hufgar
  • All other code and art assets: pineappledan
 
Last edited:
Table UNITS do not have an UnitClassType column.
----------------------------------------------------------------
CREATE TRIGGER VP_ExplorerCommandoClassUpgrade_Replace
AFTER INSERT ON Unit_ClassUpgrades
WHEN NEW.UnitClassType = 'UNITCLASS_ZEPPELIN'
BEGIN
UPDATE Units SET UnitClassType = 'UNITCLASS_COMMANDO' WHERE UnitType = NEW.UnitType;
END
 
Maybe an invisible drone? :smoke:
--------------------------------------------------------------------
INSERT INTO InvisibleInfos
(Type, Description)
SELECT 'INVISIBLE_UAV', 'TXT_KEY_INVISIBLE_UAV';

INSERT INTO Language_en_US (Tag, Text)
VALUES ('TXT_KEY_INVISIBLE_UAV', 'UAV');

UPDATE UnitPromotions SET Invisible = 'INVISIBLE_UAV' WHERE Type = 'PROMOTION_RECON_DRONE';
UPDATE UnitPromotions SET SeeInvisible = 'INVISIBLE_UAV' WHERE Type = 'PROMOTION_INTERCEPTION_II';
UPDATE Language_en_US SET Text = Text||'[NEWLINE]Can see UAV.' WHERE Tag IN ('TXT_KEY_PROMOTION_INTERCEPTION_II_HELP');
 
CREATE TRIGGER VP_ExplorerCommandoClassUpgrade_Replace
AFTER INSERT ON Unit_ClassUpgrades
WHEN NEW.UnitClassType = 'UNITCLASS_ZEPPELIN'
BEGIN
UPDATE Units SET UnitClassType = 'UNITCLASS_COMMANDO' WHERE UnitType = NEW.UnitType;
END
Thank you good catch.
I have updated OP with a new version that fixes upgrade bugs on the Commando and the Zeppelin
And you should take care of EEVP...
Thank you for reminding me, this mod is not compatible with EE right now because of the Adventurer.

I do not personally use EE -- I see no reason to make my games even longer when I can barely finish them now -- so I wouldn't be a good person to take on EE
 
UNITCLASS_GADRAUHT still have Cover I
------------------------------------------------------------
---------------------------------------------------------------------
MODINFO file
<EntryPoint type="InGameUIAddin" file="ThiccChina.lua">
should be
<EntryPoint type="InGameUIAddin" file="Civilizations/ThiccChina.lua">
 
Caught a bug with the Songhai Mandekalu. CS changes removed for all horseman line units (never changed horses from base VP; I just had unitcombat placeholders in the code). The Placeholders were interacting with CSs for custom civs and other mods that changed the horsemen, and reverted them. Specifically, 4UC moves the Songhai Mandekalu Cavalry back to be a Knight replacement. If this mod loaded after 4UC, it would set its CS back to 14 :p

fixed and reuploaded.
 
Last edited:
Why lower the Kris?
 
My quick and dirty on these changes. Obviously this is a modmod so if people like the shift in balance with this changes, go for it. These are just my general thoughts.

1) I like the sidearm idea, I've noted before that I am good with a swordsman CS nerf if its replaced by a proper promotion. Now I don't think this promotion does the job, so I still don't agree with the swords nerf (but no reason to rehash that argument), but conceptually I like the bonuses the sidearm gives.

The name is a bit odd, perhaps just call it "Heavy Infantry". After all, realistically thats what swordsman are, they aren't just guys with swords, its infantry in strong armor wielding professional weapons, as compared to the guys with sticks and sharp language:)

2) Skirmisher Change: I tried out your mod a bunch when you first floated this concept. Ultimately to me it had the same issue as most of the skirmisher changes I've tried, I still don't think it carves out a real niche for the unit. Now for the actual skirmisher itself, 5 movement can do a lot, lets you cover a lot of ground, and does give it some purpose.

Past that, I generally rely on the scouting line if I need to cross open country without roads, and for attacks I would rather send a heavy horse that gets there a little slower but actually can do the job when it gets there. So in the past I always had trouble justifying the horses for the unit when I tried this last time.

So far, I think the logistic skirmisher concept remains my favorite alternative (which I know you have tried before as well). I do think it makes skirmishers a little OP, but its close, probably close enough as an alternative.

3) Archer: A little more CS makes sense, I do think they are a tad squishy, especially when that first barb horsemen comes sniffing around. But I really don't think they need more RCS, I don't want to see the old archer city rush come back.

4) C Bow: Already do really good damage, they are to me the staple unit of the classical era, moreso than spears and swords.

5) Atlatist: Already does +50% against wounded, they are already murder machines with proper use. A unit with base 21 RCS in early classical seems way too good.

6) Hoplite: Having played Greece a lot recently, 14 CS hoplite is already really good when you use its promotions. The trick of course is you need to rush very fast to them with Greece, as spears start to obsolete as offensive units as C bows come online. But a strong hoplite rush already murders the competition. I could see some changes to Greece UA or UB to give them some staying power past the initial phase, but they don't need more power in ancient.

7) I like the commando concept a lot, and I like conceptually the change in Trailblazer to allow mountain crossing. I agree that at some point in the game units should be able to cross mountains.

8) The drone line is interesting, I definitely think it could be just split back out its own thing, as its decidedly different from the other changes which are just tweaks, not entire no concepts.
 
Last edited:
1) I like the sidearm idea, I've noted before that I am good with a swordsman CS nerf if its replaced by a proper promotion. Now I don't think this promotion does the job, so I still don't agree with the swords nerf (but no reason to rehash that argument), but conceptually I like the bonuses the sidearm gives.
I hope to spark a debate about what a decent Sword line promotion might look like. I wanted to stress flexibility and get away from the repeptitive cover bonuses
2) Skirmisher Change: I tried out your mod a bunch when you first floated this concept. Ultimately to me it had the same issue as most of the skirmisher changes I've tried, I still don't think it carves out a real niche for the unit. Now for the actual skirmisher itself, 5 movement can do a lot, lets you cover a lot of ground, and does give it some purpose.

Past that, I generally rely on the scouting line if I need to cross open country without roads, and for attacks I would rather send a heavy horse that gets there a little slower but actually can do the job when it gets there. So in the past I always had trouble justifying the horses for the unit when I tried this last time.
With the latest pass, taking a cue from logistics skirmishers and adding the +50% ranged defense, I think I'm pretty content with my version. I feel they have as good a niche as they can hope to have provided you get a certain start. I guess we shall agree to disagree on this point.
So far, I think the logistic skirmisher concept remains my favorite alternative (which I know you have tried before as well). I do think it makes skirmishers a little OP, but its close, probably close enough as an alternative.
The XP penalty is a bit funny to play around; It's not comfortable to me.

I also don't like skirmishers' main role being as another damage-dealer. It doesn't feel true to the history and tactics of skirmishing, where the main point is to harass and disrupt while avoiding damage.
3) Archer: A little more CS makes sense, I do think they are a tad squishy, especially when that first barb horsemen comes sniffing around. But I really don't think they need more RCS, I don't want to see the old archer city rush come back.
I was disappointed when CS dipped below 6 again. Barbarian Horsemen can 1 shot archers from fog if you are unlucky at that level.

Maybe 6:c5strength:/6:c5rangedstrength: is more reasonable, I'm not sure. It could stand to be tested more.
4) C Bow: Already do really good damage, they are to me the staple unit of the classical era, moreso than spears and swords.
CBows go from 11:c5strength:11:c5rangedstrength: to 10:c5strength:12:c5rangedstrength: with these changes, so they trade some survivability for more offense. Once again, it could stand to be tested a bit more.

I prefer the archer line to have more RCS than CS up until gatling/machine guns. The comp bows are a bit too hardy at the moment -- bowmen with good survivability was supposed to be Babylon's thing exclusively.
Perhaps nerfing the CBows to 10:c5strength:11:c5rangedstrength: would be best; you and GrazyG are adamant that they are already the most dangerous Classical units.
5) Atlatist: Already does +50% against wounded, they are already murder machines with proper use. A unit with base 21 RCS in early classical seems way too good.
I nerfed Atlatl strike to 33% vs wounded and let it stay on upgrade. Check my Civs change spoiler

The current state of the atlatl in VP is atrocious. Same base CS/RCS as the comp bow and 1 unique promotion that doesn't stay on upgrade. Very bland.
6) Hoplite: Having played Greece a lot recently, 14 CS hoplite is already really good when you use its promotions. The trick of course is you need to rush very fast to them with Greece, as spears start to obsolete as offensive units as C bows come online. But a strong hoplite rush already murders the competition. I could see some changes to Greece UA or UB to give them some staying power past the initial phase, but they don't need more power in ancient.
The Hoplite's unique promotions are comparatively weak, so bumping the CS to 15 felt fair. I can lower it back down if people think the 14CS is preferable.

Any thoughts on the mongol change?
 
Last edited:
Thanks for yash great efforts first of all.

Just wanted to comment about mongol changes. According to historical data, their skirmish tactics were based on quick hit-run tactic. Thus, mongol deserves an extra movement ,+1 movement at least , reflecting the tactic mongols used.
 
I hope to spark a debate about what a decent Sword line promotion might look like. I wanted to stress flexibility and get away from the repeptitive cover bonuses

Perhaps nerfing the CBows to 10:c5strength:11:c5rangedstrength: would be best; you and GrazyG are adamant that they are already the most dangerous Classical units.

I nerfed Atlatl strike to 33% vs wounded and let it stay on upgrade. Check my Civs change spoiler

The Hoplite's unique promotions are comparatively weak, so bumping the CS to 15 felt fair. I can lower it back down if people think the 14CS is preferable.

Any thoughts on the mongol change?

Cbow at 10 CS 11 RCS might be good. The issue for the unit is it is basically your ranged unit for a loooong time. It has to carry you through classical and a good part of medieval, and while its super strong in classical, knights trounce them already at 11 CS, let along 10. But I feel we are already in the state where if the enemy pulls out knights your cbows have to run for the hills, so whether its 11 or 10 probably doesn't make much difference.

Ah I missed the Atlatl change, ok I'm less concerned, its still pretty strong but doesn't quite have the same punch. I personally don't have as much issue with UUs that don't upgrade their promotions for civs that aren't generally warmongers in their kit. For example, Siam's elephant doesn't upgrade, which is fine by me, they are super strong when they come out, but Siam has plenty of other bonuses. Maya is similar, the cbow lasts a long time in the game, they have a really nice UU, but honestly their UI is probably their best part, so I've never thought have a limited UU was really an issue.

On Hoplite, at 15 CS with two of them, you start out with a 18 CS before other promotions, stronger than the "overpowered" 17 CS Swordsman:) And the sword comes out much much MUCH later.

On Mongol, I want to make sure I understand the changes:

1) Skirmishers +1 attack, so they all have logistics effectively? Or is this +1 CS?

2) For the ordo, so I get the +1 movement any time I move into the square? Aka I have 4 moves, I move 2 to get to the ordo, I now have 3 moves remaining? If I chain ordo's does the bonus keep stacking? (hehe almost like a railgun!)

I think its a cool concept, honestly you might try removing the adjacent to other ordo restriction as well, I think that reasonable since your not getting near the same defense or attack penalty.

I'm not keen on the Khan getting "pilum" effectively, takes something away from Rome, but I am up for some kind of extra Khan bonus.
 
CBows go from 11:c5strength:11:c5rangedstrength: to 10:c5strength:12:c5rangedstrength: with these changes, so they trade some survivability for more offense. Once again, it could stand to be tested a bit more.

I prefer the archer line to have more RCS than CS up until gatling/machine guns. The comp bows are a bit too hardy at the moment -- bowmen with good survivability was supposed to be Babylon's thing exclusively.
Perhaps nerfing the CBows to 10:c5strength:11:c5rangedstrength: would be best; you and GrazyG are adamant that they are already the most dangerous Classical units.
Lowering Cbow CS is a good idea. They take hits quite well currently, pure Cbow with no melee is actually viable.

I would bump the hoplite promotion a little bit rather than a raw buff to it's CS. This would have less immediate benefit (hoplites are already amazing at first) but more long term impact (Greece fades quite a bit over time).

I'd support either of those changes being added to regular VP btw.
 
1) Skirmishers +1 attack, so they all have logistics effectively? Or is this +1 CS?
Effectively logistics, but with no RCS penalty
2) For the ordo, so I get the +1 movement any time I move into the square? Aka I have 4 moves, I move 2 to get to the ordo, I now have 3 moves remaining? If I chain ordo's does the bonus keep stacking? (hehe almost like a railgun!)
I have tested it, and it works like a +1 move promotion for that turn.
if you move over the Ordo, your 2 movement unit instantly becomes a 3 movement unit, but the new move cap doesn’t come filled with a move point. So you have to start your turn on an ordo in order to use the +1 move.
edit: the extra move is applied as soon as the unit steps on the tile, so if you had a unit with 2/2 moves, and you use 1 move to move onto the ordo, your unit will show 2/3 moves. I still need to test 2 interactions though:
  • I don’t know if multiple Ordos can stack their movement on 1 unit in 1 turn, railgunning a unit as you put it
  • I don’t know when the movement is applied. If you use you last movement to enter an ordo on a hill, does it still give 1 move? ie. can you use the move to ignore rough penalties?

The synergy with roads to create a Yam system of Ordos that refill your movement on roads means you can create a very mobile army of road warriors.

I debated increasing the bonus to +2 moves, but i fear once railroads hit, Mongols would just have a system that makes it so their units can teleport inside their own borders.
I think its a cool concept, honestly you might try removing the adjacent to other ordo restriction as well,
Can’t do that, because you could chain them for the culture bomb
I'm not keen on the Khan getting "pilum" effectively, takes something away from Rome, but I am up for some kind of extra Khan bonus.
It works off different code. The khan can move and cause damage in the same turn. Taking the citadel effect off the ordo and making it mobile appeals to the nomadism of the civ. I also like that it gives an adjacency effect for both friendly and enemy units, so the AI should be able to use khans more effectively since placement is looser now
 
Last edited:
Effectively logistics, but with no RCS penalty
I have tested it, and it works like a +1 move promotion for that turn.
if you move over the Ordo, your 2 movement unit instantly becomes a 3 movement unit, but the new move cap doesn’t come filled with a move point. So you have to start your turn on an ordo in order to use the +1 move.
edit: the extra move is applied as soon as the unit steps on the tile, so if you had a unit with 2/2 moves, and you use 1 move to move onto the ordo, your unit will show 2/3 moves. I still need to test 2 interactions though:
  • I don’t know if multiple Ordos can stack their movement on 1 unit in 1 turn, railgunning a unit as you put it
  • I don’t know when the movement is applied. If you use you last movement to enter an ordo on a hill, does it still give 1 move? ie. can you use the move to ignore rough penalties?

The synergy with roads to create a Yam system of Ordos that refill your movement on roads means you can create a very mobile army of road warriors.

I debated increasing the bonus to +2 moves, but i fear once railroads hit, Mongols would just have a system that makes it so their units can teleport inside their own borders.

Can’t do that, because you could chain them for the culture bomb

It works off different code. The khan can move and cause damage in the same turn. Taking the citadel effect off the ordo and making it mobile appeals to the nomadism of the civ. I also like that it gives an adjacency effect for both friendly and enemy units, so the AI should be able to use khans more effectively since placement is looser now

So obviously I would need to see your current skirmishers with new RCS values to know for sure (can you tell me a few RCS numbers to give me a feel), but an extra attack with no penalty is generally the strongest combat bonus you could bestow in the game. Just to throw some quick context for you. Let me assume your skirmisher does archer damage (so 6 RCS). Against a cbow (with your new 12 RCS) at base it does ~35 damage (roughly 17.5 a shot x2). To do that with one attack, which is an effective CS of 16, a 266% RCS buff. Now it takes an extra movement, but your skimishers have plenty of move, and of course there's the double xp to consider. So it is incredibly, amazingly strong....and I really don't think you want to throw more bonuses like your new khan on top of that.

I will say its a neat idea that Mongolia has a UA that basically turns all of its skirmisher line into UUs :)

On the Ordo and culture bombs, while technically the human can drop its citadels to plant new ones and push boundaries, I do respect since the AI doesn't do that its a bit of an exploit, and not worth pushing into Mongolia's core kit.
 
I don’t know if multiple Ordos can stack their movement on 1 unit in 1 turn, railgunning a unit as you put it
Railgunning confirmed.

A single unit and cross multiple Ordos in a single turn and will gain the movement from each of them.
I don’t know when the movement is applied. If you use you last movement to enter an ordo on a hill, does it still give 1 move? ie. can you use the move to ignore rough penalties?
Movement is applied after movement has been expended to enter the tile. This means that if a unit uses its last movement point to enter an Ordo on a hill, you still get +1 movement.

In light of the Improvement MovesChange ability being everything I hoped and feared it could be, maybe the mobile citadel ability is too much... :lol:
So obviously I would need to see your current skirmishers with new RCS values to know for sure (can you tell me a few RCS numbers to give me a feel)
Reminder that chariots have 4 move and a rough terrain penalty in my version, which is why the CS/RCS are so compared to the skirmisher.
Code:
Combat = 8 WHERE Type = 'UNIT_CHARIOT_ARCHER';
Combat = 12 WHERE Type = 'UNIT_MONGOLIAN_KESHIK';
Combat = 18 WHERE Type = 'UNIT_MOUNTED_BOWMAN';
Combat = 27 WHERE Type = 'UNIT_CUIRASSIER';
Combat = 40 WHERE Type = 'UNIT_CAVALRY';
Combat = 58 WHERE Type = 'UNIT_ANTI_TANK_GUN';
Combat = 70 WHERE Type = 'UNIT_HELICOPTER_GUNSHIP';

RangedCombat = 8 WHERE Type = 'UNIT_CHARIOT_ARCHER';
RangedCombat = 7 WHERE Type = 'UNIT_MONGOLIAN_KESHIK';
RangedCombat = 14 WHERE Type = 'UNIT_MOUNTED_BOWMAN';
RangedCombat = 22 WHERE Type = 'UNIT_CUIRASSIER';
RangedCombat = 31 WHERE Type = 'UNIT_CAVALRY';
RangedCombat = 58 WHERE Type = 'UNIT_ANTI_TANK_GUN';
RangedCombat = 70 WHERE Type = 'UNIT_HELICOPTER_GUNSHIP';
I debated removing logistics from the promotion line because of Mongolia, but the -30% penalty almost makes logistics a damage-neutral promotion, so it seems like a bad choice anyways (2x1=2 vs 0.7x3=2.1).

In the current version, Mongol skirmishers get +2 move and ZOC on a 4 move unit. So the comparison is similar to Range vs Logistics. Being able to put damage on a target more consistently vs being able to put more damage on a target. They are situationally incomparable, and I didn't want Mongolia zipping around with 7 movement skirmishers, so I opted for a side-grade
 
Last edited:
[/CODE]I debated removing logistics from the promotion line because of Mongolia, but the -30% penalty almost makes logistics a damage-neutral promotion, so it seems like a bad choice anyways (2x1=2 vs 0.7x3=2.1).

The trick is that the damage math is not linear. Aka 30% less CS does not mean 30% less damage. Here are the actual formulas if you ever want to use them (this assumes healthy units).

If the attacker has the higher CS (or RCS): = 30 * ((((((R)+3)/4)^4)+1)/2)
If the attacker has the lower CS (or RCS in ranged wars): = 30 * ((((((25/21)+3)/4)^4)+1)/2)^-1

R = the CS of the stronger unit / the CS of the weaker unit. Use RCS instead as appropriate. Note that you always put the higher number on top for R, no matter which one is attacking.



So if we go back to your example. Lets use the Chariot Archer (8 RCS) vs your new Cbow (12).

Normal Logistics
Normally damage: 23 damage.
With normal logistics (2 shots at -30%, aka 5.6 RCS): its 32 damage.

To get that equivalent damage normally, you would need an RCS of 14 (aka a 75% RCS buff).

So even with a -30% penalty, logistics does WAY more damage than other promotions, plus the double xp.

Normal Logistics + Mongolian Bonus
So what would happen if you stacked them? Aka you combined the normal double attack from mongolia with a third attack, and all attacks are at -30% RCS?

Normally damage: ~23 damage.
Damage (3 shots at -30%): 48

Now there are ratios where the RCS penalty does start to matter more. Lets take your new swordsman (16 CS +10% for the new promotion, so 17.6 CS).

Damage (2 shots no penalty): 31
Damage (3 shots -30%): 27

So its a mixed bag here, if the skirmisher gets into a favorable scenario it can do incredible damage, but against tough nuts it will do less with the logistics promotion.
 
Last edited:
I just booted up a game with Mongolia and I'm currently in medieval. I had 3(!) natural wonders spawn close to me, and my nearest neighbour is Venice, so no competition for space there. So this is a pretty easy game to coast with and play around.

Last time I played a Mongolia game before this was Jan 2019, when the heavy tribute yields were still +250%. I am still finding the heavy tribute is the strongest part of the kit. So many instant yields, I can complete wonders or settlers in 1 turn if I tribute a merchant. I had a religious CS spawn closest to me, so I bullied it for a free enhancer as soon as I founded.

No surprises on the skirmisher front. I had a lot of trouble sieging, because skirmishers are basically useless for that, but Venice couldn't even put up a fight in the field. This game is going to be a cakewalk. I'm pretty sure Mongolia is still broken OP, but it's not my skirmisher changes that are the problem. I would say my changes are a nerf, since I took out the alliance ignoring.
 
Oh one more number, since once I start I just can't start:)

A common question about logistics is, with the -30% penalty, is there ever a normal time in the game where logistics is actually a drawback? Aka I would do less damage with 2 attacks than the 1 at no penalty?

This does happen when the ratio is less than 1/3. So against a CS 15, the unit (before the -30%) had a CS 5. So it normally has to be a pretty extremely difference, I most commonly see it on siege units in the later game, as there attacks against infantry can get pretty dinky.
 
removed the changes to Hoplite
Added Sidearm promotion to Nubian Medjay (oversight on my part; they are a unique unit class so they got missed)
Siam's Naresuan's Elephant now has +15% CS when stacked with a Great General (gives them a promotion that stays on upgrade). Increased the unit's cost by 10%.
India's Naga Malla now has free Accuracy I
With these changes to Impi, Atlatlist, Naresuan's Elephant, and Naga Malla, I believe all unique units have at least 1 promotion that stays on upgrade now. Let me know if I have missed any.
Lowered the RCS of all composite bows by 1 (CBows are now 10:c5strength:/11:c5rangedstrength:)

Coming soon:
I'm planning on making changes to the White Tower, making it an Ironworks replacement.
If the new America UA is implemented, I will begin work on implementing the unique American National wonders (independence hall, Smithsonian, west point, sun records)
 
Last edited:
Top Bottom