Compare commits

..

6 Commits

Author SHA1 Message Date
417885eeb7 Reorganize 2023-05-11 21:57:43 -04:00
7380b4df57 Cards with more suits are weaker now 2023-05-11 21:55:13 -04:00
341be68005 Add card back 2023-05-07 13:25:26 -04:00
d017c53b81 Adjust deck 2023-04-19 19:07:36 -04:00
870511a678 Jeremiah's feedback 2023-04-15 20:29:23 -04:00
ff8f27f850 Remove unused data file 2023-04-15 19:28:10 -04:00
42 changed files with 43 additions and 94 deletions

View File

@ -1,19 +0,0 @@
name,volume,traits,audience,effect,blurb
Opener,mp,,2,+3 {A} if the first song in your set,
Intermission,ppp,,0,,
Love Ballad,f,l,4,,
Rage Against The Man,fff,a,4,,
Everything Is Awesome,mf,j,4,,
Tears in the Rain,p,s,4,,
Breakup Song,ff,la,3,+3 {A} if another band played a {l} song in this time block,
New Relationship,mf,lj,2,+4 {A} if there are no {l} song before this in any band's setlist,
Brokenhearted,p,ls,3,+1 {A} if the next song in your setlist is a {l} song,
Mixed Messages,ff,aj,2,+3 {A} if this is the loudest song in this time block,
Betrayed,f,as,2,+3 {A} if this is immediately following a {j} song in your setlist,
Happy To Be Sad,f,js,1,+2 {A} for each {s} song already in your setlist,
Indignant Love,f,laj,3,+2 {A} if in the last two songs if your setlist,
Unrequited Love,mp,las,2,+3 {A} if this is the quietest song in this time block,
Butterflies In The Stomach,mf,ljs,3,+2 {A} if in the first two songs of your setlist,
Rampage,fff,ajs,3,+1 {A} for each {a} song in this time block,
Everything At Once,f,lajs,2,+3 {a} if all of {l}{a}{j}{s} are already in your setlist,
Wildcard,f,lajs,-1,+2 {A} for each song already in your setlist,
1 name volume traits audience effect blurb
2 Opener mp 2 +3 {A} if the first song in your set
3 Intermission ppp 0
4 Love Ballad f l 4
5 Rage Against The Man fff a 4
6 Everything Is Awesome mf j 4
7 Tears in the Rain p s 4
8 Breakup Song ff la 3 +3 {A} if another band played a {l} song in this time block
9 New Relationship mf lj 2 +4 {A} if there are no {l} song before this in any band's setlist
10 Brokenhearted p ls 3 +1 {A} if the next song in your setlist is a {l} song
11 Mixed Messages ff aj 2 +3 {A} if this is the loudest song in this time block
12 Betrayed f as 2 +3 {A} if this is immediately following a {j} song in your setlist
13 Happy To Be Sad f js 1 +2 {A} for each {s} song already in your setlist
14 Indignant Love f laj 3 +2 {A} if in the last two songs if your setlist
15 Unrequited Love mp las 2 +3 {A} if this is the quietest song in this time block
16 Butterflies In The Stomach mf ljs 3 +2 {A} if in the first two songs of your setlist
17 Rampage fff ajs 3 +1 {A} for each {a} song in this time block
18 Everything At Once f lajs 2 +3 {a} if all of {l}{a}{j}{s} are already in your setlist
19 Wildcard f lajs -1 +2 {A} for each song already in your setlist

View File

@ -1,74 +0,0 @@
- name: Opener
volume: p
effect: +5 {a} if the first song in your set.
traits:
- name: "Entr'acte"
volume: p
effect: +3 {a} if not the first or last song in your set.
traits:
- name: Reprise
volume: f
effect: +3 {a} if in the second half in your set.
traits:
- name: Breakup Song
volume: ff
effect: +3 {a}. +2 additional {a} if any band has played a <b>Love Song</b>
blurb: You may hate yourself for loving it, but you oughta know that these songs pack a punch.
traits:
- name: Love Song
volume: mp
effect: +2 {a}. +3 additional {a} if Love Song is the loudest song in your set.
blurb: I forgot how this goes, but it's all coming back to me now.
traits:
- name: Power Ballad
volume: ff
effect: +3 {a}
traits:
- name: Call and Response
volume: f
effect: +2 {a} for each song before this one.
traits:
- name: Heavy Hitter
volume: fff
effect: +4 {a}.
traits:
- name: Protest Song
volume: ff
effect: +1 {a}. +3 {a} if the loudest song this round.
traits:
- name: Signature Song
volume: f
effect: +5 {a}.
traits:
- name: Buildup
volume: pp
effect: Add +2 {a} to the next song in your set.
traits:
- name: Breakdown
volume: mf
effect: +2 {a} for each quieter song played this round.
traits:
- name: Sleazy
volume: mf
effect: +4 {a} if not the loudest song this round.
traits:
- name: Showstopper
volume: fff
effect: +5 {a} if the last song in your set.
traits:
- name: Remix
volume: f
effect: Repeat the effect of the song immediately before this in your set.
traits:
- name: Acoustic Cover
volume: mp
effect: Copy the effect of a song in another band's setlist.
traits:
- name: Heavy Cover
volume: f
effect: Copy the effect of a song in another band's setlist.
traits:
- name: Encore
volume: mf
effect: +5 {a} if the last song in your set.
traits:

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 835 KiB

After

Width:  |  Height:  |  Size: 835 KiB

BIN
setlist/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

19
setlist/data.csv Normal file
View File

@ -0,0 +1,19 @@
name,volume,traits,audience,effect,blurb
Crazy Little Thing Called Love,f,l,2,+2 {A} if the first {l} song in your setlist,
War Cry,f,a,2,+1 {A} for each song quieter than this in this time block,
Opener,mp,j,0,+3 {A} if the first song in your set,
Dirge,ppp,s,0,,
Love Ballad,f,l,3,+2 {A} if in the first two songs of your setlist,
Rage Against The Man,fff,a,2,+1 {A} for each {a} song in this time block,
Everything Is Awesome,mf,j,3,+2 {A} if in the last two songs if your setlist,
Tears in the Rain,p,s,2,+3 {A} if this is the quietest song in this time block,
Breakup Song,ff,la,3,+3 {A} if another band played a {l} song in this time block,
New Relationship,mf,lj,2,+4 {A} if there are no {l} song before this in any band's setlist,
Brokenhearted,p,ls,3,+1 {A} if the next song in your setlist is a {l} song,
Mixed Messages,ff,aj,2,+3 {A} if this is the loudest song in this time block,
Betrayed,f,as,2,+3 {A} if this is immediately following a {j} song in your setlist,
Happy To Be Sad,f,js,1,+2 {A} for each {s} song already in your setlist,
Indignant Love,f,laj,3,,
Unrequited Love,mp,las,3,,
Butterflies In The Stomach,mf,ljs,3,,
Rampage,fff,ajs,3,,
1 name volume traits audience effect blurb
2 Crazy Little Thing Called Love f l 2 +2 {A} if the first {l} song in your setlist
3 War Cry f a 2 +1 {A} for each song quieter than this in this time block
4 Opener mp j 0 +3 {A} if the first song in your set
5 Dirge ppp s 0
6 Love Ballad f l 3 +2 {A} if in the first two songs of your setlist
7 Rage Against The Man fff a 2 +1 {A} for each {a} song in this time block
8 Everything Is Awesome mf j 3 +2 {A} if in the last two songs if your setlist
9 Tears in the Rain p s 2 +3 {A} if this is the quietest song in this time block
10 Breakup Song ff la 3 +3 {A} if another band played a {l} song in this time block
11 New Relationship mf lj 2 +4 {A} if there are no {l} song before this in any band's setlist
12 Brokenhearted p ls 3 +1 {A} if the next song in your setlist is a {l} song
13 Mixed Messages ff aj 2 +3 {A} if this is the loudest song in this time block
14 Betrayed f as 2 +3 {A} if this is immediately following a {j} song in your setlist
15 Happy To Be Sad f js 1 +2 {A} for each {s} song already in your setlist
16 Indignant Love f laj 3
17 Unrequited Love mp las 3
18 Butterflies In The Stomach mf ljs 3
19 Rampage fff ajs 3

View File

@ -38,7 +38,7 @@ Squib::Deck.new(cards: data.nrows) do
cut_zone
safe_zone
text layout: :title, str: data.name
text layout: :title, str: data.name, ellipsize: :autoscale
# svg layout: :art, data: Icons::MUSIC
text layout: :art, align: :center, valign: :middle, str: data.traits do |embed|

View File

@ -0,0 +1,23 @@
Make sure specify time blocks
5 - 2
8 - 5
13 - 11
18 - 16
More cards for fewer players - ex. start with 7 but only end up with 4
Volume might not really be a useful mechanic
Everything At Once, and Wildcard, might be overpowered
- Maybe reduce the number of points it's worth
Cards without abilities probably wouldn't get chosen
Screentop: make a second set of hidden containers for tracking chosen cards
5 - 6
8 - 11
12 - 15
16 - 20
Once you have your set, you can choose the order as they're revealed?
Possible to "lean into" a suit
Focus more on volume, less on suits