From 871bc932209078be2f887ba1a1bbb5bb3109a59c Mon Sep 17 00:00:00 2001 From: Matt Soucy Date: Fri, 24 Feb 2023 22:47:36 -0500 Subject: [PATCH] Setlist card abilities (mostly) --- 2022/11-setlist/data.csv | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/2022/11-setlist/data.csv b/2022/11-setlist/data.csv index 3d63f28..a18ff5c 100644 --- a/2022/11-setlist/data.csv +++ b/2022/11-setlist/data.csv @@ -1,19 +1,19 @@ name,volume,traits,audience,effect,blurb -Opener,mp,,2,+3 {a} if the first song in your set, +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, -New Relationship,mf,lj,+4 {a} if the first {l} song in any band's setlist, -Brokenhearted,p,ls,0,, -Mixed Messages,f,aj,0,, -Betrayed,f,as,2,+3 {a} if immediately following a {j} song in your setlist, -Happy To Be Sad,f,js,0,+2 {a} for each {s} song already in your setlist, +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 this is the first {l} song 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,0,, -Unrequited Love,f,las,0,, -Butterflies In The Stomach,f,ljs,0,, -Rampage,f,ajs,0,, -Everything At Once,f,lajs,0,, -Wildcard,f,lajs,0,, \ No newline at end of file +Unrequited Love,mp,las,2,+3 {A} if this is the quietest song in this time block, +Butterflies In The Stomach,mf,ljs,0,, +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