This is an example line of csv
,concord_targetingunit,0,,,"auto_concord, vEx_targeting_unit",,0,,TRUE,,0,0,0,0,org.sutopia.starsector.mod.concord.adv.DataEnactDomain,,,
For your hullmod that wishes to implement CONCORD, create a new line in hullmods.csv
- id is in format of "concord_{originalHullmodId}"
- it must include "auto_concord" tag
- add tags formatted in "vEx_{topic}" or "dEx_{hullmodId}" to configure incompatibility
- the script should be the same as example code
vEx: Topic leaders, all leaders in the same topic are mutual exclusive to each other
For example, if you want to make a custom targeting unit, add tag "vEx_targeting_unit"
You can use arbitrary string as topic
dEx: Followers, share the same incompatibility with the leader hullmod
For example, if you want to make a hullmod that leans toward adaptive phase coil, add tag "dEx_adaptive_coils"
Your chosen leader must be a valid hullmod ID