From d017c53b8176bb8a2fe87b8b093d219f230b4445 Mon Sep 17 00:00:00 2001 From: Matt Soucy Date: Wed, 19 Apr 2023 19:07:36 -0400 Subject: [PATCH] Adjust deck --- 2022/11-setlist/data.csv | 10 +++++----- 2022/11-setlist/deck.rb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2022/11-setlist/data.csv b/2022/11-setlist/data.csv index 16f2ae3..90e843c 100644 --- a/2022/11-setlist/data.csv +++ b/2022/11-setlist/data.csv @@ -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, \ No newline at end of file +Rampage,fff,ajs,3,+1 {A} for each {a} song in this time block, \ No newline at end of file diff --git a/2022/11-setlist/deck.rb b/2022/11-setlist/deck.rb index 7693d7b..ee07207 100644 --- a/2022/11-setlist/deck.rb +++ b/2022/11-setlist/deck.rb @@ -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|