[BNW] Is it possible???

PabloX

Chieftain
Joined
Sep 29, 2018
Messages
48
Help guys I need to know is it possible to make units requiring not only tech but some building?? for example to produce knight first must build barracks
 
Last edited:
This is exactly how the Archeologist works. Except that you do not specify a particular building, You specify a class of buildings:
Code:
	<Unit_BuildingClassRequireds>
		<Row>
			<UnitType>UNIT_ARCHAEOLOGIST</UnitType>
			<BuildingClassType>BUILDINGCLASS_UNIVERSITY</BuildingClassType>
		</Row>
	</Unit_BuildingClassRequireds>
 
@LeeS ok I understand, so is it possible to make some unique building class type than??
 
Top Bottom