From 0d9235129662e9ff483917c321e8565b9ad15a94e84fc9637f0adb9d4078cd4a Mon Sep 17 00:00:00 2001 From: Emiliathewolf Date: Sun, 28 Sep 2025 14:58:49 +0100 Subject: [PATCH] morechems --- Cryoxadone/cryoxadone.chemasm | 62 ++++++++++++++++++++++ Cryoxadone/cryoxadone.chemfuck | 1 + Oil/Oil4x.chemasm | 2 +- Perfluorodecalin/perfluorodecalin.chemasm | 25 +++++++++ Perfluorodecalin/perfluorodecalin.chemfuck | 1 + SalicylicAcid/salicylicacid.chemasm | 7 +-- SalicylicAcid/salicylicacid.chemfuck | 2 +- UnstableMutagen/unstablemutagen.chemasm | 12 +++++ UnstableMutagen/unstablemutagen.chemfuck | 1 + 9 files changed, 108 insertions(+), 5 deletions(-) create mode 100644 Cryoxadone/cryoxadone.chemasm create mode 100644 Cryoxadone/cryoxadone.chemfuck create mode 100644 Perfluorodecalin/perfluorodecalin.chemasm create mode 100644 Perfluorodecalin/perfluorodecalin.chemfuck create mode 100644 UnstableMutagen/unstablemutagen.chemasm create mode 100644 UnstableMutagen/unstablemutagen.chemfuck diff --git a/Cryoxadone/cryoxadone.chemasm b/Cryoxadone/cryoxadone.chemasm new file mode 100644 index 0000000..371836a --- /dev/null +++ b/Cryoxadone/cryoxadone.chemasm @@ -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 \ No newline at end of file diff --git a/Cryoxadone/cryoxadone.chemfuck b/Cryoxadone/cryoxadone.chemfuck new file mode 100644 index 0000000..f8a5a3d --- /dev/null +++ b/Cryoxadone/cryoxadone.chemfuck @@ -0,0 +1 @@ ++}>+++++++++++++++++++++++++++++++++++++++++++++++'$>++}$>+++}$>++++}$>+++++++++++++++++++++++++++++++++'<<<<<}>>>>>>+++++++++)@<<<<}@>}@>>>}>)<<<<<<'$>>>>>>++++++++++'<<<<<<<}>>>>>>>)@<}@>>+++++'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>'<<<<<<<}>>>>>>>)@<}@>>'<<<<}@>>>}>>)<<<<<<<<'$**>>>>>>>>++++++++++++++++++++[$**-] \ No newline at end of file diff --git a/Oil/Oil4x.chemasm b/Oil/Oil4x.chemasm index 428c96f..478edbe 100644 --- a/Oil/Oil4x.chemasm +++ b/Oil/Oil4x.chemasm @@ -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= diff --git a/Perfluorodecalin/perfluorodecalin.chemasm b/Perfluorodecalin/perfluorodecalin.chemasm new file mode 100644 index 0000000..2a4a074 --- /dev/null +++ b/Perfluorodecalin/perfluorodecalin.chemasm @@ -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 \ No newline at end of file diff --git a/Perfluorodecalin/perfluorodecalin.chemfuck b/Perfluorodecalin/perfluorodecalin.chemfuck new file mode 100644 index 0000000..77985b2 --- /dev/null +++ b/Perfluorodecalin/perfluorodecalin.chemfuck @@ -0,0 +1 @@ ++++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>+++++++++)@>++}@<<<<<}@>>>>}>>)<<<<<'$>'>}>>>++++++++++)@<}@<<<<<}@>>>>>>}>)<<<<<<'$**>>>>>>++++++++++++++++++++++++++++++++++++++++++++++++++'<<<}>>)@ \ No newline at end of file diff --git a/SalicylicAcid/salicylicacid.chemasm b/SalicylicAcid/salicylicacid.chemasm index 6273fd9..63e5253 100644 --- a/SalicylicAcid/salicylicacid.chemasm +++ b/SalicylicAcid/salicylicacid.chemasm @@ -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 \ No newline at end of file +mov 25, 4, 10 +temp 10, 400 \ No newline at end of file diff --git a/SalicylicAcid/salicylicacid.chemfuck b/SalicylicAcid/salicylicacid.chemfuck index 26c498f..d94a905 100644 --- a/SalicylicAcid/salicylicacid.chemfuck +++ b/SalicylicAcid/salicylicacid.chemfuck @@ -1 +1 @@ -++++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@<<<<<<}@ \ No newline at end of file +++++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@<<<<<<}@>>>>}>>>)<<<<<<'$ \ No newline at end of file diff --git a/UnstableMutagen/unstablemutagen.chemasm b/UnstableMutagen/unstablemutagen.chemasm new file mode 100644 index 0000000..ec7ca91 --- /dev/null +++ b/UnstableMutagen/unstablemutagen.chemasm @@ -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 \ No newline at end of file diff --git a/UnstableMutagen/unstablemutagen.chemfuck b/UnstableMutagen/unstablemutagen.chemfuck new file mode 100644 index 0000000..c273cb6 --- /dev/null +++ b/UnstableMutagen/unstablemutagen.chemfuck @@ -0,0 +1 @@ ++++++++++++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@ \ No newline at end of file