game:stations:teraton_factory
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
game:stations:teraton_factory [2012/04/08 18:30] – rpc | game:stations:teraton_factory [2014/12/27 04:40] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{: | ||
+ | ==== Teraton Factory ==== | ||
+ | |||
+ | *** Warning Spoilers Ahead *** | ||
+ | [[http:// | ||
+ | |||
+ | The following is based the 1.04 Teraton.xml file. | ||
+ | |||
+ | Each Teraton Factory has 3 variables. They are energy, material and disposition. It needs energy to do almost anything, it needs material in order to //produce// something, and if it doesn' | ||
+ | |||
+ | A full list of possible inputs and results follows below, here's a brief primer for those who can't make sense of the pseudo-code: | ||
+ | * As " | ||
+ | * Next, material. It can use any Ore, or Armor (damaged or not). It needs some energy to transform armor into material, though. The higher the level of your offer, the more material it will provide. | ||
+ | * Finally, good food will improve it's disposition. Ringer Spice is best, or Ringer Ambrosia. Really, it will take any kind of Luxury food (like what you used to get at Ice Farms), but digesting Terran food takes some energy. | ||
+ | |||
+ | The only variable you can reliably observe is disposition: | ||
+ | |||
+ | Once all is set, if you drop in ammo, you will get more of the same ammo in return. Creating ammo doesn' | ||
+ | |||
+ | If you offer a weapon (damaged or not), you will get a functional weapon in return, of similar or higher level, depending on the Teraton' | ||
+ | |||
+ | You can get a rough estimate of the disposition of the factory by the description on entering the chamber. | ||
+ | |||
+ | ^ Disposition ^ Message ^ | ||
+ | | < 0 | The organic mass appears restless and angry. | | ||
+ | | > 2 >= 5 | The organic mass appears calm. | | ||
+ | | > 5 | The organic mass purrs with contentment. | | ||
+ | |||
+ | |||
+ | If disposition ever drops below -9 there is a 25% chance that the factory will kill you. | ||
+ | |||
+ | When offering an item the description text gives a clue for how the three variables have changed. For example, sweet mist means an increase in disposition. | ||
+ | |||
+ | The following table gives the input/ | ||
+ | |||
+ | The min columns indicate the minimum of each of the variables for that action. | ||
+ | The change columns indicate how much each of the variables change. | ||
+ | The letter " | ||
+ | Nil indicates not applicable or no output. | ||
+ | The string replicate means to replicate the item, otherwise output is used to find an item to produce. | ||
+ | |||
+ | ^Pattern | ||
+ | |& | ||
+ | |& | ||
+ | |& | ||
+ | |& | ||
+ | |"* +Soul;" | ||
+ | |"* +Food; +Lux;" | ||
+ | |"* +Res; +ZeroPoint;" | ||
+ | |"* +Res; +AntiMatter;" | ||
+ | |"* +Res; +Nuclear;" | ||
+ | |"* +Res;" | ||
+ | |" | ||
+ | |" | ||
+ | |"* +Meds;" | ||
+ | |"w < | ||
+ | |"w < | ||
+ | |"w < | ||
+ | |"w < | ||
+ | |"w < | ||
+ | |"w < | ||
+ | |"s < | ||
+ | |"s < | ||
+ | |"s < | ||
+ | |"s < | ||
+ | |"s < | ||
+ | |"s < | ||
+ | |"vr < | ||
+ | |"vr < | ||
+ | |"vr < | ||
+ | |"vr < | ||
+ | |"vr < | ||
+ | |"vr < | ||
+ | |" | ||
+ | |" | ||
+ | |" | ||
+ | |" | ||
+ | |" | ||
+ | |" | ||
+ | |"m < | ||
+ | |"m < | ||
+ | | " | ||
+ | |||
+ | '' | ||
+ | |||
+ | **Strategies** | ||
+ | |||
+ | *Preparation: | ||
+ | |||
+ | First thing to do when arriving at a fabricator decide what you want. | ||
+ | |||
+ | Looking at the table find your desired item and make a note of the minX values. | ||
+ | |||
+ | The next step is to increase the three stats to the needed levels. | ||
+ | |||
+ | As an example, we will try to fabricate a high level weapon. | ||
+ | |||
+ | We can get that by increasing the disposition to 5+, energy to 21+ and material to 21+. | ||
+ | |||
+ | Increasing disposition: | ||
+ | Items: Ringer Ambrosia, Ringer Spice, Luxury food, soul items | ||
+ | Message: Tentacles eagerly reach out to accept your offering and the organic mass swallows it with a hiss. The organic mass spews a sweet, pleasant mist. | ||
+ | Increasing energy: | ||
+ | Items: Any Fuel, Boson Condensate, Hadron Archeolith, Hyperonic Ore, Quantum Vacuum, Chromium Gas, Pteracnium Ore, Xenotite Ore, Uranium Ore, Cobalt-Thorium, | ||
+ | Message: Tentacles reach out to accept your offering and the organic mass swallows it. Organs and bladers gurgle as they process the material you have fed them. | ||
+ | Increasing material: | ||
+ | Items: Any ore OTHER than the ones presented above. | ||
+ | Message: Tentacles reach out to accept your offering and the organic mass swallows it. Organs and bladers gurgle as they process the material you have fed them. | ||
+ | |||
+ | *Fabrication: | ||
+ | The minimum items required for a high level item would be 1x Ringer ambrosia, 21x Helium Rods, 21x titanium ore and one weapon of level 9+ damaged or not. If the items are dropped into the pit in that order the fabricator will give you a weapon one level higher than the one dropped in. | ||