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

Add relic activation ability #42391

Merged
merged 3 commits into from
Aug 4, 2020
Merged

Commits on Aug 4, 2020

  1. Add relic activation ability

    Encapsulate all the charge info about relics in a relic_charge_info
    struct. Additionally, add a template struct, and allow using this to
    specify variants of relic charge info in relic_procgen_data.
    
    Add simple placeholder versions to this data, along with active effects
    for it to provide.
    
    Attempt to recharge relics when processing them.
    anothersimulacrum committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a30ac67 View commit details
    Browse the repository at this point in the history
  2. Update src/relic.cpp

    KorGgenT authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0688699 View commit details
    Browse the repository at this point in the history
  3. Update src/relic.cpp

    KorGgenT authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    590a10b View commit details
    Browse the repository at this point in the history