Loadouts grant perks (vanilla, RT)

Machiavelli24

Mod creator
Joined
May 9, 2012
Messages
818
Workshop entry
CivFanatics Download

What it does
This mod contains code that defines three new XML tables. By adding entries to these tables mod makers can have colonists, cargo and spacecraft provide perks.

Compatibility
This code is compatible with vanilla Beyond Earth and Rising Tide.

How to incorporate into your mod
Copy the "Loadouts grant perks" directory and all its contents to your mod. Have the XML file update the database (via the Action tab) and set the LUA file as an "InGameUIAddin" (via the Content tab).

How to use
Add entries to the Colonist_LGP_FreePerk, Cargo_LGP_FreePerk or Spacecraft_LGP_FreePerk tables.

How it works
When the first player founds their first city the code will do a one time check that gives all players the perks associated with their loadout choices.
 
Top Bottom