Line 77: |
Line 77: |
| *Construction results are solely determined by the amount of resources and devmats used. | | *Construction results are solely determined by the amount of resources and devmats used. |
| **For few ships, an exact Secretary is required in order to be built, see ''[[#Special Secretary|below]]''. | | **For few ships, an exact Secretary is required in order to be built, see ''[[#Special Secretary|below]]''. |
− |
| |
| | | |
| ===LSC Construction Theory=== | | ===LSC Construction Theory=== |
| LSC works similarly to normal construction, there are 4 pools determining the ship being crafted. Each group has exactly 100 unique ships and the available pools remain the same '''regardless of which Secretary used''' | | LSC works similarly to normal construction, there are 4 pools determining the ship being crafted. Each group has exactly 100 unique ships and the available pools remain the same '''regardless of which Secretary used''' |
| The selection of a pool is based on the resource input during the construction: | | The selection of a pool is based on the resource input during the construction: |
− | *Pool 1 - {{Fuel}} > <math>2400+Rand[0;1200]</math>,{{Ammo}} > <math>1050+Rand[0;900]</math>, {{Steel}} > <math>2800+Rand[0;1400]</math>, {{Bauxite}} > <math>2800+Rand[0;2400]</math>; | + | *Pool 1 - {{Fuel}} > <math>2400+Rand[0;1200]</math>, {{Ammo}} > <math>1050+Rand[0;900]</math>, {{Steel}} > <math>2800+Rand[0;1400]</math>, {{Bauxite}} > <math>2800+Rand[0;2400]</math>; |
− | *Pool 2 - {{Fuel}} ><math>2240+Rand[0;1120]</math>,{{Ammo}} > <math>2940+Rand[0;2520]</math>, {{Steel}} > <math>4400+Rand[0;2200]</math>, {{Bauxite}} > <math>1050+Rand[0;900]</math>, {{DM}} > 20; | + | *Pool 2 - {{Fuel}} > <math>2240+Rand[0;1120]</math>, {{Ammo}} > <math>2940+Rand[0;2520]</math>, {{Steel}} > <math>4400+Rand[0;2200]</math>, {{Bauxite}} > <math>1050+Rand[0;900]</math>, {{DM}} > 20; |
− | *Pool 3 - {{Fuel}} ><math>1920+Rand[0;960]</math>,{{Ammo}} > <math>2240+Rand[0;1920]</math>, {{Steel}} > <math>3040+Rand[0;1520]</math>, {{Bauxite}} > <math>910+Rand[0;780]</math>; | + | *Pool 3 - {{Fuel}} > <math>1920+Rand[0;960]</math>, {{Ammo}} > <math>2240+Rand[0;1920]</math>, {{Steel}} > <math>3040+Rand[0;1520]</math>, {{Bauxite}} > <math>910+Rand[0;780]</math>; |
| *Pool 4 - Do not meet any of the above requirements. | | *Pool 4 - Do not meet any of the above requirements. |
| *Note: The check is done from top to bottom, if the requirements of multiple pools are fulfilled, only the topmost one is used. | | *Note: The check is done from top to bottom, if the requirements of multiple pools are fulfilled, only the topmost one is used. |
| | | |
− | The constructed ship is selected in the pool by a value called "<math>ID</math>" which can go from 1 to 100, calculated by substating two random values: | + | The constructed ship is selected in the pool by a value called "<math>ID</math>" which can go from 1 to 100, calculated by subtracting two random values: |
| | | |
| {|class="wikitable mw-collapsible mw-collapsed" width="100%" | | {|class="wikitable mw-collapsible mw-collapsed" width="100%" |
Line 99: |
Line 98: |
| | | |
| ;With | | ;With |
− | *<math>a,b</math> depend on the number of construction dock "open" (either empty or finished) | + | *<math>a,b</math> depend on the number of construction docks "open" (either empty or finished) |
| {|class="wikitable | | {|class="wikitable |
| !colspan=3|<math>a,b</math> | | !colspan=3|<math>a,b</math> |