diff --git a/data/Skills.json b/data/Skills.json index 6d9c9a0..bea8791 100644 --- a/data/Skills.json +++ b/data/Skills.json @@ -4546,7 +4546,7 @@ "type": 0, "variance": 20 }, - "description": "Became Otto's puppet and had your personality reprogrammed into a slut \\c[0][Removal\nMethod: ----]", + "description": "Became Otto's puppet and had your personality reprogrammed into a slut.\n\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -4639,7 +4639,7 @@ "type": 0, "variance": 20 }, - "description": "\\c[18]Exposed to too much mystery\\c[18][Healing Potion effect greatly reduced] \\c[0][Removal\nMethod: Restore Sanity Value]", + "description": "\\c[18]Exposed to too much mystery\\c[18][Healing Potion effect greatly reduced]\n\\c[0][Removal Method: Restore Sanity Value]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -4670,7 +4670,7 @@ "type": 0, "variance": 20 }, - "description": "\\c[18]Brainwashing complete, now a cum dump exclusively for demi-humans \\c[0][Removal\nMethod: ----]", + "description": "\\c[18]Brainwashing complete, now a cum dump exclusively for demi-humans.\n\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -4763,7 +4763,7 @@ "type": 0, "variance": 20 }, - "description": "\\c[18]Cannot interact, will be returned to the slave prison when collapsing \\c[0][Removal\nMethod: ----]", + "description": "\\c[18]Cannot interact, will be returned to the slave prison when collapsing.\n\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -4887,7 +4887,7 @@ "type": 0, "variance": 20 }, - "description": "There was something in the stew at Hegui Village that drove people mad \\c[0][Removal\nMethod: ----]", + "description": "There was something in the stew at Hegui Village that drove people mad.\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -5228,7 +5228,7 @@ "type": 0, "variance": 20 }, - "description": "Increases negotiation price for exploration results \\c[0][Removal Method: ----]", + "description": "Increases negotiation price of excavated items.\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -5445,7 +5445,7 @@ "type": 0, "variance": 20 }, - "description": "Escape success rate UP, \\c[27]Will disgrace herself when facing mortal danger \\c[0][Removal\nMethod: Overcome negative effect at Lv50+]", + "description": "Escape success rate UP. \\c[27]Will disgrace herself when facing mortal danger.\n\\c[0][Removal Method: Overcome negative effect at Lv50+]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -5786,7 +5786,7 @@ "type": 0, "variance": 20 }, - "description": "Gets aroused by exhibitionism \\c[0][Removal Method: ----]", + "description": "Gets aroused when people see her naked.\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -6127,7 +6127,7 @@ "type": 0, "variance": 20 }, - "description": "Libido builds up more easily\n\\c[0][Removal Method: ----]", + "description": "Libido builds up more easily.\n\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -6158,7 +6158,7 @@ "type": 0, "variance": 20 }, - "description": "Lewdness exceeded 50% \\c[13]\\c[0] \\c[2]\\c[0] \\c[0][Removal\nMethod: ----]", + "description": "Lewdness exceeded 50% \\c[13]\\c[0] \\c[2]\\c[0]\n\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, @@ -6282,7 +6282,7 @@ "type": 0, "variance": 20 }, - "description": "Recovers more fatigue, but prone to wetting yourself.\n\\c[0][Removal\nMethod: ----]", + "description": "Herbal Tea recovers more fatigue, but you're prone to wetting yourself.\n\\c[0][Removal Method: ----]", "effects": [], "hitType": 0, "iconIndex": 287, diff --git a/js/plugins.js b/js/plugins.js index dc47e1c..a65c77c 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -4,8 +4,7 @@ var $plugins = [ { name: "ErrorHandler", status: true, - description: - "Shows detailed error messages for script calls instead of crashing", + description: "Shows detailed error messages for script calls instead of crashing", parameters: {}, }, { @@ -2250,7 +2249,7 @@ var $plugins = [ displacementImage: "DarkSpace", "enabledAll-Settings": "", "enabledAll-ShowInOptionMenu": "true", - "enabledAll-Text": "Post Processing", + "enabledAll-Text": "Post-Processing", "enabledAll-DefaultValue": "true", }, }, @@ -2547,15 +2546,13 @@ var $plugins = [ { name: "MinimapZoom", status: true, - description: - "Press M to toggle a zoomed-out minimap view of the current map", + description: "Press M to toggle a zoomed-out minimap view of the current map", parameters: { "Toggle Key": "77" }, }, { name: "IconScaler", status: true, - description: - "Automatically scales icons in text (\\I[x]) to match the current font size.", + description: "Automatically scales icons in text (\\I[x]) to match the current font size.", parameters: {}, }, {