Skip to content

Commit

Permalink
A Very Merry Typomas (CleverRaven#70386)
Browse files Browse the repository at this point in the history
* First pass before Christmas

* Applying autoreview suggestion

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Apply review suggestion

Co-authored-by: Anton Simakov <[email protected]>

* Apply suggestions from code review

Co-authored-by: NetSysFire <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anton Simakov <[email protected]>
Co-authored-by: Maleclypse <[email protected]>
Co-authored-by: NetSysFire <[email protected]>
  • Loading branch information
5 people authored Jan 18, 2024
1 parent ee2ea31 commit ea12ac6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion data/json/items/book/fabrication.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Defense_Mode/dialogue/menu_screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"topic": "TALK_DONE"
},
{
"text": "<color_yellow>The Call of Cthulu</color>: (Fend off hordes of eldritch horrors.)",
"text": "<color_yellow>The Call of Cthulhu</color>: (Fend off hordes of eldritch horrors.)",
"effect": [
{ "math": [ "regular_zombies_allowed", "=", "0" ] },
{ "math": [ "special_zombies_allowed", "=", "0" ] },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Isolation-Protocol/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}
Expand Down
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/powers/electrokinesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <color_red>incompatible</color> 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 <color_red>incompatible</color> with Neuro-Acceleration.",
"message": "The pain just… disappears.",
"teachable": false,
"valid_targets": [ "self" ],
"spell_class": "ELECTROKINETIC",
Expand Down
38 changes: 19 additions & 19 deletions data/mods/Xedra_Evolved/snippets/dreams.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
}
]

0 comments on commit ea12ac6

Please sign in to comment.