-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
85 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,52 @@ | ||
[hotel_lottery] | ||
[[gaylord]] | ||
[[hotels]] | ||
[[[gaylord]]] | ||
name = "Gaylord National Harbor" | ||
description = "The drive can't be that bad, can it?" | ||
[[[Double Queen]]] | ||
name = "Double Queen" | ||
description = "Two beds in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[King]]] | ||
name = "King" | ||
description = "One bed in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[Suite]]] | ||
name = "Suite" | ||
description = "Baller over here" | ||
price = 20000 | ||
capacity = 8 | ||
|
||
[[roof]] | ||
[[[roof]]] | ||
name = "Rooftop Room" | ||
description = "Camping out on the roof of the Donald E. Stephens Convention Center" | ||
[[[Double Queen]]] | ||
name = "Double Queen" | ||
description = "Two beds in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[King]]] | ||
name = "King" | ||
description = "One bed in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[Suite]]] | ||
name = "Suite" | ||
description = "Baller over here" | ||
price = 20000 | ||
capacity = 8 | ||
|
||
[[cardboard]] | ||
[[[cardboard]]] | ||
name = "Cardboard Box" | ||
description = "Literally a big box. Do you fits?" | ||
[[[Double Queen]]] | ||
name = "Double Queen" | ||
description = "Two beds in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[King]]] | ||
name = "King" | ||
description = "One bed in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[Suite]]] | ||
name = "Suite" | ||
description = "Baller over here" | ||
price = 20000 | ||
capacity = 8 | ||
|
||
[[mark_center]] | ||
[[[mark_center]]] | ||
name = "Hilton Mark Center" | ||
description = "The tall one" | ||
[[[Double Queen]]] | ||
name = "Double Queen" | ||
description = "Two beds in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[King]]] | ||
name = "King" | ||
description = "One bed in a box" | ||
price = 10000 | ||
capacity = 4 | ||
[[[Suite]]] | ||
name = "Suite" | ||
description = "Baller over here" | ||
price = 20000 | ||
capacity = 8 | ||
|
||
[[room_types]] | ||
[[[king]]] | ||
name = "King Room" | ||
description = "One really big bed" | ||
|
||
[[[double]]] | ||
name = "Double Room" | ||
description = "Two beds" | ||
|
||
[[suite_room_types]] | ||
[[[super]]] | ||
name = "Super Suite" | ||
description = "This is the one everyone wants" | ||
|
||
[[[meh]]] | ||
name = "Meh Suite" | ||
description = "I guess" | ||
|
||
[[[overpriced]]] | ||
name = "Overpriced Suite" | ||
description = "This one is just crazy expensive. Otherwise a normal room." | ||
|
||
[[hotel_priorities]] | ||
[[[hotel]]] | ||
name = "Hotel" | ||
description = "Which hotel matters to me." | ||
|
||
[[[dates]]] | ||
name = "Dates" | ||
description = "Check-In and Check-Out dates matter to me." | ||
|
||
[[[room]]] | ||
name = "Room Type" | ||
description = "The type of room I get matters." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters