Skip to content

Commit

Permalink
Scenario: The Lost And Damned (#2892)
Browse files Browse the repository at this point in the history
* Scenario: The Lost And Damned

* Update professions.json

* Nerf scenario cost, add a lil something

* Apply suggestions from code review

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

* Add the other complications

* Update game.cpp

* Some updates

* Update data/json/effects.json

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
chaosvolt and github-actions[bot] authored May 31, 2023
1 parent c18caaa commit c6e2180
Show file tree
Hide file tree
Showing 9 changed files with 590 additions and 3 deletions.
21 changes: 21 additions & 0 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,27 @@
"name": [ "Took Thorazine" ],
"desc": [ "You took Thorazine some time ago and you might still be under its influence." ]
},
{
"type": "effect_type",
"id": "feral_killed_recently",
"max_duration": "200 d",
"name": [ "Lucidity" ],
"desc": [
"You could always go for more bloodshed, but the voices in your head are staying quiet for now. You currently won't suffer the side effects of your deteriorating mind and body."
],
"remove_message": "You can hear the whispering again. Need more meat.",
"rating": "good"
},
{
"type": "effect_type",
"id": "feral_infighting_punishment",
"max_duration": "7 h",
"name": [ "Inner turmoil" ],
"desc": [ "You don't feel like you anymore. The others seem to regard you as prey." ],
"apply_message": "You feel like you shouldn't have done that…",
"remove_message": "You feel normal again.",
"rating": "bad"
},
{
"type": "effect_type",
"id": "no_sight",
Expand Down
11 changes: 11 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6455,5 +6455,16 @@
"valid": false,
"purifiable": false,
"profession": false
},
{
"type": "mutation",
"id": "PROF_FERAL",
"name": { "str": "Lost To The Cataclysm" },
"points": 0,
"description": "Something inside you snapped. Whether though wallowing in decay or by otherworldly influence, the living shun you while the undead mostly ignore you. Your mind and body will deteriorate if you don't keep killing the living and sane. Your fellow lost and damned will suffice too, but that might cause the others to mistake you for the living.",
"valid": false,
"purifiable": false,
"profession": true,
"scent_type": "sc_fetid"
}
]
Loading

0 comments on commit c6e2180

Please sign in to comment.