Oil, author changes, salicylicacid

This commit is contained in:
Emiliathewolf 2025-09-27 18:44:32 +01:00
parent 8f52debe56
commit 01fbf138f9
9 changed files with 95 additions and 4 deletions

View file

@ -1,14 +1,16 @@
#Amonia. Makes 75 Amonia.
#Ammonia. Makes 75 Ammonia.
#Authored by rncwnd
#Load slot 1 with 75+ Hydrogen
#Load slot 2 with 25+ Nitrogen
#Load Slot 9 with an emtpy beaker
#Load slot 10 with an empty beaker
# Make 48 Amonia in B9
# Make 48 Ammonia in B9
mov 16, 2, 9
mov 48, 1, 9
# Make 48 Amonia in B10
# Make 48 Ammonia in B10
mov 16, 2, 10
mov 48, 1, 10
# Combine B9 and B10 to make 96 Amonia
# Combine B9 and B10 to make 96 Ammonia
mov 48, 9, 10

47
Oil/Oil4x.chemasm Normal file
View file

@ -0,0 +1,47 @@
# Makes Oil, 4x parallel
# 400 Welding fuel in a can
# turns up to 200 welding fuel into oil
# Absolutly glacial though!
# Authored By Emiliathewolf
# =Inptuts=
# B1 Welding Fuel 1, 0-100
# B2 Welding Fuel 2, 0-100
# B3 Empty Large Beaker
# B4 Empty Large Beaker
# B5 Carbon, 4+
# B6 Hydrogen, 4+
# =Outputs=
#B1, Oil, 0-50
#B2, Oil, 0-50
#B3, Oil, 0-50
#B4, Oil, 0-50
#Split out welding fuel
mov 50, 1, 3
mov 50, 2, 4
#Add carbon
mov 1, 5, 1
mov 1, 5, 2
mov 1, 5, 3
mov 1, 5, 4
#Add hydrogen
mov 1, 6, 1
mov 1, 6, 2
mov 1, 6, 3
mov 1, 6, 4
#Heat to <303k while waiting
sfor 24
temp 1, 302
temp 2, 302
temp 3, 302
temp 4, 302
wait 10
end
#Condense
movall 3, 1
movall 4, 2

1
Oil/Oil4x.chemfuck Normal file
View file

@ -0,0 +1 @@
++++++++++++++++++++++++++++++++++++++++++++++++++'>+}>+++)@>++}>++++)@<<<'>>>>+++++}<<<<)@>>)@<)@>>)@>>++++++}<<<<<)@>>)@<)@>>)@>>>++++++++++++++++++++++++[<<<<<<}>>>>>>>)+++++++++++++++++++++++++++++'$<<<<<}$<}$>>}$**********>>>-]<<<<<<)>},@>)>},@

View file

@ -0,0 +1,14 @@
# Salicylic Acid
# Authored by rncwnd
# B1 Phenol 25+
# B2 Sodium 25+
# B3 Carbon 25+
# B4 Oxygen 25+
# B10 Output
temp 4, 400
mov 25, 1, 10
mov 25, 2, 10
mov 25, 3, 10
mov 25, 4, 10

View file

@ -0,0 +1 @@
++++}>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'$>+++++++++++++++++++++++++'>+}>++++++++++)@>++}@>+++}@<<<<<<}@

View file

@ -1,4 +1,6 @@
# Silver Sulfadiazine
#Authored by rncwnd
# B1 Ammonia 20+
# B2 Silver 20+
# B3 Suphur 20+

View file

@ -0,0 +1,22 @@
# Silver Sulfadiazine from raw
# Authored by rncwnd
# B1 Nitrogen 7+
# B2 Hydrogen 21+
# B3 empty (Ammonia product)
# B4 Silver 20+
# B5 Suphur 20+
# B6 Oxygen 20+
# B7 Chlorine 20+
# B10 Output
# Make Amonia from H and N
mov 7, 1, 3
mov 21, 2, 3
wait 5
# Make the product itself
mov 20, 3, 10
mov 20, 4, 10
mov 20, 5, 10
mov 20, 6, 10
mov 20, 7, 10

View file

@ -0,0 +1 @@
+++++++'>+}>+++)@>+++++++++++++++++++++'>++}@*****>++++++++++++++++++++'<<<}>>>>++++++++++)@>++++}@>+++++}@>++++++}@<<<<<<<<<}@

View file

@ -1,4 +1,5 @@
# Makes Styptic
# Authored by rncwnd & Emiliathewolf
# Load Slot 1 with Sulphur
# Load Slot 2 with Water