Resource icon

Unit Civic Prereqs v0.2 2016-10-05

Description:
This mod adds new tags allowing for the specification of one or more civics as
prerequisites for building a unit. As an example all missionaries now require
the "Organized Religion" and "Hereditary Rule" civics to be built. To achieve
this the following has been added after the <PrereqReligion> tag:
[TAB][TAB][TAB]<PrereqCivics>
[TAB][TAB][TAB][TAB]<PrereqCivic>CIVIC_ORGANIZED_RELIGION</PrereqCivic>
[TAB][TAB][TAB][TAB]<PrereqCivic>CIVIC_HEREDITARY_RULE</PrereqCivic>
[TAB][TAB][TAB]</PrereqCivics>
[TAB][TAB][TAB]
Also, a tag has been added to indicate that a unit should be automatically
disbanded if the civics required to build the unit are no longer set.


-----Notes to Modmakers-----

If you want to use this mod component in your mod I have tried to make things
as easy as possible for you. In the XML files I have added
<!-- Unit Civic Prereqs Start --> and <!-- Unit Civic Prereqs End --> in all
of the places where changes were made, in the SDK files I have added
// < Unit Civic Prereqs Start > and // < Unit Civic Prereqs End > in all of
the places where changes were made and in the Python files I have added
# < Unit Civic Prereqs Start > and # < Unit Civic Prereqs End > in all of the
places where changes were made.

-----Version Information-----

-----v0.2------

- Changed the <PrereqCivic> tag to <PrereqCivics> to allow requiring more than
one civic to build a unit.

- Added the <bDisbandWithoutCivicPrereqs> tag to indicate that a unit should be
automatically disbanded if the civics required to build the unit are no
longer set.

- Updated the missionary definitions so they require the "Hereditary Rule" and
"Organized Religion" civics and are disbanded when those civics are no longer
set.

-----v0.1------
Spoiler :

- Setup the Unit Civic Prereqs infrastructure

- Added the new <PrereqCivic> tag that allows the specification of a civic as a
prerequisite for building of a unit.

- As an example of how to use the new tag all missionary definitions have been
updated in the CIV4UnitInfos.xml to require the "Organized Religion" civic.


-----===Credits & Thanks===-----

- Exavier
[TAB]Composite Mod - readme.txt format
[TAB]
- Peuri
[TAB]For the idea for this mod[TAB]
Author
TheLopez
Downloads
277
Views
306
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from TheLopez

Back
Top Bottom