diff --git a/Items.txt b/Items.txt
index a4b7190..7a64cae 100644
--- a/Items.txt
+++ b/Items.txt
@@ -329,9 +329,9 @@
"ITEM_THORNS_PICKUP" : "Help me help you help me hurt you.",
"ITEM_THORNS_DESC" : "Getting hit causes you to explode in a burst of razors, dealing . Hits up to targets in a radius",
- "ITEM_REGENONKILL_NAME" : "Bacon",
- "ITEM_REGENONKILL_PICKUP" : "It's cut way too thick but we'll make it work.",
- "ITEM_REGENONKILL_DESC": "Increases by for after killing an enemy.",
+ "ITEM_FLATHEALTH_NAME" : "Bacon",
+ "ITEM_FLATHEALTH_PICKUP" : "It's cut way too thick but we'll make it work.",
+ "ITEM_FLATHEALTH_DESC": "Increases by for after killing an enemy.",
"ITEM_PEARL_NAME" : "8 Ball",
"ITEM_PEARL_PICKUP" : "You sank the 8 ball you idiot.",
diff --git a/Logbook.txt b/Logbook.txt
index 1704975..f7e8336 100644
--- a/Logbook.txt
+++ b/Logbook.txt
@@ -7,10 +7,12 @@
"LOGBOOK_CATEGORY_EQUIPMENT" : "Equipment",
"LOGBOOK_CATEGORY_ACHIEVEMENTS" : "Challenge",
- "LOGBOOK_CATEGORY_MONSTER" : "Dude",
- "LOGBOOK_CATEGORY_STAGE" : "Where's",
- "LOGBOOK_CATEGORY_SURVIVOR" : "My",
+ "LOGBOOK_CATEGORY_MONSTER" : "Beeble",
+ "LOGBOOK_CATEGORY_STAGE" : "Where",
+ "LOGBOOK_CATEGORY_SURVIVOR" : "Literally Me",
"LOGBOOK_CATEGORY_FRAGMENT" : "Car",
+ "LOGBOOK_CATEGORY_STATS": "How Good Are Ya?",
+ "LOGBOOK_CATEGORY_MORGUE": "Previous Fuckups",
"LOGBOOK_UNLOCK_ITEM_LOG" : "Gotta find it",
"LOGBOOK_UNLOCK_ITEM_MONSTER" : "Get that motherfucker",
@@ -22,5 +24,8 @@
"LOGBOOK_ZOOMINOUT" : "Zoom Out/In",
"LOGBOOK_ROTATE" : "Speen",
"LOGBOOK_PAN" : "Moov",
+
+ "LOGBOOK_ENTRY_RUNREPORT_TOOLTIP_TITLE_FORMAT": "{0}",
+ "LOGBOOK_ENTRY_RUNREPORT_TOOLTIP_BODY_FORMAT": "Dude: {0}\nGame: {1}\nWinner?: {2}"
}
}