Skip to content

Commit

Permalink
[MOM] Add Mental Engineering Telepath 'Ritual' recipe (CleverRaven#76471
Browse files Browse the repository at this point in the history
)

* Add adjust mentality power and its options alongside minor Gateway fix

* Add power infrastructure

* Add Mentality Adjustment Spell Level Requirements

* Add specific requirements to some traits

* Get rid of illiterate because I cannot figure out how to check if nearby npcs (don't) have the illiterate trait within the eoc structure I've used

* Move from power to recipe

* Change name + more conversion necessary for recipe version

* Add Side Effects

* Apply TheShadowFerret's grammatical fixes

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

* Apply more fixes

* Use mutate_towards instead of add_trait and remove condition requirements for consequence selector

* spelling

* Further shorten consequences eoc

* Make side effects only negative (gameplay or roleplaying-wise)

* adjustment to nyctophobia custom requirements

* Remove ability to intentionally gain negative traits

* Move from mutate_towards

* Squish variable numbers to match lost eocs

* Make ritual doable without light

* Wording changes

* lint

* lint bot #1

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

* Linting will never end

* Apply grammar / style suggestions

* Fix crash by moving away from u_mutate_towards

* extra space

* Hopefully Make Everything a double space

* triple dots got vaporized by replace all somehow

* Move back to u_mutate_towards

* return to u_add_trait

* misc

* finishing touches

---------

Co-authored-by: TheShadowFerret <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 28, 2024
1 parent 8c79924 commit a9fa104
Show file tree
Hide file tree
Showing 11 changed files with 2,380 additions and 9 deletions.
10 changes: 10 additions & 0 deletions data/mods/MindOverMatter/activity_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@
"verb": "attuning to area",
"rooted": true,
"based_on": "time"
},
{
"id": "ACT_PSI_TELEPATH_ADJUSTING_MENTALITY",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"verb": "adjusting mentality",
"rooted": true,
"based_on": "time",
"can_resume": false,
"completion_eoc": "ACT_PSI_TELEPATH_MENTAL_ENGINEERING_FINISH"
}
]
Loading

0 comments on commit a9fa104

Please sign in to comment.