morechems
This commit is contained in:
parent
01fbf138f9
commit
0d92351296
9 changed files with 108 additions and 5 deletions
62
Cryoxadone/cryoxadone.chemasm
Normal file
62
Cryoxadone/cryoxadone.chemasm
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
# 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
|
||||
1
Cryoxadone/cryoxadone.chemfuck
Normal file
1
Cryoxadone/cryoxadone.chemfuck
Normal file
|
|
@ -0,0 +1 @@
|
|||
+}>+++++++++++++++++++++++++++++++++++++++++++++++'$>++}$>+++}$>++++}$>+++++++++++++++++++++++++++++++++'<<<<<}>>>>>>+++++++++)@<<<<}@>}@>>>}>)<<<<<<'$>>>>>>++++++++++'<<<<<<<}>>>>>>>)@<}@>>+++++'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>>>++++++++++++++++++++[$**-]
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Makes Oil, 4x parallel
|
||||
# 400 Welding fuel in a can
|
||||
# turns up to 200 welding fuel into oil
|
||||
# Absolutly glacial though!
|
||||
# Absolutly glacial though! Use a chemical consensor instead!
|
||||
# Authored By Emiliathewolf
|
||||
|
||||
# =Inptuts=
|
||||
|
|
|
|||
25
Perfluorodecalin/perfluorodecalin.chemasm
Normal file
25
Perfluorodecalin/perfluorodecalin.chemasm
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Perfluorodecalin
|
||||
# Authored by rncwnd
|
||||
|
||||
# B1 Hydrogen
|
||||
# B2 Fluorine
|
||||
# B3 Salicylic Acid
|
||||
# B9 empty, temp beaker.
|
||||
# B10 output
|
||||
# (1,1,1) -> 1
|
||||
|
||||
# Sali needs to be at minimum 374K so we heat it.
|
||||
temp 3, 400
|
||||
# Make 50 in B9
|
||||
mov 25, 1, 9
|
||||
mov 25, 2, 9
|
||||
mov 25, 3, 9
|
||||
temp 9, 400
|
||||
# and 50 in B10
|
||||
mov 25, 1, 10
|
||||
mov 25, 2, 10
|
||||
mov 25, 3, 10
|
||||
temp 10, 400
|
||||
wait 2
|
||||
# Combine the two
|
||||
mov 50, 9, 10
|
||||
1
Perfluorodecalin/perfluorodecalin.chemfuck
Normal file
1
Perfluorodecalin/perfluorodecalin.chemfuck
Normal file
|
|
@ -0,0 +1 @@
|
|||
+++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>+++++++++)@>++}@<<<<<}@>>>>}>>)<<<<<'$>'>}>>>++++++++++)@<}@<<<<<}@>>>>>>}>)<<<<<<'$**>>>>>>++++++++++++++++++++++++++++++++++++++++++++++++++'<<<}>>)@
|
||||
|
|
@ -1,14 +1,15 @@
|
|||
# Salicylic Acid
|
||||
# Authored by rncwnd
|
||||
# Authored By rncwnd
|
||||
|
||||
# B1 Phenol 25+
|
||||
# B2 Sodium 25+
|
||||
# B3 Carbon 25+
|
||||
# B4 Oxygen 25+
|
||||
# B4 Oxygen
|
||||
# B10 Output
|
||||
|
||||
temp 4, 400
|
||||
mov 25, 1, 10
|
||||
mov 25, 2, 10
|
||||
mov 25, 3, 10
|
||||
mov 25, 4, 10
|
||||
mov 25, 4, 10
|
||||
temp 10, 400
|
||||
|
|
@ -1 +1 @@
|
|||
++++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@<<<<<<}@
|
||||
++++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@<<<<<<}@>>>>}>>>)<<<<<<'$
|
||||
12
UnstableMutagen/unstablemutagen.chemasm
Normal file
12
UnstableMutagen/unstablemutagen.chemasm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Unstable Mutagen
|
||||
# Authored by: rncwnd
|
||||
|
||||
|
||||
# B1 Radium 33+
|
||||
# B2 Plasma 33+
|
||||
# B3 Chlorine 33+
|
||||
# B10 Output
|
||||
|
||||
mov 33, 1, 10
|
||||
mov 33, 2, 10
|
||||
mov 33, 3, 10
|
||||
1
UnstableMutagen/unstablemutagen.chemfuck
Normal file
1
UnstableMutagen/unstablemutagen.chemfuck
Normal file
|
|
@ -0,0 +1 @@
|
|||
+++++++++++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@
|
||||
Loading…
Add table
Add a link
Reference in a new issue