Archipelago/worlds/pokemon_rb
SonicRPika 34dba007dc
Pokemon Red and Blue: Updates to trap weights and tracker support (#1395)
* Added cerulean_cave_condition to fill_slot_data

Added `cerulean_cave_condition` to the `fill_slot_data` function, for a poptracker feature being worked on as it was missing

* Added the potential for any traps to be disabled

Adding the ability to disable any kind of trap, for example if you want any status trap except being Poisoned. Will add a contingency to not try and roll a trap if they are all set to disabled.

* Added contingency to if all traps are disabled

Added a contingency to creating items such that it doesn't try to create a trap if all the traps are disabled

* Updated variable name

Edited name of variable to follow PEP 8 variable naming conventions
2023-01-20 18:49:12 +01:00
..
docs docs: update pokemon and oot setup guides about changing lua options (#1303) 2022-12-08 10:52:52 +01:00
LICENSE [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00
__init__.py Pokemon Red and Blue: Updates to trap weights and tracker support (#1395) 2023-01-20 18:49:12 +01:00
basepatch_blue.bsdiff4 Pokémon R/B: Fix Safari Zone Gate bug (#1381) 2023-01-14 04:59:09 +01:00
basepatch_red.bsdiff4 Pokémon R/B: Fix Safari Zone Gate bug (#1381) 2023-01-14 04:59:09 +01:00
items.py Pokémon Red and Blue: Version 2 (#1282) 2022-12-08 00:38:34 +01:00
locations.py [Pokemon R/B] Fix missing lift key logic 2022-12-23 09:39:21 +01:00
logic.py [Pokemon R/B] add logic to Fighting Dojo and check for non-vanilla old_man setting for cinnabar gym 2022-12-19 07:04:26 +01:00
options.py Pokemon Red and Blue: Updates to trap weights and tracker support (#1395) 2023-01-20 18:49:12 +01:00
poke_data.py [Pokémon R/B] Major bug fix + dialogue change (#1305) 2022-12-08 10:51:01 +01:00
regions.py [Pokemon R/B] add logic to Fighting Dojo and check for non-vanilla old_man setting for cinnabar gym 2022-12-19 07:04:26 +01:00
rom.py Pokémon R/B: Add inheritance to "Completely Random" option as well 2023-01-18 04:26:40 +01:00
rom_addresses.py Pokémon R/B: Fix Safari Zone Gate bug (#1381) 2023-01-14 04:59:09 +01:00
rules.py [Pokemon R/B] Fix missing lift key logic 2022-12-23 09:39:21 +01:00
text.py [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00