Adjust deck
This commit is contained in:
parent
870511a678
commit
d017c53b81
@ -1,6 +1,8 @@
|
|||||||
name,volume,traits,audience,effect,blurb
|
name,volume,traits,audience,effect,blurb
|
||||||
Opener,mp,,2,+3 {A} if the first song in your set,
|
Crazy Little Thing Called Love,f,l,2,+2 {A} if the first {l} song in your setlist,
|
||||||
Intermission,ppp,,0,,
|
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,,
|
Love Ballad,f,l,4,,
|
||||||
Rage Against The Man,fff,a,4,,
|
Rage Against The Man,fff,a,4,,
|
||||||
Everything Is Awesome,mf,j,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,
|
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,
|
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,
|
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,
|
|
|
@ -38,7 +38,7 @@ Squib::Deck.new(cards: data.nrows) do
|
|||||||
cut_zone
|
cut_zone
|
||||||
safe_zone
|
safe_zone
|
||||||
|
|
||||||
text layout: :title, str: data.name
|
text layout: :title, str: data.name, ellipsize: :autoscale
|
||||||
|
|
||||||
# svg layout: :art, data: Icons::MUSIC
|
# svg layout: :art, data: Icons::MUSIC
|
||||||
text layout: :art, align: :center, valign: :middle, str: data.traits do |embed|
|
text layout: :art, align: :center, valign: :middle, str: data.traits do |embed|
|
||||||
|
Loading…
Reference in New Issue
Block a user