A Wiki in the Desert
Log in

Paint/reactions.txt

From A Wiki in the Desert
// Reactions are in the form
// Ingredient 1 | Ingredient 2 | Color (R, G, B, or W) | Ing1->Ing2 reaction | Ing2->Ing1 reaction
//
// Make sure to only add 1 line for both the A->B reaction and the B->A reaction
//
// This A->B and B->A reaction means adding in different order can change result
//
// ie When testing Cabbage | Carrot. You add cabbage first then carrot. Then Reset to Black. Then you repeat adding carrot first, then cabbage.
//
// This reaction list is not complete; you must fill in your own reactions (Change 0's to your numbers).
// Try paint_watch.lua to find YOUR reactions (in Automato).
// Try each combo below, then click 'Reset' button between each test (to go back to Black)
//
// Note the W, B, R, G fields should be correct for Tale 10. You don't have to worry about changing those values, ie | W | or | R | , etc.
//
// If you don't know your reactions for a particular ingredient, make sure to disable
// that ingredient before running the analysis.

Cabbage | Carrot     	| B | 0 | 0
Cabbage | Lead      	| R | 0 | 0
Cabbage | Potash      	| R | 0 | 0
Cabbage | Lime      	| R | 0 | 0
Cabbage | Saltpeter      	| G | 0 | 0

Carrot | Clay       	| G | 0 | 0
Carrot | DeadTongue   	| G | 0 | 0
Carrot | ToadSkin   	| R | 0 | 0
Carrot | FalconBait   	| W | 0 | 0
Carrot | RedSand    	| G | 0 | 0
Carrot | Lime   	| B | 0 | 0
Carrot | Sulfur   	| B | 0 | 0

Clay |	FalconBait 	| B | 0 | 0
Clay |	Copper	 	| G | 0 | 0
Clay |	Sulfur	 	| B | 0 | 0
Clay |	Lime	 	| R | 0 | 0
Clay |	Saltpeter	 	| B | 0 | 0

DeadTongue | Toadskin 	| B | 0 | 0
DeadTongue | FalconBait	| W | 0 | 0
DeadTongue | RedSand	| W | 0 | 0
DeadTongue | Lead	| G | 0 | 0
DeadTongue | Iron	| G | 0 | 0
DeadTongue | Copper	| B | 0 | 0

ToadSkin | Copper 	| R | 0 | 0
ToadSkin | Sulfur 	| R | 0 | 0

FalconBait | RedSand	| B | 0 | 0
FalconBait | Lead   	| R | 0 | 0
FalconBait | Iron   	| G | 0 | 0
FalconBait | Copper 	| R | 0 | 0
FalconBait | Potash 	| W | 0 | 0
FalconBait | Lime   	| R | 0 | 0

RedSand | Lead   	| R | 0 | 0
RedSand | Iron      | W | 0 | 0
RedSand | Sulfur 	| B | 0 | 0
RedSand | Potash	| W | 0 | 0
RedSand | Lime      | B | 0 | 0
RedSand | Saltpeter | B | 0 | 0

Lead | Iron 		| R | 0 | 0
Lead | Copper 		| B | 0 | 0
Lead | Sulfur   	| W | 0 | 0

Iron | Copper		| B | 0 | 0
Iron | Sulfur		| W | 0 | 0
Iron | Potash		| B | 0 | 0

Copper | Sulfur 	| W | 0 | 0

Sulfur | Potash 	| B | 0 | 0
Sulfur | Saltpeter 	| B | 0 | 0

Potash | Saltpeter 	| R | 0 | 0

Lime | Saltpeter 	| W | 0 | 0

ToadSkin | Silver 	| B | 0 | 0
RedSand | Silver 	| W | 0 | 0
Copper | Silver 	| W | 0 | 0
Saltpeter | Silver  | G | 0 | 0