Eagle warrior and defeated units

Misplay

Chieftain
Joined
Nov 6, 2016
Messages
18
Hi folks!

The Eagle warrior can turn defeated enemies into Builder units. How/Where can I change the percentage to turn the defeated unit into builder? I can't find the value...
 
What does it mean? I can't change the values?
(I don't understand what "hardcoded" means, sorry)
 
Hardcoded are things that are generally not exposed to user editing, so they are actually built in to the game files (the .exe etc). Without de-compiling and altering, it's not possible.
 
I'll take a look at the others xml files tonight... If anyone finds something about the "CAPTURE_COMBAT_UNITS_AS_WORKERS" ability, I'll be grateful. :)
(@ Lord Olleus: and congratulations for your "8 ages of pace" mod, it's very useful.)
 
I think I misunderstood the question in the first place, I though it was about the percentage chance of it happening.
What I want to do is:
> IF possible, change the percentage to 100%.
> At least, I want to know the value (50%? 75%?).

I couldn't find anything in the xml files.
 
Everything for this appears to trace back to EFFECT_ADJUST_UNIT_COMBAT_CAPTURE in the table <Types> within file C:\Program Files (x86)\Steam\SteamApps\common\Sid Meier's Civilization VI\Base\Assets\Gameplay\Data\GameEffects.xml

This same game effect is used for both the Eagle Unit's Capturing and the Prize Ships ability. Nowhere anywhere within the xml is a % given, merely a boolean for "CanCapture".

The definition of "EFFECT_ADJUST_UNIT_COMBAT_CAPTURE" is merely
Code:
<Row Type="EFFECT_ADJUST_UNIT_COMBAT_CAPTURE" Kind="KIND_EFFECT"/>

Like in civ5, the % chance for unit capturing must therefore be determined within the game's DLL (ie, hardcoded).
 
the chance is 50% i read somewhere...
u can try the oldest civ trick off all times ,in my example i have two warriors with a chance to kill a unit,i save the game.
in the first try only the second kill give me a builder,i reload,in my second try both kills give a builder .
 
Back
Top Bottom