Special
    name = "MODERATE_TECH_NATIVES_SPECIAL"
    description = "MODERATE_TECH_NATIVES_SPECIAL_DESC"
    stealth = 0
    spawnrate = 50
    spawnlimit = 9999
    location = And [
        Planet
        Unowned
        Species
        /// @content_tag{PRIMITIVE} Prevents this special from being added to a location with this tag during universe generation
        Not HasTag name = "PRIMITIVE"
        Not HasSpecial name = "HIGH_TECH_NATIVES_SPECIAL"
    ]
    effectsgroups = [
        EffectsGroup
            scope = Source
            activation = Unowned
            effects = [
                SetMaxDefense value = Value + 10
                SetMaxShield value = Value + 10
                SetMaxTroops value = Value + 10
                SetDetection value = Value + 20
            ]

        EffectsGroup
            scope = Source
            activation = Or [
                OwnedBy affiliation = AnyEmpire
                Not Species
            ]
            effects = RemoveSpecial name = "MODERATE_TECH_NATIVES_SPECIAL"
    ]
    graphic = "icons/tech/categories/learning.png"
