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

TUNIC: Update yaml for 0.5.1 #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
30 changes: 25 additions & 5 deletions games/TUNIC.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TUNIC:
# column order for the spreadsheet:
# Start with Sword | Keys Behind Bosses | Hexagon Quest | Gold Hexagons Required | Percentage of Extra Hexagons | Entrance Rando | Fewer Shops | Laurels Location
# Start with Sword | Keys Behind Bosses | Hexagon Quest | Gold Hexagons Required | Percentage of Extra Hexagons | Entrance Rando | Fewer Shops |
# Laurels Location | Laurels Zips | Ice Grappling | Ladder Storage
# if Hexagon Quest is disabled, put a - for Gold Hexagons Required and Percentage of Extra Hexagons since they are not relevant
sword_progression: 'true'
start_with_sword:
Expand All @@ -12,10 +13,9 @@ TUNIC:
entrance_rando:
yes: 25
no: 75
logic_rules:
restricted: 85
no_major_glitches: 10
unrestricted: 5
laurels_zips:
'false': 70
glitch_logic_on: 30
fool_traps: off
hexagon_quest:
'true': 50
Expand Down Expand Up @@ -48,6 +48,26 @@ TUNIC:
fixed_shop:
'true': 50
'false': 50

- option_category: TUNIC
option_name: laurels_zips
option_result: glitch_logic_on
options:
TUNIC:
laurels_zips:
'true': 60
'false': 40
ice_grappling:
off: 20
easy: 60
medium: 20
hard: 0
ladder_storage:
off: 60
easy: 25
medium: 15
hard: 0

- option_category: null
option_name: name
option_result: Player{player}
Expand Down