Here, our assumptions and technique are slightly different. Instead of assuming that firepower and acceleration should have a certain type of relationship, we take two baseline values and fit a power relationship to them. I've started with the "Volumetrics" data from ST-v-SW.net here.
This is the list of basic parameters fed into the model, with some "default" values filled in, and an explanation of how each is used:
Code: Select all
Fuel energy/L 1.00E+14
Fuel fraction 0.1
Fuel density (SW) 0.84Code: Select all
Watts, firepower, X-Wing 1.00E+012
Watts, firepower, ISD 5.00E+017For comparison purposes, Saxton on SWTC has estimated 500 exawatts, which figure Sarli has estimated to be about a thousand times too high (500 petawatts) on the Wizards boards. Wong actually gave a figure of 8-600 petawatts on the SDN website. 500 petawatts can be considered a generous figure.
For the purpose of the model, I'm assuming that Star Wars firepower is dependent solely on surface area, but is not necessarily linear with surface area. For the above figures, we end up with firepower being proportionate to S^1.37.
Code: Select all
Ion engine efficiency 0.9Code: Select all
Acceleration, X-Wing 1153.74
Acceleration, ISD 254.05Code: Select all
Density (X-Wing) 0.9
Density (Venator) 0.5Given the cramped nature of smaller craft and the spacious large interior areas in larger craft, this seems reasonable.
Code: Select all
Hyperdrive limit (planetary radii) 6.5Code: Select all
Fuel energy/L (ST) 1.48E+016
Fuel density (ST) 0.16Code: Select all
Density, ST (body) 0.09
Density, ST (nacelle) 18.44
Density, ST (mixed composition) 2.18This isn't to say that nacelles actually mass 18.44 g/cc, but that we're assuming that denser, more CCS-like ships have larger nacelles than lighter, more ICS-like ships.
I'm assuming that at peak power production, a TNG-era ST ship is able to displace itself at c directly away from the surface of our Sun.Warp limit (m/s^2) 274
Firepower fraction (ST) 0.01
Shields are still being estimated directly from surface area. Here we have Shield strength = Peak Power Production * Shield Ratio / Surface Area. 1000 was chosen as a value that worked well for the GCS.Shield ratio 1000
The same parameter is used for both SW and ST.
Code: Select all
Shield advancement (ST) 2
Weapon advancement (ST) 1.45
Warp drive advancement (ST) 1.15
Base generation (ST) 4Here, everything is based on TNG as a starting point. Thus, we're assuming that all but the newest ST ships use substantially less efficient shields than SW ships.