Updated to vee's special hat yaml
This commit is contained in:
parent
77879f9e82
commit
94eb0b1c28
1 changed files with 25 additions and 6 deletions
|
@ -15,16 +15,16 @@ A Hat in Time:
|
||||||
BadgeSellerMinItems: '6'
|
BadgeSellerMinItems: '6'
|
||||||
BadgeSellerMaxItems: '10'
|
BadgeSellerMaxItems: '10'
|
||||||
LogicDifficulty: normal
|
LogicDifficulty: normal
|
||||||
NoPaintingSkips: 'false'
|
NoPaintingSkips: 'true'
|
||||||
CTRLogic: time_stop_only
|
CTRLogic: time_stop_only
|
||||||
ActRandomizer: light
|
ActRandomizer: insanity
|
||||||
StartingChapter: '1'
|
StartingChapter: '1'
|
||||||
LowestChapterCost: '5'
|
LowestChapterCost: '5'
|
||||||
HighestChapterCost: '25'
|
HighestChapterCost: '25'
|
||||||
ChapterCostIncrement: '4'
|
ChapterCostIncrement: '4'
|
||||||
ChapterCostMinDifference: '4'
|
ChapterCostMinDifference: '4'
|
||||||
FinalChapterMinCost: '30'
|
FinalChapterMinCost: '50'
|
||||||
FinalChapterMaxCost: '30'
|
FinalChapterMaxCost: '50'
|
||||||
FinaleShuffle: 'true'
|
FinaleShuffle: 'true'
|
||||||
StartWithCompassBadge: 'true'
|
StartWithCompassBadge: 'true'
|
||||||
CompassBadgeMode: closest
|
CompassBadgeMode: closest
|
||||||
|
@ -35,7 +35,7 @@ A Hat in Time:
|
||||||
MinExtraYarn: '10'
|
MinExtraYarn: '10'
|
||||||
HatItems: 'true'
|
HatItems: 'true'
|
||||||
UmbrellaLogic: 'true'
|
UmbrellaLogic: 'true'
|
||||||
MaxExtraTimePieces: '16'
|
MaxExtraTimePieces: '0'
|
||||||
YarnBalancePercent: '20'
|
YarnBalancePercent: '20'
|
||||||
TimePieceBalancePercent: '35'
|
TimePieceBalancePercent: '35'
|
||||||
EnableDLC1: 'true'
|
EnableDLC1: 'true'
|
||||||
|
@ -66,4 +66,23 @@ A Hat in Time:
|
||||||
BabyTrapWeight: '0'
|
BabyTrapWeight: '0'
|
||||||
LaserTrapWeight: '40'
|
LaserTrapWeight: '40'
|
||||||
ParadeTrapWeight: '20'
|
ParadeTrapWeight: '20'
|
||||||
start_inventory: {}
|
start_inventory: {}
|
||||||
|
ActPlando:
|
||||||
|
"Time Rift - Sleepy Subcon": "Murder on the Owl Express"
|
||||||
|
"Time Rift - The Owl Express": "The Big Parade"
|
||||||
|
"Time Rift - The Twilight Bell": "Picture Perfect"
|
||||||
|
"Time Rift - The Moon": "Bon Voyage!"
|
||||||
|
"Time Rift - Deep Sea": "Time Rift - Sleepy Subcon"
|
||||||
|
"Rush Hour": "Alpine Free Roam"
|
||||||
|
plando_items:
|
||||||
|
# making vee's life miserable (hopefully)
|
||||||
|
- item: Umbrella
|
||||||
|
world: VeeloHat
|
||||||
|
location: "Act Completion (Time Rift - Sleepy Subcon)"
|
||||||
|
from_pool: true
|
||||||
|
force: true
|
||||||
|
- item: Time Piece
|
||||||
|
world: VeeloHat
|
||||||
|
location: "Act Completion (The Lava Cake)"
|
||||||
|
from_pool: true
|
||||||
|
force: true
|
Loading…
Reference in a new issue