Tech
    name = "CON_CONTGRAV_ARCH"
    description = "CON_CONTGRAV_ARCH_DESC"
    short_description = "SUPPLY_SHORT_DESC"
    category = "CONSTRUCTION_CATEGORY"
    researchcost = 100 * [[TECH_COST_MULTIPLIER]]
    researchturns = 4
    tags = [ "PEDIA_CONSTRUCTION_CATEGORY" ]
    prerequisites = "CON_ARCH_MONOFILS"
    effectsgroups =
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
            ]
            effects = SetMaxSupply value = Value + 1
    graphic = "icons/tech/controlled_gravity_architecture.png"

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