C2C: Promotions

@ls612:
I've mentioned some time ago about how I feel the Recon Unit specific promotions would be good to have for Hunter Units too. I've also now figured out that the Recon Units with the tag
<Special>SPECIALUNIT_PEOPLE</Special>
can not get those promotions at all anyway, meaning there's only one unit that can get those promotions in the early game: Wanderer.

Looking through the Civilopedia to see what the other Recon Units have available in way of promotions I see that not a single one other than the Wanderer has these promotions available so it's only the Wanderer that can get them, so it might not have to do with the special tag at all, in which case I don't know and can't see what is blocking them from those promotions.

I hope you can solve it, either for the Recon Units or by adding Hunter Units to the eligible lists.
It's a shame too see such interesting promotions basically go to waste.

Though, is it just me or do others also get the same availability on those promotions? If it's only me I might have to revert some change I do to make it work.

Cheers
 
I'll put this on my todo list, but that is quite long, so these may not be made for a week or so.

No problem, I wont be able to release the units that can use these until AIAndy finishes adding the expression stuff to the outcome system anyway.

Put Silver Tongue III at Political Philosophy.

@ls612:
I've mentioned some time ago about how I feel the Recon Unit specific promotions would be good to have for Hunter Units too. I've also now figured out that the Recon Units with the tag
<Special>SPECIALUNIT_PEOPLE</Special>
can not get those promotions at all anyway, meaning there's only one unit that can get those promotions in the early game: Wanderer.

Looking through the Civilopedia to see what the other Recon Units have available in way of promotions I see that not a single one other than the Wanderer has these promotions available so it's only the Wanderer that can get them, so it might not have to do with the special tag at all, in which case I don't know and can't see what is blocking them from those promotions.

I hope you can solve it, either for the Recon Units or by adding Hunter Units to the eligible lists.
It's a shame too see such interesting promotions basically go to waste.

Though, is it just me or do others also get the same availability on those promotions? If it's only me I might have to revert some change I do to make it work.

Cheers

Each promotion has a list of who can get it. When I split the hunters from the recon units I may have not given them the same promotions because they are different specialists.
 
I'm talking about the Hit-and-Run, Forward Observers, Loose Formation, (and Suppressive Fire??) promotions that ls612 set up for Recon units long after recon and hunter units split up.

Cheers
 
@Dancing Hoskuld:

I added the Silver Tongue promotions, but as yet they do nothing. To enable them just set them to give bonuses in whatever Outcomes you see appropriate. I also fixed the recon promotions as BG suggested, now they are also available to Hunter units.
 
@Dancing Hoskuld:

I added the Silver Tongue promotions, but as yet they do nothing. To enable them just set them to give bonuses in whatever Outcomes you see appropriate. I also fixed the recon promotions as BG suggested, now they are also available to Hunter units.

I can't find the silver tongue promotions on the Promotions Infof XML file in XML/Units/ should I be looking somewhere else?
 
Re-posting this here since it gets lost in the other topic.

Marksmanship Promotions II and III look like they have an OR instead of AND for Combat Promotions and the previous Marksmanship Promotions. This makes them available to Archer and Mounted Units before being eligible for Marksmanship I if one has not researched Mounted Archery yet.

@ls612

Can you add Mounted Archery tech as a requirement for Marksmanship Promotions II and III? Thanks! :goodjob:
 
It'll be fixed by simply making them AND instead of OR for Combat and Marksmanship lines.

Cheers
 
Yeah, unfortunately that's really not possible right now. I've just been playing with that segment of coding and AND is not really established there. AIAndy's changes haven't been merged into my version yet so some of what he has done might enable that but from what I can see at least it hasn't been established as possible.
 
Mmm. I beg to differ. I fixed it for my games. It's PreReq AND (PreReqOr1 or PreReqOr2). So this here makes it needing Marksmanship I AND Combat IV to take Marksmanship II:

<Description>TXT_KEY_PROMOTION_MARKSMAN2</Description>
<PromotionPrereq>PROMOTION_MARKSMAN1</PromotionPrereq>
<PromotionPrereqOr1>PROMOTION_COMBAT4</PromotionPrereqOr1>
<PromotionPrereqOr2>NONE</PromotionPrereqOr2>

You can have it require than 2 AND prerequisites (by doing as above), or one AND with (2 OR), or just 2 OR for two different paths to get it.

Cheers
 
Mmm. I beg to differ. I fixed it for my games. It's PreReq AND (PreReqOr1 or PreReqOr2). So this here makes it needing Marksmanship I AND Combat IV to take Marksmanship II:

<Description>TXT_KEY_PROMOTION_MARKSMAN2</Description>
<PromotionPrereq>PROMOTION_MARKSMAN1</PromotionPrereq>
<PromotionPrereqOr1>PROMOTION_COMBAT4</PromotionPrereqOr1>
<PromotionPrereqOr2>NONE</PromotionPrereqOr2>

You can have it require than 2 AND prerequisites (by doing as above), or one AND with (2 OR), or just 2 OR for two different paths to get it.

Cheers

I have done this solution on the SVN.
 
I don't know if it was fixed or not, but Siege Engineering requires combat III promotion, which is unavailable for siege units.
 
From v24: I can't remember exactly what the promotion is called, but early in a game I had a rock thrower get the fire arrow III promotion and then get the fire arrow II later (never had fire arrow I), both through combat promotions. I thought it was strange to have those promotions available in prehistoric times (and for rock throwers :) ); it seems like that promotion line is missing prerequisites.
 
From v24: I can't remember exactly what the promotion is called, but early in a game I had a rock thrower get the fire arrow III promotion and then get the fire arrow II later (never had fire arrow I), both through combat promotions. I thought it was strange to have those promotions available in prehistoric times (and for rock throwers :) ); it seems like that promotion line is missing prerequisites.

Oops, fixed now.
 
I have alot of Atl Atl now, but i NEVER upgrade to Archer, because then i lose the ability to have a better fight against an Archer itself:rolleyes:

Now i just looked (see attached) and my Atl Atl have 165% vs is i upgrade to Jav or Archer i lose it all the way down to 50%, it just doesn't make sense??

I wonder if there is a way that a unit could KEEP their present promotions and especially the %'s of fighting , just a thought?

Maybe talk to the C++ or even python personnel, they would know alot better.:p
 
You're kidding SO, right?
You do keep the promotions a unit has as long as it's a legal promotion for the unit you upgrade to.
What you see when mousing over an upgrade button is the base stats for said unit type, not the final version with your promotions.
Don't trust it? Save first, then upgrade and check it's stats after the upgrade.

Cheers
 
Back
Top Bottom