From 4095daa66e826e40e01c3731cf3460126dac83f2 Mon Sep 17 00:00:00 2001 From: lammyson <17099142+lammyson@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:33:41 -0400 Subject: [PATCH] Add early_parcel triggers --- games/Pokemon Black and White.yaml | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/games/Pokemon Black and White.yaml b/games/Pokemon Black and White.yaml index d6eddefd..5634bc67 100644 --- a/games/Pokemon Black and White.yaml +++ b/games/Pokemon Black and White.yaml @@ -92,6 +92,11 @@ simple: 10 none: 10 + early_parcel: + yes_please: 50 # Add Parcel to start_inventory + no_thanks: 40 # Parcel can be anywhere + maybe_worse: 10 # Add Parcel to local_items. Can be behind Surf/Strength/Basement Key + triggers: - option_category: Pokemon Black and White option_name: t_randomize_wild_pokemon_restrictions @@ -222,3 +227,31 @@ options: null: name: PokeWhite-{player} + + - option_category: Pokemon Black and White + option_name: early_parcel + option_result: yes_please + options: + Pokemon Black and White: + +start_inventory: + Parcel: 1 + -local_items: + - Parcel + - option_category: Pokemon Black and White + option_name: early_parcel + option_result: no_thanks + options: + Pokemon Black and White: + -start_inventory: + Parcel: 1 + -local_items: + - Parcel + - option_category: Pokemon Black and White + option_name: early_parcel + option_result: maybe_worse + options: + Pokemon Black and White: + -start_inventory: + Parcel: 1 + +local_items: + - Parcel