Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data][base.yaml] Document settings for lockpick_carve_settings #6811

Merged
merged 7 commits into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions profiles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1263,11 +1263,15 @@ lockpick_room_id:
# leave empty to use fill pouch only when no loot_specials are present or true = always and false = never
fill_pouch_with_box:

Lockpick_carve_settings:
grand_container: #bag for complete grandmaster's lockpicks
initial_grand: #true/false as to whether to initial your grandmasters' lockpicks
master_container: #bag for completed master's lockpicks
trash_container: #bag for anything less than master/grandmaster
lockpick_carve_settings:
grand_container: # bag for complete grandmaster's lockpicks
master_container: # bag for completed master's lockpicks
trash_container: # bag for anything less than master/grandmaster
pocket_container: # source of fresh keyblank pockets
full_rings_container: # bag for full rings, can't be either grand/master bag
ring_picks: false # true/false as a default to put carved picks on rings
carve_past_ring_capacity: false # true/false to continue carving after you've run out of lockpick rings
initial_grand: false # true/false as to whether to initial your grandmasters' lockpicks

# Bankbot Settings
bankbot_name:
Expand Down
Loading