Commit Graph

132 Commits

Author SHA1 Message Date
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
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
Scipio Wright
1fe36c92f9 Bump up Boss Scav and Heir 2024-07-06 12:56:36 -04:00
Scipio Wright
4a23c93674 Add note 2024-07-05 22:38:07 -04:00
Scipio Wright
533f7f210e Fill out swamp combat logic 2024-07-05 21:12:51 -04:00
Scipio Wright
e7a8e195e6 TUNIC: Use fewer parameters in helper functions (#3356)
* Clean these functions up, get the hell out of here 5 parameter function

* Clean up a bunch of rules that no longer need to be multi-lined since the functions are shorter

* Clean up some range functions

* Update to use world instead of player like Vi recommended

* Fix merge conflict

* Fix after merge
2024-07-05 22:50:12 +02:00
Scipio Wright
d4d0a3e945 TUNIC: Make the shop checks require a sword 2024-07-05 22:36:55 +02:00
Scipio Wright
c16f28b156 Some early Overworld combat logic 2024-07-04 22:35:38 -04:00
Scipio Wright
709606a140 Fix tiny issues 2024-07-04 20:25:47 -04:00
Scipio Wright
560bfe5d32 Add the rules for the boss-only option 2024-07-04 20:02:12 -04:00
Scipio Wright
19610b878d Add the shop sword logic stuff in 2024-07-04 18:40:57 -04:00
Scipio Wright
084dcb6009 Item classification varies based on option 2024-07-04 18:17:50 -04:00
Scipio Wright
d4e2ad9177 Create the combat logic option 2024-07-04 17:47:56 -04:00
Scipio Wright
0418b92745 Apply item classifications 2024-07-04 17:32:53 -04:00
Scipio Wright
801ff78839 Remove unused import 2024-07-04 13:03:29 -04:00
Scipio Wright
4a5c6e27a7 Wrote the rest of the helpers 2024-07-04 12:59:39 -04:00
Scipio Wright
68cb57a5ca Clamp max power from sword upgrades 2024-07-04 08:45:38 -04:00
Scipio Wright
48edbdbb8b Rename has_stick to has_melee, some fixes per Medic's review 2024-07-04 08:44:57 -04:00
Scipio Wright
02e7e6a9a2 More logic! 2024-07-04 08:20:23 -04:00
Scipio Wright
ff241eb0bf More helpers! 2024-07-03 22:24:54 -04:00
Scipio Wright
3e9b21f88f Writing combat logic helpers 2024-07-03 21:15:17 -04:00
Scipio Wright
f9e1d9d1a4 Fix formatting, fix rule for heir access after merge 2024-06-29 22:17:29 -04:00
Scipio Wright
059c26f481 Fix merge conflict 2024-06-29 19:29:56 -04:00
Scipio Wright
bd21a6173e Merge branch 'main' into tunc-logic-rules-redux 2024-06-29 19:27:39 -04:00
Silent
55cb81d487 TUNIC: Update victory condition (#3579)
* Add hero relics to victory condition

* Update __init__.py

* Remove unneeded local variables for options

* Use has_group_unique

* fix spacing
2024-06-30 01:17:00 +02:00
Scipio Wright
ca669f6bab Merge branch 'main' into tunc-logic-rules-redux 2024-06-27 15:42:00 -04:00
Scipio Wright
b8f78af506 TUNIC: Fix minor logic bug in upper Zig (#3576)
* Add note about bushes to logic section of readme

* Fix missing logic on bridge switch chest in upper zig

* Revise upper zig rule change to account for ER
2024-06-27 14:01:35 +02:00
Scipio Wright
77304a8743 TUNIC: Update game info page with more tips (#3591)
* More minor updates to game info page

* Fix grammar
2024-06-27 13:00:20 +02:00
Scipio Wright
d339770974 Revise upper zig rule change to account for ER 2024-06-21 23:28:05 -04:00
Scipio Wright
5b493f3e6e Fix missing logic on bridge switch chest in upper zig 2024-06-21 19:08:49 -04:00
Scipio Wright
19d00547c2 TUNIC: Add note about bushes to logic section of game info page (#3555)
* Add note about bushes to logic section of readme

* Update worlds/tunic/docs/en_TUNIC.md

Co-authored-by: Silent <110704408+silent-destroyer@users.noreply.github.com>

---------

Co-authored-by: Silent <110704408+silent-destroyer@users.noreply.github.com>
2024-06-18 04:51:54 +02:00
Scipio Wright
e67ffc5610 Further update LS description 2024-06-17 09:50:52 -04:00
Scipio Wright
d768f0a884 Add some nonsense that boils down to activating the fuse in overworld 2024-06-17 09:43:55 -04:00
Scipio Wright
b804c51cd3 Add atoll fuse with wand + hard ls 2024-06-17 09:32:17 -04:00