mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 09:18:05 -04:00
Added manual entry and tooltip for data card, and increased cost a bit.
This commit is contained in:
parent
a7267d143e
commit
6e34f1d1ae
@ -0,0 +1,7 @@
|
||||
# Data Card
|
||||
|
||||

|
||||
|
||||
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.
|
@ -20,6 +20,7 @@ Keep in mind that some of these may not be available, depending on the recipe se
|
||||
|
||||
### Cards
|
||||
* [AbstractBus Card](abstractBusCard.md)
|
||||
* [Data Card](dataCard.md)
|
||||
* [Debug Card](debugCard.md) (aka AMI)
|
||||
* [Graphics Card](graphicsCard1.md)
|
||||
* [Internet Card](internetCard.md)
|
||||
|
@ -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.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.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.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!
|
||||
|
@ -145,7 +145,7 @@ hdd3 {
|
||||
["oc:circuitChip3", "oc:materialDisk", diamond]]
|
||||
}
|
||||
dataCard {
|
||||
input: [[nuggetIron, "oc:materialALU", "oc:circuitChip1"]
|
||||
input: [[nuggetIron, "oc:materialALU", "oc:circuitChip2"]
|
||||
["", "oc:materialCard", ""]]
|
||||
}
|
||||
graphicsCard1 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user