2653 lines
No EOL
82 KiB
JSON
2653 lines
No EOL
82 KiB
JSON
{
|
|
"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 occurred 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.",
|
|
"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}",
|
|
"SetInitialMaxPlayers": "Max players (press enter for 16): ",
|
|
"ServerIsFull": "This server is full right now, please try again later.",
|
|
},
|
|
"UI": {
|
|
"Effects": "Effects",
|
|
"LoadingCode": "Loading:",
|
|
"Favorite": "Favorite",
|
|
"Unfavorite": "Unfavorite",
|
|
"MoveToCloud": "Move to cloud",
|
|
"MoveOffCloud": "Move off cloud",
|
|
"Play": "Play",
|
|
"Delete": "Delete",
|
|
"Softcore": "Classic",
|
|
"Mediumcore": "Mediumcore",
|
|
"Hardcore": "Hardcore",
|
|
"Master": "Master",
|
|
"Expert": "Expert",
|
|
"Normal": "Classic",
|
|
"Creative": "Journey",
|
|
"CreativeDescriptionPlayer": "Journey characters start with extra equipment. Can only be played on Journey worlds.",
|
|
"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 Adventure 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": "...",
|
|
"ResourcePacks": "Texture Packs",
|
|
"LightMode_Color": "{$LegacyMenu.55}",
|
|
"LightMode_White": "{$LegacyMenu.56}",
|
|
"LightMode_Retro": "{$LegacyMenu.57}",
|
|
"LightMode_Trippy": "{$LegacyMenu.58}",
|
|
"CopyColorToClipboard": "Copy color code to clipboard",
|
|
"PasteColorFromClipboard": "Paste color code from clipboard",
|
|
"RandomizeColor": "Randomize color",
|
|
"RandomizePlayer": "Randomize player",
|
|
"CopyPlayerToClipboard": "Copy player template to clipboard",
|
|
"PastePlayerFromClipboard": "Paste player template from clipboard",
|
|
"PlayerNameSlot": "Name:",
|
|
"PlayerEmptyName": "{$Net.EmptyName}",
|
|
"Create": "Create",
|
|
"SelectMapBorder": "Minimap Border: {0}",
|
|
"MinimapFrame_Default": "Default",
|
|
"MinimapFrame_Golden": "Golden",
|
|
"MinimapFrame_Remix": "Remix",
|
|
"MinimapFrame_Sticks": "Sticks",
|
|
"MinimapFrame_StoneGold": "StoneGold",
|
|
"MinimapFrame_TwigLeaf": "TwigLeaf",
|
|
"MinimapFrame_Leaf": "Leaf",
|
|
"MinimapFrame_Retro": "Retro",
|
|
"MinimapFrame_Valkyrie": "Valkyrie",
|
|
"SelectHealthStyle": "Health and Mana Style: {0}",
|
|
"HealthManaStyle_Default": "Classic",
|
|
"HealthManaStyle_New": "Fancy",
|
|
"HealthManaStyle_HorizontalBars": "Bars",
|
|
"SpawnPoint": "Spawn",
|
|
"SpawnBed": "Home",
|
|
"EmoteCategoryGeneral": "General",
|
|
"EmoteCategoryRPS": "Rock, Paper, Scissors!",
|
|
"EmoteCategoryItems": "Items",
|
|
"EmoteCategoryBiomesAndEvents": "Nature & Weather",
|
|
"EmoteCategoryTownNPCs": "Town",
|
|
"EmoteCategoryCritters": "Critters & Monsters",
|
|
"EmoteCategoryBosses": "Dangers",
|
|
"ToggleBank4VacuumIsOn": "Void Pull: On",
|
|
"ToggleBank4VacuumIsOff": "Void Pull: Off",
|
|
"Author": "by {0}",
|
|
"WorldCreationName": "Name:",
|
|
"WorldCreationNameEmpty": "<Empty>",
|
|
"WorldCreationRandomizeNameDescription": "Randomize your world's name.",
|
|
"WorldCreationSeed": "Seed:",
|
|
"WorldCreationSeedEmpty": "<Leave Blank For Random>",
|
|
"WorldCreationRandomizeSeedDescription": "Randomize your world's seed.",
|
|
"WorldCreationSize": "Size:",
|
|
"WorldCreationDifficulty": "Difficulty:",
|
|
"WorldCreationEvil": "Evil:",
|
|
"WorldCreationNumberOfWorlds": "# of Worlds:",
|
|
"WorldCreationNumberOfWorldsDescription": "Number of worlds to generate at once",
|
|
"ItemCannotBePlacedInsideItself": "Placing into itself will be blocked",
|
|
"WorldDescriptionName": "Give your world a name! Choose carefully, you cannot change it later!",
|
|
"WorldDescriptionSeed": "The DNA marker that defines your world's specific shape and traits.",
|
|
"WorldDescriptionSizeSmall": "Ideal for a quick, single player experience.",
|
|
"WorldDescriptionSizeMedium": "Bigger and better for prolonged exploration, or bringing a friend.",
|
|
"WorldDescriptionSizeLarge": "Super-sized for long term progression and multiple players.",
|
|
"WorldDescriptionCreative": "With great power comes great responsibility (Unearth your creativity)",
|
|
"WorldDescriptionNormal": "Your Adventure Begins... (The Standard Terraria Experience)",
|
|
"WorldDescriptionExpert": "Fortune & Glory, Kid. (Far Greater Difficulty & Loot)",
|
|
"WorldDescriptionMaster": "Game over man, game over! (Brutally hard, for the truly brave)",
|
|
"WorldDescriptionEvilRandom": "Let nature decide whether corruption or crimson infects your world.",
|
|
"WorldDescriptionEvilCorrupt": "Disease-like corruption is guaranteed to be present in your world.",
|
|
"WorldDescriptionEvilCrimson": "Macabre, grotesque crimson is guaranteed to be present in your world.",
|
|
"WorldDescriptionDefault": "Please choose how your world will be built with the options above.",
|
|
"SmartDoorsDisabled": "Smart Doors: Disabled",
|
|
"SmartDoorsEnabled": "Smart Doors: Enabled",
|
|
"SmartDoorsGamepad": "Smart Doors: Gamepad Only",
|
|
"CannotDeleteFavorited": "Cannot Delete (Favorited)",
|
|
"NPCCheckHappiness": " Happiness",
|
|
"QuickUseItem": "Quick Use",
|
|
"TilesSwayInWindOn": "Windy Environment: Enabled",
|
|
"TilesSwayInWindOff": "Windy Environment: Disabled",
|
|
"Info": "Info",
|
|
"Version": "Version {0}",
|
|
"AvailableResourcePacksTitle": "Available Packs ({Amount})",
|
|
"EnabledResourcePacksTitle": "Enabled Packs ({Amount})",
|
|
"OffsetTexturePackPriorityUp": "Move Frontwards",
|
|
"OffsetTexturePackPriorityDown": "Move Backwards",
|
|
"EnableTexturePack": "Enable",
|
|
"DisableTexturePack": "Disable",
|
|
"SeeTexturePackInfo": "View Pack Info",
|
|
"PlayerIsNotCreativeAndWorldIsCreative": "Only Journey characters may enter a Journey world.",
|
|
"PlayerIsCreativeAndWorldIsNotCreative": "Only Non-Journey characters may enter a Non-Journey world.",
|
|
"PetTheAnimal": "Pet",
|
|
"HoverControlSettingIsClick": "Hover Controls: Click",
|
|
"HoverControlSettingIsHold": "Hover Controls: Hold",
|
|
"ToggleCreativeMenu": "Toggle Journey Powers",
|
|
"WorldCannotBeLoadedBecauseItHasAnInvalidGameMode": "Error: This world has an invalid data!",
|
|
"WorldGenEasterEgg_GeneratingBees": "Generating bees"
|
|
},
|
|
"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.",
|
|
"PlayerIsNotCreativeAndWorldIsCreative": "Only Journey characters may enter a Journey server.",
|
|
"PlayerIsCreativeAndWorldIsNotCreative": "Only Non-Journey characters may enter a Non-Journey server.",
|
|
"CannotTeleportToPylonBecausePlayerIsNotNearAPylon": "You are not close enough to a pylon to teleport with the pylon network",
|
|
"CannotTeleportToPylonBecauseNotEnoughNPCs": "There are not enough villagers near that pylon to access it",
|
|
"CannotTeleportToPylonBecauseNotEnoughNPCsAtCurrentPylon": "There are not enough villagers near the current pylon",
|
|
"CannotTeleportToPylonBecauseThereIsDanger": "Defeat the current threat before you can use the pylon network!",
|
|
"CannotTeleportToPylonBecauseNotMeetingBiomeRequirements": "This pylon is not in the correct biome to use",
|
|
"CannotTeleportToPylonBecauseAccessingLihzahrdTempleEarly": "Ancient forces prevent you from accessing this location . . .",
|
|
|
|
},
|
|
"GameUI": {
|
|
"Storm": "Storm",
|
|
"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",
|
|
"BlockReplacerOn": "Block swap on",
|
|
"BlockReplacerOff": "Block swap off",
|
|
"SettingsMenu": "Settings Menu",
|
|
"Buy": "Buy",
|
|
"BuyWithValue": "Buy ({0})",
|
|
"Cancel": "Cancel",
|
|
"Change": "Change",
|
|
"Expert": "Expert",
|
|
"Master": "Master",
|
|
"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": "Classic",
|
|
"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",
|
|
"MapScale": "Map Scale: {0}%",
|
|
"Emote": "Open Emotes Window",
|
|
"HoverTextBoxesOn": "Hover Text Boxes On",
|
|
"HoverTextBoxesOff": "Hover Text Boxes Off",
|
|
"Bestiary": "Open Bestiary",
|
|
"TimeAtMorning": "AM",
|
|
"TimePastMorning": "PM",
|
|
"PlayerLifeMax": " HP",
|
|
"PlayerManaMax": " MP",
|
|
"NotificationsOptionsCategory": "Notifications",
|
|
"ClearAllNotifications": "Clear All",
|
|
"OpenFileFolder": "{$LegacyInterface.110}",
|
|
"PotionOfReturnExitPortal": "Return Portal Exit",
|
|
"PotionOfReturnHomePortal": "Return Portal Entrance",
|
|
"Music": "Music",
|
|
"TorchTypeSwapperOn": "Biome torch swap on",
|
|
"TorchTypeSwapperOff": "Biome torch swap off",
|
|
},
|
|
"Controls": {
|
|
"LeftClick": "Left Click",
|
|
"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}",
|
|
"RespawnInPrefix": "",
|
|
"RespawnInSuffix": "{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}",
|
|
"ReservedForNPC": "Reserved for {0}",
|
|
"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",
|
|
"BallBounceResultGolf_Single": "{0} sunk the {1} in {2} stroke!",
|
|
"BallBounceResultGolf_Plural": "{0} sunk the {1} in {2} strokes!"
|
|
},
|
|
"Enemies": {
|
|
"TheTwins": "The Twins",
|
|
"MoonLord": "Moon Lord"
|
|
},
|
|
"Friends": {
|
|
"TownCat": "Town Cat",
|
|
"TownDog": "Town Dog",
|
|
"TownBunny": "Town Bunny"
|
|
},
|
|
"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 plea 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} can't be put back together again.",
|
|
"Petrified_3": "{0} needs to be swept up.",
|
|
"Petrified_4": "{0} just became another dirt pile.",
|
|
"Inferno": "{0} was consumed by the inferno."
|
|
},
|
|
"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",
|
|
"CombatBookUsed": "The book's knowledge empowers your villagers!",
|
|
"Fruit": "Fruit",
|
|
"CanBePlacedInVanity": "Can be worn in vanity slots",
|
|
"StartedVictoryXmas": "The spirit of Christmas spreads cheer...",
|
|
"EndedVictoryXmas": "The spirit of Christmas fades...",
|
|
"StartedVictoryHalloween": "The spirit of Halloween penetrates the air...",
|
|
"EndedVictoryHalloween": "The spirit of Halloween rests...",
|
|
"LicenseCatUsed": "The license teleports away to the cat delivery service...",
|
|
"LicenseDogUsed": "The license teleports away to the dog delivery service...",
|
|
"LicenseBunnyUsed": "The license teleports away to the bunny delivery service..."
|
|
},
|
|
"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.",
|
|
"BENCHED_Name": "Benched",
|
|
"BENCHED_Description": "Craft your first work bench.",
|
|
"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 who 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 life 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 Breath of the Wild!",
|
|
"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!"
|
|
},
|
|
"RandomWorldName_Legacy": {
|
|
"1": "Redigit's Kingdom",
|
|
"2": "Cenx's Turf",
|
|
"3": "Cthulhu's Ruins",
|
|
"4": "Land of the Moon",
|
|
"5": "Working Ant's Nest"
|
|
},
|
|
|
|
"RandomWorldName_Composition": {
|
|
"1": "The {Adjective} {Location} of {Noun}",
|
|
"2": "The {Adjective} {Location} of {Noun}",
|
|
"3": "{Adjective} {Location} of {Noun}",
|
|
"4": "{Adjective} {Location} of {Noun}",
|
|
"5": "The {Adjective} {Location}",
|
|
"6": "{Adjective} {Location}",
|
|
"7": "The {Location} of {Noun}",
|
|
"8": "{Location} of {Noun}"
|
|
},
|
|
"RandomWorldName_Adjective": {
|
|
"Abandoned": "Abandoned",
|
|
"Abhorrent": "Abhorrent",
|
|
"Abusive": "Abusive",
|
|
"Adorable": "Adorable",
|
|
"Adventurous": "Adventurous",
|
|
"Ageless": "Ageless",
|
|
"Aggravating": "Aggravating",
|
|
"Aggressive": "Aggressive",
|
|
"Agile": "Agile",
|
|
"Agreeable": "Agreeable",
|
|
"Alert": "Alert",
|
|
"Alien": "Alien",
|
|
"Alive": "Alive",
|
|
"Alleged": "Alleged",
|
|
"Amethyst": "Amethyst",
|
|
"Amusing": "Amusing",
|
|
"Ancient": "Ancient",
|
|
"Angelic": "Angelic",
|
|
"Angry": "Angry",
|
|
"Annoyed": "Annoyed",
|
|
"Annoying": "Annoying",
|
|
"Anxious": "Anxious",
|
|
"Archaic": "Archaic",
|
|
"Ardent": "Ardent",
|
|
"Arrogant": "Arrogant",
|
|
"Ashamed": "Ashamed",
|
|
"Attractive": "Attractive",
|
|
"AuntBeckys": "Aunt Becky's",
|
|
"Average": "Average",
|
|
"Awful": "Awful",
|
|
"Awkward": "Awkward",
|
|
"Babbling": "Babbling",
|
|
"Bad": "Bad",
|
|
"Bashful": "Bashful",
|
|
"Beautiful": "Beautiful",
|
|
"Best": "Best",
|
|
"Bewildered": "Bewildered",
|
|
"Bitter": "Bitter",
|
|
"Bizarre": "Bizarre",
|
|
"Black": "Black",
|
|
"Blackish": "Blackish",
|
|
"Bleeding": "Bleeding",
|
|
"Blistering": "Blistering",
|
|
"Blocky": "Blocky",
|
|
"Bloody": "Bloody",
|
|
"Blooming": "Blooming",
|
|
"Blue": "Blue",
|
|
"Blushful": "Blushful",
|
|
"Blushing": "Blushing",
|
|
"Boatmurdered": "Boatmurdered",
|
|
"Boorish": "Boorish",
|
|
"Bored": "Bored",
|
|
"Boundless": "Boundless",
|
|
"Brainy": "Brainy",
|
|
"Brash": "Brash",
|
|
"Brave": "Brave",
|
|
"Breakable": "Breakable",
|
|
"Breakless": "Breakless",
|
|
"Breathtaking": "Breathtaking",
|
|
"Bright": "Bright",
|
|
"Brightish": "Brightish",
|
|
"Brilliant": "Brilliant",
|
|
"Broken": "Broken",
|
|
"Brown": "Brown",
|
|
"Brutal": "Brutal",
|
|
"Budding": "Budding",
|
|
"Burning": "Burning",
|
|
"Busy": "Busy",
|
|
"Calm": "Calm",
|
|
"Canadian": "Canadian",
|
|
"Careful": "Careful",
|
|
"Cautious": "Cautious",
|
|
"Celestial": "Celestial",
|
|
"Chads": "Chad's",
|
|
"Charming": "Charming",
|
|
"Chartreuse": "Chartreuse",
|
|
"Cheap": "Cheap",
|
|
"Cheerful": "Cheerful",
|
|
"Clean": "Clean",
|
|
"Clear": "Clear",
|
|
"Clearable": "Clearable",
|
|
"Clever": "Clever",
|
|
"Cleverish": "Cleverish",
|
|
"Cloudy": "Cloudy",
|
|
"Clumsy": "Clumsy",
|
|
"Cold": "Cold",
|
|
"Colorful": "Colorful",
|
|
"Combative": "Combative",
|
|
"Comfortable": "Comfortable",
|
|
"Comical": "Comical",
|
|
"Common": "Common",
|
|
"Complacent": "Complacent",
|
|
"Compulsive": "Compulsive",
|
|
"Concerned": "Concerned",
|
|
"Condemnable": "Condemnable",
|
|
"Condemned": "Condemned",
|
|
"Confident": "Confident",
|
|
"Confusable": "Confusable",
|
|
"Confused": "Confused",
|
|
"Constant": "Constant",
|
|
"Cooperative": "Cooperative",
|
|
"Corrupted": "Corrupted",
|
|
"Cosmic": "Cosmic",
|
|
"Courageous": "Courageous",
|
|
"Cracked": "Cracked",
|
|
"Cranky": "Cranky",
|
|
"Crass": "Crass",
|
|
"Crazy": "Crazy",
|
|
"Creepy": "Creepy",
|
|
"Crowded": "Crowded",
|
|
"Crude": "Crude",
|
|
"Cruel": "Cruel",
|
|
"Cuddly": "Cuddly",
|
|
"Curious": "Curious",
|
|
"Cursed": "Cursed",
|
|
"Cute": "Cute",
|
|
"Daft": "Daft",
|
|
"Damaged": "Damaged",
|
|
"Dangerous": "Dangerous",
|
|
"Dank": "Dank",
|
|
"Dark": "Dark",
|
|
"Daunting": "Daunting",
|
|
"Dead": "Dead",
|
|
"Decaying": "Decaying",
|
|
"Deceased": "Deceased",
|
|
"Defeated": "Defeated",
|
|
"Defiant": "Defiant",
|
|
"Delightful": "Delightful",
|
|
"Demented": "Demented",
|
|
"Demonic": "Demonic",
|
|
"Dense": "Dense",
|
|
"Depressed": "Depressed",
|
|
"Deranged": "Deranged",
|
|
"Desolate": "Desolate",
|
|
"Desperate": "Desperate",
|
|
"Determined": "Determined",
|
|
"Devious": "Devious",
|
|
"Diamond": "Diamond",
|
|
"Different": "Different",
|
|
"Difficult": "Difficult",
|
|
"Dire": "Dire",
|
|
"Dirty": "Dirty",
|
|
"Disappointing": "Disappointing",
|
|
"Discarded": "Discarded",
|
|
"Disgusting": "Disgusting",
|
|
"Disgusting": "Disgusting",
|
|
"Disloyal": "Disloyal",
|
|
"Distant": "Distant",
|
|
"Distinct": "Distinct",
|
|
"Distorted": "Distorted",
|
|
"Distressing": "Distressing",
|
|
"Disturbed": "Disturbed",
|
|
"Divine": "Divine",
|
|
"Dizzy": "Dizzy",
|
|
"Docile": "Docile",
|
|
"Doubtful": "Doubtful",
|
|
"Drab": "Drab",
|
|
"Dreadful": "Dreadful",
|
|
"Dreamy": "Dreamy",
|
|
"Dry": "Dry",
|
|
"Dubious": "Dubious",
|
|
"Dull": "Dull",
|
|
"Dumb": "Dumb",
|
|
"Eager": "Eager",
|
|
"Easy": "Easy",
|
|
"Eerie": "Eerie",
|
|
"Elated": "Elated",
|
|
"Elegant": "Elegant",
|
|
"Embarrassed": "Embarrassed",
|
|
"Embarrassing": "Embarrassing",
|
|
"Emerald": "Emerald",
|
|
"Empty": "Empty",
|
|
"Enchanting": "Enchanting",
|
|
"Encouraging": "Encouraging",
|
|
"Enduring": "Enduring",
|
|
"Energetic": "Energetic",
|
|
"Enthusiastic": "Enthusiastic",
|
|
"Envious": "Envious",
|
|
"Erratic": "Erratic",
|
|
"Eternal": "Eternal",
|
|
"Euphoric": "Euphoric",
|
|
"Everlasting": "Everlasting",
|
|
"Evil": "Evil",
|
|
"Exalted": "Exalted",
|
|
"Excellent": "Excellent",
|
|
"Excited": "Excited",
|
|
"Exiled": "Exiled",
|
|
"Existential": "Existential",
|
|
"Exotic": "Exotic",
|
|
"Expensive": "Expensive",
|
|
"Extinct": "Extinct",
|
|
"Extraordinary": "Extraordinary",
|
|
"Extravagant": "Extravagant",
|
|
"Exuberant": "Exuberant",
|
|
"Fabulous": "Fabulous",
|
|
"Fair": "Fair",
|
|
"Faithful": "Faithful",
|
|
"Fallen": "Fallen",
|
|
"Famous": "Famous",
|
|
"Fancy": "Fancy",
|
|
"Fantastic": "Fantastic",
|
|
"Far": "Far",
|
|
"Faraway": "Faraway",
|
|
"Fearful": "Fearful",
|
|
"Fearsome": "Fearsome",
|
|
"Fierce": "Fierce",
|
|
"Filthy": "Filthy",
|
|
"Fine": "Fine",
|
|
"Firm": "Firm",
|
|
"Flaky": "Flaky",
|
|
"Flaming": "Flaming",
|
|
"Flatulent": "Flatulent",
|
|
"Fluffy": "Fluffy",
|
|
"Foolhardy": "Foolhardy",
|
|
"Foolish": "Foolish",
|
|
"Forceful": "Forceful",
|
|
"Foreign": "Foreign",
|
|
"Forgiving": "Forgiving",
|
|
"Forgotten": "Forgotten",
|
|
"Forsaken": "Forsaken",
|
|
"Foul": "Foul",
|
|
"Fragile": "Fragile",
|
|
"Frail": "Frail",
|
|
"Frantic": "Frantic",
|
|
"Fresh": "Fresh",
|
|
"Friendly": "Friendly",
|
|
"Frightened": "Frightened",
|
|
"Frightening": "Frightening",
|
|
"Frightening": "Frightening",
|
|
"Funny": "Funny",
|
|
"Furious": "Furious",
|
|
"Gangrenous": "Gangrenous",
|
|
"Gentle": "Gentle",
|
|
"Gifted": "Gifted",
|
|
"Glamorous": "Glamorous",
|
|
"Gleaming": "Gleaming",
|
|
"Gleamless": "Gleamless",
|
|
"Gloomy": "Gloomy",
|
|
"Glorious": "Glorious",
|
|
"Glowing": "Glowing",
|
|
"Godly": "Godly",
|
|
"Good": "Good",
|
|
"Gorgeous": "Gorgeous",
|
|
"Graceful": "Graceful",
|
|
"Grand": "Grand",
|
|
"Grassy": "Grassy",
|
|
"Gray": "Gray",
|
|
"Greasy": "Greasy",
|
|
"Great": "Great",
|
|
"Greedy": "Greedy",
|
|
"Green": "Green",
|
|
"Grieving": "Grieving",
|
|
"Grizzly": "Grizzly",
|
|
"Grotesque": "Grotesque",
|
|
"Grouchy": "Grouchy",
|
|
"Growing": "Growing",
|
|
"Gruesome": "Gruesome",
|
|
"Grumpy": "Grumpy",
|
|
"Guilty": "Guilty",
|
|
"Gutless": "Gutless",
|
|
"Hallowed": "Hallowed",
|
|
"Handsome": "Handsome",
|
|
"Happy": "Happy",
|
|
"Harsh": "Harsh",
|
|
"Hateful": "Hateful",
|
|
"Hazardous": "Hazardous",
|
|
"Healthy": "Healthy",
|
|
"Heartless": "Heartless",
|
|
"Heavenly": "Heavenly",
|
|
"Heinous": "Heinous",
|
|
"Helpful": "Helpful",
|
|
"Helpless": "Helpless",
|
|
"Hesitant": "Hesitant",
|
|
"Hidden": "Hidden",
|
|
"Hideous": "Hideous",
|
|
"Hilarious": "Hilarious",
|
|
"Holy": "Holy",
|
|
"Homeless": "Homeless",
|
|
"Homely": "Homely",
|
|
"Horrible": "Horrible",
|
|
"Horrific": "Horrific",
|
|
"Horrifying": "Horrifying",
|
|
"Hungry": "Hungry",
|
|
"Hurt": "Hurt",
|
|
"Hurtable": "Hurtable",
|
|
"Hurtful": "Hurtful",
|
|
"Hyper": "Hyper",
|
|
"Hyperalert": "Hyperalert",
|
|
"Hyperenergetic": "Hyperenergetic",
|
|
"Hyperexcited": "Hyperexcited",
|
|
"Hyperhilarious": "Hyperhilarious",
|
|
"Hysterical": "Hysterical",
|
|
"Ignorant": "Ignorant",
|
|
"Illicit": "Illicit",
|
|
"Illusive": "Illusive",
|
|
"Imaginary": "Imaginary",
|
|
"Imaginary": "Imaginary",
|
|
"Immortal": "Immortal",
|
|
"Incompetent": "Incompetent",
|
|
"Inconvenient": "Inconvenient",
|
|
"Indecisive": "Indecisive",
|
|
"Indifferent": "Indifferent",
|
|
"Inferior": "Inferior",
|
|
"Infinite": "Infinite",
|
|
"Insecure": "Insecure",
|
|
"Insolent": "Insolent",
|
|
"Intense": "Intense",
|
|
"Irresponsible": "Irresponsible",
|
|
"Irritating": "Irritating",
|
|
"Isolated": "Isolated",
|
|
"Jade": "Jade",
|
|
"Jealous": "Jealous",
|
|
"Jiggly": "Jiggly",
|
|
"Jittery": "Jittery",
|
|
"Jolly": "Jolly",
|
|
"Joyous": "Joyous",
|
|
"Judgmental": "Judgmental",
|
|
"Karens": "Karen's",
|
|
"Keen": "Keen",
|
|
"Kind": "Kind",
|
|
"Kooky": "Kooky",
|
|
"Large": "Large",
|
|
"Lasting": "Lasting",
|
|
"Lavish": "Lavish",
|
|
"Lazy": "Lazy",
|
|
"Lazyish": "Lazyish",
|
|
"Leafy": "Leafy",
|
|
"Legendary": "Legendary",
|
|
"Light": "Light",
|
|
"Lightful": "Lightful",
|
|
"Lime": "Lime",
|
|
"Littleknown": "Little Known",
|
|
"Lively": "Lively",
|
|
"Lonely": "Lonely",
|
|
"Long": "Long",
|
|
"Lost": "Lost",
|
|
"Lousy": "Lousy",
|
|
"Lovely": "Lovely",
|
|
"Loyal": "Loyal",
|
|
"Lucky": "Lucky",
|
|
"Mad": "Mad",
|
|
"Magical": "Magical",
|
|
"Magnificent": "Magnificent",
|
|
"Marvelous": "Marvelous",
|
|
"Massive": "Massive",
|
|
"Menacing": "Menacing",
|
|
"Merciless": "Merciless",
|
|
"Mischievous": "Mischievous",
|
|
"Miserable": "Miserable",
|
|
"Misty": "Misty",
|
|
"Modern": "Modern",
|
|
"Modular": "Modular",
|
|
"Moist": "Moist",
|
|
"Moldy": "Moldy",
|
|
"Mopey": "Mopey",
|
|
"Motionless": "Motionless",
|
|
"Mourning": "Mourning",
|
|
"Muddy": "Muddy",
|
|
"Multitalented": "Multitalented",
|
|
"Murderous": "Murderous",
|
|
"Murky": "Murky",
|
|
"Mushy": "Mushy",
|
|
"Mysterious": "Mysterious",
|
|
"Mythical": "Mythical",
|
|
"Naive": "Naive",
|
|
"Naked": "Naked",
|
|
"Nameless": "Nameless",
|
|
"Nasty": "Nasty",
|
|
"Natural": "Natural",
|
|
"Naughty": "Naughty",
|
|
"Nauseating": "Nauseating",
|
|
"Navy": "Navy",
|
|
"Neglected": "Neglected",
|
|
"Nervous": "Nervous",
|
|
"New": "New",
|
|
"Nice": "Nice",
|
|
"Nimble": "Nimble",
|
|
"Nude": "Nude",
|
|
"Nutty": "Nutty",
|
|
"Obedient": "Obedient",
|
|
"Obnoxious": "Obnoxious",
|
|
"Obsessive": "Obsessive",
|
|
"Obstructed": "Obstructed",
|
|
"Obtuse": "Obtuse",
|
|
"Odd": "Odd",
|
|
"Offended": "Offended",
|
|
"Offensive": "Offensive",
|
|
"Old": "Old",
|
|
"OldFashioned": "Old-fashioned",
|
|
"Olive": "Olive",
|
|
"Open": "Open",
|
|
"Optimistic": "Optimistic",
|
|
"Outraged": "Outraged",
|
|
"Outrageous": "Outrageous",
|
|
"Outstanding": "Outstanding",
|
|
"Overcrowded": "Overcrowded",
|
|
"Overeasy": "Overeasy",
|
|
"Overjealous": "Overjealous",
|
|
"Overjoyous": "Overjoyous",
|
|
"Overrun": "Overrun",
|
|
"Pale": "Pale",
|
|
"Panicky": "Panicky",
|
|
"Peaceful": "Peaceful",
|
|
"Perfect": "Perfect",
|
|
"Perilous": "Perilous",
|
|
"Perpetual": "Perpetual",
|
|
"Persistent": "Persistent",
|
|
"Petrified": "Petrified",
|
|
"Pine": "Pine",
|
|
"Placid": "Placid",
|
|
"Plain": "Plain",
|
|
"Pleasant": "Pleasant",
|
|
"Pleasing": "Pleasing",
|
|
"Pointy": "Pointy",
|
|
"Poised": "Poised",
|
|
"Poison": "Poison",
|
|
"Poor": "Poor",
|
|
"Powerful": "Powerful",
|
|
"Precious": "Precious",
|
|
"Prickly": "Prickly",
|
|
"Proud": "Proud",
|
|
"Purified": "Purified",
|
|
"Putrid": "Putrid",
|
|
"Puzzled": "Puzzled",
|
|
"Quaint": "Quaint",
|
|
"Quick": "Quick",
|
|
"Quiet": "Quiet",
|
|
"Quirky": "Quirky",
|
|
"Rancid": "Rancid",
|
|
"Rank": "Rank",
|
|
"Raunchy": "Raunchy",
|
|
"Raw": "Raw",
|
|
"Real": "Real",
|
|
"Reckless": "Reckless",
|
|
"Red's": "Red's",
|
|
"Reeking": "Reeking",
|
|
"Rejected": "Rejected",
|
|
"Relentless": "Relentless",
|
|
"Relievable": "Relievable",
|
|
"Relieved": "Relieved",
|
|
"Remote": "Remote",
|
|
"Repugnant": "Repugnant",
|
|
"Repulsive": "Repulsive",
|
|
"Resentful": "Resentful",
|
|
"Restful": "Restful",
|
|
"Revolting": "Revolting",
|
|
"Rich": "Rich",
|
|
"Ridiculous": "Ridiculous",
|
|
"Risky": "Risky",
|
|
"Rotten": "Rotten",
|
|
"Rotting": "Rotting",
|
|
"Royal": "Royal",
|
|
"Ruby": "Ruby",
|
|
"Rude": "Rude",
|
|
"Ruthless": "Ruthless",
|
|
"Sacred": "Sacred",
|
|
"Sad": "Sad",
|
|
"Sadistic": "Sadistic",
|
|
"Sage": "Sage",
|
|
"Sallow": "Sallow",
|
|
"Sapphire": "Sapphire",
|
|
"Savage": "Savage",
|
|
"Scandalous": "Scandalous",
|
|
"Scary": "Scary",
|
|
"Searing": "Searing",
|
|
"Sedated": "Sedated",
|
|
"Selfish": "Selfish",
|
|
"Senseless": "Senseless",
|
|
"Sensitive": "Sensitive",
|
|
"Serene": "Serene",
|
|
"Serious": "Serious",
|
|
"Shabby": "Shabby",
|
|
"Shameful": "Shameful",
|
|
"Sharp": "Sharp",
|
|
"Shiny": "Shiny",
|
|
"Shocking": "Shocking",
|
|
"Shoddy": "Shoddy",
|
|
"Shy": "Shy",
|
|
"Significant": "Significant",
|
|
"Silenced": "Silenced",
|
|
"Silly": "Silly",
|
|
"Simple": "Simple",
|
|
"Sleazy": "Sleazy",
|
|
"Sleepy": "Sleepy",
|
|
"Slow": "Slow",
|
|
"Sluggish": "Sluggish",
|
|
"Smelly": "Smelly",
|
|
"Smiling": "Smiling",
|
|
"Smoggy": "Smoggy",
|
|
"Smooth": "Smooth",
|
|
"Smouldering": "Smouldering",
|
|
"Solid": "Solid",
|
|
"Sore": "Sore",
|
|
"Sour": "Sour",
|
|
"Sparkling": "Sparkling",
|
|
"Spastic": "Spastic",
|
|
"Spiritual": "Spiritual",
|
|
"Splendid": "Splendid",
|
|
"Spoiled": "Spoiled",
|
|
"Spooky": "Spooky",
|
|
"Spotless": "Spotless",
|
|
"Stable": "Stable",
|
|
"Stalwart": "Stalwart",
|
|
"Staunch": "Staunch",
|
|
"Stiff": "Stiff",
|
|
"Still": "Still",
|
|
"Stinky": "Stinky",
|
|
"Stormy": "Stormy",
|
|
"Strange": "Strange",
|
|
"Strong": "Strong",
|
|
"Stupid": "Stupid",
|
|
"Subaverage": "Subaverage",
|
|
"Successful": "Successful",
|
|
"Super": "Super",
|
|
"Superb": "Superb",
|
|
"Superior": "Superior",
|
|
"Supreme": "Supreme",
|
|
"Sweaty": "Sweaty",
|
|
"Tainted": "Tainted",
|
|
"Talented": "Talented",
|
|
"Tame": "Tame",
|
|
"Tasty": "Tasty",
|
|
"Teal": "Teal",
|
|
"Tender": "Tender",
|
|
"Tense": "Tense",
|
|
"Terrible": "Terrible",
|
|
"Terrified": "Terrified",
|
|
"Thankful": "Thankful",
|
|
"Thanos": "Thanos'",
|
|
"Thick": "Thick",
|
|
"Thoughtful": "Thoughtful",
|
|
"Thoughtless": "Thoughtless",
|
|
"Timeless": "Timeless",
|
|
"Tiny": "Tiny",
|
|
"Tired": "Tired",
|
|
"Topaz": "Topaz",
|
|
"Tough": "Tough",
|
|
"Tranquil": "Tranquil",
|
|
"Trashy": "Trashy",
|
|
"Tropical": "Tropical",
|
|
"Troubled": "Troubled",
|
|
"Trusting": "Trusting",
|
|
"Ugliest": "Ugliest",
|
|
"Ugly": "Ugly",
|
|
"Unbroken": "Unbroken",
|
|
"Uncharming": "Uncharming",
|
|
"Uncharted": "Uncharted",
|
|
"Uncombative": "Uncombative",
|
|
"Uncooperative": "Uncooperative",
|
|
"Undetermined": "Undetermined",
|
|
"Undiscovered": "Undiscovered",
|
|
"Undying": "Undying",
|
|
"Unending": "Unending",
|
|
"Unexplored": "Unexplored",
|
|
"Unhappy": "Unhappy",
|
|
"Unhurt": "Unhurt",
|
|
"Unhurting": "Unhurting",
|
|
"Uninterested": "Uninterested",
|
|
"Unknown": "Unknown",
|
|
"Unlawful": "Unlawful",
|
|
"Unpleasant": "Unpleasant",
|
|
"Unreal": "Unreal",
|
|
"Unruly": "Unruly",
|
|
"Unsightly": "Unsightly",
|
|
"Unsure": "Unsure",
|
|
"Untalented": "Untalented",
|
|
"Untamed": "Untamed",
|
|
"Unusual": "Unusual",
|
|
"Unwicked": "Unwicked",
|
|
"Unworried": "Unworried",
|
|
"Upset": "Upset",
|
|
"Upsetable": "Upsetable",
|
|
"Uptight": "Uptight",
|
|
"Useless": "Useless",
|
|
"Vague": "Vague",
|
|
"Vain": "Vain",
|
|
"Vast": "Vast",
|
|
"Vibrant": "Vibrant",
|
|
"Vicious": "Vicious",
|
|
"Victorious": "Victorious",
|
|
"Vile": "Vile",
|
|
"Violent": "Violent",
|
|
"Viridian": "Viridian",
|
|
"Vivacious": "Vivacious",
|
|
"Volatile": "Volatile",
|
|
"Vulgar": "Vulgar",
|
|
"Wacky": "Wacky",
|
|
"Wandering": "Wandering",
|
|
"Wary": "Wary",
|
|
"Weak": "Weak",
|
|
"Weary": "Weary",
|
|
"Weepy": "Weepy",
|
|
"Weird": "Weird",
|
|
"Wellamused": "Wellamused",
|
|
"Wellfrightened": "Wellfrightened",
|
|
"Wet": "Wet",
|
|
"Wicked": "Wicked",
|
|
"Wild": "Wild",
|
|
"Windy": "Windy",
|
|
"Wishful": "Wishful",
|
|
"Withered": "Withered",
|
|
"Witless": "Witless",
|
|
"Witty": "Witty",
|
|
"Wonderful": "Wonderful",
|
|
"Wondrous": "Wondrous",
|
|
"Worried": "Worried",
|
|
"Worrisome": "Worrisome",
|
|
"Wriggly": "Wriggly",
|
|
"Wrong": "Wrong",
|
|
"Yellow": "Yellow",
|
|
"YOLO": "YOLO",
|
|
"Zany": "Zany",
|
|
"Zealous": "Zealous",
|
|
},
|
|
"RandomWorldName_Location": {
|
|
"Abode": "Abode",
|
|
"Abyss": "Abyss",
|
|
"Acres": "Acres",
|
|
"Afterworld": "Afterworld",
|
|
"Alcove": "Alcove",
|
|
"Alley": "Alley",
|
|
"Apogee": "Apogee",
|
|
"Arbor": "Arbor",
|
|
"Archipelago": "Archipelago",
|
|
"Area": "Area",
|
|
"Arena": "Arena",
|
|
"Armpit": "Armpit",
|
|
"Artwork": "Artwork",
|
|
"Asylum": "Asylum",
|
|
"Backcountry": "Backcountry",
|
|
"Backwater": "Backwater",
|
|
"Backwoods": "Backwoods",
|
|
"Badlands": "Badlands",
|
|
"Bank": "Bank",
|
|
"Barleycorn": "Barleycorn",
|
|
"Barren": "Barren",
|
|
"Base": "Base",
|
|
"Basin": "Basin",
|
|
"Bastion": "Bastion",
|
|
"Bay": "Bay",
|
|
"Bayou": "Bayou",
|
|
"Beach": "Beach",
|
|
"Bed": "Bed",
|
|
"Bedrock": "Bedrock",
|
|
"Beyond": "Beyond",
|
|
"Biosphere": "Biosphere",
|
|
"Bluff": "Bluff",
|
|
"Bog": "Bog",
|
|
"Boondocks": "Boondocks",
|
|
"Boonies": "Boonies",
|
|
"Border": "Border",
|
|
"Bottoms": "Bottoms",
|
|
"Boundary": "Boundary",
|
|
"Breach": "Breach",
|
|
"Brewery": "Brewery",
|
|
"Brook": "Brook",
|
|
"Bubble": "Bubble",
|
|
"Bunker": "Bunker",
|
|
"Burrow": "Burrow",
|
|
"Bush": "Bush",
|
|
"Butte": "Butte",
|
|
"Camp": "Camp",
|
|
"Canal": "Canal",
|
|
"Canopy": "Canopy",
|
|
"Canvas": "Canvas",
|
|
"Canyon": "Canyon",
|
|
"Cape": "Cape",
|
|
"Center": "Center",
|
|
"Chaparral": "Chaparral",
|
|
"Chasm": "Chasm",
|
|
"Citadel": "Citadel",
|
|
"City": "City",
|
|
"Clearing": "Clearing",
|
|
"Climax": "Climax",
|
|
"Cloudland": "Cloudland",
|
|
"Coast": "Coast",
|
|
"Colony": "Colony",
|
|
"Commune": "Commune",
|
|
"Confluence": "Confluence",
|
|
"Continent": "Continent",
|
|
"Convention": "Convention",
|
|
"Core": "Core",
|
|
"Cosmos": "Cosmos",
|
|
"Country": "Country",
|
|
"County": "County",
|
|
"Court": "Court",
|
|
"Courtyard": "Courtyard",
|
|
"Cove": "Cove",
|
|
"Crater": "Crater",
|
|
"Creek": "Creek",
|
|
"Crest": "Crest",
|
|
"Crick": "Crick",
|
|
"Crossing": "Crossing",
|
|
"Crossroads": "Crossroads",
|
|
"Crown": "Crown",
|
|
"Dale": "Dale",
|
|
"Dab": "Dab",
|
|
"Dam": "Dam",
|
|
"Daydream": "Daydream",
|
|
"Defecation": "Defecation",
|
|
"Dell": "Dell",
|
|
"Delta": "Delta",
|
|
"Den": "Den",
|
|
"Depths": "Depths",
|
|
"Desert": "Desert",
|
|
"Dimension": "Dimension",
|
|
"District": "District",
|
|
"Domain": "Domain",
|
|
"Dome": "Dome",
|
|
"Dream": "Dream",
|
|
"Dreamland": "Dreamland",
|
|
"Dreamworld": "Dreamworld",
|
|
"Dump": "Dump",
|
|
"Dune": "Dune",
|
|
"Dungeon": "Dungeon",
|
|
"Easement": "Easement",
|
|
"Edge": "Edge",
|
|
"Elevation": "Elevation",
|
|
"Empire": "Empire",
|
|
"Empyrean": "Empyrean",
|
|
"Enclosure": "Enclosure",
|
|
"Entity": "Entity",
|
|
"Essence": "Essence",
|
|
"Estate": "Estate",
|
|
"Estuary": "Estuary",
|
|
"Eternity": "Eternity",
|
|
"Ether": "Ether",
|
|
"Everglade": "Everglade",
|
|
"Existence": "Existence",
|
|
"Expanse": "Expanse",
|
|
"Exterior": "Exterior",
|
|
"Fable": "Fable",
|
|
"Fabrication": "Fabrication",
|
|
"Fantasia": "Fantasia",
|
|
"Farm": "Farm",
|
|
"Field": "Field",
|
|
"Figment": "Figment",
|
|
"Firmament": "Firmament",
|
|
"Fjord": "Fjord",
|
|
"Flatland": "Flatland",
|
|
"Flats": "Flats",
|
|
"Fold": "Fold",
|
|
"Foothold": "Foothold",
|
|
"Forest": "Forest",
|
|
"Forge": "Forge",
|
|
"Fortress": "Fortress",
|
|
"Foundation": "Foundation",
|
|
"Fountain": "Fountain",
|
|
"Fraternity": "Fraternity",
|
|
"Front": "Front",
|
|
"Frontier": "Frontier",
|
|
"Galaxy": "Galaxy",
|
|
"Garden": "Garden",
|
|
"Geyser": "Geyser",
|
|
"Glacier": "Glacier",
|
|
"Glade": "Glade",
|
|
"Globe": "Globe",
|
|
"Grange": "Grange",
|
|
"Grassland": "Grassland",
|
|
"Graveyard": "Graveyard",
|
|
"Grounds": "Grounds",
|
|
"Grove": "Grove",
|
|
"Gulf": "Gulf",
|
|
"Gully": "Gully",
|
|
"Gutter": "Gutter",
|
|
"Hamlet": "Hamlet",
|
|
"Harbor": "Harbor",
|
|
"Haven": "Haven",
|
|
"Heart": "Heart",
|
|
"Heaven": "Heaven",
|
|
"Hedge": "Hedge",
|
|
"Heights": "Heights",
|
|
"Hideout": "Hideout",
|
|
"Highland": "Highland",
|
|
"Hill": "Hill",
|
|
"Hilltop": "Hilltop",
|
|
"Hinterland": "Hinterland",
|
|
"Hive": "Hive",
|
|
"Hole": "Hole",
|
|
"Homeland": "Homeland",
|
|
"Hoosegow": "Hoosegow",
|
|
"Hollow": "Hollow",
|
|
"Hovel": "Hovel",
|
|
"Hub": "Hub",
|
|
"Illusion": "Illusion",
|
|
"Image": "Image",
|
|
"Interior": "Interior",
|
|
"Island": "Island",
|
|
"Isle": "Isle",
|
|
"Islet": "Islet",
|
|
"Jungle": "Jungle",
|
|
"Keystone": "Keystone",
|
|
"Kingdom": "Kingdom",
|
|
"Knoll": "Knoll",
|
|
"Labyrinth": "Labyrinth",
|
|
"Lagoon": "Lagoon",
|
|
"Lair": "Lair",
|
|
"Lake": "Lake",
|
|
"Land": "Land",
|
|
"Legend": "Legend",
|
|
"Limbo": "Limbo",
|
|
"Locale": "Locale",
|
|
"Loch": "Loch",
|
|
"Marsh": "Marsh",
|
|
"Marshland": "Marshland",
|
|
"Mass": "Mass",
|
|
"Maze": "Maze",
|
|
"Meadow": "Meadow",
|
|
"Meridian": "Meridian",
|
|
"Mesa": "Mesa",
|
|
"Midland": "Midland",
|
|
"Mine": "Mine",
|
|
"Mirage": "Mirage",
|
|
"Mire": "Mire",
|
|
"Moorland": "Moorland",
|
|
"Morass": "Morass",
|
|
"Mortuary": "Mortuary",
|
|
"Mound": "Mound",
|
|
"Mountain": "Mountain",
|
|
"Myth": "Myth",
|
|
"Nation": "Nation",
|
|
"Neighborhood": "Neighborhood",
|
|
"Nest": "Nest",
|
|
"Niche": "Niche",
|
|
"Nightmare": "Nightmare",
|
|
"Nirvana": "Nirvana",
|
|
"Nursery": "Nursery",
|
|
"Oasis": "Oasis",
|
|
"Object": "Object",
|
|
"OldTownRoad": "Old Town Road",
|
|
"Ocean": "Ocean",
|
|
"Orchard": "Orchard",
|
|
"Origin": "Origin",
|
|
"Outback": "Outback",
|
|
"Outland": "Outland",
|
|
"Outskirts": "Outskirts",
|
|
"Outskirts": "Outskirts",
|
|
"Overworld": "Overworld",
|
|
"Paintbrush": "Paintbrush",
|
|
"Parable": "Parable",
|
|
"Paradise": "Paradise",
|
|
"Park": "Park",
|
|
"Passage": "Passage",
|
|
"Passing": "Passing",
|
|
"Pasture": "Pasture",
|
|
"Patch": "Patch",
|
|
"Peak": "Peak",
|
|
"Pedestal": "Pedestal",
|
|
"Peninsula": "Peninsula",
|
|
"Picture": "Picture",
|
|
"Pinnacle": "Pinnacle",
|
|
"Pit": "Pit",
|
|
"Place": "Place",
|
|
"Plains": "Plains",
|
|
"Planet": "Planet",
|
|
"Plateau": "Plateau",
|
|
"Plaza": "Plaza",
|
|
"Plot": "Plot",
|
|
"Plumbus": "Plumbus",
|
|
"Point": "Point",
|
|
"Polestar": "Polestar",
|
|
"Pond": "Pond",
|
|
"Port": "Port",
|
|
"Portrait": "Portrait",
|
|
"Pothole": "Pothole",
|
|
"Prairie": "Prairie",
|
|
"Prison": "Prison",
|
|
"Province": "Province",
|
|
"Pub": "Pub",
|
|
"Quagmire": "Quagmire",
|
|
"Quarantine": "Quarantine",
|
|
"Ranch": "Ranch",
|
|
"Rapids": "Rapids",
|
|
"Ravine": "Ravine",
|
|
"Reach": "Reach",
|
|
"Reality": "Reality",
|
|
"Realm": "Realm",
|
|
"Reef": "Reef",
|
|
"Refuge": "Refuge",
|
|
"Region": "Region",
|
|
"Remotes": "Remotes",
|
|
"Residence": "Residence",
|
|
"Rest": "Rest",
|
|
"Retreat": "Retreat",
|
|
"Ridge": "Ridge",
|
|
"Rift": "Rift",
|
|
"Ring": "Ring",
|
|
"River": "River",
|
|
"Roost": "Roost",
|
|
"Root": "Root",
|
|
"Route": "Route",
|
|
"Run": "Run",
|
|
"Sanctuary": "Sanctuary",
|
|
"Savanna": "Savanna",
|
|
"Schmeckle": "Schmeckle",
|
|
"Scrubland": "Scrubland",
|
|
"Sea": "Sea",
|
|
"Seaside": "Seaside",
|
|
"Section": "Section",
|
|
"Sector": "Sector",
|
|
"Settlement": "Settlement",
|
|
"Shallows": "Shallows",
|
|
"Shanty": "Shanty",
|
|
"Shantytown": "Shantytown",
|
|
"Sheet": "Sheet",
|
|
"Shire": "Shire",
|
|
"Shore": "Shore",
|
|
"Shrine": "Shrine",
|
|
"Shroud": "Shroud",
|
|
"Shrubbery": "Shrubbery",
|
|
"Shrublands": "Shrublands",
|
|
"Site": "Site",
|
|
"Slope": "Slope",
|
|
"Slumber": "Slumber",
|
|
"Snap": "Snap",
|
|
"Sod": "Sod",
|
|
"Sorority": "Sorority",
|
|
"Source": "Source",
|
|
"Space": "Space",
|
|
"Span": "Span",
|
|
"Sphere": "Sphere",
|
|
"Spring": "Spring",
|
|
"Square": "Square",
|
|
"State": "State",
|
|
"Station": "Station",
|
|
"Steppe": "Steppe",
|
|
"Sticks": "Sticks",
|
|
"Stonk": "Stonk",
|
|
"Story": "Story",
|
|
"Strait": "Strait",
|
|
"Stream": "Stream",
|
|
"Stretch": "Stretch",
|
|
"Suburb": "Suburb",
|
|
"Summit": "Summit",
|
|
"Swale": "Swale",
|
|
"Swamp": "Swamp",
|
|
"Sweep": "Sweep",
|
|
"Taiga": "Taiga",
|
|
"Tale": "Tale",
|
|
"Temple": "Temple",
|
|
"Terrace": "Terrace",
|
|
"Terrain": "Terrain",
|
|
"Terraria": "Terraria",
|
|
"Terrarium": "Terrarium",
|
|
"Territory": "Territory",
|
|
"Thicket": "Thicket",
|
|
"Throne": "Throne",
|
|
"Timberland": "Timberland",
|
|
"Tilt": "Tilt",
|
|
"Tip": "Tip",
|
|
"Tomb": "Tomb",
|
|
"Towel": "Towel",
|
|
"Town": "Town",
|
|
"Tract": "Tract",
|
|
"Trail": "Trail",
|
|
"Trench": "Trench",
|
|
"Tributary": "Tributary",
|
|
"Tropic": "Tropic",
|
|
"Tundra": "Tundra",
|
|
"Tunnel": "Tunnel",
|
|
"Turf": "Turf",
|
|
"Underbelly": "Underbelly",
|
|
"Undergrowth": "Undergrowth",
|
|
"Underwood": "Underwood",
|
|
"Universe": "Universe",
|
|
"Unknown": "Unknown",
|
|
"Upland": "Upland",
|
|
"Utopia": "Utopia",
|
|
"Vale": "Vale",
|
|
"Valley": "Valley",
|
|
"Vault": "Vault",
|
|
"Veldt": "Veldt",
|
|
"Vicinity": "Vicinity",
|
|
"Vineyard": "Vineyard",
|
|
"Vision": "Vision",
|
|
"Void": "Void",
|
|
"Ward": "Ward",
|
|
"Waste": "Waste",
|
|
"Wasteland": "Wasteland",
|
|
"Well": "Well",
|
|
"Wetland": "Wetland",
|
|
"Wharf": "Wharf",
|
|
"Wilderness": "Wilderness",
|
|
"Wilds": "Wilds",
|
|
"Wildwood": "Wildwood",
|
|
"Wonderland": "Wonderland",
|
|
"Wood": "Wood",
|
|
"Woodland": "Woodland",
|
|
"Woods": "Woods",
|
|
"World": "World",
|
|
"Yard": "Yard",
|
|
"Yeet": "Yeet",
|
|
"Zone": "Zone"
|
|
},
|
|
"RandomWorldName_Noun": {
|
|
"Ability": "Ability",
|
|
"Absurdity": "Absurdity",
|
|
"Accidents": "Accidents",
|
|
"Acne": "Acne",
|
|
"Acorns": "Acorns",
|
|
"Adamantite": "Adamantite",
|
|
"Adoration": "Adoration",
|
|
"Adulthood": "Adulthood",
|
|
"Advantage": "Advantage",
|
|
"Adventure": "Adventure",
|
|
"Agony": "Agony",
|
|
"Alarm": "Alarm",
|
|
"Alcohol": "Alcohol",
|
|
"Ale": "Ale",
|
|
"Allergies": "Allergies",
|
|
"Amazement": "Amazement",
|
|
"Angels": "Angels",
|
|
"Anger": "Anger",
|
|
"AngryGamers": "Angry Gamers",
|
|
"Bones": "Bones",
|
|
"Anguish": "Anguish",
|
|
"AnimalCarcasses": "Animal Carcasses",
|
|
"Annoyance": "Annoyance",
|
|
"Anvils": "Anvils",
|
|
"Anxiety": "Anxiety",
|
|
"Apples": "Apples",
|
|
"Apricots": "Apricots",
|
|
"Argon": "Argon",
|
|
"Arrows": "Arrows",
|
|
"Arsenic": "Arsenic",
|
|
"Arson": "Arson",
|
|
"Arthritis": "Arthritis",
|
|
"Asbestos": "Asbestos",
|
|
"Ash": "Ash",
|
|
"Assassins": "Assassins",
|
|
"Assault": "Assault",
|
|
"Atrophy": "Atrophy",
|
|
"Awareness": "Awareness",
|
|
"Awe": "Awe",
|
|
"Boomers": "Boomers",
|
|
"Bacon": "Bacon",
|
|
"BadDecisions": "Bad Decisions",
|
|
"BadJokes": "Bad Jokes",
|
|
"BadLuck": "Bad Luck",
|
|
"BadOmens": "Bad Omens",
|
|
"Balance": "Balance",
|
|
"Bamboo": "Bamboo",
|
|
"Bananas": "Bananas",
|
|
"Bandits": "Bandits",
|
|
"Bankruptcy": "Bankruptcy",
|
|
"Bark": "Bark",
|
|
"Bats": "Bats",
|
|
"Beauty": "Beauty",
|
|
"Beenades": "Beenades",
|
|
"Bees": "Bees",
|
|
"Beggars": "Beggars",
|
|
"Beheadings": "Beheadings",
|
|
"Belief": "Belief",
|
|
"Betrayers": "Betrayers",
|
|
"Birds": "Birds",
|
|
"Birthdays": "Birthdays",
|
|
"Bitterness": "Bitterness",
|
|
"Bladders": "Bladders",
|
|
"Blasphemy": "Blasphemy",
|
|
"Blindness": "Blindness",
|
|
"Blinkroot": "Blinkroot",
|
|
"Blocks": "Blocks",
|
|
"Blood": "Blood",
|
|
"Bloodletting": "Bloodletting",
|
|
"Bloodshed": "Bloodshed",
|
|
"Blossoms": "Blossoms",
|
|
"Body": "Body",
|
|
"Odor": "Odor",
|
|
"Bone": "Bone",
|
|
"Spurs": "Spurs",
|
|
"Boots": "Boots",
|
|
"Boredom": "Boredom",
|
|
"Boulders": "Boulders",
|
|
"Brains": "Brains",
|
|
"Branches": "Branches",
|
|
"Bravery": "Bravery",
|
|
"Bribery": "Bribery",
|
|
"Bridges": "Bridges",
|
|
"Brilliance": "Brilliance",
|
|
"BrokenBones": "Broken Bones",
|
|
"BrokenDreams": "Broken Dreams",
|
|
"BrokenGlass": "Broken Glass",
|
|
"Bronies": "Bronies",
|
|
"Bubbles": "Bubbles",
|
|
"Buckets": "Buckets",
|
|
"Bugs": "Bugs",
|
|
"Bums": "Bums",
|
|
"Bunnies": "Bunnies",
|
|
"Burglars": "Burglars",
|
|
"BurningHair": "Burning Hair",
|
|
"BurntFlesh": "Burnt Flesh",
|
|
"BurntOfferings": "Burnt Offerings",
|
|
"Butchery": "Butchery",
|
|
"Butterflies": "Butterflies",
|
|
"Cacti": "Cacti",
|
|
"Calmness": "Calmness",
|
|
"Candy": "Candy",
|
|
"Care": "Care",
|
|
"Carnage": "Carnage",
|
|
"Carrion": "Carrion",
|
|
"Casualty": "Casualty",
|
|
"Cats": "Cats",
|
|
"Cattails": "Cattails",
|
|
"Caves": "Caves",
|
|
"Celebration": "Celebration",
|
|
"Chainsaws": "Chainsaws",
|
|
"Chaos": "Chaos",
|
|
"Charity": "Charity",
|
|
"Cheats": "Cheats",
|
|
"Cherries": "Cherries",
|
|
"Chests": "Chests",
|
|
"Childhood": "Childhood",
|
|
"Children": "Children",
|
|
"Chlorophyte": "Chlorophyte",
|
|
"Cilantro": "Cilantro",
|
|
"Clarity": "Clarity",
|
|
"Clay": "Clay",
|
|
"Clentamination": "Clentamination",
|
|
"Cleverness": "Cleverness",
|
|
"Clouds": "Clouds",
|
|
"Cobalt": "Cobalt",
|
|
"Coconuts": "Coconuts",
|
|
"Coffee": "Coffee",
|
|
"Coins": "Coins",
|
|
"Coldness": "Coldness",
|
|
"Comfort": "Comfort",
|
|
"Compassion": "Compassion",
|
|
"Compost": "Compost",
|
|
"Confidence": "Confidence",
|
|
"Confinement": "Confinement",
|
|
"Confusion": "Confusion",
|
|
"Contentment": "Contentment",
|
|
"Convicts": "Convicts",
|
|
"Covfefe": "Covfefe",
|
|
"Copper": "Copper",
|
|
"Corpses": "Corpses",
|
|
"Corruption": "Corruption",
|
|
"Courage": "Courage",
|
|
"Creation": "Creation",
|
|
"Creatures": "Creatures",
|
|
"Creepers": "Creepers",
|
|
"Crests": "Crests",
|
|
"Crime": "Crime",
|
|
"Criminals": "Criminals",
|
|
"Crimtane": "Crimtane",
|
|
"CripplingDepression": "Crippling Depression",
|
|
"Crooks": "Crooks",
|
|
"Crows": "Crows",
|
|
"Crystals": "Crystals",
|
|
"Cthulhu": "Cthulhu",
|
|
"Curiosity": "Curiosity",
|
|
"CursedFlames": "Cursed Flames",
|
|
"Dabbing": "Dabbing",
|
|
"Daisies": "Daisies",
|
|
"DankMemes": "Dank Memes",
|
|
"Darkness": "Darkness",
|
|
"Darts": "Darts",
|
|
"Daughters": "Daughters",
|
|
"Dawn": "Dawn",
|
|
"Daybloom": "Daybloom",
|
|
"DeadBodies": "Dead Bodies",
|
|
"Deadbeats": "Deadbeats",
|
|
"Death": "Death",
|
|
"Deathweed": "Deathweed",
|
|
"Debauchery": "Debauchery",
|
|
"Debt": "Debt",
|
|
"Decapitation": "Decapitation",
|
|
"DecayingMeat": "Decaying Meat",
|
|
"Deceit": "Deceit",
|
|
"Deception": "Deception",
|
|
"Dedication": "Dedication",
|
|
"Defeat": "Defeat",
|
|
"Defecation": "Defecation",
|
|
"Degradation": "Degradation",
|
|
"Delay": "Delay",
|
|
"Delusion": "Delusion",
|
|
"Dementia": "Dementia",
|
|
"Demonite": "Demonite",
|
|
"Demilogic": "Demilogic",
|
|
"Demons": "Demons",
|
|
"Derangement": "Derangement",
|
|
"Despair": "Despair",
|
|
"Desperation": "Desperation",
|
|
"Destruction": "Destruction",
|
|
"DijonMustard": "Dijon Mustard",
|
|
"Dirt": "Dirt",
|
|
"Disappointment": "Disappointment",
|
|
"Disgust": "Disgust",
|
|
"Dishonesty": "Dishonesty",
|
|
"Dismay": "Dismay",
|
|
"Distortion": "Distortion",
|
|
"Distribution": "Distribution",
|
|
"Divorce": "Divorce",
|
|
"Doom": "Doom",
|
|
"Dragonfruit": "Dragonfruit",
|
|
"Dragons": "Dragons",
|
|
"Dread": "Dread",
|
|
"Dreams": "Dreams",
|
|
"Drills": "Drills",
|
|
"Drums": "Drums",
|
|
"Ducks": "Ducks",
|
|
"Dusk": "Dusk",
|
|
"Dust": "Dust",
|
|
"Duty": "Duty",
|
|
"Dysphoria": "Dysphoria",
|
|
"Ears": "Ears",
|
|
"Education": "Education",
|
|
"Eggs": "Eggs",
|
|
"Elderberries": "Elderberries",
|
|
"Elegance": "Elegance",
|
|
"Envy": "Envy",
|
|
"Evasion": "Evasion",
|
|
"Evil": "Evil",
|
|
"Exile": "Exile",
|
|
"Exploits": "Exploits",
|
|
"Explosives": "Explosives",
|
|
"Extortion": "Extortion",
|
|
"Eyes": "Eyes",
|
|
"Fable": "Fable",
|
|
"FaceMonsters": "Face Monsters",
|
|
"Failures": "Failures",
|
|
"Fairies": "Fairies",
|
|
"Faith": "Faith",
|
|
"FallingStars": "Falling Stars",
|
|
"FalseIdols": "False Idols",
|
|
"FalseImprisonment": "False Imprisonment",
|
|
"Falsehood": "Falsehood",
|
|
"Fame": "Fame",
|
|
"Famine": "Famine",
|
|
"Fantasy": "Fantasy",
|
|
"Fascination": "Fascination",
|
|
"Fatality": "Fatality",
|
|
"Fear": "Fear",
|
|
"Feathers": "Feathers",
|
|
"Feces": "Feces",
|
|
"Felons": "Felons",
|
|
"Ferns": "Ferns",
|
|
"Fiction": "Fiction",
|
|
"Fiends": "Fiends",
|
|
"Fingers": "Fingers",
|
|
"Fireblossom": "Fireblossom",
|
|
"Fireflies": "Fireflies",
|
|
"Fish": "Fish",
|
|
"Flails": "Flails",
|
|
"Flatulence": "Flatulence",
|
|
"Flatus": "Flatus",
|
|
"Flesh": "Flesh",
|
|
"Floof": "Floof",
|
|
"Flowers": "Flowers",
|
|
"FlyingFish": "Flying Fish",
|
|
"FoodPoisoning": "Food Poisoning",
|
|
"Forgery": "Forgery",
|
|
"Forks": "Forks",
|
|
"Fraud": "Fraud",
|
|
"Freaks": "Freaks",
|
|
"Freckles": "Freckles",
|
|
"Freedom": "Freedom",
|
|
"Friendship": "Friendship",
|
|
"Fright": "Fright",
|
|
"Frogs": "Frogs",
|
|
"Frost": "Frost",
|
|
"Fruit": "Fruit",
|
|
"Gangsters": "Gangsters",
|
|
"Garbage": "Garbage",
|
|
"GarlicBread": "Garlic Bread",
|
|
"Gears": "Gears",
|
|
"Gel": "Gel",
|
|
"Generation": "Generation",
|
|
"GenXers": "Gen-Xers",
|
|
"GenYers": "Gen-Yers",
|
|
"Ghosts": "Ghosts",
|
|
"Giggles": "Giggles",
|
|
"Gingers": "Gingers",
|
|
"Girls": "Girls",
|
|
"Glass": "Glass",
|
|
"Gloom": "Gloom",
|
|
"Gluttony": "Gluttony",
|
|
"Goals": "Goals",
|
|
"Goblins": "Goblins",
|
|
"Gold": "Gold",
|
|
"Goldfish": "Goldfish",
|
|
"Gossip": "Gossip",
|
|
"Grain": "Grain",
|
|
"Grandfathers": "Grandfathers",
|
|
"Grandmothers": "Grandmothers",
|
|
"Granite": "Granite",
|
|
"Grapefruit": "Grapefruit",
|
|
"Grapes": "Grapes",
|
|
"Grass": "Grass",
|
|
"Grasshoppers": "Grasshoppers",
|
|
"Graves": "Graves",
|
|
"Greed": "Greed",
|
|
"Grief": "Grief",
|
|
"Guitars": "Guitars",
|
|
"Guts": "Guts",
|
|
"Hair": "Hair",
|
|
"Hamburgers": "Hamburgers",
|
|
"Hammers": "Hammers",
|
|
"Hands": "Hands",
|
|
"Happiness": "Happiness",
|
|
"HappyEndings": "Happy Endings",
|
|
"Hardship": "Hardship",
|
|
"Harpies": "Harpies",
|
|
"Hate": "Hate",
|
|
"Hatred": "Hatred",
|
|
"Heart": "Heart",
|
|
"Heartache": "Heartache",
|
|
"Hearts": "Hearts",
|
|
"Heels": "Heels",
|
|
"Hellstone": "Hellstone",
|
|
"Herbs": "Herbs",
|
|
"Heresy": "Heresy",
|
|
"Homicide": "Homicide",
|
|
"Honey": "Honey",
|
|
"Hoodlums": "Hoodlums",
|
|
"Hooks": "Hooks",
|
|
"Hooligans": "Hooligans",
|
|
"Hopelessness": "Hopelessness",
|
|
"Hornets": "Hornets",
|
|
"Horns": "Horns",
|
|
"Hornswoggle": "Hornswoggle",
|
|
"Horror": "Horror",
|
|
"Horrors": "Horrors",
|
|
"Houses": "Houses",
|
|
"Humiliation": "Humiliation",
|
|
"Hurt": "Hurt",
|
|
"Hysteria": "Hysteria",
|
|
"IDidntInhale": "I Didn't Inhale",
|
|
"Ice": "Ice",
|
|
"Ichor": "Ichor",
|
|
"Illness": "Illness",
|
|
"Indictments": "Indictments",
|
|
"Indigestion": "Indigestion",
|
|
"Indignity": "Indignity",
|
|
"Infancy": "Infancy",
|
|
"Infections": "Infections",
|
|
"Inflammation": "Inflammation",
|
|
"Inflation": "Inflation",
|
|
"Injury": "Injury",
|
|
"Insanity": "Insanity",
|
|
"Insects": "Insects",
|
|
"Intelligence": "Intelligence",
|
|
"Intestines": "Intestines",
|
|
"Invasions": "Invasions",
|
|
"Iron": "Iron",
|
|
"Irritation": "Irritation",
|
|
"Isolation": "Isolation",
|
|
"Ivy": "Ivy",
|
|
"Jaws": "Jaws",
|
|
"Jealousy": "Jealousy",
|
|
"Jellyfish": "Jellyfish",
|
|
"Joy": "Joy",
|
|
"Justice": "Justice",
|
|
"Karens": "Karens",
|
|
"Kidneys": "Kidneys",
|
|
"Kindness": "Kindness",
|
|
"Kittens": "Kittens",
|
|
"Knives": "Knives",
|
|
"Krypton": "Krypton",
|
|
"Lamps": "Lamps",
|
|
"Laughter": "Laughter",
|
|
"Lava": "Lava",
|
|
"Lawsuits": "Lawsuits",
|
|
"Lawyers": "Lawyers",
|
|
"Lead": "Lead",
|
|
"Leaves": "Leaves",
|
|
"Legend": "Legend",
|
|
"Leggings": "Leggings",
|
|
"Legs": "Legs",
|
|
"Lemons": "Lemons",
|
|
"Leprosy": "Leprosy",
|
|
"Letdown": "Letdown",
|
|
"Lethargy": "Lethargy",
|
|
"Liberty": "Liberty",
|
|
"Lies": "Lies",
|
|
"Life": "Life",
|
|
"LightningBugs": "Lightning Bugs",
|
|
"Lilies": "Lilies",
|
|
"Lilith": "Lilith",
|
|
"Lilypad": "Lilypad",
|
|
"Lips": "Lips",
|
|
"Litigation": "Litigation",
|
|
"Livers": "Livers",
|
|
"Loathing": "Loathing",
|
|
"Lombago": "Lombago",
|
|
"Loneliness": "Loneliness",
|
|
"Lore": "Lore",
|
|
"Loss": "Loss",
|
|
"Love": "Love",
|
|
"Luck": "Luck",
|
|
"Luggage": "Luggage",
|
|
"Luminite": "Luminite",
|
|
"Lungs": "Lungs",
|
|
"Luxury": "Luxury",
|
|
"Madness": "Madness",
|
|
"Maggots": "Maggots",
|
|
"Mana": "Mana",
|
|
"Mangos": "Mangos",
|
|
"Mania": "Mania",
|
|
"Manslaughter": "Manslaughter",
|
|
"Marble": "Marble",
|
|
"Markets": "Markets",
|
|
"Mastication": "Mastication",
|
|
"Maturity": "Maturity",
|
|
"Medicine": "Medicine",
|
|
"Melancholy": "Melancholy",
|
|
"Memes": "Memes",
|
|
"Mercy": "Mercy",
|
|
"Merica": "Merica",
|
|
"Meteorite": "Meteorite",
|
|
"Mice": "Mice",
|
|
"Midnight": "Midnight",
|
|
"MidnightRamen": "Midnight Ramen",
|
|
"Millennials": "Millennials",
|
|
"Mimics": "Mimics",
|
|
"Mirrors": "Mirrors",
|
|
"Misery": "Misery",
|
|
"Misfortune": "Misfortune",
|
|
"MissingLimbs": "Missing Limbs",
|
|
"Models": "Models",
|
|
"Money": "Money",
|
|
"Monotony": "Monotony",
|
|
"Moonglow": "Moonglow",
|
|
"Moonlight": "Moonlight",
|
|
"Morons": "Morons",
|
|
"Mortality": "Mortality",
|
|
"Moss": "Moss",
|
|
"Mourning": "Mourning",
|
|
"Mouths": "Mouths",
|
|
"Movement": "Movement",
|
|
"Muckers": "Muckers",
|
|
"Mud": "Mud",
|
|
"Muggers": "Muggers",
|
|
"Murder": "Murder",
|
|
"Murderers": "Murderers",
|
|
"Mushrooms": "Mushrooms",
|
|
"Music": "Music",
|
|
"Mystery": "Mystery",
|
|
"Myth": "Myth",
|
|
"Mythril": "Mythril",
|
|
"Nausea": "Nausea",
|
|
"Necromancers": "Necromancers",
|
|
"Necromancy": "Necromancy",
|
|
"Night": "Night",
|
|
"Nightcrawlers": "Nightcrawlers",
|
|
"Nightmares": "Nightmares",
|
|
"NoRemorse": "No Remorse",
|
|
"Nocram": "Nocram",
|
|
"Nostalgia": "Nostalgia",
|
|
"Nudity": "Nudity",
|
|
"Obscurity": "Obscurity",
|
|
"Obsidian": "Obsidian",
|
|
"OopsieDaisy": "Oopsie Daisy",
|
|
"Ooze": "Ooze",
|
|
"OpenWounds": "Open Wounds",
|
|
"Opportunity": "Opportunity",
|
|
"Options": "Options",
|
|
"Oranges": "Oranges",
|
|
"Organs": "Organs",
|
|
"Orichalcum": "Orichalcum",
|
|
"Outlaws": "Outlaws",
|
|
"Owls": "Owls",
|
|
"PadThai": "Pad Thai",
|
|
"Pain": "Pain",
|
|
"Palladium": "Palladium",
|
|
"Panhandlers": "Panhandlers",
|
|
"Panic": "Panic",
|
|
"Parasites": "Parasites",
|
|
"Parties": "Parties",
|
|
"PartyTime": "Party Time",
|
|
"Patience": "Patience",
|
|
"Peace": "Peace",
|
|
"Penguins": "Penguins",
|
|
"Perjury": "Perjury",
|
|
"Perspiration": "Perspiration",
|
|
"Pickaxes": "Pickaxes",
|
|
"Pickpockets": "Pickpockets",
|
|
"Pineapples": "Pineapples",
|
|
"Pinky": "Pinky",
|
|
"Piranha": "Piranha",
|
|
"Piranhas": "Piranhas",
|
|
"Pirates": "Pirates",
|
|
"Pixies": "Pixies",
|
|
"Plantero": "Plantero",
|
|
"Plants": "Plants",
|
|
"Platinum": "Platinum",
|
|
"Pleasure": "Pleasure",
|
|
"Plums": "Plums",
|
|
"Politicians": "Politicians",
|
|
"Ponies": "Ponies",
|
|
"Potions": "Potions",
|
|
"Poverty": "Poverty",
|
|
"Power": "Power",
|
|
"Pride": "Pride",
|
|
"Prisms": "Prisms",
|
|
"Privacy": "Privacy",
|
|
"Prophecy": "Prophecy",
|
|
"Psychology": "Psychology",
|
|
"PublicSpeaking": "Public Speaking",
|
|
"Puppies": "Puppies",
|
|
"Rain": "Rain",
|
|
"Ramen": "Ramen",
|
|
"Rats": "Rats",
|
|
"Reality": "Reality",
|
|
"Regret": "Regret",
|
|
"Regurgitation": "Regurgitation",
|
|
"Relaxation": "Relaxation",
|
|
"Relief": "Relief",
|
|
"Remorse": "Remorse",
|
|
"Repugnance": "Repugnance",
|
|
"RichMahogany": "Rich Mahogany",
|
|
"Riches": "Riches",
|
|
"Rocks": "Rocks",
|
|
"Rope": "Rope",
|
|
"Roses": "Roses",
|
|
"RottenFruit": "Rotten Fruit",
|
|
"RottingFlesh": "Rotting Flesh",
|
|
"Rumours": "Rumours",
|
|
"Sacrifice": "Sacrifice",
|
|
"Sacrilege": "Sacrilege",
|
|
"Sadness": "Sadness",
|
|
"Salesmen": "Salesmen",
|
|
"Sand": "Sand",
|
|
"Sandstone": "Sandstone",
|
|
"Sanity": "Sanity",
|
|
"Sap": "Sap",
|
|
"Saplings": "Saplings",
|
|
"Sashimi": "Sashimi",
|
|
"Satisfaction": "Satisfaction",
|
|
"Scandal": "Scandal",
|
|
"Scorpions": "Scorpions",
|
|
"Seasons": "Seasons",
|
|
"Seaweed": "Seaweed",
|
|
"Seclusion": "Seclusion",
|
|
"Secrecy": "Secrecy",
|
|
"Secrets": "Secrets",
|
|
"Seeds": "Seeds",
|
|
"SelfControl": "Self-control",
|
|
"SelfDisgust": "Self-disgust",
|
|
"SelfLoathing": "Self-loathing",
|
|
"Services": "Services",
|
|
"SeveredHeads": "Severed Heads",
|
|
"Shade": "Shade",
|
|
"Shadows": "Shadows",
|
|
"ShatteredHope": "Shattered Hope",
|
|
"Shivers": "Shivers",
|
|
"Shiverthorn": "Shiverthorn",
|
|
"Shock": "Shock",
|
|
"Shrimp": "Shrimp",
|
|
"Silliness": "Silliness",
|
|
"Silt": "Silt",
|
|
"Silver": "Silver",
|
|
"Sin": "Sin",
|
|
"Skeletons": "Skeletons",
|
|
"Skill": "Skill",
|
|
"Skin": "Skin",
|
|
"Skulls": "Skulls",
|
|
"Sleep": "Sleep",
|
|
"Slime": "Slime",
|
|
"Sloth": "Sloth",
|
|
"Sloths": "Sloths",
|
|
"Smiles": "Smiles",
|
|
"Smoke": "Smoke",
|
|
"Snails": "Snails",
|
|
"Snatchers": "Snatchers",
|
|
"Snow": "Snow",
|
|
"Solicitation": "Solicitation",
|
|
"Sorrow": "Sorrow",
|
|
"Spaghetti": "Spaghetti",
|
|
"Sparkles": "Sparkles",
|
|
"Spears": "Spears",
|
|
"Speed": "Speed",
|
|
"SpicyRamen": "Spicy Ramen",
|
|
"Spikes": "Spikes",
|
|
"Spirits": "Spirits",
|
|
"Splinters": "Splinters",
|
|
"Sponges": "Sponges",
|
|
"Sprinkles": "Sprinkles",
|
|
"Squid": "Squid",
|
|
"Squirrels": "Squirrels",
|
|
"StagnantWater": "Stagnant Water",
|
|
"Starfruit": "Starfruit",
|
|
"Starvation": "Starvation",
|
|
"Statues": "Statues",
|
|
"Stonks": "Stonks",
|
|
"Stone": "Stone",
|
|
"Strength": "Strength",
|
|
"Strictness": "Strictness",
|
|
"Stumps": "Stumps",
|
|
"Suffering": "Suffering",
|
|
"Sunflowers": "Sunflowers",
|
|
"Superstition": "Superstition",
|
|
"Surprise": "Surprise",
|
|
"Swagger": "Swagger",
|
|
"Swindlers": "Swindlers",
|
|
"Swords": "Swords",
|
|
"Talent": "Talent",
|
|
"Taxes": "Taxes",
|
|
"TeddysBread": "Teddy's Bread",
|
|
"Teeth": "Teeth",
|
|
"Terror": "Terror",
|
|
"the Ancients": "the Ancients",
|
|
"the Angler": "the Angler",
|
|
"the Apple": "the Apple",
|
|
"the Archer": "the Archer",
|
|
"the Aunt": "the Aunt",
|
|
"the Axe": "the Axe",
|
|
"the Baby": "the Baby",
|
|
"the Ball": "the Ball",
|
|
"the Balloon": "the Balloon",
|
|
"the Bat": "the Bat",
|
|
"the Beast": "the Beast",
|
|
"the Betrayed": "the Betrayed",
|
|
"the Blender": "the Blender",
|
|
"the Blood Moon": "the Blood Moon",
|
|
"the Bow": "the Bow",
|
|
"the Bride": "the Bride",
|
|
"the Brony": "the Brony",
|
|
"the Bubble": "the Bubble",
|
|
"the Bunny": "the Bunny",
|
|
"the Cactus": "the Cactus",
|
|
"the Cloud": "the Cloud",
|
|
"the Coma": "the Coma",
|
|
"the Corruptor": "the Corruptor",
|
|
"the Crab": "the Crab",
|
|
"the Dance": "the Dance",
|
|
"the Dark": "the Dark",
|
|
"the Dead": "the Dead",
|
|
"the Devourer": "the Devourer",
|
|
"the Drax": "the Drax",
|
|
"the Ducks": "the Ducks",
|
|
"the Eclipse": "the Eclipse",
|
|
"the Fairy": "the Fairy",
|
|
"the Father": "the Father",
|
|
"the Flu": "the Flu",
|
|
"the Foot": "the Foot",
|
|
"the Frozen": "the Frozen",
|
|
"the Gift": "the Gift",
|
|
"the Ginger": "the Ginger",
|
|
"the Goblin": "the Goblin",
|
|
"the Golem": "the Golem",
|
|
"the GreatestGeneration": "the Greatest Generation",
|
|
"the Groom": "the Groom",
|
|
"the Guest": "the Guest",
|
|
"the Hammer": "the Hammer",
|
|
"the Hammush": "the Hammush",
|
|
"the Head": "the Head",
|
|
"the Heavens": "the Heavens",
|
|
"the Hipster": "the Hipster",
|
|
"the Hobo": "the Hobo",
|
|
"the Homeless": "the Homeless",
|
|
"the King": "the King",
|
|
"the Law": "the Law",
|
|
"the Library": "the Library",
|
|
"the Lihzahrd": "the Lihzahrd",
|
|
"the Lilith": "the Lilith",
|
|
"the Lizard King": "the Lizard King",
|
|
"the LostGeneration": "the Lost Generation",
|
|
"the Mirror": "the Mirror",
|
|
"the Monster": "the Monster",
|
|
"the Moon": "the Moon",
|
|
"the Mother": "the Mother",
|
|
"the Mummy": "the Mummy",
|
|
"the Mushroom": "the Mushroom",
|
|
"the Narc": "the Narc",
|
|
"the Needy": "the Needy",
|
|
"the Nude": "the Nude",
|
|
"the Old One": "the Old One",
|
|
"the Pandemic": "the Pandemic",
|
|
"the Pickaxe": "the Pickaxe",
|
|
"the Picksaw": "the Picksaw",
|
|
"the Pigron": "the Pigron",
|
|
"the Po Boy": "the Po Boy",
|
|
"the Porcelain God": "the Porcelain God",
|
|
"the Prism": "the Prism",
|
|
"the Prophecy": "the Prophecy",
|
|
"the Pwnhammer": "the Pwnhammer",
|
|
"the Queen": "the Queen",
|
|
"the Ramen": "the Ramen",
|
|
"the Right": "the Right",
|
|
"the Scholar": "the Scholar",
|
|
"the Shark": "the Shark",
|
|
"the Sickle": "the Sickle",
|
|
"the Sky": "the Sky",
|
|
"the Snap": "the Snap",
|
|
"the Snitch": "the Snitch",
|
|
"the Spelunker": "the Spelunker",
|
|
"the Staff": "the Staff",
|
|
"the Stars": "the Stars",
|
|
"the Stench": "the Stench",
|
|
"the Stooge": "the Stooge",
|
|
"the Sun": "the Sun",
|
|
"the Sword": "the Sword",
|
|
"the Tooth": "the Tooth",
|
|
"The Torch God": "The Torch God",
|
|
"the Tortoise": "the Tortoise",
|
|
"the Tree": "the Tree",
|
|
"the Trend": "the Trend",
|
|
"the Undead": "the Undead",
|
|
"the Unicorn": "the Unicorn",
|
|
"the Union": "the Union",
|
|
"the Unknown": "the Unknown",
|
|
"the Varmint": "the Varmint",
|
|
"the Waraxe": "the Waraxe",
|
|
"the Yoyo": "the Yoyo",
|
|
"TanSuits": "Tan Suits",
|
|
"Thieves": "Thieves",
|
|
"Thorns": "Thorns",
|
|
"Thunder": "Thunder",
|
|
"Tin": "Tin",
|
|
"Tingling": "Tingling",
|
|
"Tiredness": "Tiredness",
|
|
"Titanium": "Titanium",
|
|
"Tombstones": "Tombstones",
|
|
"Torches": "Torches",
|
|
"Torment": "Torment",
|
|
"TornMuscles": "Torn Muscles",
|
|
"Torture": "Torture",
|
|
"Traitors": "Traitors",
|
|
"Tramps": "Tramps",
|
|
"Tranquility": "Tranquility",
|
|
"Traps": "Traps",
|
|
"Trash": "Trash",
|
|
"Treasure": "Treasure",
|
|
"Trees": "Trees",
|
|
"Trends": "Trends",
|
|
"Trouble": "Trouble",
|
|
"Truffles": "Truffles",
|
|
"Trunks": "Trunks",
|
|
"Trust": "Trust",
|
|
"Tungsten": "Tungsten",
|
|
"Twigs": "Twigs",
|
|
"Twilight": "Twilight",
|
|
"TwistedAnkles": "Twisted Ankles",
|
|
"Umbrellas": "Umbrellas",
|
|
"UnjustPrices": "Unjust Prices",
|
|
"Upchuck": "Upchuck",
|
|
"Vagabonds": "Vagabonds",
|
|
"Vampires": "Vampires",
|
|
"Vanity": "Vanity",
|
|
"Venom": "Venom",
|
|
"Victims": "Victims",
|
|
"Victory": "Victory",
|
|
"Villains": "Villains",
|
|
"Vines": "Vines",
|
|
"Violets": "Violets",
|
|
"Vomit": "Vomit",
|
|
"Vultures": "Vultures",
|
|
"Wands": "Wands",
|
|
"Wariness": "Wariness",
|
|
"Warmth": "Warmth",
|
|
"Wasps": "Wasps",
|
|
"Waterleaf": "Waterleaf",
|
|
"Weakness": "Weakness",
|
|
"Wealth": "Wealth",
|
|
"Webs": "Webs",
|
|
"Weeds": "Weeds",
|
|
"Werewolves": "Werewolves",
|
|
"Whoopsies": "Whoopsies",
|
|
"Wings": "Wings",
|
|
"Wires": "Wires",
|
|
"Wisdom": "Wisdom",
|
|
"Woe": "Woe",
|
|
"Wood": "Wood",
|
|
"Worms": "Worms",
|
|
"Worries": "Worries",
|
|
"Wrath": "Wrath",
|
|
"Wrenches": "Wrenches",
|
|
"Wyverns": "Wyverns",
|
|
"Xenon": "Xenon",
|
|
"Yoyos": "Yoyos",
|
|
"Zombies": "Zombies",
|
|
"Zoomers": "Zoomers"
|
|
},
|
|
|
|
"RichPresence": {
|
|
"Spaghet": "Cooking Spaghet",
|
|
"InMainMenu": "In Main Menu",
|
|
"CreatingPlayer": "Creating a Player",
|
|
"CreatingWorld": "Generating a World",
|
|
"PlayingSingle": "Playing Single-Player",
|
|
"PlayingMulti": "Playing Multi-Player"
|
|
},
|
|
|
|
"AssetRejections" : {
|
|
"BadSize": "Textures loaded must match the original size, got ({ActualWidth},{ActualHeight}) but expected ({NeededWidth}, {NeededHeight}).",
|
|
"BadExtension": "Only textures of type '.png' and '.xnb' may be loaded."
|
|
}
|
|
} |