Terraria 1.3.5.3 Source Code
This commit is contained in:
commit
4b21dac4b6
503 changed files with 409032 additions and 0 deletions
698
Localization/Content/en-US.json
Normal file
698
Localization/Content/en-US.json
Normal file
|
@ -0,0 +1,698 @@
|
|||
{
|
||||
"Error": {
|
||||
"Error": "Error",
|
||||
"LaunchFromSteam": "Please launch the game from your Steam client.",
|
||||
"ServerCrash": "Server crash: {0}\n{1}\n\nPlease send crashlog.txt to support@terraria.org",
|
||||
"LoadFailed": "Load failed!",
|
||||
"LoadFailedNoBackup": "Load failed! No backup found.",
|
||||
"InvalidLobbyFlag": "-lobby flag used without \"{0}\" or \"{1}\". Ignoring it.",
|
||||
"CaptureError": "An error occured while saving the capture. Attempting again...",
|
||||
"UnableToCapture": "Unable to capture.",
|
||||
"UnableToWritePreferences": "Unable to write file at: {0}",
|
||||
"UnableToLoadWorld": "Unable to load world:",
|
||||
"BadHeaderBufferOverflow": "Bad header lead to a read buffer overflow.",
|
||||
"ExceptionNormal": " Exception normal: {0}",
|
||||
"TriedToRunServerTwice": "Tried to run two servers on the same PC",
|
||||
"DataSentAfterConnectionLost": "Tried to send data to a client after losing connection",
|
||||
"NetMessageError": "Error on message {0}"
|
||||
},
|
||||
"Key": {
|
||||
"UP": "UP",
|
||||
"DOWN": "DOWN"
|
||||
},
|
||||
"Language": {
|
||||
"English": "English",
|
||||
"Spanish": "Español (Spanish)",
|
||||
"French": "Français (French)",
|
||||
"Italian": "Italiano (Italian)",
|
||||
"Russian": "Русский (Russian)",
|
||||
"Chinese": "简体中文 (Simplified Chinese)",
|
||||
"Portuguese": "Português brasileiro (Brazilian Portuguese)",
|
||||
"German": "Deutsch (German)",
|
||||
"Polish": "Polski (Polish)"
|
||||
},
|
||||
"CLI": {
|
||||
"Server": "Terraria Server {0}",
|
||||
"AvailableCommands": "Available commands:",
|
||||
"Help_Command": "help",
|
||||
"Help_Description": "Displays a list of commands.",
|
||||
"Playing_Command": "playing",
|
||||
"Playing_Description": "Shows the list of players.",
|
||||
"Clear_Command": "clear",
|
||||
"Clear_Description": "Clear the console window.",
|
||||
"Exit_Command": "exit",
|
||||
"Exit_Description": "Shutdown the server and save.",
|
||||
"ExitNoSave_Command": "exit-nosave",
|
||||
"ExitNoSave_Description": "Shutdown the server without saving.",
|
||||
"Save_Command": "save",
|
||||
"Save_Description": "Save the game world.",
|
||||
"Kick_Command": "kick",
|
||||
"Kick_Example": "kick <player>",
|
||||
"Kick_Description": "Kicks a player from the server.",
|
||||
"Ban_Command": "ban",
|
||||
"Ban_Example": "ban <player>",
|
||||
"Ban_Description": "Bans a player from the server.",
|
||||
"Password_Command": "password",
|
||||
"Password_Description": "Show password.",
|
||||
"SetPassword_Command": "password",
|
||||
"SetPassword_Example": "password <pass>",
|
||||
"SetPassword_Description": "Change password.",
|
||||
"Version_Command": "version",
|
||||
"Version_Description": "Print version number.",
|
||||
"Time_Command": "time",
|
||||
"Time_Description": "Display game time.",
|
||||
"Port_Command": "port",
|
||||
"Port_Description": "Print the listening port.",
|
||||
"MaxPlayers_Command": "maxplayers",
|
||||
"MaxPlayers_Description": "Print the max number of players.",
|
||||
"Say_Command": "say",
|
||||
"Say_Example": "say <words>",
|
||||
"Say_Description": "Send a message.",
|
||||
"MOTD_Command": "motd",
|
||||
"MOTD_Description": "Print MOTD.",
|
||||
"SetMOTD_Command": "motd",
|
||||
"SetMOTD_Example": "motd <words>",
|
||||
"SetMOTD_Description": "Change MOTD.",
|
||||
"Dawn_Command": "dawn",
|
||||
"Dawn_Description": "Change time to dawn.",
|
||||
"Noon_Command": "noon",
|
||||
"Noon_Description": "Change time to noon.",
|
||||
"Dusk_Command": "dusk",
|
||||
"Dusk_Description": "Change time to dusk.",
|
||||
"Midnight_Command": "midnight",
|
||||
"Midnight_Description": "Change time to midnight.",
|
||||
"Settle_Command": "settle",
|
||||
"Settle_Description": "Settle all water.",
|
||||
"Seed_Command": "seed",
|
||||
"Seed_Description": "Displays the world seed.",
|
||||
"FPS_Command": "fps",
|
||||
"WaterIsAlreadySettling": "Water is already settling",
|
||||
"Time": "Time: {0}",
|
||||
"PlayerLimit": "Player limit: {0}",
|
||||
"Port": "Port: {0}",
|
||||
"NoPlayers": "No players connected.",
|
||||
"OnePlayerConnected": "1 player connected.",
|
||||
"PlayersConnected": "{0} players connected.",
|
||||
"NoMOTD": "Welcome to {0}!",
|
||||
"MOTD": "MOTD: {0}",
|
||||
"NoPassword": "No password set.",
|
||||
"Password": "Password: {0}",
|
||||
"PasswordDisabled": "Password disabled.",
|
||||
"PasswordSet": "Password: {0}",
|
||||
"Say_Usage": "Usage: say <words>",
|
||||
"ServerMessage": "<Server> {0}",
|
||||
"Kick_Usage": "Usage: kick <player>",
|
||||
"KickMessage": "Kicked from server.",
|
||||
"Ban_Usage": "Usage: ban <player>",
|
||||
"BanMessage": "Banned from server.",
|
||||
"InvalidCommand": "Invalid command.",
|
||||
"SetInitialMaxPlayers": "Max players (press enter for 8): ",
|
||||
"SetInitialPort": "Server port (press enter for 7777): ",
|
||||
"AutomaticPortForward": "Automatically forward port? (y/n): ",
|
||||
"Yes": "yes",
|
||||
"ShortYes": "y",
|
||||
"No": "no",
|
||||
"ShortNo": "n",
|
||||
"ListeningOnPort": "Listening on port {0}",
|
||||
"HelpHint": "Type 'help' for a list of commands.",
|
||||
"ChooseWorld": "Choose World: ",
|
||||
"NewWorld_Description": "New World",
|
||||
"NewWorld_Command": "n",
|
||||
"DeleteWorld_Description": "Delete World",
|
||||
"DeleteWorld_Command": "d",
|
||||
"DeleteWorld_Example": "d <number>",
|
||||
"DeleteConfirmation": "Really delete {0}?",
|
||||
"ChooseSize": "Choose size: ",
|
||||
"ChooseDifficulty": "Choose difficulty: ",
|
||||
"ChooseEvil": "Choose world evil: ",
|
||||
"Random": "Random",
|
||||
"Corrupt": "Corrupt",
|
||||
"Crimson": "Crimson",
|
||||
"EnterWorldName": "Enter world name: ",
|
||||
"EnterServerPassword": "Server password (press enter for none): ",
|
||||
"ClientWasBooted": "{0} was booted: {1}",
|
||||
"ServerStarted": "Server started",
|
||||
"EnterSeed": "Enter Seed (Leave Blank For Random):",
|
||||
"NoValidSeed": "This world was generated in an older version that did not support seeds.",
|
||||
"DisplaySeed": "World Seed: {0}"
|
||||
},
|
||||
"UI": {
|
||||
"Effects": "Effects",
|
||||
"LoadingCode": "Loading:",
|
||||
"Favorite": "Favorite",
|
||||
"Unfavorite": "Unfavorite",
|
||||
"MoveToCloud": "Move to cloud",
|
||||
"MoveOffCloud": "Move off cloud",
|
||||
"Play": "Play",
|
||||
"Delete": "Delete",
|
||||
"Softcore": "Softcore",
|
||||
"Mediumcore": "Mediumcore",
|
||||
"Hardcore": "Hardcore",
|
||||
"Expert": "Expert",
|
||||
"Normal": "Normal",
|
||||
"WorldSizeFormat": "{0} World",
|
||||
"WorldCreatedFormat": "Created: {0}",
|
||||
"SelectWorld": "Select World",
|
||||
"SelectPlayer": "Select Player",
|
||||
"Back": "Back",
|
||||
"New": "New",
|
||||
"EnterMessage": "Enter message:",
|
||||
"EnterNewName": "Enter new name:",
|
||||
"Achievements": "Achievements",
|
||||
"Keybindings": "Keybindings",
|
||||
"Save": "Save",
|
||||
"Submit": "Submit",
|
||||
"Cancel": "Cancel",
|
||||
"SpaceButton": "Space",
|
||||
"EnterButton": "Enter",
|
||||
"RestoreButton": "Restore",
|
||||
"WorldSizeSmall": "Small",
|
||||
"WorldSizeMedium": "Medium",
|
||||
"WorldSizeLarge": "Large",
|
||||
"WorldSizeUnknown": "Unknown",
|
||||
"NormalDescriptionFlavor": "Your Journey Begins...",
|
||||
"NormalDescription": "(The standard Terraria Experience)",
|
||||
"ExpertDescriptionFlavor": "Fortune & Glory, Kid.",
|
||||
"ExpertDescription": "(Far Greater Difficulty & Loot)",
|
||||
"More": "more",
|
||||
"CopySeed": "Copy Seed: {0}",
|
||||
"SeedCopied": "Seed Copied",
|
||||
"EnterSeed": "Enter Seed (Leave Blank For Random)",
|
||||
"BartenderHelp": "Eternia Crystal",
|
||||
"ZoomIn": "{$LegacyMenu.168}",
|
||||
"ZoomOut": "{$LegacyMenu.169}",
|
||||
"Ellipsis": "..."
|
||||
},
|
||||
"Net": {
|
||||
"ClientStatusComplete": "({0}) {1} {2}: Complete!",
|
||||
"ClientConnecting": "{0} is connecting...",
|
||||
"ClientSendingData": "({0}) {1} is sending player data...",
|
||||
"ClientRequestedWorldInfo": "({0}) {1} requested world information",
|
||||
"ClientPlaying": "({0}) {1} is playing",
|
||||
"WaitingForClients": "Waiting for clients...",
|
||||
"ClientsConnected": "{0} clients connected",
|
||||
"CheatingProjectileSpam": "Cheating attempt detected: Projectile spam",
|
||||
"CheatingTileSpam": "Cheating attempt detected: Add tile spam",
|
||||
"CheatingTileRemovalSpam": "Cheating attempt detected: Remove tile spam",
|
||||
"CheatingLiquidSpam": "Cheating attempt detected: Liquid spam",
|
||||
"CheatingInvalid": "Cheating attempt detected: Invalid kick-out",
|
||||
"ServerAutoShutdown": "Local player left. Autoshutdown starting.",
|
||||
"ConnectingTo": "Connecting to {0}",
|
||||
"IsReceivingTileData": "is receiving tile data",
|
||||
"LostConnection": "Lost connection",
|
||||
"FoundServer": "Found server",
|
||||
"SendingPlayerData": "Sending player data...",
|
||||
"RequestingWorldInformation": "Requesting world information",
|
||||
"RequestingTileData": "Requesting tile data",
|
||||
"StatusComplete": "{0}: Complete!",
|
||||
"NameTooLong": "Name is too long.",
|
||||
"EmptyName": "Empty name."
|
||||
},
|
||||
"GameUI": {
|
||||
"HeavyRain": "Heavy Rain",
|
||||
"Rain": "Rain",
|
||||
"LightRain": "Light Rain",
|
||||
"Overcast": "Overcast",
|
||||
"MostlyCloudy": "Mostly Cloudy",
|
||||
"Cloudy": "Cloudy",
|
||||
"PartlyCloudy": "Partly Cloudy",
|
||||
"Clear": "Clear",
|
||||
"WestWind": " ({0} mph W)",
|
||||
"EastWind": " ({0} mph E)",
|
||||
"FullMoon": "Full Moon",
|
||||
"WaningGibbous": "Waning Gibbous",
|
||||
"ThirdQuarter": "Third Quarter",
|
||||
"WaningCrescent": "Waning Crescent",
|
||||
"NewMoon": "New Moon",
|
||||
"WaxingCrescent": "Waxing Crescent",
|
||||
"FirstQuarter": "First Quarter",
|
||||
"WaxingGibbous": "Waxing Gibbous",
|
||||
"FishingWarning": "Warning!",
|
||||
"FishingPower": "{0} Fishing Power",
|
||||
"NoTreasureNearby": "No treasure nearby",
|
||||
"OreDetected": "{0} detected nearby!",
|
||||
"NoRareCreatures": "No rare creatures nearby",
|
||||
"NoEnemiesNearby": "No enemies nearby",
|
||||
"OneEnemyNearby": "1 enemy nearby!",
|
||||
"EnemiesNearby": "{0} enemies nearby!",
|
||||
"NoKillCount": "Kill count unavailable",
|
||||
"NoDPS": "N/A",
|
||||
"DPS": "{0} damage per second",
|
||||
"Speed": "{0} mph",
|
||||
"CompassEast": "{0}' East",
|
||||
"CompassWest": "{0}' West",
|
||||
"CompassCenter": "Center",
|
||||
"LayerUnderworld": "Underworld",
|
||||
"LayerCaverns": "Caverns",
|
||||
"LayerUnderground": "Underground",
|
||||
"LayerSurface": "Surface",
|
||||
"LayerSpace": "Space",
|
||||
"DepthLevel": "Level",
|
||||
"Depth": "{0}'",
|
||||
"WireModeForced": "Mechanical Display: Forced",
|
||||
"WireModeNormal": "Mechanical Display: Normal",
|
||||
"RulerOn": "Ruler On",
|
||||
"RulerOff": "Ruler Off",
|
||||
"MechanicalRulerOn": "Mechanical ruler on",
|
||||
"MechanicalRulerOff": "Mechanical ruler off",
|
||||
"PaintSprayerOn": "Paint sprayer on",
|
||||
"PaintSprayerOff": "Paint sprayer off",
|
||||
"ActuationDeviceOn": "Actuation device on",
|
||||
"ActuationDeviceOff": "Actuation device off",
|
||||
"SettingsMenu": "Settings Menu",
|
||||
"Buy": "Buy",
|
||||
"BuyWithValue": "Buy ({0})",
|
||||
"Cancel": "Cancel",
|
||||
"Change": "Change",
|
||||
"Expert": "Expert",
|
||||
"NotEnoughWater": "Not Enough Water!",
|
||||
"FullFishingPower": "{0} ({1}%) Fishing Power",
|
||||
"PrecentFishingPower": "{0}% fishing power",
|
||||
"BaitRequired": "Requires bait to catch fish",
|
||||
"BaitPower": "{0}% bait power",
|
||||
"HairStyle": "Hair Style",
|
||||
"CraftingWindow": "Crafting window",
|
||||
"QuickStackToNearby": "Quick stack to nearby chests",
|
||||
"SortInventory": "Sort inventory",
|
||||
"PlayerDistance": "({0} ft)",
|
||||
"Bright": "Bright",
|
||||
"Normal": "Normal",
|
||||
"Faded": "Faded",
|
||||
"Hidden": "Hidden",
|
||||
"WaveQuality": "Waves Quality: {0}",
|
||||
"HeatDistortion": "Heat Distortion: {0}",
|
||||
"Enabled": "Enabled",
|
||||
"Disabled": "Disabled",
|
||||
"StormEffects": "Storm Effects: {0}",
|
||||
"QualityHigh": "High",
|
||||
"QualityMedium": "Medium",
|
||||
"QualityLow": "Low",
|
||||
"QualityOff": "Off",
|
||||
|
||||
"GameZoom": "Zoom: {0}% ({1}%)",
|
||||
"UIScale": "UI Scale: {0}% ({1}%)",
|
||||
"ZoomCategory": "Zoom",
|
||||
"Misc": "Misc",
|
||||
"Gameplay": "Gameplay",
|
||||
"LightingUpdateEveryFrameOn": "Rapid Lighting On",
|
||||
"LightingUpdateEveryFrameOff": "Rapid Lighting Off"
|
||||
},
|
||||
"Controls": {
|
||||
"RightClick": "Right Click"
|
||||
},
|
||||
"Social": {
|
||||
"StatusInGame": "Playing online.",
|
||||
"StatusJoining": "Joining game.",
|
||||
"JoiningFriend": "Joining {0}...",
|
||||
"Joining": "Joining..."
|
||||
},
|
||||
"Game": {
|
||||
"Wave": "Wave: {0}",
|
||||
"FirstWave": "First Wave",
|
||||
"FinalWave": "Final Wave",
|
||||
"InvasionWave_Type1": "{0}: {1}",
|
||||
"InvasionWave_Type2": "{0}: {1}, and {2}",
|
||||
"InvasionWave_Type3": "{0}: {1}, {2}, and {3}",
|
||||
"InvasionWave_Type4": "{0}: {1}, {2}, {3}, and {4}",
|
||||
"InvasionWave_Type5": "{0}: {1}, {2}, {3}, {4}, and {5}",
|
||||
"InvasionWave_Type6": "{0}: {1}, {2}, {3}, {4}, {5}, and {6}",
|
||||
"InvasionWave_Type7": "{0}: {1}, {2}, {3}, {4}, {5}, {6}, and {7}",
|
||||
"InvasionWave_Type8": "{0}: {1}, {2}, {3}, {4}, {5}, {6}, {7}, and {8}",
|
||||
"BallBounceResult": "{0} was hit {1} times before touching the ground!",
|
||||
"JoinGreeting": "Current players: {0}.",
|
||||
"BedObstructed": "Your bed is obstructed.",
|
||||
"PvPFlag": "(PvP)",
|
||||
"DroppedCoins": "dropped {0}",
|
||||
"InvasionPoints": "{0} points",
|
||||
"WaveMessage": "Wave {0}: {1}",
|
||||
"WaveCleared": "Cleared {0}",
|
||||
"TeleportTo": "Teleport to {0}",
|
||||
"HasTeleportedTo": "{0} has teleported to {1}",
|
||||
"Time": "Time: {0}",
|
||||
"NPCTitle": "{0} the {1}",
|
||||
"PlayerDeathTime": "{0} died {1} ago",
|
||||
"SpawnPointRemoved": "Spawn point removed!",
|
||||
"SpawnPointSet": "Spawn point set!",
|
||||
"RedWires": "Red Wires",
|
||||
"BlueWires": "Blue Wires",
|
||||
"GreenWires": "Green Wires",
|
||||
"YellowWires": "Yellow Wires",
|
||||
"Actuators": "Actuators",
|
||||
"EnemiesDefeatedAnnouncement": "The {0}th {1} has been defeated!",
|
||||
"EnemiesDefeatedByAnnouncement": "{0} has defeated the {1}th {2}!",
|
||||
"HouseMissing_1": "This house is missing {0}.",
|
||||
"HouseMissing_2": "This house is missing {0} and {1}.",
|
||||
"HouseMissing_3": "This house is missing {0}, {1}, and {2}.",
|
||||
"HouseMissing_4": "This house is missing {0}, {1}, {2}, and {3}.",
|
||||
"HouseLightSource": "a light source",
|
||||
"HouseDoor": "a door",
|
||||
"HouseTable": "a table",
|
||||
"HouseChair": "a chair",
|
||||
"BirthdayParty_1": "Looks like {0} is throwing a party",
|
||||
"BirthdayParty_2": "Looks like {0} & {1} are throwing a party",
|
||||
"BirthdayParty_3": "Looks like {0}, {1}, and {2} are throwing a party"
|
||||
},
|
||||
"Enemies": {
|
||||
"TheTwins": "The Twins",
|
||||
"MoonLord": "Moon Lord"
|
||||
},
|
||||
"DeathTextGeneric": {
|
||||
"Slain": "{0} was slain",
|
||||
"Eviscerated": "{0} was eviscerated",
|
||||
"Murdered": "{0} was murdered",
|
||||
"FaceTornOff": "{0}'s face was torn off",
|
||||
"EntrailsRippedOut": "{0}'s entrails were ripped out",
|
||||
"Destroyed": "{0} was destroyed",
|
||||
"SkullCrushed": "{0}'s skull was crushed",
|
||||
"Massacred": "{0} got massacred",
|
||||
"Impaled": "{0} got impaled",
|
||||
"TornInHalf": "{0} was torn in half",
|
||||
"Decapitated": "{0} was decapitated",
|
||||
"ArmTornOff": "{0} let their arms get torn off",
|
||||
"InnardsBecameOutards": "{0} watched their innards become outards",
|
||||
"Dissected": "{0} was brutally dissected",
|
||||
"ExtremitiesDetached": "{0}'s extremities were detached",
|
||||
"Mangled": "{0}'s body was mangled",
|
||||
"Ruptured": "{0}'s vital organs were ruptured",
|
||||
"PileOfFlesh": "{0} was turned into a pile of flesh",
|
||||
"Removed": "{0} was removed from {1}",
|
||||
"Snapped": "{0} got snapped in half",
|
||||
"Cut": "{0} was cut down the middle",
|
||||
"Chopped": "{0} was chopped up",
|
||||
"Plead": "{0}'s plead for death was answered",
|
||||
"Ripped": "{0}'s meat was ripped off the bone",
|
||||
"Flailing": "{0}'s flailing about was finally stopped",
|
||||
"HeadRemoved": "{0} had their head removed"
|
||||
},
|
||||
"DeathSource": {
|
||||
"Player": "{0} by {1}'s {2}.",
|
||||
"NPC": "{0} by {1}.",
|
||||
"Projectile": "{0} by {1}."
|
||||
},
|
||||
"DeathText": {
|
||||
"Suffocated": "{0} couldn't breathe.",
|
||||
"Poisoned": "{0} couldn't find the antidote.",
|
||||
"Burned": "{0} couldn't put the fire out.",
|
||||
"Electrocuted": "{0} couldn't contain the watts.",
|
||||
"TriedToEscape": "{0} tried to escape.",
|
||||
"WasLicked": "{0} was licked.",
|
||||
"Teleport_1": "{0} didn't materialize",
|
||||
"Teleport_2_Male": "{0}'s legs appeared where his head should be.",
|
||||
"Teleport_2_Female": "{0}'s legs appeared where her head should be.",
|
||||
"Slain": "{0} was slain...",
|
||||
"Stabbed": "{0} was stabbed.",
|
||||
"Default": "{0}.",
|
||||
"Fell_1": "{0} fell to their death.",
|
||||
"Fell_2": "{0} didn't bounce.",
|
||||
"Drowned_1": "{0} forgot to breathe.",
|
||||
"Drowned_2": "{0} is sleeping with the fish.",
|
||||
"Drowned_3": "{0} drowned.",
|
||||
"Drowned_4": "{0} is shark food.",
|
||||
"Lava_1": "{0} got melted.",
|
||||
"Lava_2": "{0} was incinerated.",
|
||||
"Lava_3": "{0} tried to swim in lava.",
|
||||
"Lava_4": "{0} likes to play in magma.",
|
||||
"Petrified_1": "{0} shattered into pieces.",
|
||||
"Petrified_2": "{0} cant be put back together again.",
|
||||
"Petrified_3": "{0} needs to be swept up.",
|
||||
"Petrified_4": "{0} just became another dirt pile."
|
||||
},
|
||||
"Misc": {
|
||||
"ForceWaterSettling": "Forcing water to settle.",
|
||||
"WaterSettled": "Water has been settled.",
|
||||
"ResolutionChanged": "Resolution changed to: {0}x{1}.",
|
||||
"ShortDays": "d",
|
||||
"ShortHours": "h",
|
||||
"ShortMinutes": "m",
|
||||
"ShortSeconds": "s"
|
||||
},
|
||||
"Currency": {
|
||||
"Platinum": "Platinum",
|
||||
"Gold": "Gold",
|
||||
"Silver": "Silver",
|
||||
"Copper": "Copper",
|
||||
"DefenderMedals": "Defender Medals"
|
||||
},
|
||||
"Achievements": {
|
||||
"ChallengerCategory": "Challenger",
|
||||
"CollectorCategory": "Collector",
|
||||
"ExplorerCategory": "Explorer",
|
||||
"SlayerCategory": "Slayer",
|
||||
"NoCategory": "None",
|
||||
"Completed": "Achievement complete! {0}",
|
||||
"TIMBER_Name": "Timber!!",
|
||||
"TIMBER_Description": "Chop down your first tree.",
|
||||
"NO_HOBO_Name": "No Hobo",
|
||||
"NO_HOBO_Description": "Build a house suitable enough for your first town NPC, such as the guide, to move into.",
|
||||
"OBTAIN_HAMMER_Name": "Stop! Hammer Time!",
|
||||
"OBTAIN_HAMMER_Description": "Obtain your first hammer via crafting or otherwise.",
|
||||
"OOO_SHINY_Name": "Ooo! Shiny!",
|
||||
"OOO_SHINY_Description": "Mine your first nugget of ore with a pickaxe.",
|
||||
"HEART_BREAKER_Name": "Heart Breaker",
|
||||
"HEART_BREAKER_Description": "Discover and smash your first heart crystal underground.",
|
||||
"HEAVY_METAL_Name": "Heavy Metal",
|
||||
"HEAVY_METAL_Description": "Obtain an anvil made from iron or lead.",
|
||||
"I_AM_LOOT_Name": "I Am Loot!",
|
||||
"I_AM_LOOT_Description": "Discover a golden chest underground and take a peek at its contents.",
|
||||
"STAR_POWER_Name": "Star Power",
|
||||
"STAR_POWER_Description": "Craft a mana crystal out of fallen stars, and consume it.",
|
||||
"HOLD_ON_TIGHT_Name": "Hold on Tight!",
|
||||
"HOLD_ON_TIGHT_Description": "Equip your first grappling hook.",
|
||||
"EYE_ON_YOU_Name": "Eye on You",
|
||||
"EYE_ON_YOU_Description": "Defeat the Eye of Cthulhu, an ocular menace who only appears at night.",
|
||||
"SMASHING_POPPET_Name": "Smashing, Poppet!",
|
||||
"SMASHING_POPPET_Description": "Using explosives or your trusty hammer, smash a Shadow Orb or Crimson Heart in the evil parts of your world.",
|
||||
"WORM_FODDER_Name": "Worm Fodder",
|
||||
"WORM_FODDER_Description": "Defeat the Eater of Worlds, a massive worm whom dwells in the corruption.",
|
||||
"MASTERMIND_Name": "Mastermind",
|
||||
"MASTERMIND_Description": "Defeat the Brain of Cthulhu, an enormous demon brain which haunts the creeping crimson.",
|
||||
"WHERES_MY_HONEY_Name": "Where's My Honey?",
|
||||
"WHERES_MY_HONEY_Description": "Discover a large bee's hive deep in the jungle.",
|
||||
"STING_OPERATION_Name": "Sting Operation",
|
||||
"STING_OPERATION_Description": "Defeat the Queen Bee, the matriarch of the jungle hives.",
|
||||
"BONED_Name": "Boned",
|
||||
"BONED_Description": "Defeat Skeletron, the cursed guardian of the dungeon.",
|
||||
"DUNGEON_HEIST_Name": "Dungeon Heist",
|
||||
"DUNGEON_HEIST_Description": "Steal a key from dungeon's undead denizens, and unlock one of their precious golden chests.",
|
||||
"ITS_GETTING_HOT_IN_HERE_Name": "It's Getting Hot in Here",
|
||||
"ITS_GETTING_HOT_IN_HERE_Description": "Spelunk deep enough to reach the molten underworld.",
|
||||
"MINER_FOR_FIRE_Name": "Miner for Fire",
|
||||
"MINER_FOR_FIRE_Description": "Craft a molten pickaxe using the hottest of materials.",
|
||||
"STILL_HUNGRY_Name": "Still Hungry",
|
||||
"STILL_HUNGRY_Description": "Defeat the Wall of Flesh, the master and core of the world who arises after a great, burning sacrifice.",
|
||||
"ITS_HARD_Name": "It's Hard!",
|
||||
"ITS_HARD_Description": "Unleash the ancient spirits of light and darkness across your world, enabling much stronger foes and showering the world with dazzling treasures (and rainbows!).",
|
||||
"BEGONE_EVIL_Name": "Begone, Evil!",
|
||||
"BEGONE_EVIL_Description": "Smash a demon or crimson altar with a powerful, holy hammer.",
|
||||
"EXTRA_SHINY_Name": "Extra Shiny!",
|
||||
"EXTRA_SHINY_Description": "Mine a powerful ore that has been newly blessed upon your world.",
|
||||
"HEAD_IN_THE_CLOUDS_Name": "Head in the Clouds",
|
||||
"HEAD_IN_THE_CLOUDS_Description": "Equip a pair of wings.",
|
||||
"LIKE_A_BOSS_Name": "Like a Boss",
|
||||
"LIKE_A_BOSS_Description": "Obtain a boss-summoning item.",
|
||||
"BUCKETS_OF_BOLTS_Name": "Buckets of Bolts",
|
||||
"BUCKETS_OF_BOLTS_Description": "Defeat the three nocturnal mechanical menaces: the Twins, the Destroyer, and Skeletron Prime.",
|
||||
"DRAX_ATTAX_Name": "Drax Attax",
|
||||
"DRAX_ATTAX_Description": "Craft a drax or pickaxe axe using hallowed bars, and the souls of the three mechanical bosses.",
|
||||
"PHOTOSYNTHESIS_Name": "Photosynthesis",
|
||||
"PHOTOSYNTHESIS_Description": "Mine chlorophyte, an organic ore found deep among the thickest of flora.",
|
||||
"GET_A_LIFE_Name": "Get a Life",
|
||||
"GET_A_LIFE_Description": "Consume a life fruit, which grows in the thick of subterranean jungle grass.",
|
||||
"THE_GREAT_SOUTHERN_PLANTKILL_Name": "The Great Southern Plantkill",
|
||||
"THE_GREAT_SOUTHERN_PLANTKILL_Description": "Defeat Plantera, the overgrown monstrosity of the jungle's depths.",
|
||||
"TEMPLE_RAIDER_Name": "Temple Raider",
|
||||
"TEMPLE_RAIDER_Description": "Breach the impenetrable walls of the jungle temple.",
|
||||
"LIHZAHRDIAN_IDOL_Name": "Lihzahrdian Idol",
|
||||
"LIHZAHRDIAN_IDOL_Description": "Defeat Golem, the stone-faced ritualistic idol of the lihzahrd tribe.",
|
||||
"ROBBING_THE_GRAVE_Name": "Robbing the Grave",
|
||||
"ROBBING_THE_GRAVE_Description": "Obtain a rare treasure from a difficult monster in the dungeon.",
|
||||
"BIG_BOOTY_Name": "Big Booty",
|
||||
"BIG_BOOTY_Description": "Unlock one of the dungeon's large, mysterious chests with a special key.",
|
||||
"FISH_OUT_OF_WATER_Name": "Fish Out of Water",
|
||||
"FISH_OUT_OF_WATER_Description": "Defeat Duke Fishron, mutant terror of the sea.",
|
||||
"OBSESSIVE_DEVOTION_Name": "Obsessive Devotion",
|
||||
"OBSESSIVE_DEVOTION_Description": "Defeat the Ancient Cultist, fanatical leader of the dungeon coven.",
|
||||
"STAR_DESTROYER_Name": "Star Destroyer",
|
||||
"STAR_DESTROYER_Description": "Defeat the four celestial towers of the moon.",
|
||||
"CHAMPION_OF_TERRARIA_Name": "Champion of Terraria",
|
||||
"CHAMPION_OF_TERRARIA_Description": "Defeat the Moon Lord.",
|
||||
"BLOODBATH_Name": "Bloodbath",
|
||||
"BLOODBATH_Description": "Survive a blood moon, a nocturnal event where the rivers run red and monsters swarm aplenty.",
|
||||
"SLIPPERY_SHINOBI_Name": "Slippery Shinobi",
|
||||
"SLIPPERY_SHINOBI_Description": "Defeat King Slime, the lord of all things slimy.",
|
||||
"GOBLIN_PUNTER_Name": "Goblin Punter",
|
||||
"GOBLIN_PUNTER_Description": "Triumph over a goblin invasion, a ragtag regiment of crude, barbaric, pointy-eared warriors and their shadowflame sorcerers.",
|
||||
"WALK_THE_PLANK_Name": "Walk the Plank",
|
||||
"WALK_THE_PLANK_Description": "Triumph over a pirate invasion, a group of pillagers from the sea out for your booty... and your life!",
|
||||
"KILL_THE_SUN_Name": "Kill the Sun",
|
||||
"KILL_THE_SUN_Description": "Survive a solar eclipse, a day darker than night filled with creatures of horror.",
|
||||
"DO_YOU_WANT_TO_SLAY_A_SNOWMAN_Name": "Do You Want to Slay a Snowman?",
|
||||
"DO_YOU_WANT_TO_SLAY_A_SNOWMAN_Description": "Triumph over the frost legion, a festive family of maniacal snowman mobsters.",
|
||||
"TIN_FOIL_HATTER_Name": "Tin-Foil Hatter",
|
||||
"TIN_FOIL_HATTER_Description": "Triumph over a martian invasion, when beings from out of this world come to scramble your brains and probe you in uncomfortable places.",
|
||||
"BALEFUL_HARVEST_Name": "Baleful Harvest",
|
||||
"BALEFUL_HARVEST_Description": "Reach the 15th wave of a pumpkin moon, where evil lurks among the autumn harvest.",
|
||||
"ICE_SCREAM_Name": "Ice Scream",
|
||||
"ICE_SCREAM_Description": "Reach the 15th wave of a frost moon, where the festive season quickly degrades into madness.",
|
||||
"STICKY_SITUATION_Name": "Sticky Situation",
|
||||
"STICKY_SITUATION_Description": "Survive the slime rain, where gelatinous organisms fall from the sky in droves.",
|
||||
"REAL_ESTATE_AGENT_Name": "Real Estate Agent",
|
||||
"REAL_ESTATE_AGENT_Description": "Have all possible town NPCs living in your world.",
|
||||
"NOT_THE_BEES_Name": "Not the Bees!",
|
||||
"NOT_THE_BEES_Description": "Fire a Bee Gun while wearing a full set of Bee Armor.",
|
||||
"JEEPERS_CREEPERS_Name": "Jeepers Creepers",
|
||||
"JEEPERS_CREEPERS_Description": "Stumble into a spider cavern in the underground.",
|
||||
"FUNKYTOWN_Name": "Funkytown",
|
||||
"FUNKYTOWN_Description": "Build or encounter a glowing mushroom field above the surface.",
|
||||
"INTO_ORBIT_Name": "Into Orbit",
|
||||
"INTO_ORBIT_Description": "You can only go down from here!",
|
||||
"ROCK_BOTTOM_Name": "Rock Bottom",
|
||||
"ROCK_BOTTOM_Description": "The only way is up!",
|
||||
"MECHA_MAYHEM_Name": "Mecha Mayhem",
|
||||
"MECHA_MAYHEM_Description": "Do battle against the Twins, the Destroyer, and Skeletron Prime simultaneously and emerge victorious.",
|
||||
"GELATIN_WORLD_TOUR_Name": "Gelatin World Tour",
|
||||
"GELATIN_WORLD_TOUR_Description": "Defeat every type of slime there is!",
|
||||
"FASHION_STATEMENT_Name": "Fashion Statement",
|
||||
"FASHION_STATEMENT_Description": "Equip armor or vanity clothing in all three social slots.",
|
||||
"VEHICULAR_MANSLAUGHTER_Name": "Vehicular Manslaughter",
|
||||
"VEHICULAR_MANSLAUGHTER_Description": "Defeat an enemy by running it over with a minecart.",
|
||||
"BULLDOZER_Name": "Bulldozer",
|
||||
"BULLDOZER_Description": "Destroy a total of 10,000 tiles.",
|
||||
"THERE_ARE_SOME_WHO_CALL_HIM_Name": "There are Some Who Call Him...",
|
||||
"THERE_ARE_SOME_WHO_CALL_HIM_Description": "Kill Tim.",
|
||||
"DECEIVER_OF_FOOLS_Name": "Deceiver of Fools",
|
||||
"DECEIVER_OF_FOOLS_Description": "Kill a nymph.",
|
||||
"SWORD_OF_THE_HERO_Name": "Sword of the Hero",
|
||||
"SWORD_OF_THE_HERO_Description": "Obtain a Terra Blade, forged from the finest blades of light and darkness.",
|
||||
"LUCKY_BREAK_Name": "Lucky Break",
|
||||
"LUCKY_BREAK_Description": "Survive a long fall with just a sliver of health remaining.",
|
||||
"THROWING_LINES_Name": "Throwing Lines",
|
||||
"THROWING_LINES_Description": "Throw a yoyo.",
|
||||
"DYE_HARD_Name": "Dye Hard",
|
||||
"DYE_HARD_Description": "Equip a dye in every possible dye slot.",
|
||||
"SICK_THROW_Name": "Sick Throw",
|
||||
"SICK_THROW_Description": "Obtain the Terrarian.",
|
||||
"FREQUENT_FLYER_Name": "The Frequent Flyer",
|
||||
"FREQUENT_FLYER_Description": "Spend over 1 gold being treated by the nurse.",
|
||||
"THE_CAVALRY_Name": "The Cavalry",
|
||||
"THE_CAVALRY_Description": "Equip a mount.",
|
||||
"COMPLETELY_AWESOME_Name": "Completely Awesome",
|
||||
"COMPLETELY_AWESOME_Description": "Obtain a minishark.",
|
||||
"TIL_DEATH_Name": "Til Death...",
|
||||
"TIL_DEATH_Description": "Kill the groom.",
|
||||
"ARCHAEOLOGIST_Name": "Archaeologist",
|
||||
"ARCHAEOLOGIST_Description": "Kill Doctor Bones.",
|
||||
"PRETTY_IN_PINK_Name": "Pretty in Pink",
|
||||
"PRETTY_IN_PINK_Description": "Kill pinky.",
|
||||
"RAINBOWS_AND_UNICORNS_Name": "Rainbows and Unicorns",
|
||||
"RAINBOWS_AND_UNICORNS_Description": "Fire a rainbow gun while riding on a unicorn.",
|
||||
"YOU_AND_WHAT_ARMY_Name": "You and What Army?",
|
||||
"YOU_AND_WHAT_ARMY_Description": "Command nine summoned minions simultaneously.",
|
||||
"PRISMANCER_Name": "Prismancer",
|
||||
"PRISMANCER_Description": "Obtain a rainbow rod.",
|
||||
"IT_CAN_TALK_Name": "It Can Talk?!",
|
||||
"IT_CAN_TALK_Description": "Build a house in a mushroom biome and have Truffle move in.",
|
||||
"WATCH_YOUR_STEP_Name": "Watch Your Step!",
|
||||
"WATCH_YOUR_STEP_Description": "Become a victim to a nasty underground trap.",
|
||||
"MARATHON_MEDALIST_Name": "Marathon Medalist",
|
||||
"MARATHON_MEDALIST_Description": "Travel a total of 26.2 miles on foot.",
|
||||
"GLORIOUS_GOLDEN_POLE_Name": "Glorious Golden Pole",
|
||||
"GLORIOUS_GOLDEN_POLE_Description": "Obtain a golden fishing rod.",
|
||||
"SERVANT_IN_TRAINING_Name": "Servant-in-Training",
|
||||
"SERVANT_IN_TRAINING_Description": "Complete your 1st quest for the angler.",
|
||||
"GOOD_LITTLE_SLAVE_Name": "Good Little Slave",
|
||||
"GOOD_LITTLE_SLAVE_Description": "Complete your 10th quest for the angler.",
|
||||
"TROUT_MONKEY_Name": "Trout Monkey",
|
||||
"TROUT_MONKEY_Description": "Complete your 25th quest for the angler.",
|
||||
"FAST_AND_FISHIOUS_Name": "Fast and Fishious",
|
||||
"FAST_AND_FISHIOUS_Description": "Complete your 50th quest for the angler.",
|
||||
"SUPREME_HELPER_MINION_Name": "Supreme Helper Minion!",
|
||||
"SUPREME_HELPER_MINION_Description": "Complete a grand total of 200 quests for the angler.",
|
||||
"TOPPED_OFF_Name": "Topped Off",
|
||||
"TOPPED_OFF_Description": "Attain maximum health and mana possible without accessories or buffs.",
|
||||
"SLAYER_OF_WORLDS_Name": "Slayer of Worlds",
|
||||
"SLAYER_OF_WORLDS_Description": "Defeat every boss in Terraria.",
|
||||
"YOU_CAN_DO_IT_Name": "You Can Do It!",
|
||||
"YOU_CAN_DO_IT_Description": "Survive your character's first full night.",
|
||||
"MATCHING_ATTIRE_Name": "Matching Attire",
|
||||
"MATCHING_ATTIRE_Description": "Equip armor in all three armor slots: head, chest, and feet.",
|
||||
"BEHIND_THE_MASK_Name": "Behind The Mask",
|
||||
"BEHIND_THE_MASK_Description": "Slay the Insane Cultist, a mad magician with powerful spells.",
|
||||
"DAVY_JONES_LOCKER_Name": "Davy Jones' Locker",
|
||||
"DAVY_JONES_LOCKER_Description": "Defeat the Flying Dutchman, the sails of the plunderin' skies.",
|
||||
"WINTERHEARTED_Name": "Winterhearted",
|
||||
"WINTERHEARTED_Description": "Defeat the Ice Queen, wicked witch of the coldest nights.",
|
||||
"PUMPKIN_SMASHER_Name": "Pumpkin Smasher",
|
||||
"PUMPKIN_SMASHER_Description": "Defeat the Pumpking, the spooky lord of hallow's eve.",
|
||||
"INDEPENDENCE_DAY_Name": "Independence Day",
|
||||
"INDEPENDENCE_DAY_Description": "Defeat a Mothership, overminds of the martian invaders.",
|
||||
"HEX_EDUCATION_Name": "Hex Education",
|
||||
"HEX_EDUCATION_Description": "Defeat a Goblin Summoner, conjurers of the darkest flames."
|
||||
},
|
||||
"DungeonDefenders2": {
|
||||
"InvasionStart": "The old one's army is approaching!",
|
||||
"InvasionProgressTitle": "Old One's Army",
|
||||
"InvasionWin": "The old one's army has been defeated!",
|
||||
"WaveComplete": "Wave Complete!",
|
||||
"CantSummonTower": "It doesn't seem to work without an Etheria Crystal nearby...",
|
||||
"BartenderWarning": "The eternia crystal rejects this area and pops away instantly, the Tavernkeep mentioned it should rest in a large flat open area..."
|
||||
},
|
||||
"GameTitle": {
|
||||
"0": "Terraria: Dig Peon, Dig!",
|
||||
"1": "Terraria: Epic Dirt",
|
||||
"10": "Terraria: Digger T' Blocks",
|
||||
"11": "Terraria: There is No Cow Layer",
|
||||
"12": "Terraria: Suspicous Looking Eyeballs",
|
||||
"13": "Terraria: Purple Grass!",
|
||||
"14": "Terraria: No one Dug Behind!",
|
||||
"15": "Terraria: The Water Fall Of Content!",
|
||||
"16": "Terraria: Earthbound",
|
||||
"17": "Terraria: Dig Dug Ain't Got Nuthin on Me",
|
||||
"18": "Terraria: Ore's Well That Ends Well",
|
||||
"19": "Terraria: Judgement Clay",
|
||||
"2": "Terraria: Adaman-TIGHT!",
|
||||
"20": "Terraria: Terrestrial Trouble",
|
||||
"21": "Terraria: Obsessive-Compulsive Discovery Simulator",
|
||||
"22": "Terraria: Red Dev Redemption",
|
||||
"23": "Terraria: Rise of the Slimes",
|
||||
"24": "Terraria: Now with more things to kill you!",
|
||||
"25": "Terraria: Rumors of the Guides' death were greatly exaggerated",
|
||||
"26": "Terraria: I Pity the Tools...",
|
||||
"27": "Terraria: A spelunker says 'What'?",
|
||||
"28": "Terraria: So then I said 'Something about a PC update....'",
|
||||
"29": "Terraria: May the blocks be with you",
|
||||
"3": "Terraria: Sand is Overpowered",
|
||||
"30": "Terraria: Better than life",
|
||||
"31": "Terraria: Terraria: Terraria:",
|
||||
"32": "Terraria: Now in 1D",
|
||||
"33": "Terraria: Coming soon to a computer near you",
|
||||
"34": "Terraria: Dividing by zero",
|
||||
"35": "Terraria: Now with SOUND",
|
||||
"36": "Terraria: Press alt-f4",
|
||||
"37": "Terraria: I Pity the Tools",
|
||||
"38": "Terraria: You sand bro?",
|
||||
"39": "Terraria: A good day to dig hard",
|
||||
"4": "Terraria Part 3: The Return of the Guide",
|
||||
"40": "Terraria: Can You Re-Dig-It?",
|
||||
"41": "Terraria: I don't know that-- aaaaa!",
|
||||
"42": "Terraria: What's that purple spiked thing?",
|
||||
"43": "Terraria: I wanna be the guide",
|
||||
"44": "Terraria: Cthulhu is mad... and is missing an eye!",
|
||||
"45": "Terraria: NOT THE BEES!!!",
|
||||
"46": "Terraria: Legend of Maxx",
|
||||
"47": "Terraria: Cult of Cenx",
|
||||
"48": "Terraria 2: Electric Boogaloo",
|
||||
"49": "Terraria: Also try Minecraft!",
|
||||
"5": "Terraria: A Bunnies Tale",
|
||||
"50": "Terraria: Also try Edge of Space!",
|
||||
"51": "Terraria: I just wanna know where the gold at?",
|
||||
"52": "Terraria: Now with more ducks!",
|
||||
"53": "Terraria: 9 + 1 = 11",
|
||||
"54": "Terraria: Infinite Plantera",
|
||||
"6": "Terraria: Dr. Bones and The Temple of Blood Moon",
|
||||
"7": "Terraria: Slimeassic Park",
|
||||
"8": "Terraria: The Grass is Greener on This Side",
|
||||
"9": "Terraria: Small Blocks, Not for Children Under the Age of 5",
|
||||
"55": "Terraria: Shut Up and Dig Gaiden!"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue