kit.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>forevermore ship kit</title>
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7. <link rel="icon" href="https://www.raylu.net/hammer-man.svg" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <meta name="theme-color" content="#222">
  10. </head>
  11. <body>
  12. <a href="/">← back</a>
  13. <main class="kit">
  14. <h1>forevermore ship kits</h1>
  15. <h2>RCT FSE LCB</h2>
  16. this kit is 7 million ICA
  17. <br>1 million discount if you only have 2 ships currently
  18. <img src="imgs/blu.avif">
  19. see it on <a href="https://drydock.cc/?bp=1-111241&n=fabs+LCB">drydock</a>
  20. <details>
  21. <summary>how does our kit compare against COSM's LCB?</summary>
  22. <p>it comes with an MFL instead of an LFL, so it only holds enough fuel to do HRT → BEN one way
  23. (but still enough fuel to do a HRT → MOR → HRT round trip).
  24. this makes it slightly faster at STL<img src="imgs/prom_avalon.avif"></p>
  25. <p>it runs an RCT instead of a QCR, so it can do FTL faster with more fuel<img src="imgs/hrt_curie.avif"></p>
  26. <p>it can do FTL at the same speed for the same fuel<img src="imgs/hrt_curie_reduced.avif"></p>
  27. </details>
  28. <h3>what are my other LCB buying options?</h3>
  29. <a href="https://discordapp.com/channels/855488309802172469/1202440660246986782/1427269894226837557">HGH/craftsmanthirteen</a>'s queue is 7 months; 3.5 mil
  30. <br><a href="https://docs.google.com/forms/d/e/1FAIpQLScvObs1DmfdGZcf-L8uqraqLL0wPpMOH_et0ozST4U8Je4Caw/viewform">COSM</a>'s <a href="https://punoted.net/cosm?tab=production">queue</a> is 3 months; 5.65 mil
  31. <br><a href="https://docs.google.com/forms/d/e/1FAIpQLSd3HS8RemcZFIEZ9bhLeOVGoRs64CCP54-ZPPTWRRKUi-iuXw/viewform">KAWA</a>'s <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vRIZSeDijdWIvOXwY65FE9neDb4M7pHR6Yo0wVfBZloSHIY-5Avvk1qR2Udg5HE_Q4tQDyCsAqmdQ_c/pubhtml">queue</a> is 4 weeks; 6.89 mil
  32. <br><a href="https://discordapp.com/channels/855488309802172469/1289570727644631160/1499999925444804710">GTU/schaitr</a>'s <a href="https://docs.google.com/spreadsheets/d/1n3IuCfAuEOFcHc18Fw-9CeGJADU01IKZqwsdMdEvmlM">queue</a> is 3 weeks; 5.94-6.58 mil (ENG, SSL, SFL, BHP)
  33. <br><a href="https://discordapp.com/channels/855488309802172469/1487382583321825360/1492910834387648604">SNF/cptwaffles</a>'s queue is 2 weeks; 6.65 mil
  34. <br><a href="https://discordapp.com/channels/855488309802172469/1500400845005787146/1503067909000265728">OOG</a> has no <a href="https://oogcapitalmanagement.com/shipbuilding/">queue</a>; 7.2 mil (STS)
  35. <h2>starter ship → WCB upgrade</h2>
  36. this kit is 800k ICA
  37. <br>it's WCB, (SSL untouched), MFL, LFE, 64 LHP, 26 SSC
  38. <br>it's the same as <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vRiRoKnAUSq3MjF-HVCqsxzGyM0g39lZMAxGb2Wo7DpTBAXQYDm_R39bUVYG7vrEzmkE5xD6tyMw-88/pubhtml#gid=1056713265">BEU's kit</a>,
  39. so the instructions are the same (just replace "Proxion" with "Beanironia")
  40. <h2>HYR FSE TCB</h2>
  41. this kit is 8 million ICA
  42. <br>see it on <a href="https://drydock.cc/?bp=1-104301000001&n=dart">drydock</a>
  43. <h2>HYR AEN VSC</h2>
  44. this kit is 9 million ICA
  45. <br>see it on <a href="https://drydock.cc/?bp=1-304311000002&n=VSC+dart">drydock</a>
  46. <h2>HPR AEN LCB</h2>
  47. this kit is 9.5 million ICA
  48. <br>see it on <a href="https://drydock.cc/?bp=1-313341&n=LCB+AEN+HPR">drydock</a>
  49. </main>
  50. </body>
  51. </html>