Fixed positioning of a few achievements.

All the text.
This commit is contained in:
Florian Nücke 2015-02-26 18:34:27 +01:00
parent 3867d3b778
commit 6c56f76115
2 changed files with 75 additions and 19 deletions

View File

@ -367,22 +367,78 @@ tile.oc.serverRack.usage=A §oServer Rack§r houses up to four §oServers§r. A
tile.oc.switch.usage=The §oSwitch§r can be used to allow different subnetworks to send network messages to each other without exposing components to computers in other networks. Keeping components local is usually a good idea, to avoid computers using the wrong screen or to avoid component overflows to happen (in which computers will crash / not start anymore).[nl][nl]There is also a wireless variation of this block, the §oAccess Point§r, which will also relay messages wirelessly.[nl][nl]Switches and access point do §lnot§r keep track of which packets they relayed recently, so avoid cycles in your network, or you may receive the same packet multiple times.[nl][nl]Packets are only re-sent a certain number of times, so chaining an arbitrary number of switches or access points is not possible.
#Achievements
achievement.oc.transistor=Tell Red I said hi.
achievement.oc.transistor.desc=Create a Transistor to get started. Then listen to the soundtrack. No need to thank me.
achievement.oc.chip=All the small things..
achievement.oc.chip.desc=Create your first microchip
achievement.oc.ram=Yeah I remember these...
achievement.oc.ram.desc=Build some Memory
achievement.oc.cpu=The Brain!
achievement.oc.cpu.desc=Nothing runs without a CPU!
achievement.oc.case=A place to store it all!
achievement.oc.case.desc=You will need a case to put all the items in it.
achievement.oc.openOS=Guarantee virus free!
achievement.oc.openOS.desc=Every Computer needs this to run!
achievement.oc.adapter=Plug In Baby
achievement.oc.adapter.desc=Interact with blocks from other mods and even vanilla Minecraft!
achievement.oc.assembler=Wonderful
achievement.oc.assembler.desc=Time to take over the world!
achievement.oc.cable=Not a Dirty Wire
achievement.oc.cable.desc=With patented anti-cable-spaghetti technology.
achievement.oc.capacitor=Batteries included
achievement.oc.capacitor.desc=You cannot stop it.
achievement.oc.card=We Accept Cards
achievement.oc.card.desc=For your convenience. No ulterior motive, promise.
achievement.oc.case=In Case of Trouble
achievement.oc.case.desc=Because cuboid towers are the best.
achievement.oc.charger=All right, let's do this
achievement.oc.charger.desc=Chaaaaaaaaaarg- dang, forgot the redstone signal again.
achievement.oc.chip=All the Small Things
achievement.oc.chip.desc=Because vacuum tubes are so yesteryear.
achievement.oc.cpu=Overclocked
achievement.oc.cpu.desc=Time to make good use of those computing cycles.
achievement.oc.disassembler=Scratch That
achievement.oc.disassembler.desc=In case one of your brilliant ideas turns out to be not that brilliant after all.
achievement.oc.diskDrive=Roundabout
achievement.oc.diskDrive.desc=Inferior capacity but such delicious sound.
achievement.oc.drone=Fly Away
achievement.oc.drone.desc=Keep calm and nuke it from orbit.
achievement.oc.eeprom=There can be only one
achievement.oc.eeprom.desc=Per computer, that is. For deterministic boot order, you know?
achievement.oc.floppy=The One Ri- Disk
achievement.oc.floppy.desc=Not to be confused with Flappy.
achievement.oc.geolyzer=Down to Earth
achievement.oc.geolyzer.desc=It has extraordinary qualities.
achievement.oc.graphicsCard=LastGen
achievement.oc.graphicsCard.desc=The way it's meant to be... uh... rendered. Yeah. That.
achievement.oc.hdd=Hot Dog Dealer
achievement.oc.hdd.desc=No wait, that's not what that meant. Hang on, almost got it...
achievement.oc.hologram=Next Dimension
achievement.oc.hologram.desc=Because 2D is boring. Or is it?
achievement.oc.keyboard=DirtCatcher3000
achievement.oc.keyboard.desc=It is highly recommended to resist the urge to flip them around and shake them.
achievement.oc.microcontroller=Little Sister
achievement.oc.microcontroller.desc=The small sibling of computers.
achievement.oc.motionSensor=Got the Moves
achievement.oc.motionSensor.desc=Like Steve Swagger.
achievement.oc.networkCard=Now We're Talking!
achievement.oc.networkCard.desc=Keep in touch with those distant relatives via transitive relations.
achievement.oc.openOS=Boot
achievement.oc.openOS.desc=One OS to - wait, I used that one already? Dang.
achievement.oc.powerDistributor=Sharing is Caring
achievement.oc.powerDistributor.desc=When you need some help balancing all that power.
achievement.oc.rack=Dat Rack
achievement.oc.rack.desc=I don't know what you're thinking of, I clearly meant the server rack.
achievement.oc.raid=LFG
achievement.oc.raid.desc=Heroic plzkthx.
achievement.oc.ram=Random Access Memories
achievement.oc.ram.desc=Congratulations, you're Doin' It Right.
achievement.oc.redstoneCard=Contact
achievement.oc.redstoneCard.desc=Time to go analog.
achievement.oc.redstoneIO=The Outsider
achievement.oc.redstoneIO.desc=Taking redstone signals where you want them.
achievement.oc.robot=Beep Boop
achievement.oc.robot.desc=EXTERMINATE!
achievement.oc.screen=Have you tried turning it of and on again?
achievement.oc.screen.desc=Well you can't see if you don't have one!
achievement.oc.keyboard=Don't clean with coffee!
achievement.oc.keyboard.desc=You can't type if you don't build one...
achievement.oc.screen.desc=No seriously. A redstone pulse can toggle a screen's power, after all.
achievement.oc.server=Dedicated
achievement.oc.server.desc=Cloud services, here we come.
achievement.oc.switch=Complex Topology
achievement.oc.switch.desc=Avoid fragile goods due to possibility of dropped packets.
achievement.oc.tablet=Do Not Swallow
achievement.oc.tablet.desc=Also keep away from small children to avoid unexpected overdrawing of your credit card.
achievement.oc.transistor=Tell Red I said "Hi."
achievement.oc.transistor.desc=Create a Transistor to get started. Then listen to the soundtrack. No need to thank me.
achievement.oc.wirelessNetworkCard=Signals
achievement.oc.wirelessNetworkCard.desc=Time to go where no packet has gone before.
# NEI Integration
nei.options.inventory.oredict=Show OreDictionary names

View File

@ -73,13 +73,13 @@ object Achievement {
val Card = new Achievement("oc.card", "oc.card",
0, -2, Items.get("card").createItemStack(1), null, "card").initIndependentStat()
val RedstoneCard = new Achievement("oc.redstoneCard", "oc.redstoneCard",
-1, -4, Items.get("redstoneCard1").createItemStack(1), Card, "redstoneCard1", "redstoneCard2")
-2, -4, Items.get("redstoneCard1").createItemStack(1), Card, "redstoneCard1", "redstoneCard2")
val GraphicsCard = new Achievement("oc.graphicsCard", "oc.graphicsCard",
0, -4, Items.get("graphicsCard1").createItemStack(1), Card, "graphicsCard1", "graphicsCard2", "graphicsCard3")
0, -5, Items.get("graphicsCard1").createItemStack(1), Card, "graphicsCard1", "graphicsCard2", "graphicsCard3")
val NetworkCard = new Achievement("oc.networkCard", "oc.networkCard",
1, -4, Items.get("lanCard").createItemStack(1), Card, "lanCard")
2, -4, Items.get("lanCard").createItemStack(1), Card, "lanCard")
val WirelessNetworkCard = new Achievement("oc.wirelessNetworkCard", "oc.wirelessNetworkCard",
1, -6, Items.get("wlanCard").createItemStack(1), NetworkCard, "wlanCard")
2, -6, Items.get("wlanCard").createItemStack(1), NetworkCard, "wlanCard")
val Cable = new Achievement("oc.cable", "oc.cable",
-2, 0, Items.get("cable").createItemStack(1), null, "cable").initIndependentStat()