Difference between revisions of "Twin Plasma Cannon"

From Elite Wiki
(Links: Added another)
(Even more tweaks!)
(4 intermediate revisions by the same user not shown)
Line 26: Line 26:
  
  
The '''plasma turret weapons''' fitted to capital ships and sometimes smaller OXP ships are quite different:
+
From Aegidian's Vanilla game code ("ShipEntity.m" 2004)
 +
forward_weapon_type = WEAPON_PLASMA_CANNON;
 +
weapon_energy = 8.0;
 +
weapon_recharge_rate = 1.0/3.0;
 +
weapon_offset_x = 10.0;
 +
shot_time = 0.0;
 +
 
 +
case WEAPON_PLASMA_CANNON :
 +
if (range > 3750)
 +
return NO;
 +
[self firePlasmaShot:weapon_offset_x:1500.0:[NSColor yellowColor]];
 +
[self firePlasmaShot:weapon_offset_x:1500.0:[NSColor yellowColor]];
 +
return YES;
 +
break;
 +
 
 +
=== Plasma Turrets ===
 +
The '''plasma turret weapons''' fitted to capital ships and sometimes smaller OXP ships are quite different (only in OXP's):
 
* automatic shot leading makes them reasonably accurate
 
* automatic shot leading makes them reasonably accurate
 
* they're turrets, so you don't also have to point the ship more than vaguely in the right direction
 
* they're turrets, so you don't also have to point the ship more than vaguely in the right direction
Line 33: Line 49:
 
* still low damage per hit, though
 
* still low damage per hit, though
 
* still short range
 
* still short range
 
  
 
== Links ==
 
== Links ==
Line 42: Line 57:
 
* [http://aegidian.org/bb/viewtopic.php?p=29937#p29937 Discussion] (2007)
 
* [http://aegidian.org/bb/viewtopic.php?p=29937#p29937 Discussion] (2007)
 
* [[Equipment by Ship Class]] by Redspear still features them
 
* [[Equipment by Ship Class]] by Redspear still features them
 +
 +
=== Plasma Turrets ===
 +
* [[Yasen-N Turret]] - a much superior version to the Plasma Cannon!
  
 
{{NavBox - Oolite Equipment}} [[Category:Equipment]]
 
{{NavBox - Oolite Equipment}} [[Category:Equipment]]

Revision as of 11:58, 24 January 2023

Overview

Some say this is an outdated technology as plasma travels at sub-light speed, and current laser systems are more powerful. Plasma projectors are compact and easily cooled, but suffer from slow cycle rates and are resistent to upscaling in size. Plasma projector technology is still used extensively by the Navy in turretted anti-fighter defence systems.

Sparkler is a Slang term for a plasma cannon.

Availability

Cost: 200.0 ₢
Techlevel: 2

Details

From Cim's post in 2014 (see link below):

Virtually nothing has twin plasma cannon, because they don't have "available_to_all" set in Equipment.plist, and they're not in the "optional_equipment" list of any core ship either, so most player ships can't equip them except those that went looking for them.

NPCs don't generally have them because they're pretty bad weapons at the best of times, and as a relatively slow projectile, need shots to be led to stand any chance of hitting ... which the NPCs aren't yet programmed to be able to do.

If you want to try them out, the Porcupine from the Z-ships OXP is cheap and available in most systems, and does allow fitting them. They have several major disadvantages:

  • you have to lead your shots and they're relatively slow projectiles
  • they're really short ranged (not that you'd hit anything moving at longer range anyway)
  • they overheat fairly quickly (much faster than a pulse laser)
  • they use a ridiculous amount of energy per shot: getting them to the overheated state will go through most of three energy banks
  • they do about 40% of the damage per hit of a pulse laser (though the rate of fire is a bit better)


From Aegidian's Vanilla game code ("ShipEntity.m" 2004)

forward_weapon_type = WEAPON_PLASMA_CANNON;
weapon_energy = 8.0;
weapon_recharge_rate = 1.0/3.0;
weapon_offset_x = 10.0;
shot_time = 0.0;
case WEAPON_PLASMA_CANNON :
if (range > 3750)
	return NO;
[self firePlasmaShot:weapon_offset_x:1500.0:[NSColor yellowColor]];
[self firePlasmaShot:weapon_offset_x:1500.0:[NSColor yellowColor]];
return YES;
break;

Plasma Turrets

The plasma turret weapons fitted to capital ships and sometimes smaller OXP ships are quite different (only in OXP's):

  • automatic shot leading makes them reasonably accurate
  • they're turrets, so you don't also have to point the ship more than vaguely in the right direction
  • no overheating
  • no energy use
  • still low damage per hit, though
  • still short range

Links

Plasma Turrets




Oolite Equipment
Standard Equipment
Astrogation ConsoleCargo HoldCompassEnergy banksEngine/Main Drive • HUDIFF ScannerLife Support SystemsMissilePulse LaserShieldsShip's HullTorus Jump DriveView Screen • Witchspace/Hyperspace Drive
Optional Equipment
Advanced Navigational ArrayAdvanced Space CompassCargo Bay ExpansionDocking ComputersE.C.M. SystemEscape PodExtra Energy UnitExternal Heat ShieldingFuel ScoopsGalactic HyperdriveIntegrated Targeting SystemMilitary Shield EnhancementMulti-Targeting SystemNaval Energy UnitPassenger BerthScanner Targeting EnhancementShield BoostersTarget System Memory ExpansionWitchdrive Fuel InjectorsWormhole Scanner
Weapons
Beam LaserECM Hardened MissileEnergy BombMilitary LaserMining LaserMissilePulse LaserQuirium Cascade MineTwin Plasma Cannon