====== Technology Overview ======

===== Potential Research =====

<table ?t [imagelink] "" ?t [ref] "Technology" ?cost@unique ?time@unique ?prereqs@unique ?f@unique "Known By">
?t is a: technology
?t Research Cost: ?cost
?t Research Time: ?time
?t Prerequisites [rule]: ?prereqs

minus {
  ?tk is a: technology_known
  ?tk Technology [ref]: ?t
  ?tk Faction [ref::ic]: Veolian Commonwealth
}

optional {
  ?tx is a: technology_known
  ?tx Technology [ref]: ?t
  ?tx Faction [ref::ic]: ?f
}

group {
  ?t
}

ui {
  filter: none
  
  #1 {
    sort: no
  }
  Technology {
    filter: text
  }
}
</table>