Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. //R-UST port
  2. /obj/item/weapon/book/manual/rust_engine
  3. name = "R-UST Operating Manual"
  4. icon_state = "bookSupermatter"
  5. author = "Cindy Crawfish"
  6. title = "R-UST Operating Manual"
  7.  
  8. /obj/item/weapon/book/manual/rust_engine/New()
  9. ..()
  10. dat = {"<html>
  11. <head>
  12. <style>
  13. h1 {font-size: 18px; margin: 15px 0px 5px;}
  14. h2 {font-size: 15px; margin: 15px 0px 5px;}
  15. li {margin: 2px 0px 2px 15px;}
  16. ul {margin: 5px; padding: 0px;}
  17. ol {margin: 5px; padding: 0px 15px;}
  18. body {font-size: 13px; font-family: Verdana;}
  19. </style>
  20. </head>
  21. <body>
  22. <br><br>
  23. <ol>
  24. <li>Put uranium in the portable generator near the gyrotron and turn it to full. This is to provide initial power to the core.</li>
  25. <li>Enable and max output on the SMES in the engine room. This is to power the gyrotron.</li>
  26. <li>Go into the control room, interact with the fusion core control console. Turn the field on and raise size to 501. Any bigger and it will start EMPing the doors. Any smaller and the fuel pellets might miss.</li>
  27. <li>Interact with the gyrotron control computer, set power as high as the SMES can support, usually around 4, and turn it on. This will start increasing the plasma temperature to the point where reactions can occur.</li>
  28. <li>Go into the engine room and insert a deuterium fuel assembly and a tritium fuel assembly into two of the fuel injectors. You can make deuterium rods in the fuel compressor if you want to play it safe.</li>
  29. <li>Go back to the control room and turn the fuel injectors on. This will start firing pellets into the field.</li>
  30. <li>Wait for reactions to start (plasma temperature will spike and fuel amounts will drop). Turn the gyrotron power down until it's keeping up with field instability. This will prevent cumulative instability from the deuterium-tritium reaction fucking up the field. If you're using straight deuterium instability isn't a problem and you can turn the gyrotron off.</li>
  31. <li>Configure the SMES, turn the PACMAN off before it explodes.</li>
  32. </ol>
  33. <br>
  34. <b>NOTES FOR NEWBIES</b>
  35. <br>
  36. Anything touching the field will mess with its stability and eventually cause it to rupture. Rupturing is bad. Use the gyrotron to keep instability down if you're running the engine on unstable fuel.
  37. <br><br>
  38. Likewise, no matter how sad the core seems, don't fucking hug it, you'll blow the field out and set the engine room on fire.
  39. </body>
  40. </html>"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement