Part
    name = "SR_WEAPON_3_1"
    description = "SR_WEAPON_3_1_DESC"
    class = ShortRange
    damage = 9
    destroyFightersPerBattleMax = 0
    combatTargets = And [
        Or [
           [[COMBAT_TARGETS_NOT_DESTROYED_SHIP]]
           [[COMBAT_TARGETS_PLANET_WITH_DEFENSE]]
        ]
        [[COMBAT_TARGETS_VISIBLE_ENEMY]]
    ]
    mountableSlotTypes = External
    buildcost = 40 * [[FLEET_UPKEEP_MULTIPLICATOR]] * [[SHIP_PART_COST_MULTIPLIER]]
    buildtime = 3
    tags = [ "PEDIA_PC_DIRECT_WEAPON" ]
    location = And [
        Planet
        OwnedBy empire = Source.Owner
    ]
    icon = "icons/ship_parts/plasma.png"

#include "shortrange.macros"

#include "/scripting/macros/upkeep.macros"
#include "/scripting/ship_parts/targeting.macros"
