GriffonSpade submitted a new resource:

Opposition Tribe Dictionary - Provide easy-to-use ability to add multiple opposition enemies

This resource is a framework to provide easy-to-use ability to add multiple opposition enemies

Note: System causes by default no deviation without adding additional opposed TribeType tuples.

To make savages fight against goblins, for example, change the Tuple Array TribeConflicts to this:

Code:
  private static readonly Tuple<TribeType, TribeType>[] TribeConflicts =
  new Tuple<TribeType, TribeType>[]
  {
  Tuple.Create(TribeType.Terathan, TribeType.Ophidian),...

Read more about this resource...
 
Back