• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

Capture worker (slave)

hdd

Chieftain
Joined
Oct 2, 2005
Messages
82
Location
Bucharest
Hello there,

as Civ 6 misses a lot of things, slavery is one of them.
Capturing the defeated unit was a common thing for thousands of years.
Jaguar Warrior is the only unit in game which is performing such a thing.

Question: is there any mod out there allowing other (melee) units to capture defeated units and convert them to builders?

Looked for one but couldn't find it.

Thanks,
hdd
 
Adding Tag = CLASS_CAPTURE_WORKER to TypeTags for any Type of unit, should add this ability.
For instance:
Code:
<TypeTags>
        <Row Type="UNIT_WARRIOR" Tag="CLASS_CAPTURE_WORKER"/>
    </TypeTags>
Should give it to warriors.

EDIT:
Tested and works.
 
Last edited:
tried that, not working for me for some reason.
The whole reason to see a fully functional mod :)

I'll double check it, but I'm pretty sure I got it right the first time and still not working. Maybe I've made some mistake.
Thanks for replying.
 
Back
Top Bottom