I have it installed on the SG ships, as its my own creation there is no link to send to you,
However, I can post the ship Plugin file as present on my install... (The Hardpoint does have exact matching shield and recharge values)
abbrev = 'Daedalus'
iconName = 'DSC304'
longName = 'Daedalus'
shipFile = 'Daedalus'
menuGroup = 'Stargate Ships'
playerMenuGroup = 'Stargate Ships'
species = 751
SubMenu = "Earth"
SubSubMenu = "Daedalus"
Foundation.ShipDef.Daedalus = Foundation.FedShipDef(abbrev, species, { 'name': longName, 'iconName': iconName, 'shipFile': shipFile, "SubMenu": SubMenu, "SubSubMenu": SubSubMenu })
#Foundation.ShipDef.Daedalus.fMaxWarp = 5.5
#Foundation.ShipDef.Daedalus.fCruiseWarp = 4.0
Foundation.ShipDef.Daedalus.hasTGLName = 0
Foundation.ShipDef.Daedalus.hasTGLDesc = 0
Foundation.ShipDef.Daedalus.dTechs = {"Multivectral Shields": 100}
if menuGroup: Foundation.ShipDef.Daedalus.RegisterQBShipMenu(menuGroup)
if playerMenuGroup: Foundation.ShipDef.Daedalus.RegisterQBPlayerShipMenu(playerMenuGroup)
if Foundation.shipList._keyList.has_key(longName):
Foundation.ShipDef.__dict__[longName].friendlyDetails[2] = Foundation.shipList[longName].friendlyDetails[2]
Foundation.ShipDef.__dict__[longName].enemyDetails[2] = Foundation.shipList[longName].enemyDetails[2]
P.S. All Stargate ships are integrated into a single Plugin file.