Added manual entry and tooltip for data card, and increased cost a bit.

This commit is contained in:
Florian Nücke 2015-06-14 15:47:30 +02:00
parent a7267d143e
commit 6e34f1d1ae
4 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# Data Card
![Contrary to popular belief, it does not store data.](oredict:oc:dataCard)
The data card is a utility card that provides a couple of algorithms which would be either hard to implement on an architecture, or run relatively slowly on them. It provides hashing functionalities, as well as basic inflate/deflate. Additionally it comes with an embedded file system that provides a number of programs using the functionality provided by the card, similar to the internet card.
Keep in mind that there is a limit to the size of data that can be processed at a time, and that each operation consumes a bit of energy.

View File

@ -20,6 +20,7 @@ Keep in mind that some of these may not be available, depending on the recipe se
### Cards ### Cards
* [AbstractBus Card](abstractBusCard.md) * [AbstractBus Card](abstractBusCard.md)
* [Data Card](dataCard.md)
* [Debug Card](debugCard.md) (aka AMI) * [Debug Card](debugCard.md) (aka AMI)
* [Graphics Card](graphicsCard1.md) * [Graphics Card](graphicsCard1.md)
* [Internet Card](internetCard.md) * [Internet Card](internetCard.md)

View File

@ -259,6 +259,7 @@ oc:tooltip.ComponentBus=This expansion allows servers to communicate with more c
oc:tooltip.CPU=An essential component of all computers. The clock rate is a bit unreliable, but what do you expect when it runs on a pocket sundial?[nl] Supported components: §f%s§7 oc:tooltip.CPU=An essential component of all computers. The clock rate is a bit unreliable, but what do you expect when it runs on a pocket sundial?[nl] Supported components: §f%s§7
oc:tooltip.CPU.Architecture=Architecture: §f%s§7 oc:tooltip.CPU.Architecture=Architecture: §f%s§7
oc:tooltip.CuttingWire=Used to cut clay blocks into circuit board shape. Breaks after one use, which probably makes it the most inefficient tool ever. oc:tooltip.CuttingWire=Used to cut clay blocks into circuit board shape. Breaks after one use, which probably makes it the most inefficient tool ever.
oc:tooltip.DataCard=Provides a couple of advanced algorithms such as hashing and deflate/inflate.
oc:tooltip.DebugCard=Creative mode item, allows manipulating the world to make testing easier. Use at your own peril. oc:tooltip.DebugCard=Creative mode item, allows manipulating the world to make testing easier. Use at your own peril.
oc:tooltip.Debugger=Can be used to output debug information on OC's internal network grid. Only use if so instructed by a dev. oc:tooltip.Debugger=Can be used to output debug information on OC's internal network grid. Only use if so instructed by a dev.
oc:tooltip.Disassembler=Separates items into their original components. §lWarning§7: returned items have a %s%% chance of breaking in the process! oc:tooltip.Disassembler=Separates items into their original components. §lWarning§7: returned items have a %s%% chance of breaking in the process!

View File

@ -145,7 +145,7 @@ hdd3 {
["oc:circuitChip3", "oc:materialDisk", diamond]] ["oc:circuitChip3", "oc:materialDisk", diamond]]
} }
dataCard { dataCard {
input: [[nuggetIron, "oc:materialALU", "oc:circuitChip1"] input: [[nuggetIron, "oc:materialALU", "oc:circuitChip2"]
["", "oc:materialCard", ""]] ["", "oc:materialCard", ""]]
} }
graphicsCard1 { graphicsCard1 {