You've given me enough to think at the end of my current trade run

Thank you

Moderators: winston, another_commander
Nice ship, just cannon limits are not related to the cargo space but the mass of the ship, which is computed from the volume in Oolite. The mass of any playable ship is listed in [wiki]Gallery[/wiki] interface, a Kraken is 180t.Day wrote:I pilot a DTT Kraken, 140t of storage.
You've really gone to town on this. Amazing. I'll try it out and see how it affects my game. Well done.Norby wrote:Thanks.![]()
I think 18 cannons are enough for a while
Numbers are shown as in equipment.plist where this field is called to recharge_rate and I named the column from there. Recharge period maybe more accurate but too long for a narrow column so now I changed to Delay, thank you for mention.jh145 wrote:instead of calling it the Rate, call it the Period (i.e. average time between shots).
Code: Select all
calculated_dmax quoted_dmax rel_err_percent
[1,] 673.2000 700 3.9809863
[2,] 932.5714 960 2.9411765
[3,] 768.0000 780 1.5625000
[4,] 796.0976 900 13.0514706
[5,] 341.7801 600 75.5514706
[6,] 1400.3613 1600 14.2562288
[7,] 1865.1429 1860 -0.2757353
[8,] 1243.4286 1240 -0.2757353
[9,] 1740.8000 1760 1.1029412
[10,] 1243.4286 1240 -0.2757353
[11,] 1988.0727 1950 -1.9150571
[12,] 1400.3613 1500 7.1152145
[13,] 1400.3613 2800 99.9484004
[14,] 4352.0000 3760 -13.6029412
[15,] 3022.7478 3200 5.8639418
[16,] 2486.8571 2400 -3.4926471
[17,] 2678.1538 3200 19.4852941
[18,] 1483.6364 1500 1.1029412
I used a practical approach instead of an exact math: when I can fire 7 times with a weapon dealing 100 damage at each shot then I wrote 700 and not 673.2. Moreover sometimes an extra last shot is added when needed a bit more delay only to shot once more after the first overheat.jh145 wrote:where do the damage-before-overheat figures come from?
Code: Select all
calculated_dmax quoted_dmax rel_err_percent
[1,] 700 700 0.00000
[2,] 960 960 0.00000
[3,] 780 780 0.00000
[4,] 900 900 0.00000
[5,] 600 600 0.00000
[6,] 1600 1600 0.00000
[7,] 1920 1860 -3.12500
[8,] 1280 1240 -3.12500
[9,] 1760 1760 0.00000
[10,] 1280 1240 -3.12500
[11,] 2000 1950 -2.50000
[12,] 1500 1500 0.00000
[13,] 1600 2800 75.00000 ***
[14,] 4360 3760 -13.76147 ***
[15,] 3200 3200 0.00000
[16,] 2560 2400 -6.25000
[17,] 2880 3200 11.11111 ***
[18,] 1500 1500 0.00000