Steam & Tooltips

This commit is contained in:
Salt 2020-08-27 05:13:20 -05:00
parent 70e9467ee7
commit 576afcb74e
2 changed files with 42 additions and 44 deletions

View File

@ -1,7 +1,7 @@
{ {
"strings": "strings":
{ {
"STEAM_PROMOTE_OWNER_TOOLTIP_BODY": "Promote to Lobby Leader", "STEAM_PROMOTE_OWNER_TOOLTIP_BODY": "King me",
"STEAM_COPY_LOBBY" : "Copy Lobby to Clipboard", "STEAM_COPY_LOBBY" : "Copy Lobby to Clipboard",
"STEAM_COPY_LOBBY_TO_CLIPBOARD_TOOLTIP_BODY": "Copy your current Lobby ID to your Clipboard.", "STEAM_COPY_LOBBY_TO_CLIPBOARD_TOOLTIP_BODY": "Copy your current Lobby ID to your Clipboard.",
"STEAM_COPY_LOBBY_TO_CLIPBOARD_MESSAGE": "Copied Lobby ID to clipboard.", "STEAM_COPY_LOBBY_TO_CLIPBOARD_MESSAGE": "Copied Lobby ID to clipboard.",

View File

@ -1,28 +1,26 @@
{ {
"strings": "strings":
{ {
"TOOLTIP_TIME_DIFFICULTY": "Difficulty is <i>ALWAYS</i> increasing with time - play fast!", "TOOLTIP_TIME_DIFFICULTY": "Play quickly or you're a nerd.",
"TOOLTIP_EQUIPMENT": "<color=orange>Equipment</color> are powerful, activated items.", "TOOLTIP_EQUIPMENT": "<color=orange>Orange bitches</color> are really good.",
"TOOLTIP_SPRINT": "Sprint to get around the map!", "TOOLTIP_SPRINT": "Sprint.",
"TOOLTIP_WIP_CONTENT_NAME" : "Under Construction",
"TOOLTIP_WIP_CONTENT_DESCRIPTION" : "This piece of content is still in development. Come back soon!",
"TOOLTIP_UNLOCK_LOG_NAME" : "Logbook Entry Unlocked", "TOOLTIP_UNLOCK_LOG_NAME" : "Lore Get",
"TOOLTIP_UNLOCK_LOG_DESCRIPTION" : "This entry will now appear in the Logbook.", "TOOLTIP_UNLOCK_LOG_DESCRIPTION" : "Congratz, you got lore.",
"TOOLTIP_UNLOCK_ITEM_NAME" : "Item Unlocked", "TOOLTIP_UNLOCK_ITEM_NAME" : "Item Get",
"TOOLTIP_UNLOCK_ITEM_DESCRIPTION" : "This item will now randomly appear in runs.", "TOOLTIP_UNLOCK_ITEM_DESCRIPTION" : "You're stuck with it forever.",
"TOOLTIP_UNLOCK_EQUIPMENT_NAME" : "Equipment Unlocked", "TOOLTIP_UNLOCK_EQUIPMENT_NAME" : "Citrus Get",
"TOOLTIP_UNLOCK_EQUIPMENT_DESCRIPTION" : "This equipment will now randomly appear in runs.", "TOOLTIP_UNLOCK_EQUIPMENT_DESCRIPTION" : "Something about being orange.",
"TOOLTIP_UNLOCK_SURVIVOR_NAME" : "Survivor Unlocked", "TOOLTIP_UNLOCK_SURVIVOR_NAME" : "Dude Get",
"TOOLTIP_UNLOCK_SURVIVOR_DESCRIPTION" : "This Survivor is now available.", "TOOLTIP_UNLOCK_SURVIVOR_DESCRIPTION" : "You got a guy.",
"TOOLTIP_UNLOCK_ARTIFACT_NAME" : "Artifact Unlocked", "TOOLTIP_UNLOCK_ARTIFACT_NAME" : "SpongeBob Get",
"TOOLTIP_UNLOCK_ARTIFACT_DESCRIPTION" : "This Artifact is now available.", "TOOLTIP_UNLOCK_ARTIFACT_DESCRIPTION" : "\"I've been humiliated for the LAST TIME!\"",
"TOOLTIP_UNLOCK_GENERIC_NAME" : "Unlocked", "TOOLTIP_UNLOCK_GENERIC_NAME" : "Get",
"TOOLTIP_UNLOCK_GENERIC_DESCRIPTION" : "This content is now available.", "TOOLTIP_UNLOCK_GENERIC_DESCRIPTION" : "Get.",
} }
} }