Preset homemadebeer/kekstery - alttprmystery

Preset homemadebeer/kekstery - alttprmystery

YAML

description: Midnight Memers memestery no entrance

options:
  FillItemPoolWith: TwentyRupees2

allow_quickswap: true
glitches_required: "none"
item_functionality: "normal"
item_placement: "advanced"
dungeon_items: "standard"
entrance_shuffle: "none"

world_state:
  standard: 30
  open: 60
  inverted: 5
  retro: 5

goals:
  ganon: 30
  fast_ganon: 50
  dungeons: 10
  pedestal: 5
  "triforce-hunt": 5

accessibility:
  items: 100
  none: 0

tower_open:
  0: 5
  1: 5
  2: 10
  3: 15
  4: 25
  5: 20
  6: 10
  7: 10
ganon_open:
  3: 10
  4: 15
  5: 20
  6: 25
  7: 30

boss_shuffle:
  none: 70
  full: 20
  random: 10
enemy_shuffle:
  none: 85
  shuffled: 15

enemy_damage: default
enemy_health: default

hints:
  "off": 90
  "on": 10

weapons:
  randomized: 50
  assured: 35
  vanilla: 15
  swordless: 0

item_pool:
  normal: 70
  hard: 30
  expert: 0

rules:
  - conditions:
      - Key: tower_open
        Value: 4
    actions:
      ganon_open:
        4: 25
        5: 20
        6: 25
        7: 30
  - conditions:
      - Key: tower_open
        Value: 5
    actions:
      ganon_open:
        5: 45
        6: 25
        7: 30
  - conditions:
      - Key: tower_open
        Value: 6
    actions:
      ganon_open:
        6: 70
        7: 30
  - conditions:
      - Key: tower_open
        Value: 7
    actions:
      ganon_open: 7


subweights:
  entrance:
    chance: 0
    weights:
      entrance_shuffle:
        crossed: 75
        restricted: 25
      dungeon_items:
        standard: 20
        full: 80
  normal:
    chance: 100
    weights:
      customizer:
        triforce-hunt:
          goal: [20, 35]
          pool: 0 # this forces it to be goal + min_difference
          min_difference: 10
        eq:
          "PegasusBoots":
            0: 50
            1: 50
          "Hookshot":
            0: 90
            1: 10
          "FireRod":
            0: 95
            1: 5
          "IceRod":
            0: 85
            1: 15
          "Flippers":
            0: 95
            1: 5
          "MagicMirror":
            0: 80
            1: 20
          "OcarinaActive":
            0: 80
            1: 20
        custom:
          customPrizePacks: False
          region.wildMaps:
            True: 30
            False: 70
          region.wildCompasses:
            True: 70
            False: 30
          region.wildKeys:
            True: 30
            False: 70
          region.wildBigKeys:
            True: 20
            False: 80