diff --git a/data/json/items/book/fabrication.json b/data/json/items/book/fabrication.json index ba5bda08db7fb..8699e626eccb1 100644 --- a/data/json/items/book/fabrication.json +++ b/data/json/items/book/fabrication.json @@ -70,7 +70,7 @@ "id": "bronze_book", "type": "BOOK", "category": "manuals", - "name": { "str": "The Bronze Age encyclopedia" }, + "name": { "str": "The Bronze Age Encyclopedia", "str_pl": "copies of The Bronze Age Encyclopedia" }, "description": "A huge textbook with information about the historic use of bronze around the world, with well illustrated instructions of the manufacturing process of armor, weapons and bronze tools.", "weight": "1500 g", "volume": "1250 ml", diff --git a/data/mods/Defense_Mode/dialogue/menu_screen.json b/data/mods/Defense_Mode/dialogue/menu_screen.json index 621a423c4093e..9ca3cd1b30bd4 100644 --- a/data/mods/Defense_Mode/dialogue/menu_screen.json +++ b/data/mods/Defense_Mode/dialogue/menu_screen.json @@ -357,7 +357,7 @@ "topic": "TALK_DONE" }, { - "text": "The Call of Cthulu: (Fend off hordes of eldritch horrors.)", + "text": "The Call of Cthulhu: (Fend off hordes of eldritch horrors.)", "effect": [ { "math": [ "regular_zombies_allowed", "=", "0" ] }, { "math": [ "special_zombies_allowed", "=", "0" ] }, diff --git a/data/mods/Isolation-Protocol/modinfo.json b/data/mods/Isolation-Protocol/modinfo.json index 5a7fae83078c7..eaa498d783f2c 100644 --- a/data/mods/Isolation-Protocol/modinfo.json +++ b/data/mods/Isolation-Protocol/modinfo.json @@ -5,7 +5,7 @@ "name": "Isolation Protocol", "authors": [ "Candlebury" ], "maintainers": [ "Candlebury" ], - "description": "A total conversion mod inspired by traditional dungeon crawler roguelikes. Reach the bottom of an altered lab and prevent the cataclysm from spreading to the surface!", + "description": "A total conversion mod inspired by traditional dungeon crawler roguelikes. Reach the bottom of an altered lab and prevent the Cataclysm from spreading to the surface!", "category": "total_conversion", "dependencies": [ "dda" ] } diff --git a/data/mods/MindOverMatter/powers/electrokinesis.json b/data/mods/MindOverMatter/powers/electrokinesis.json index fe1ae85de4cac..6aab0dca5c565 100644 --- a/data/mods/MindOverMatter/powers/electrokinesis.json +++ b/data/mods/MindOverMatter/powers/electrokinesis.json @@ -359,8 +359,8 @@ "id": "electrokinetic_pain_immune", "type": "SPELL", "name": "[Ψ]Analgesic Block", - "description": "By clamping down on all pain signals you can completely eliminate your ability to feel pain briefly. This does not eliminate the source of pain, and when the power ends all of the original pain and more will return.\n\nAnalgesic Block is incompatible with Neuro-acceleration.", - "message": "The pain just…disappears.", + "description": "By clamping down on all pain signals you can completely eliminate your ability to feel pain briefly. This does not eliminate the source of pain, and when the power ends all of the original pain and more will return.\n\nAnalgesic Block is incompatible with Neuro-Acceleration.", + "message": "The pain just… disappears.", "teachable": false, "valid_targets": [ "self" ], "spell_class": "ELECTROKINETIC", diff --git a/data/mods/Xedra_Evolved/snippets/dreams.json b/data/mods/Xedra_Evolved/snippets/dreams.json index 87b2f4b2b908f..42ce1c9ac40a8 100644 --- a/data/mods/Xedra_Evolved/snippets/dreams.json +++ b/data/mods/Xedra_Evolved/snippets/dreams.json @@ -5,26 +5,26 @@ "text": [ "You have bad dreams.", "You dreams are terrifying.", - "You dream some odd creatures are around you.", - "You feel like demon under your bed touched your hand.", - "You feel you just saw a boogeyman.", - "You start panicking for no reason.", - "You start to sweat enormously.", - "You don't know; would it be better to not sleep.", + "You dream of odd creatures circling you.", + "You feel like a demon under your bed just brushed your hand.", + "You heart races like you just came face to face with a bogeyman.", + "Panic seizes you suddenly with no discernible reason.", + "A torrent of cold sweat starts running down your back.", + "You think not sleeping could be the preferable option right now.", "You are afraid.", - "You feel a presence of terrifying creatures.", - "In your dream, an infinitely hot wind scorched your face.", - "In your dream, an enormous gravity compress your bones into dust.", - "In your dream, a strong winds throw you up into the sky.", - "In your dream, you are haunted by an inhuman giants.", - "In your dream, you are a toy for an unspeakable power.", - "In your dream, no one helps you.", - "in your dream, you feel like you were shot in the face from a rifle.", - "In your dream, you are no better than dead.", - "In your dream, it may be better to be actually dead.", - "In your dream, there is no one to ask from help.", - "In your dream, the world has lost all it's colors.", - "In your dream, the world is pitch black." + "You feel like terrifying creatures are surrounding you.", + "In your dream, an infinitely hot wind scorches your face until nothing but charred bone remains.", + "In your dream, enormous gravity crushes you against the ground until your bones are reduced to fine dust.", + "In your dream, a strong wind lifts you up into the sky only to then let you plummet to your death.", + "In your dream, you are hunted by inhuman giants.", + "In your dream, you are the toy of an unspeakable power.", + "In your dream, no one is willing to help you.", + "In your dream, you feel like you were shot in the face with a rifle.", + "In your dream, you feel as if you are no better than the shambling dead.", + "In your dream, you feel it might be better to be dead than existing in constant agony.", + "In your dream, you have no one to ask for help.", + "In your dream, the world has lost all its colors and you feel it slowly leeching yours.", + "In your dream, the world is pitch black yet you feel something is in the dark pursuing you." ] } ]