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

New Bastion Fort starting scenario #54598

Merged
merged 13 commits into from
Jan 21, 2022

Commits on Jan 20, 2022

  1. Add Fort Start Scenario

    Add Fort Start Scenario
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    f9121ff View commit details
    Browse the repository at this point in the history
  2. Update scenarios.json

    Small thing I changed that didn't fix the issue. But I didn't want to lose. Please squash this commit later.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    4bb0429 View commit details
    Browse the repository at this point in the history
  3. Update start_locations to include fort

    Update start_locations to include fort.
    Also changed where the scenario points to so it grabs the start location.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ef8f6fb View commit details
    Browse the repository at this point in the history
  4. Changed occurances and Scenario location name.

    Changed occurances and Scenario location name.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1f8ff30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4670dfc View commit details
    Browse the repository at this point in the history
  6. Made it finally work!

    Also, I adjusted the spawns back down to a reasonable level.
    There should be 0 to 2 per overmap tile.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    26da9d9 View commit details
    Browse the repository at this point in the history
  7. Changed spawn rate to be lower.

    Note Can't get it much lower without it giving spawn errors fairly frequently. But if we don't mind them having to reroll a map every couple of times we could bring it lower.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6980e36 View commit details
    Browse the repository at this point in the history
  8. Changing min distance to spawn.

    Changing min distance to account for it now counting from city edge rather than city center
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    4373bd2 View commit details
    Browse the repository at this point in the history
  9. Update data/json/overmap/overmap_special/specials.json

    Adding a Space according to a commenters suggestion
    
    Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com>
    JonathanLochridge and Maleclypse committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    03573bc View commit details
    Browse the repository at this point in the history
  10. Applying Linter Changes

    When the PR checks ran I realized I forgot to lint some of the files after my latest tweaks/bugfix with it.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8699410 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35da631 View commit details
    Browse the repository at this point in the history
  12. Make max distance from city unlimited

    Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com>
    JonathanLochridge and Maleclypse committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    74dbf2c View commit details
    Browse the repository at this point in the history
  13. Revert "Make max distance from city unlimited"

    This reverts commit 74dbf2c.
    JonathanLochridge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d590645 View commit details
    Browse the repository at this point in the history