Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Q. What is this file?
- # A. This file contains options which allow you to configure your multiworld experience while allowing
- # others to play how they want as well.
- #
- # Q. How do I use it?
- # A. The options in this file are weighted. This means the higher number you assign to a value, the
- # more chances you have for that option to be chosen. For example, an option like this:
- #
- # map_shuffle:
- # on: 5
- # off: 15
- #
- # Means you have 5 chances for map shuffle to occur, and 15 chances for map shuffle to be turned
- # off.
- #
- # Q. I've never seen a file like this before. What characters am I allowed to use?
- # A. This is a .yaml file. You are allowed to use most characters.
- # To test if your yaml is valid or not, you can use this website:
- # http://www.yamllint.com/
- # You can also verify that your Archipelago options are valid at this site:
- # https://archipelago.gg/check
- # Your name in-game, limited to 16 characters.
- # {player} will be replaced with the player's slot number.
- # {PLAYER} will be replaced with the player's slot number, if that slot number is greater than 1.
- # {number} will be replaced with the counter value of the name.
- # {NUMBER} will be replaced with the counter value of the name, if the counter value is greater than 1.
- name: Lily
- # Used to describe your yaml. Useful if you have multiple files.
- description: Lilith Hunie Pop 2 Template
- game: Hunie Pop 2
- requires:
- version: 0.5.1 # Version of Archipelago required for this yaml to work as expected.
- Hunie Pop 2:
- # Game Options
- progression_balancing:
- # A system that can move progression earlier, to try and prevent the player from getting stuck and bored early.
- #
- # A lower setting means more getting stuck. A higher setting means less getting stuck.
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 99
- random: 0
- random-low: 0
- random-high: 0
- disabled: 0 # equivalent to 0
- normal: 50 # equivalent to 50
- extreme: 0 # equivalent to 99
- accessibility:
- # Set rules for reachability of your items/locations.
- #
- # **Full:** ensure everything can be reached and acquired.
- #
- # **Minimal:** ensure what is needed to reach your goal can be acquired.
- full: 50
- minimal: 0
- number_of_starting_girls:
- # number of girls you start unlocked Note will prioritise fulfilling the amount of starting pairs so may be higher then set
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 2
- # Maximum value is 12
- 3: 0
- random: 50
- random-low: 0
- random-high: 0
- number_of_starting_pairs:
- # number of pairs you start unlocked
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 1
- # Maximum value is 24
- 1: 0
- random: 50
- random-low: 0
- random-high: 0
- number_blue_seed:
- # number of blue note seeds given at start
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 999
- 0: 50
- random: 0
- random-low: 0
- random-high: 0
- number_green_seed:
- # number of green star seeds given at start
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 999
- 0: 50
- random: 0
- random-low: 0
- random-high: 0
- number_orange_seed:
- # number of orange moon seeds given at start
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 999
- 0: 50
- random: 0
- random-low: 0
- random-high: 0
- number_red_seed:
- # number of red flame seeds given at start
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 999
- 0: 50
- random: 0
- random-low: 0
- random-high: 0
- number_shop_items:
- # number of archipelago items in the shop Note if there is not enough locations for items it will add shop locations to satisfy the locations needed, MAX is 494 so total locations isn't over 1000
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 494
- 0: 0
- random: 50
- random-low: 0
- random-high: 0
- enable_questions:
- # enable having items locked behind asking girls their favourite stuff Note if there is not enough locations for items it will add shop locations to satisfy the locations needed
- 'false': 0
- 'true': 50
- disable_baggage:
- # disable baggage completely
- 'false': 50
- 'true': 0
- enabled_girls:
- # girls enabled to be accessed
- ['lola', 'jessie', 'lillian', 'zoey', 'sarah', 'lailani', 'candace', 'nora', 'brooke', 'ashley', 'abia', 'polly']
- lovers_instead_wings:
- # require player to get all available pairs to lovers instead of collecting wings
- 'false': 50
- 'true': 0
- puzzle_goal_start:
- # Starting affection goal for date puzzles
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 1
- # Maximum value is 9999
- 300: 0
- random: 50
- random-low: 0
- random-high: 0
- puzzle_goal_add:
- # affection added to the starting goal based on how many pairs you have taken on dates
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 1
- # Maximum value is 999
- 25: 0
- random: 50
- random-low: 0
- random-high: 0
- puzzle_goal_boss:
- # affection goal for boss puzzles
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 1
- # Maximum value is 9999
- 5000: 0
- random: 50
- random-low: 0
- random-high: 0
- disable_outfits:
- # disable having outfits as locations/items
- 'false': 50
- 'true': 0
- puzzle_moves:
- # moves you start a puzzle with (EASY MODE=30, NORMAL MODE=25, HARD MODE=20) NOTE: boss fight will start with 4x this number caped at 999
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 10
- # Maximum value is 999
- 25: 50
- random: 0
- random-low: 0
- random-high: 0
- filler_item:
- # how the filler item is handled by making them all either:
- # 1:nothing items,
- # 2:random seed item,
- # 3:random date gift
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 1
- # Maximum value is 3
- 3: 0
- random: 50
- random-low: 0
- random-high: 0
- exclude_shop_items:
- # shop items after the number set will be excluded from having progression items in them. will do nothing if set higher than the number of shop items,
- # NOTE will cause world generation to fail if number is set too low as there will be not enough location slots for progression items
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 0
- # Maximum value is 495
- 20: 0
- random: 0
- random-low: 0
- random-high: 50
- hide_shop_item_details:
- # hide shop item id and item progression category
- 'false': 50
- 'true': 0
- outfits_require_date_completion:
- # require date to be successfully completed before outfit can be unlocked
- 'false': 0
- 'true': 50
- boss_wings_requirement:
- # number of wings required to access the boss
- # NOTE: Asking Kyu about the wings will show you the amount of wings needed
- #
- # You can define additional values between the minimum and maximum values.
- # Minimum value is 1
- # Maximum value is 24
- 24: 50
- random: 0
- random-low: 0
- random-high: 0
- # Item & Location Options
- local_items:
- # Forces these items to be in their native world.
- []
- non_local_items:
- # Forces these items to be outside their native world.
- []
- start_inventory:
- # Start with these items.
- {}
- start_hints:
- # Start with these item's locations prefilled into the ``!hint`` command.
- []
- start_location_hints:
- # Start with these locations and their item prefilled into the ``!hint`` command.
- []
- exclude_locations:
- # Prevent these locations from having an important item.
- []
- priority_locations:
- # Prevent these locations from having an unimportant item.
- []
- item_links:
- # Share part of your item pool with other players.
- []
Add Comment
Please, Sign In to add comment