62 lines
No EOL
915 B
Text
62 lines
No EOL
915 B
Text
# Cryoxadone
|
|
# Authored by: rncwnd
|
|
# B1 Water, 73+
|
|
# B2 Plasma, 33+
|
|
# B3 Nitrogen, 33+
|
|
# B4 Platinum 20+
|
|
# B9 Cryostylane output (49 of)
|
|
# B10 Cryoxadone output (50 of)
|
|
|
|
# Preheat everything
|
|
temp 1, 320
|
|
temp 2, 320
|
|
temp 3, 320
|
|
temp 4, 320
|
|
|
|
# Makes 99 Cryostylane in B9
|
|
mov 33, 1, 9
|
|
mov 33, 2, 9
|
|
mov 33, 3, 9
|
|
# Preheat cryo
|
|
temp 9, 320
|
|
|
|
# Make Cryoxadone
|
|
# 3:1:2 -> 2 ratio Stylane, plat, water
|
|
# The sfor loop doesn't work properly, for some reason it skips the first mov.
|
|
# As such, we unroll the loop here.
|
|
|
|
mov 10, 1, 10
|
|
mov 10, 9, 10
|
|
mov 5, 4, 10
|
|
temp 10, 320
|
|
wait 2
|
|
|
|
mov 10, 1, 10
|
|
mov 10, 9, 10
|
|
mov 5, 4, 10
|
|
temp 10, 320
|
|
wait 2
|
|
|
|
mov 10, 1, 10
|
|
mov 10, 9, 10
|
|
mov 5, 4, 10
|
|
temp 10, 320
|
|
wait 2
|
|
|
|
mov 10, 1, 10
|
|
mov 10, 9, 10
|
|
mov 5, 4, 10
|
|
temp 10, 320
|
|
wait 2
|
|
|
|
mov 10, 1, 10
|
|
mov 10, 9, 10
|
|
mov 5, 4, 10
|
|
temp 10, 320
|
|
wait 2
|
|
|
|
# Final heating step, removes any ice formed by the endothermic
|
|
sfor 20
|
|
temp 10, 320
|
|
wait 2
|
|
end |