Add Haste
This commit is contained in:
@@ -7,6 +7,7 @@ For all sorts of rando funtimes
|
|||||||
| Directory | Game | Mainline? | Checks | Description |
|
| Directory | Game | Mainline? | Checks | Description |
|
||||||
| --------- | ---- | --------- | :----- | ----------- |
|
| --------- | ---- | --------- | :----- | ----------- |
|
||||||
| [`ahit`](./ahit) | [A Hat in Time](https://store.steampowered.com/app/253230/A_Hat_in_Time/) | Yes | ~140 | A collectathon platformer game by Gears For Breakfast. It tends to have a much smaller amount of checks, but the game is fundamentally **always a Triforce Hunt**. It's easy for me to reach the end of my game with a wide variety of itemsets, but I can still enter/cause BK with a few edge cases. |
|
| [`ahit`](./ahit) | [A Hat in Time](https://store.steampowered.com/app/253230/A_Hat_in_Time/) | Yes | ~140 | A collectathon platformer game by Gears For Breakfast. It tends to have a much smaller amount of checks, but the game is fundamentally **always a Triforce Hunt**. It's easy for me to reach the end of my game with a wide variety of itemsets, but I can still enter/cause BK with a few edge cases. |
|
||||||
|
| [`haste`](./haste) | [Haste](https://store.steampowered.com/app/1796470/Haste/) | No | ??? | ??? |
|
||||||
| [`mp1`](./mp1) | [Metroid Prime](https://github.com/Electro1512/MetroidAPrime) | No | 100 | My favorite GameCube game of all time. Due to its low check count and lockbox-based world setup, it has the potential to **enter BK very frequently**. Best paired with games that have **similar check counts**. |
|
| [`mp1`](./mp1) | [Metroid Prime](https://github.com/Electro1512/MetroidAPrime) | No | 100 | My favorite GameCube game of all time. Due to its low check count and lockbox-based world setup, it has the potential to **enter BK very frequently**. Best paired with games that have **similar check counts**. |
|
||||||
| [`soh`](./soh) | [Ship of Harkinian](https://github.com/HarbourMasters/Archipelago-SoH/releases) | No | ~380-1400 | A PC port of Ocarina of Time. Very low chance of shuffling grass and causing very fun times. Very **low BK rate**. |
|
| [`soh`](./soh) | [Ship of Harkinian](https://github.com/HarbourMasters/Archipelago-SoH/releases) | No | ~380-1400 | A PC port of Ocarina of Time. Very low chance of shuffling grass and causing very fun times. Very **low BK rate**. |
|
||||||
| [`tunic`](./tunic) | [TUNIC](https://store.steampowered.com/app/553420/TUNIC/) | Yes | ~300 | A cute little indie Zelda-like game. Nearly half of the checks are **sphere 0-2**, gated behind some knowledge and maybe one or two easily-obtained items. I **rarely enter BK** in this game unless the keys to my endgame are locked way behind somebody else (which can and does happen). |
|
| [`tunic`](./tunic) | [TUNIC](https://store.steampowered.com/app/553420/TUNIC/) | Yes | ~300 | A cute little indie Zelda-like game. Nearly half of the checks are **sphere 0-2**, gated behind some knowledge and maybe one or two easily-obtained items. I **rarely enter BK** in this game unless the keys to my endgame are locked way behind somebody else (which can and does happen). |
|
||||||
|
|||||||
@@ -0,0 +1,34 @@
|
|||||||
|
name: Salt
|
||||||
|
description: Salt's default Haste settings
|
||||||
|
game: Haste
|
||||||
|
Haste:
|
||||||
|
progression_balancing: 50
|
||||||
|
accessibility: full
|
||||||
|
death_link: false
|
||||||
|
shard_goal: 10
|
||||||
|
shard_unlock_order: bosses
|
||||||
|
remove_post_victory_locations: true
|
||||||
|
extra_shard_items: 0
|
||||||
|
shopsanity: per_shard
|
||||||
|
pershard_shopsanity_quantity: 8
|
||||||
|
global_shopsanity_quantity: 50
|
||||||
|
shopsanity_seperate: true
|
||||||
|
shopsanity_seperate_rate: 30
|
||||||
|
fragmentsanity: per_shard
|
||||||
|
fragmentsanity_distribution: linear
|
||||||
|
pershard_fragmentsanity_quantity: 15
|
||||||
|
global_fragmentsanity_quantity: 30
|
||||||
|
fragmentsanity_linear_rate: 1
|
||||||
|
starting_ability: random
|
||||||
|
permanent_items: no_active_items
|
||||||
|
npc_shuffle: false
|
||||||
|
captains_upgrades: false
|
||||||
|
weeboh_purchases: 'off'
|
||||||
|
speed_upgrade: false
|
||||||
|
antispark_filler: standard
|
||||||
|
disaster_trap_weight: 1
|
||||||
|
landing_trap_weight: 1
|
||||||
|
force_reload: false
|
||||||
|
unlock_all_items: true
|
||||||
|
default_outfit_body: zoe_the_shadow
|
||||||
|
default_outfit_hat: zoe_the_shadow
|
||||||
Reference in New Issue
Block a user