Adjust deck
This commit is contained in:
parent
870511a678
commit
d017c53b81
@ -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,,
|
||||
@ -14,6 +16,4 @@ 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,
|
||||
Rampage,fff,ajs,3,+1 {A} for each {a} song in this time block,
|
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user