Adjust deck

This commit is contained in:
Matt Soucy 2023-04-19 19:07:36 -04:00
parent 870511a678
commit d017c53b81
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,8 @@
name,volume,traits,audience,effect,blurb
Opener,mp,,2,+3 {A} if the first song in your set,
Intermission,ppp,,0,,
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,4,,
Rage Against The Man,fff,a,4,,
Everything Is Awesome,mf,j,4,,
@ -15,5 +17,3 @@ 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 Crazy Little Thing Called Love mp f l 2 +3 {A} if the first song in your set +2 {A} if the first {l} song in your setlist
3 Intermission War Cry ppp f a 0 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 4
7 Rage Against The Man fff a 4
8 Everything Is Awesome mf j 4
17 Unrequited Love mp las 2 +3 {A} if this is the quietest song in this time block
18 Butterflies In The Stomach mf ljs 3 +2 {A} if in the first two songs of your setlist
19 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

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|