Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport MoM #70838, #70904, #70830, #71228, #71024, and #73529 #76174

Merged
merged 27 commits into from
Sep 5, 2024

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Sep 3, 2024

Summary

Mods "Backport MoM #70838, #70904, #70830, #71228, #71024, and #73529"

Purpose of change

I was given the okay to port the learning system fully back to the 0.H candidate, so this is the first PR to do that.

Describe the solution

Backport MoM #70838, #70904, #70830, #71228, #71024, and #73529

Describe alternatives you've considered

Testing

Additional context

Going to split up the full backporting--as you can see it's already thousands of lines with just two paths and some other PRs.

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding EOC: Effects On Condition Anything concerning Effects On Condition Mods: Mind Over Matter <Bugfix> This is a fix for a bug (or closes open issue) <Enhancement / Feature> New features, or enhancements on existing Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style Info / User Interface Game - player communication, menus, etc. labels Sep 3, 2024
@github-actions github-actions bot added the Crafting / Construction / Recipes Includes: Uncrafting / Disassembling label Sep 3, 2024
@github-actions github-actions bot added the Mechanics: Enchantments / Spells Enchantments and spells label Sep 3, 2024
@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Sep 3, 2024
@github-actions github-actions bot added the Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. label Sep 3, 2024
@github-actions github-actions bot removed the json-styled JSON lint passed, label assigned by github actions label Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details.

Click to expand
  • As you meditate, all the pieces suddenly come together. You've unlocked the Aura Sight power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Blackout power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Blinding Radiance power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Chameleoflage power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Clairvoyance power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Clarity power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Combat Sense power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Discern Weakness power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Intuitive Artisan power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Lucent Barrier power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Lucid Shadows power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Luminous Disintegration power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Markman's Eye power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Omniscience power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the One Perfect Shot power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Photon Beam power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Premonition power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Prescient Tactics power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Radio Transception power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Refracted Arms power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Satellite View power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Star Flash power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the Trick of the Light power.
  • As you meditate, all the pieces suddenly come together. You've unlocked the veil of Light power.
  • Use of your powers has led to an insight. With a full-body wreathe of illusion, you could conceal your form, preventing anyone from reacting poorly to part of your appearance that isn't normal, if you can figure out the technique.
  • You have an understanding of how teleportation functions and unlocking new powers is easier for you.

This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to tools/spell_checker/dictionary.txt so they will not trigger an alert next time.

@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions and removed json-styled JSON lint passed, label assigned by github actions labels Sep 3, 2024
@github-actions github-actions bot removed the json-styled JSON lint passed, label assigned by github actions label Sep 3, 2024
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Sep 3, 2024
@github-actions github-actions bot added Mutations / Traits / Professions/ Hobbies Mutations / Traits / Professions/ Hobbies json-styled JSON lint passed, label assigned by github actions and removed json-styled JSON lint passed, label assigned by github actions labels Sep 3, 2024
Standing-Storm and others added 3 commits September 3, 2024 14:32
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>
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Sep 3, 2024
@Brambor
Copy link
Contributor

Brambor commented Sep 4, 2024

@github-actions github-actions bot added Code: Tests Measurement, self-control, statistics, balancing. [C++] Changes (can be) made in C++. Previously named `Code` labels Sep 4, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Sep 4, 2024
@akrieger akrieger merged commit 675ea0d into CleverRaven:0.H-branch Sep 5, 2024
20 of 22 checks passed
@Standing-Storm Standing-Storm deleted the patch-1 branch September 5, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style Code: Tests Measurement, self-control, statistics, balancing. Crafting / Construction / Recipes Includes: Uncrafting / Disassembling <Enhancement / Feature> New features, or enhancements on existing EOC: Effects On Condition Anything concerning Effects On Condition Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Info / User Interface Game - player communication, menus, etc. [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mechanics: Enchantments / Spells Enchantments and spells Mods: Mind Over Matter Mods Issues related to mods or modding Mutations / Traits / Professions/ Hobbies Mutations / Traits / Professions/ Hobbies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants