Torpedoes.SetMaxTorpedoes(0, 240)
Torpedoes.SetTorpedoScript(0, "Tactical.Projectiles.Photon01JLH")
Torpedoes.SetMaxTorpedoes(1, 240)
Torpedoes.SetTorpedoScript(1, "Tactical.Projectiles.SovQuantum")
Torpedoes.SetMaxTorpedoes(2, 0)
Torpedoes.SetTorpedoScript(2, "Tactical.Projectiles.PhasedPlasma")
Torpedoes.SetNumAmmoTypes(3)
Change it to :
Torpedoes.SetMaxTorpedoes(0, 240)
Torpedoes.SetTorpedoScript(0, "Tactical.Projectiles.Transphasic")
Torpedoes.SetMaxTorpedoes(1, 240)
Torpedoes.SetTorpedoScript(1, "Tactical.Projectiles.SovQuantum")
Torpedoes.SetMaxTorpedoes(2, 0)
Torpedoes.SetTorpedoScript(2, "Tactical.Projectiles.PhasedPlasma")
Torpedoes.SetNumAmmoTypes(3)
You can replace any torp you want, just change the name!