3 Star 0 Fork 0

Gitee 极速下载/reactor-knockoff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gltyx/reactor-knockoff
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 25.78 KB
一键复制 编辑 原始数据 按行查看 历史
zhaolinxu 提交于 2年前 . gx
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Reactor Knockoff - ZenMod</title>
<script>
if ( window.location.hostname.indexOf('.github.io') !== -1 && window.location.protocol !== 'https:' ) {
window.location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/app.perf.css">
<link rel="stylesheet" href="css/cms.css">
</head>
<body>
<script src="chs.js"></script>
<script src="core.js"></script>
<div id="wrapper">
<main id="main" class="reactor_showing">
<!-- ---- Secondary ---- -->
<div id="secondary" class="panel_holder">
<!-- -- Stats -- -->
<section id="stats_section" class="panel">
<h2 class="stats_section_heading heading">Stats</h2>
<!-- Heat -->
<section id="heat">
<h3 class="heading"><span class="current">Current</span> Heat</h3>
<p id="heat_indicator">
<span id="heat_text">
<span id="heat_wrapper">
<span id="current_heat">0</span>/<span id="max_heat">0</span>
<span id="heat_per_tick_wrapper">(<span id="heat_per_tick">0</span> last tick)</span>
</span>
</span>
<span id="heat_percentage"></span>
</p>
<button id="reduce_heat">
<span id="manual_heat_reduce"></span>
(<span id="auto_heat_reduce"></span>/tick)
</button>
</section>
<!-- Power -->
<div id="power_section">
<section id="power">
<h3 class="heading"><span class="current">Current</span> Power</h3>
<p id="power_indicator">
<span id="power_text">
<span id="current_power">0</span>/<span id="max_power">0</span>
</span>
<span id="power_per_tick_wrapper">(<span id="power_per_tick">0</span> last tick)</span>
<span id="power_percentage"></span>
</p>
</section>
<button id="sell">Sell</button>
</div>
<!-- Currency -->
<p id="currency">
<span id="money_wrapper">
$<span id="money">0</span>
<span id="money_per_tick_wrapper">(<span id="money_per_tick">0</span> last tick)</span>
</span>
<span id="exotic_particles_wrapper">
<span id="current_exotic_particles">0</span> EP (<span id="exotic_particles">0</span>) <br> ~(<span id="ep_per_tick">0</span> per tick)
</span>
</p>
<!-- button id="scrounge">Scrounge for Cash</button -->
<menu id="more_stats">
<button id="more_stats_toggle"></button>
</menu>
</section>
<!-- -- Parts -- -->
<section id="parts_section" class="panel">
<h2 class="heading">Parts</h2>
<div id="all_parts">
<!-- nav id="parts_nav">
<a href="#top" id="parts_nav_top">&utrif;</a>
<a href="#bottom" id="parts_nav_bottom">&dtrif; </a>
</nav -->
<menu id="parts" class="page subpanel showing">
<!-- div id="top"></div -->
<menu id="power">
<menu id="cells" class="cells"></menu>
<menu id="reflectors"></menu>
<menu id="capacitors"></menu>
</menu>
<menu id="cooling">
<menu id="vents"></menu>
<menu id="heat_exchangers"></menu>
<menu id="heat_inlets"></menu>
<menu id="heat_outlets"></menu>
<menu id="coolant_cells"></menu>
<menu id="reactor_platings"></menu>
<menu id="particle_accelerators"></menu>
</menu>
<!-- div id="bottom"></div -->
</menu>
</div>
</section>
</div>
<!-- ---- Primary ---- -->
<div id="primary" class="panel_holder">
<!-- -- Top -- -->
<div id="tooltip_nav" class="panel">
<!-- Nav -->
<menu id="nav">
<div class="flex_nav">
<menu>
<button id="options" class="nav" data-section="reactor_upgrades" data-page="options_section">Options</button>
<button id="show_help" class="nav" data-section="reactor_upgrades" data-page="help_section">Help</button>
<button id="show_about" class="nav" data-section="reactor_upgrades" data-page="about_section">About</button>
<br>
<button id="pause_toggle"></button>
</menu>
<menu id="slider_buttons">
<button id="auto_buy_toggle"></button>
<div>
<button id="auto_sell_toggle"></button>
<br>
<input type="range" class="slider" id="auto_sell_slider">
<p id="auto_sell_text">1</p>
</div>
<div>
<button id="heat_control_toggle"></button>
<br>
<input type="range" class="slider" id="heat_control_slider">
<p id="heat_control_text">1</p>
</div>
</menu>
</div>
<div class="flex_nav">
<menu>
</menu>
<menu>
</menu>
</div>
<div class="flex_nav">
<menu>
<button id="show_reactor" class="nav" data-section="reactor_upgrades" data-page="reactor_section">Reactor</button>
<button id="show_upgrades" class="nav" data-section="reactor_upgrades" data-page="upgrades_section">Upgrades</button>
<button id="show_experiments" class="nav" data-section="reactor_upgrades" data-page="experimental_upgrades_section">Experiments</button>
</menu>
<menu>
</menu>
</div>
</menu>
<!-- -- Tooltip -- -->
<section id="tooltip">
<div id="tooltip_data" class="subpanel">
<p id="tooltip_cost" title="Cost"></p>
<p id="tooltip_heat_per_wrapper" title="Heat per tick">
Heat: <span id="tooltip_heat_per"></span>
</p>
<p id="tooltip_power_per_wrapper" title="Power per tick">
Power: <span id="tooltip_power_per"></span>
</p>
<p id="tooltip_ticks_wrapper" title="Ticks remaining">
Durability: <span id="tooltip_ticks"></span>/<span id="tooltip_max_ticks"></span>
</p>
<p id="tooltip_heat_wrapper" title="Heat contained">
Heat: <span id="tooltip_heat"></span>/<span id="tooltip_max_heat"></span>
</p>
<p id="tooltip_sells_wrapper">
Sells for: <span id="tooltip_sells"></span>
</p>
<p id="tooltip_chance_wrapper" title="Sells for">
EP chance: <span id="tooltip_chance"></span>% per tick (<span id="tooltip_chance_percent_of_total"></span>% of max)
</p>
</div>
<div id="tooltip_text" class="subpanel">
<div id="tooltip_info">
<h2 class="headline" id="tooltip_name" title="Name"></h2>
<p id="tooltip_description" title="Description" class="explanitory"></p>
<br>
<p id="tooltip_flavor" title="Flavor" class="explanitory"></p>
</div>
</div>
</section>
</div>
<!-- -- Middle -- -->
<section id="objectives_section" class="panel">
<h2 id="objectives_header">Objective</h2>
<div id="objectives_wrapper" class="subpanel">
<div id="objectives_content">
<p id="objective_title"></p>
<p id="objective_reward"></p>
</div>
</div>
</section>
<!-- -- Bottom -- -->
<div id="reactor_upgrades" class="panel">
<!-- Reactor -->
<section id="reactor_section" class="page showing">
<header id="reactor_header">
<h2 class="heading">Reactor</h2>
<div id="reactor_stats">
<span id="stats_vent" class="stat" title="Estimated total heat venting per tick">0</span>
<span id="stats_inlet" class="stat" title="Total potential heat inletting per tick">0</span>
<span id="stats_outlet" class="stat" title="Total potential heat outletting per tick">0</span>
<span id="stats_power" class="stat" title="Estimated power per tick">0</span>
<span id="stats_heat" class="stat" title="Estimated heat per tick">0</span>
<span id="stats_cash" class="stat" title="Estimated autosell cash per tick">0</span>
</div>
</header>
<!-- the javascript code should prevent the context menu from showing but
someone reported a issue on it https://github.com/asl97/reactor-knockoff/pull/1 -->
<div id="reactor_wrapper" oncontextmenu="return false;">
<div id="tile_wrapper" class="subpanel">
<div id="reactor"></div>
</div>
<div id="reactor_background"></div>
</div>
</section>
<!-- Help -->
<section id="help_section" class="page">
<h2 class="heading">Help</h2>
<div id="help" class="subpanel explanitory cms help">
<h4>Disclaimer</h4><p>This section is a work in progress!
Information in this section may be inaccurate or incomplete.
Take every piece of information with a grain of salt!</p><h4>Components</h4><p><img src="img/cell_1_1.gif"><img src="img/cell_2_1.gif"><img src="img/cell_3_1.gif"><img src="img/cell_4_1.gif"><img src="img/cell_5_1.gif"><img src="img/cell_6_1.gif">
Power cells generate heat and power. Each cell in a given tile gives a pulse to each adjacent tile. Heat and power scale with the number of pulses recieved.
Pulses Recieved (U), Single cell base power (P), Single cell base heat (H), Cell count (C)
(M) 1 for single, 4 for double, 12 for quad
Power: P * (M + U)
Heat: H * (M + U)^2/C
<img src="img/reflector_1.gif"><img src="img/reflector_2.gif"><img src="img/reflector_3.gif"><img src="img/reflector_4.gif"><img src="img/reflector_5.gif">
Neutron Reflectors provide a power bonus to adjacent cells stacking additively with each other.
<img src="img/capacitor_1.gif"><img src="img/capacitor_2.gif"><img src="img/capacitor_3.gif"><img src="img/capacitor_4.gif"><img src="img/capacitor_5.gif">
Capacitors increase the total energy capacity of the reactor.
<img src="img/plating_1.gif"><img src="img/plating_2.gif"><img src="img/plating_3.gif"><img src="img/plating_4.gif"><img src="img/plating_5.gif">
platings increase the total heat capacity of the reactor.
<img src="img/vent_1.gif"><img src="img/vent_2.gif"><img src="img/vent_3.gif"><img src="img/vent_4.gif"><img src="img/vent_5.gif">
Vents dissipate contained heat.
Base heat capacity (C), Base ventillation (V), Sum of all capacitor tiers (C<sub>t</sub>), Sum of all plating tiers (P<sub>t</sub>), Improved Heatsinks level (S), Active Venting level (A)
Ventillation: V * (1 + A * C<sub>t</sub> / 200) * (1 + S * P<sub>t</sub> / 200)
Heat Capacity: C * (1 + A * C<sub>t</sub> / 200) * (1 + S * P<sub>t</sub> / 200)
<img src="img/exchanger_1.gif"><img src="img/exchanger_2.gif"><img src="img/exchanger_3.gif"><img src="img/exchanger_4.gif"><img src="img/exchanger_5.gif">
Exchangers balance heat between themselves and adjacent components.
Base heat capacity (C), Base transfer (T), Sum of all capacitor tiers (C<sub>t</sub>), Sum of all plating tiers (P<sub>t</sub>), Reinforced Heat Exchnagers level (R), Active Exchnagers level (A)
Transfer Rate: T * (1 + A * C<sub>t</sub> / 200) * (1 + R * P<sub>t</sub> / 200)
Heat Capacity: C * (1 + A * C<sub>t</sub> / 200) * (1 + R * P<sub>t</sub> / 200)
<img src="img/inlet_1.gif"><img src="img/inlet_2.gif"><img src="img/inlet_3.gif"><img src="img/inlet_4.gif"><img src="img/inlet_5.gif">
Inlets move heat from adjacent components into the reactor.
Base transfer (T), Sum of all capacitor tiers (C<sub>t</sub>), Sum of all plating tiers (P<sub>t</sub>), Reinforced Heat Exchnagers level (R), Active Exchnagers level (A)
Transfer Rate: T * (1 + A * C<sub>t</sub> / 200) * (1 + R * P<sub>t</sub> / 200)
<img src="img/outlet_1.gif"><img src="img/outlet_2.gif"><img src="img/outlet_3.gif"><img src="img/outlet_4.gif"><img src="img/outlet_5.gif">
Outlets move heat from the reactor into adjacent components.
Base transfer (T), Sum of all capacitor tiers (C<sub>t</sub>), Sum of all plating tiers (P<sub>t</sub>), Reinforced Heat Exchnagers level (R), Active Exchnagers level (A)
Transfer Rate: T * (1 + A * C<sub>t</sub> / 200) * (1 + R * P<sub>t</sub> / 200)
<img src="img/coolant_1.gif"><img src="img/coolant_2.gif"><img src="img/coolant_3.gif"><img src="img/coolant_4.gif"><img src="img/coolant_5.gif">
Coolant cells hold heat.
<img src="img/accelerator_1.gif"><img src="img/accelerator_2.gif"><img src="img/accelerator_3.gif"><img src="img/accelerator_4.gif"><img src="img/accelerator_5.gif">
Particle Accelerators produce exotic particles based on the heat passing through them each tick.
Max Heat BEFORE upgrades (m), Max Heat (M), Heat throughput (H), Tier (T), Enhanced Acceleration Levle (E)
Particle production: (Ln(min(M, H)) / 10 ^ (5-T)) * (min(M, H) / m) * 10^E
Ln(x) - The natural log (base e) of x
min(x, y) - the lowest value between x and y
<div class="has_spoiler"><button class="show_spoiler">Usage</button>
<img src="img/help/pa_spoiler_1.png" class="spoiler">
<img src="img/help/pa_spoiler_2.png" class="spoiler">
</div>
</p>
</div>
</section>
<!-- Options -->
<section id="options_section" class="page">
<h2 class="heading">Options</h2>
<div id="options" class="subpanel explanitory cms">
<div>
<p><button id="trigger_save">Save game</button>
<button id="export_save">Export save</button>
<button id="download_save">Download save</button>
<button id="import_save">Import save</button>
<button id="reset_game">Reset game</button></p>
<dialog id="Import_Export_dialog" style="padding: 0; border: none;">
<div class="panel">
<form method="dialog" class="subpanel">
<menu style="float: right">
<button id="Import_Export_close_button" type="reset">Cancel</button>
<button id="import_button" type="submit">Import</button>
</menu>
<section>
<textarea id="txtImportExport" rows="10" cols="75"></textarea>
</section>
</form>
</div>
</dialog>
</div>
<div class="wide_buttons">
<p><button id="speed_hack">Speed Hack</button>
<button id="offline_tick">Offline Tick</button>
</p>
</div>
</div>
</section>
<!-- About -->
<section id="about_section" class="page wide_buttons">
<h2 class="heading">About</h2>
<div id="about" class="subpanel explanitory cms">
<p>A modification of <a href="https://cwmonkey.github.io/reactor-knockoff/" target="_blank">Reactor Knockoff</a>.</p>
<p>Based on <a href="http://www.kongregate.com/games/Cael/reactor-incremental" target="_blank">Reactor Incremental</a>.</p>
<p>UI based on <a href="http://opengameart.org/content/sci-fi-user-interface-elements" target="_blank">Sci-fi User Interface Elements</a> by <a href="http://opengameart.org/users/buch" target="_blank">Buch</a>.</p>
<p></p>
<p><button class="nav" data-section="reactor_upgrades" data-page="patch_section">See Patch Notes</button></p>
</div>
</section>
<!-- Patch Notes -->
<section id="patch_section" class="page">
<h2 class="heading">Patch Notes</h2>
<div id="about" class="subpanel explanitory cms">
<div class="wide_buttons">
<button id="show_reactor" class="nav" data-section="reactor_upgrades" data-page="reactor_section">Back to Reactor</button>
</div>
<section class="patch">
<h3>0.2.2</h3>
<li>Initial - August 14th 2022</li>
<ul>
<li>Fixes</li>
<ul>
<li>Exchangers now consider plating and capacitors when deciding how much heat to transfer to vents</li>
</ul>
<li>Changes</li>
<ul>
<li>The internal code for accelerators has been changed, old setups should still work</li>
<li>Re-enabled Blackhole Accelerator upgrade (use at your own risk)</li>
<li>Heavily boosted heat capacities of particle accelerators (2x max throughput)</li>
</ul>
</ul>
<h3>0.2.1</h3>
<li>F1 - August 13th 2022</li>
<ul>
<li>Bug Fixes</li>
<ul>
<li>Extreme Capacitors now add the proper amount of heat based</li>
</ul>
</ul>
<li>Initial - August 12th 2022</li>
<ul>
<li>Changes</li>
<ul>
<li>Made Buttons darker for readability.</li>
<li>Moved the pause button.</li>
<li>Normalized button size for each section.</li>
<li>Added tuning slider for Heat Controller.</li>
<li>Added tuning slider for Auto Sell.</li>
<li>Window Width is now constant.</li>
<li>Removed all traces of Google Drive Online Save (It wasn't useable anyway)</li>
</ul>
</ul>
<h3>Bandage solution - August 10th 2022</h3>
<li>Disabled the ability to unlock black hole accelerators as they are 100% broken.</li>
<h1>Be sure to double check your cooling capability and heat generation if you are using experimental cells! This fix may cause an unexpected increase in heat generation!</h1>
<h3>Quick fix - August 9th 2022</h3>
<li>Unleashed Cells no longer reduces heat related effects from experimental cell upgrades.</li>
<h3>ZenMod v0.2.0 - July 25th - August 9th 2022</h3>
<p>NOTE: this is every ZenMod change (that I remember XD). Each section is in chronological order</p>
<ul>
<li>Additions:</li>
<ul>
<li>Perpetual Experimental Cell upgrades.</li>
<li>Chlorophymium.</li>
<li>Mitochdonrium.</li>
<li>Many upgrades now have a second tier.</li>
<li>Particle accelerators now have a standard upgrade.</li>
<li>Approximate EP per tick display.</li>
<li>Bang For Your Buck upgrade.</li>
<li>Increase utility prices upgrade.</li>
<li>Coolant Innovation upgrade.</li>
</ul>
<li>Changes</li>
<ul>
<li>Replaced every texture with similar ones of my own.</li>
<li>Vent and Plating boosts for components multiply together instead of adding and are half as strong.</li>
<li>Reorganized upgrades.</li>
<li>Made help helpful.</li>
<li>Heavily optimized the protium code that I ruined.</li>
<li>Reactor meltdowns no longer instantly save the game.</li>
<li>The game is immediately paused on loading or importing.</li>
<li>Moved the Coolant Innovation upgrade.</li>
<li>Made the tooltip box larger.</li>
<li>Added flavor text to every component.</li>
<li>Double Click no longer acts as shit + click</li>
</ul>
<li>Bug fixes</li>
<ul>
<li>You can no longer place locked components.</li>
<li>You can no longer place locked components^2.</li>
<li>All accelerators no hold a max of 100 heat to prevent abuse of higher tiers.</li>
<li>Reduce Heat to 0 objective no longer requires you to manually reduce heat.</li>
<li>Improved Power Lines is no no longer doing double the intended effect.</li>
</ul>
<ul>
</section>
<section class="patch">
<h3>v1.3.2 - June 14th, 2018</h3>
<ul>
<li>Improvement:</li>
<ul>
<li>Upgrade tick catchup to offline ticks!</li>
</ul>
<ul>
</section>
<section class="patch">
<h3>v1.3.1 - June 12th, 2018</h3>
<ul>
<li>New Features:</li>
<ul>
<li>Save data exporting and importing</li>
<li>Additional hotkeys/macro:</li>
<ul>
<li>Hold keys in bracket and click to use the macro</li>
<li>Row (ctrl)</li>
<li>Column (alt)</li>
<li>Spacing options (number)</li>
<li>Don't filter by part (shift)</li>
<li>Checkered fill (ctrl+alt+shift)</li>
</ul>
<li>A reset button!</li>
<li>New upgrade which prevents outlets from outputting more than what the vent can handle</li>
<li>Speed hack toggle, throw more stuff into their own layer and thus reduce paint time (at the cost of memory)</li>
<li>Tick catchup</li>
</ul>
<li>Improvement:</li>
<ul>
<li>Replacing now works with same category parts, eg: downgrading, switching cell type</li>
<li>Replacing tiles is now faster</li>
<li>Less cpu usage when not on reactor tile panel</li>
<li>Shift/Double click now works on empty tiles</li>
<li>Greatly improve performance</li>
<ul>
<li>Faster repaint time by layering frequently updated ui (Improve fps/lag)</li>
<li>Faster tick timing (faster loading after offline)</li>
<li>Less lag spike for UI, tooltip</li>
<li>Percentage bar and overheating redness are now updated in steps (reduce repainting)</li>
</ul>
<li>Tile queue now buys as many as possible per tick</li>
</ul>
<li>Bug fixes:</li>
<ul>
<li>Right click no longer buy stuff</li>
<li>Fixes Heat Control Operator adding heat</li>
<li>Left+right click triggering double click function and deleting tiles</li>
<li>Replacing tiles with another now reimburse the amount for the part</li>
<li>Fixes reflector ui load bug</li>
<li>Fixes heat outlet heat distribution bug with multi-tier setup</li>
<li>Fixes extreme plating adding to max power despite not being bought yet</li>
<li>Make sure background get updated when placing plating so it doesn't get stuck on red</li>
</ul>
</ul>
</section>
<section class="patch">
<h3>v1.2.0 - February 7th, 2015</h3>
<ul>
<li>Signific code changes that shouldn't (but may) affect gameplay</li>
<li>Added Objectives</li>
<li>Removed old Particle Accelerator upgrades</li>
<li>Added individual experimental Particle Accelerator upgrades</li>
</ul>
</section>
<section class="patch">
<h3>v1.1.0 - January 13th, 2016</h3>
<h4>Features:</h4>
<ul>
<li>Added patch notes</li>
<li>Styling fixes to "pages"</li>
</ul>
<h4>Bug Fixes:</h4>
<ul>
<li>Fixed an issue with game loop firing too often</li>
<li>Platings (and possibly other things) now give 100% of their cost back when sold</li>
<li>Fixed sell costs for some components</li>
<li>Reflectors now start with a base % greater than 0</li>
<li>Multiple Exotic Particles gained when over 100% chance</li>
<li>Fixed support for larger touch devices to allow for selling, etc</li>
</ul>
</section>
<div class="wide_buttons">
<button id="show_reactor" class="nav" data-section="reactor_upgrades" data-page="reactor_section">Back to Reactor</button>
</div>
</div>
</section>
<!-- Upgrades -->
<div id="all_upgrades">
<!-- regular -->
<section id="upgrades_section" class="page">
<h2 class="heading">Upgrades</h2>
<div id="upgrades" class="subpanel">
<div id="cell_upgrades">
<div id="cell_tick_upgrades">
</div>
<div id="cell_power_upgrades">
</div>
<div id="cell_perpetual_upgrades">
</div>
</div>
<div id="otherA_upgrades">
</div>
<div id="otherB1_upgrades">
</div>
<div id="otherB2_upgrades">
</div>
<div id="otherB3_upgrades">
</div>
<div id="otherB4_upgrades">
</div>
<div id="vent_upgrades">
</div>
<div id="exchanger_upgrades">
</div>
</div>
</section>
<!-- experimental -->
<section id="experimental_upgrades_section" class="page">
<h2 class="heading">Experimental Upgrades</h2>
<div id="experimental_upgrades" class="subpanel">
<div id="experimental_laboratory"></div>
<div id="experimental_boost"></div>
<div id="experimental_particle_accelerators"></div>
<div id="experimental_cells"></div>
<div id="experimental_cell_boost"></div>
<div id="experimental_cell_perpetual"></div>
<div id="experimental_parts"></div>
</div>
<div id="reboot_section" class="explanitory wide_buttons">
<button id="reboot">Reboot for <span id="reboot_exotic_particles">0</span> Exotic Particles (EP)</button>
<p>
Rebooting the reactor will remove all parts, regular upgrades and money. Only your current experimental upgrades and EP will stay with you.
</p>
</div>
<div id="refund_section" class="explanitory wide_buttons">
<button id="refund">Reboot and refund <span id="refund_exotic_particles">0</span> Exotic Particles</button>
<p>
All of the above applies, however this will undo all your experiment upgrades and refund all your Exotic Particles.
</p>
</div>
</section>
</div>
</div>
</div>
</main>
</div>
<script src="js/app.compat.js"></script>
<script src="js/app.globals.js"></script>
<script src="js/app.parts.js"></script>
<script src="js/app.upgrades.js"></script>
<script src="js/app.objectives.js"></script>
<script src="js/app.ui.js"></script>
<script src="js/app.upgrade.js"></script>
<script src="js/app.save.js"></script>
<script src="js/app.hotkeys.js"></script>
<script src="js/app.js"></script>
<script>
window.pause()
</script>
<!--站长统计-->
<div style="display: none">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?6581389daf4dd6fe7dbb4d20fdcb52a6";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/reactor-knockoff.git
git@gitee.com:mirrors/reactor-knockoff.git
mirrors
reactor-knockoff
reactor-knockoff
main

搜索帮助