Commit Graph

6764 Commits

Author SHA1 Message Date
Scipio Wright
0f1fd3e728 Move frog's domain locations to regions for combat logic 2024-07-12 09:43:30 -04:00
Scipio Wright
906ce159e3 Add combat logic to frog's domain 2024-07-12 09:42:53 -04:00
Scipio Wright
0104329821 Add laurels zip logic to the chest in the spike room in cathedral 2024-07-12 09:22:51 -04:00
Scipio Wright
ba24481fb1 Adjust locations' regions for ER 2024-07-12 09:20:08 -04:00
Scipio Wright
a0416b95c0 Setup cathedral combat logic 2024-07-12 09:18:28 -04:00
Scipio Wright
810fbebbca Add cathedral main region, rename cathedral -> cathedral entry 2024-07-12 09:14:18 -04:00
Scipio Wright
228c6254ec Combat logic for cathedral to elevator 2024-07-12 09:10:54 -04:00
Scipio Wright
5b88cb0964 Fix missing cathedral -> elevator connection 2024-07-12 09:02:41 -04:00
Scipio Wright
d67f4a3fc1 Add combat rules to beneath the vault 2024-07-11 22:34:02 -04:00
Scipio Wright
df055ee789 Add combat logic to the other two sets of fortress fuses 2024-07-11 21:27:06 -04:00
Scipio Wright
2cf5ad25a3 Refactor to use a new function cause wow there was a lot of repeated code 2024-07-11 21:23:11 -04:00
Scipio Wright
bb73c80a61 Fortress east shortcut logic, and rewriting the try except blocks to use finally 2024-07-11 20:52:47 -04:00
Scipio Wright
4fb06cb0ff Fortress Grave Path logic, and a couple fixes to the west garden logic 2024-07-11 19:46:44 -04:00
Scipio Wright
f05aa598f5 Merge branch 'ArchipelagoMW:main' into tunc-combat-logic 2024-07-11 16:59:46 -04:00
Scipio Wright
eaec41d885 TUNIC: Fix event region for Quarry fuse (#3635) 2024-07-11 22:44:29 +02:00
Scipio Wright
2ec597f668 Update to filter out unreachable regions outside of ER 2024-07-11 16:27:51 -04:00
Scipio Wright
f611bf046c Add quarry combat logic 2024-07-11 16:17:43 -04:00
Scipio Wright
c0bfeb1ce6 Try block for that weird west garden edge case 2024-07-11 13:23:14 -04:00
Scipio Wright
cb85596d0a Weird west garden dagger house edge case 2024-07-11 09:47:22 -04:00
Scipio Wright
5d8156fda8 make unit tests checkmark again 2024-07-11 09:19:31 -04:00
Doug Hoskisson
1e3a4b6db5 Zillion: more rooms added to map_gen option (#3634) 2024-07-10 23:11:47 -07:00
Scipio Wright
24790b2b92 West Garden combat logic 2024-07-10 23:43:05 -04:00
Scipio Wright
14abc350b4 Dark Tomb combat logic 2024-07-10 20:36:36 -04:00
Scipio Wright
826f13b30f Finish beneath the well 2024-07-10 20:31:07 -04:00
Scipio Wright
f7c944203e Remove a few easy ones 2024-07-10 20:09:02 -04:00
Scipio Wright
5ebab3b545 East Forest combat logic done 2024-07-10 20:03:51 -04:00
Scipio Wright
c986a0a0c4 Finish writing overworld combat logic 2024-07-10 19:37:03 -04:00
Alchav
8c86139066 ALTTP: Bombable Wall to Crystaroller Room Logic (#3627) 2024-07-10 17:15:29 +02:00
Scipio Wright
694df957e2 Temporarily default combat logic to on 2024-07-10 11:11:23 -04:00
Scipio Wright
86774846b6 Hard require sword for bosses 2024-07-09 20:13:36 -04:00
Scipio Wright
d960d8aa36 More flexible choices for combat items 2024-07-09 20:05:55 -04:00
Scipio Wright
b11ec7c00e Merge branch 'main' into tunc-combat-logic 2024-07-09 09:48:11 -04:00
Scipio Wright
6123b8dfe4 Make temp option for testing logic 2024-07-08 21:19:16 -04:00
Scipio Wright
c4ca2eab39 Remove outdated todo 2024-07-08 21:09:19 -04:00
Scipio Wright
1ce3373964 Fix all the broken things ever 2024-07-08 21:08:38 -04:00
Scipio Wright
e9a4ba43ec Update er_rules for new combat reqs 2024-07-08 20:48:25 -04:00
Scipio Wright
f1aba45f79 Make has_combat_reqs 2024-07-08 20:40:07 -04:00
Scipio Wright
435fdb7937 Make has_required_stats 2024-07-08 20:27:53 -04:00
Scipio Wright
46cdb6b7b8 Made new helper functions 2024-07-08 20:11:18 -04:00
Scipio Wright
07a18311f8 Added some info on potion counts 2024-07-07 23:38:28 -04:00
Scipio Wright
e1156faa02 Put together a table showing the vanilla-expected stats for each area 2024-07-07 22:18:23 -04:00
Scipio Wright
ec7bc78424 Voidlings 2024-07-07 21:31:27 -04:00
Scipio Wright
bbf67a83ac Uncap mp power since it's directly related to damage output 2024-07-07 17:39:22 -04:00
Scipio Wright
e4ca518520 Cap attack upgrades 2024-07-07 17:37:10 -04:00
Scipio Wright
4008917f21 Revisions to new system, needs more balancing 2024-07-07 12:16:31 -04:00
Scipio Wright
b38e8b2cd1 New system for power, kinda jank probably 2024-07-07 11:26:36 -04:00
black-sliver
c96c554dfa Tests, WebHost: add tests for host_room and minor cleanup (#3619)
* Tests, WebHost: move out setUp and fix typing in api_generate

Also fixes a typo
and changes client to be per-test rather than a ClassVar

* Tests, WebHost: add tests for display_log endpoint

* Tests, WebHost: add tests for host_room endpoint

* Tests, WebHost: enable Flask DEBUG mode for tests

This provides the actual error if a test raised an exception on the server.

* Tests, WebHost: use user_path for logs

This is what custom_server does now.

* Tests, WebHost: avoid triggering security scans
2024-07-07 16:51:10 +02:00
agilbert1412
9b22458f44 Stardew Valley 6.x.x: The Content Update (#3478)
Focus of the Update: Compatibility with Stardew Valley 1.6 Released on March 19th 2024
This includes randomization for pretty much all of the new content, including but not limited to
- Raccoon Bundles
- Booksanity
- Skill Masteries
- New Recipes, Craftables, Fish, Maps, Farm Type, Festivals and Quests

This also includes a significant reorganisation of the code into "Content Packs", to allow for easier modularity of various game mechanics between the settings and the supported mods. This improves maintainability quite a bit.

In addition to that, a few **very** requested new features have been introduced, although they weren't the focus of this update
- Walnutsanity
- Player Buffs
- More customizability in settings, such as shorter special orders, ER without farmhouse
- New Remixed Bundles
2024-07-07 15:04:25 +02:00
Scipio Wright
247b084a3f Some changes, currently broken 2024-07-06 21:38:42 -04:00
Scipio Wright
dd1034c75e More revisions to combat logic 2024-07-06 20:27:35 -04:00