[Unit]?Prerequisite.Negative= (list of BuildingTypes)
有这个建筑就没法造
PrerequisiteOverride不会覆盖Prerequisite.Negative
[Unit]?Prerequisite.Lists= (integer)
指定有多少建造前提
[Unit]?Prerequisite.List#= (list of BuildingTypes (where # is the 1-based index of the prerequisite list, the maximum specified by Prerequisite.Lists))
指定新的建造前提,想设置多少都可以(根据Prerequisite.Lists决定)
[Unit]?Prerequisite.StolenTechs= (list of integers)