Mega Factory: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 (Added "benefits" section. Grammar.)  | 
				 (Updated upgrade section to HTML for script.)  | 
				||
| Line 13: | Line 13: | ||
==Factory Upgrades==  | ==Factory Upgrades==  | ||
Upgrading the factory unlocks new functions:    | Upgrading the factory unlocks new functions:    | ||
<html>  | |||
<  | <section class="Factory">  | ||
    <div class="upgrade-icon active-icon" id="CarGarage">  | |||
        <p title="Car Garage" style="font-size:32px">🚗</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Storage">  | |||
        <p title="Storage" style="font-size:32px">📦</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Locker">  | |||
        <p title="Storage Lockers" style="font-size:32px">🛅</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Fridge">  | |||
        <p title="Fridge" style="font-size:32px">❄️</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Windows">  | |||
        <p title="Window Covers" style="font-size:32px">🪟</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Bees">  | |||
        <p title="Bee Hives" style="font-size:32px">🐝</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Workbench">  | |||
        <p title="Workbench" style="font-size:32px">🛠️</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="IDMachine">  | |||
        <p title="ID Card Machine" style="font-size:32px">🪪</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Computer">  | |||
        <p title="Computer" style="font-size:32px">🖥️</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="MajorPlanning">  | |||
        <p title="Major Planning Room" style="font-size:32px">🔫</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Forge">  | |||
        <p title="Forge" style="font-size:32px">🧰</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="MeetingRoom">  | |||
        <p title="Meeting Room" style="font-size:32px">🤝</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="BreakRoom">  | |||
        <p title="Break Room" style="font-size:32px">🪑</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Kitchen">  | |||
        <p title="Kitchen" style="font-size:32px">🔪</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="LegalPro">  | |||
        <p title="Legal Processor" style="font-size:32px">💎</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="IllegalPro">  | |||
        <p title="Illegal Processor" style="font-size:32px">☢️</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Meth">  | |||
        <p title="Meth Lab" style="font-size:32px">🧊</p>  | |||
    </div>  | |||
    <div class="upgrade-icon" id="Weed">  | |||
        <p title="Weed Room" style="font-size:32px">🍃</p>  | |||
    </div>  | |||
</div>  |     </div>  | ||
    <span>  | |||
<  | |||
     <div class="upgrade-content" id="CarGarage" style="display:block">  |      <div class="upgrade-content" id="CarGarage" style="display:block">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Car Carage</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$20,000</td>  | |||
</  |                 <td>Add a car garage to the factory.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="Storage">  |      <div class="upgrade-content" id="Storage">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Storage</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$450,000</td>  | |||
                <td>Unlocks the storage room for virtual and physical items.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$550,000</td>  | |||
                <td>Add another 2,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$650,000</td>  | |||
                <td>Add another 3,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$750,000</td>  | |||
                <td>Add another 4,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$850,000</td>  | |||
                <td>Add another 5,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>5</td>  | |||
                <td>$950,000</td>  | |||
                <td>Add another 6,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="Locker">  |      <div class="upgrade-content" id="Locker">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Locker Storage</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$360,000</td>  | |||
                <td>Unlocks the locker storage that not all employees can access.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$440,000</td>  | |||
                <td>Add another 1,000 storage space to the locker storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$520,000</td>  | |||
                <td>Add another 2,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$600,000</td>  | |||
                <td>Add another 3,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$680,000</td>  | |||
                <td>Add another 4,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>5</td>  | |||
                <td>$760,000</td>  | |||
                <td>Add another 5,000 storage space to the group storage room.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="Fridge">  |      <div class="upgrade-content" id="Fridge">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Fridge</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$100,000</td>  | |||
                <td>Unlocks a walk-in factory fridge to store food in.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$150,000</td>  | |||
                <td>Add another 1,000 storage space to the fridge.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$200,000</td>  | |||
                <td>Add another 2,000 storage space to the fridge.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$250,000</td>  | |||
                <td>Add another 3,000 storage space to the fridge.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$300,000</td>  | |||
</  |                 <td>Add another 4,000 storage space to the fridge.</td>  | ||
                </tr>  | |||
                <tr>  | |||
                <td>5</td>  | |||
                <td>$350,000</td>  | |||
                <td>Add another 5,000 storage space to the fridge.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
         </table>  | |||
     </div>  |      </div>  | ||
</  | 	<div class="upgrade-content" id="Windows">  | ||
<div>  |         <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Window Covers</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$50,000</td>  | |||
                <td>Covers the windows with planks.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="Bees">  |      <div class="upgrade-content" id="Bees">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Bee Hives</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$75,000</td>  | |||
                <td>Add beehives to the factory.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Bee Hive Capacity Upgrade</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$100,000</td>  | |||
                <td>Increase the honey capacity of the beehives by 50%.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$125,000</td>  | |||
                <td>Increase the honey capacity of the beehives by another 50%.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$150,000</td>  | |||
                <td>Increase the honey capacity of the beehives by another 50%.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Bee Hive Generation Upgrade</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$75,000</td>  | |||
                <td>Increase the honey generation of the beehives by 50%.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$100,000</td>  | |||
                <td>Increase the honey generation of the beehives by another 50%.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$125,000</td>  | |||
                <td>Increase the honey generation of the beehives by another 50%.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="Workbench">  |      <div class="upgrade-content" id="Workbench">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Workbench</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$100,000</td>  | |||
                <td>A place where you can craft items and gear.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>ADV.</td>  | |||
                <td>$300,000</td>  | |||
                <td>Unlock the Advanced Workbench for more advanced crafting.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$100,000</td>  | |||
                <td>Craft items at the workbench 5% faster.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$200,000</td>  | |||
                <td>Craft items at the workbench 10% faster.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$300,000</td>  | |||
                <td>Craft items at the workbench 15% faster.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$400,000</td>  | |||
                <td>Craft items at the workbench 20% faster.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>5</td>  | |||
                <td>$500,000</td>  | |||
                <td>Craft items at the workbench 20% faster.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>6</td>  | |||
                <td>$600,000</td>  | |||
                <td>Craft items at the workbench 20% faster.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>AUTO</td>  | |||
                <td>$500,000</td>  | |||
                <td>Crafting bench which automatically crafts items into its storage slowly.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="IDMachine">  |      <div class="upgrade-content" id="IDMachine">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">ID Card Machine</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$50,000</td>  | |||
</  |                 <td>Print convincing government ID cards.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="Computer">  |      <div class="upgrade-content" id="Computer">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Computer</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$50,000</td>  | |||
</  |                 <td>Add a computer setup to the factory. Maybe browse the dark web.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="MajorPlanning">  |      <div class="upgrade-content" id="MajorPlanning">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Major Planning Room</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$50,000</td>  | |||
</  |                 <td>Add a major planning room to the factory.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="Forge">  |      <div class="upgrade-content" id="Forge">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Forge</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$50,000</td>  | |||
</  |                 <td>Add a forge to the factory.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="MeetingRoom">  |      <div class="upgrade-content" id="MeetingRoom">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Meeting Room</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$50,000</td>  | |||
</  |                 <td>Add a meeting room to the factory.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="BreakRoom">  |      <div class="upgrade-content" id="BreakRoom">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Break Room</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$20,000</td>  | |||
</  |                 <td>Add a break room to the factory.</td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="Kitchen">  |      <div class="upgrade-content" id="Kitchen">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Kitchen</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$20,000</td>  | |||
</  |                 <td>Adds a kitchen to the factory for Bluking and Redbuger to cook. </td>  | ||
<div>  |                 </tr>  | ||
            </tbody>  | |||
        </table>  | |||
	</div>  | |||
     <div class="upgrade-content" id="LegalPro">  |      <div class="upgrade-content" id="LegalPro">  | ||
         <  |          <table style="width:50%">  | ||
        <thead>  | |||
        <tr>  | |||
            <th colspan="11">Legal Processor</th>  | |||
        </tr>  | |||
        </thead>  | |||
        <tbody>  | |||
        <tr>  | |||
            <td>Tier</td>  | |||
            <td>Cost</td>  | |||
            <td colspan="9">Function</td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td>Base</td>  | |||
            <td>$750,000</td>  | |||
            <td colspan="9">Add a legal processor to the factory.</td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td colspan="11">Processor Selection</td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td colspan="2" rowspan="2"></td>  | |||
            <td style="width:9.4%"><img src="/images/c/c9/Steel.png" alt="Steel" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/4/45/Iron.png" alt="Iron" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/f/fe/Rubbertree.png" alt="Rubber" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/1/1e/Earth.png" alt="Earth" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/a/a7/Coal.png" alt="Coal" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/a/a6/Worms.png" alt="Tobacco" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/d/de/Cigar.png" alt="Cigar" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/4/4b/Seeds.png" alt="Wine" style="width:32px;height:32px;"></td>  | |||
            <td style="width:9.4%"><img src="/images/a/a9/Ruby.png" alt="Ruby" style="width:32px;height:32px;"></td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td>Steel</td>  | |||
            <td>Iron</td>  | |||
            <td>Rubber</td>  | |||
            <td>Earth</td>  | |||
            <td>Coal</td>  | |||
            <td>Tobacco</td>  | |||
            <td>Cigar</td>  | |||
            <td>Wine</td>  | |||
            <td>Ruby</td>  | |||
        </tr>  | |||
        </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="IllegalPro">  |      <div class="upgrade-content" id="IllegalPro">  | ||
         <  |          <table style="width:50%">  | ||
        <thead>  | |||
        <tr>  | |||
            <th colspan="11">Illegal Processor</th>  | |||
        </tr>  | |||
        </thead>  | |||
        <tbody>  | |||
        <tr>  | |||
            <td>Tier</td>  | |||
            <td>Cost</td>  | |||
            <td colspan="9">Function</td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td>Base</td>  | |||
            <td>$1,500,000</td>  | |||
            <td colspan="9">Add an illegal processor to the factory.</td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td colspan="11">Processor Selection</td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td colspan="2" rowspan="2"></td>  | |||
            <td style="width:17%"><img src="/images/3/31/Uranium.png" alt="Uranium" style="width:32px;height:32px;"></td>  | |||
            <td style="width:17%"><img src="/images/8/86/Ico_cocaineunprocessed.png" alt="Cocaine" style="width:32px;height:32px;"></td>  | |||
            <td style="width:17%"><img src="/images/6/63/Blooddiamond.png" alt="Blood Diamond" style="width:32px;height:32px;"></td>  | |||
            <td style="width:17%"><img src="/images/4/4b/Seeds.png" alt="Mexican Wine" style="width:32px;height:32px;"></td>  | |||
            <td style="width:17%"><img src="/images/d/de/Cigar.png" alt="Mexican Cigar" style="width:32px;height:32px;"></td>  | |||
        </tr>  | |||
        <tr>  | |||
            <td>Uranium</td>  | |||
            <td>Cocaine</td>  | |||
            <td>Blood Diamond</td>  | |||
            <td>Mexican Wine</td>  | |||
            <td>Mexican Cigars</td>  | |||
        </tr>  | |||
        </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="Meth">  |      <div class="upgrade-content" id="Meth">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Meth Lab</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$300,000</td>  | |||
                <td>Add a Meth Lab to the factory.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Meth Purity</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$250,000</td>  | |||
                <td>Increase the purity of your meth cook.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$300,000</td>  | |||
                <td>Increase the purity of your meth cook more.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Meth Cook Speed</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$200,000</td>  | |||
                <td>Increase the meth cooking speed.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$250,000</td>  | |||
                <td>Increase the meth cooking speed more.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$300,000</td>  | |||
                <td>Increase the meth cooking speed even more.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$350,000</td>  | |||
                <td>Increase the meth cooking speed much more.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Meth Yield Upgrade</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$250,000</td>  | |||
                <td>Double your meth yield.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$300,000</td>  | |||
                <td>Double your meth yield again.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$300,000</td>  | |||
                <td>Double your meth yield again.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$300,000</td>  | |||
                <td>Double your meth yield again.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>5</td>  | |||
                <td>$300,000</td>  | |||
                <td>Double your meth yield again.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
     <div class="upgrade-content" id="Weed">  |      <div class="upgrade-content" id="Weed">  | ||
         <  |          <table style="width:50%">  | ||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">"Agriculture" Room</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>Base</td>  | |||
                <td>$300,000</td>  | |||
                <td>Add a weed room to the factory.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Weed Growth Speed</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$100,000</td>  | |||
                <td>Increase the growth speed.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$150,000</td>  | |||
                <td>Increase the growth speed more.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>3</td>  | |||
                <td>$200,000</td>  | |||
                <td>Increase the growth speed even more.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>4</td>  | |||
                <td>$250,000</td>  | |||
                <td>Increase the growth speed much more.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Weed Yield</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$250,000</td>  | |||
                <td>Increase your weed yield.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$300,000</td>  | |||
                <td>Increase the weed yield again.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
        </br>  | |||
        <table style="width:50%">  | |||
            <thead>  | |||
                <tr>  | |||
                <th colspan="3">Weed Quality</th>  | |||
                </tr>  | |||
            </thead>  | |||
            <tbody>  | |||
                <tr>  | |||
                <td style="width:5%">Tier</td>  | |||
                <td style="width:10%">Cost</td>  | |||
                <td style="width:85%">Function</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>1</td>  | |||
                <td>$100,000</td>  | |||
                <td>Increase the quality of your weed.</td>  | |||
                </tr>  | |||
                <tr>  | |||
                <td>2</td>  | |||
                <td>$150,000</td>  | |||
                <td>Increase the quality of your weed again.</td>  | |||
                </tr>  | |||
            </tbody>  | |||
        </table>  | |||
     </div>  |      </div>  | ||
</  |     </span>  | ||
</section>  | |||
</html>  | |||
==History==  | ==History==  | ||
===Origins===  | ===Origins===  | ||
The Mega Factory was introduced in Texas Life's 7.2 update.  | The Mega Factory was introduced in Texas Life's 7.2 update.  | ||
Latest revision as of 23:41, 21 May 2024
Mega Factory


Mega Factories can be purchased by locating an un-owned factory and using your Windows key to "buy". The base factory costs $20,000,000.
Benefits of the Mega Factory
The Mega Factory combines the features of Civillian Warehouses and Player Hideouts and offers additional benefits:
- Further upgrades for storage, meth lab, crafting, and bee hives.
 - Unlocks processing for all legal runs adding tobacco, cigars, wine, and rubies.
 - Unique features: illegal processor, forge, meeting room, break room, and kitchen.
 
Factory Upgrades
Upgrading the factory unlocks new functions:
| Car Carage | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $20,000 | Add a car garage to the factory. | 
| Storage | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $450,000 | Unlocks the storage room for virtual and physical items. | 
| 1 | $550,000 | Add another 2,000 storage space to the group storage room. | 
| 2 | $650,000 | Add another 3,000 storage space to the group storage room. | 
| 3 | $750,000 | Add another 4,000 storage space to the group storage room. | 
| 4 | $850,000 | Add another 5,000 storage space to the group storage room. | 
| 5 | $950,000 | Add another 6,000 storage space to the group storage room. | 
| Locker Storage | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $360,000 | Unlocks the locker storage that not all employees can access. | 
| 1 | $440,000 | Add another 1,000 storage space to the locker storage room. | 
| 2 | $520,000 | Add another 2,000 storage space to the group storage room. | 
| 3 | $600,000 | Add another 3,000 storage space to the group storage room. | 
| 4 | $680,000 | Add another 4,000 storage space to the group storage room. | 
| 5 | $760,000 | Add another 5,000 storage space to the group storage room. | 
| Fridge | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $100,000 | Unlocks a walk-in factory fridge to store food in. | 
| 1 | $150,000 | Add another 1,000 storage space to the fridge. | 
| 2 | $200,000 | Add another 2,000 storage space to the fridge. | 
| 3 | $250,000 | Add another 3,000 storage space to the fridge. | 
| 4 | $300,000 | Add another 4,000 storage space to the fridge. | 
| 5 | $350,000 | Add another 5,000 storage space to the fridge. | 
| Window Covers | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $50,000 | Covers the windows with planks. | 
| Bee Hives | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $75,000 | Add beehives to the factory. | 
| Bee Hive Capacity Upgrade | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $100,000 | Increase the honey capacity of the beehives by 50%. | 
| 2 | $125,000 | Increase the honey capacity of the beehives by another 50%. | 
| 3 | $150,000 | Increase the honey capacity of the beehives by another 50%. | 
| Bee Hive Generation Upgrade | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $75,000 | Increase the honey generation of the beehives by 50%. | 
| 2 | $100,000 | Increase the honey generation of the beehives by another 50%. | 
| 3 | $125,000 | Increase the honey generation of the beehives by another 50%. | 
| Workbench | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $100,000 | A place where you can craft items and gear. | 
| ADV. | $300,000 | Unlock the Advanced Workbench for more advanced crafting. | 
| 1 | $100,000 | Craft items at the workbench 5% faster. | 
| 2 | $200,000 | Craft items at the workbench 10% faster. | 
| 3 | $300,000 | Craft items at the workbench 15% faster. | 
| 4 | $400,000 | Craft items at the workbench 20% faster. | 
| 5 | $500,000 | Craft items at the workbench 20% faster. | 
| 6 | $600,000 | Craft items at the workbench 20% faster. | 
| AUTO | $500,000 | Crafting bench which automatically crafts items into its storage slowly. | 
| ID Card Machine | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $50,000 | Print convincing government ID cards. | 
| Computer | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $50,000 | Add a computer setup to the factory. Maybe browse the dark web. | 
| Major Planning Room | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $50,000 | Add a major planning room to the factory. | 
| Forge | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $50,000 | Add a forge to the factory. | 
| Meeting Room | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $50,000 | Add a meeting room to the factory. | 
| Break Room | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $20,000 | Add a break room to the factory. | 
| Kitchen | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $20,000 | Adds a kitchen to the factory for Bluking and Redbuger to cook. | 
| Legal Processor | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Tier | Cost | Function | ||||||||
| Base | $750,000 | Add a legal processor to the factory. | ||||||||
| Processor Selection | ||||||||||
![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
        ||
| Steel | Iron | Rubber | Earth | Coal | Tobacco | Cigar | Wine | Ruby | ||
| Illegal Processor | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Tier | Cost | Function | ||||||||
| Base | $1,500,000 | Add an illegal processor to the factory. | ||||||||
| Processor Selection | ||||||||||
![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
            ![]()  | 
        ||||||
| Uranium | Cocaine | Blood Diamond | Mexican Wine | Mexican Cigars | ||||||
| Meth Lab | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $300,000 | Add a Meth Lab to the factory. | 
| Meth Purity | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $250,000 | Increase the purity of your meth cook. | 
| 2 | $300,000 | Increase the purity of your meth cook more. | 
| Meth Cook Speed | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $200,000 | Increase the meth cooking speed. | 
| 2 | $250,000 | Increase the meth cooking speed more. | 
| 3 | $300,000 | Increase the meth cooking speed even more. | 
| 4 | $350,000 | Increase the meth cooking speed much more. | 
| Meth Yield Upgrade | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $250,000 | Double your meth yield. | 
| 2 | $300,000 | Double your meth yield again. | 
| 3 | $300,000 | Double your meth yield again. | 
| 4 | $300,000 | Double your meth yield again. | 
| 5 | $300,000 | Double your meth yield again. | 
| "Agriculture" Room | ||
|---|---|---|
| Tier | Cost | Function | 
| Base | $300,000 | Add a weed room to the factory. | 
| Weed Growth Speed | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $100,000 | Increase the growth speed. | 
| 2 | $150,000 | Increase the growth speed more. | 
| 3 | $200,000 | Increase the growth speed even more. | 
| 4 | $250,000 | Increase the growth speed much more. | 
| Weed Yield | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $250,000 | Increase your weed yield. | 
| 2 | $300,000 | Increase the weed yield again. | 
| Weed Quality | ||
|---|---|---|
| Tier | Cost | Function | 
| 1 | $100,000 | Increase the quality of your weed. | 
| 2 | $150,000 | Increase the quality of your weed again. | 
History
Origins
The Mega Factory was introduced in Texas Life's 7.2 update.











