BuildingType
    name = "BLD_TRANSFORMER"
    description = "BLD_TRANSFORMER_DESC"
    buildcost = 600 * [[BUILDING_COST_MULTIPLIER]]
    buildtime = 8
    location = And [
        Planet
        Not Contains Building name = "BLD_TRANSFORMER"
        OwnedBy empire = Source.Owner
    ]
    enqueuelocation = [[ENQUEUE_BUILD_ONE_PER_PLANET]]
    icon = "icons/building/transformer.png"

#include "/scripting/macros/enqueue.macros"
#include "/scripting/macros/base_prod.macros"