Skip to content

Commit

Permalink
Write card descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 29, 2024
1 parent d153a4c commit c50b630
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions assets/config/card.ron
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
// TODO: Write descriptions.
card_map: {
"step": Card(
name: "Basic Step",
description: "A-one and a-two and a-step.",
name: "Simple Step",
description: "Fancy footwork starts here.",
background: "blue",
icon: "step",
max_level: 4,
Expand All @@ -86,9 +86,10 @@
immunity: 0.15,
),
),
// TODO: This would fit better as Breakdance if I could draw the icon for it :zany_face:
"splits": Card(
name: "Splits",
description: "Split in two!",
description: "Can a blobo do the splits?",
background: "blue",
icon: "splits",
weight: 0.3,
Expand All @@ -105,7 +106,7 @@
),
"ballet": Card(
name: "Pirouette",
description: "",
description: "This card is pirouette good.",
background: "blue",
icon: "ballet",
min_level: 3,
Expand Down Expand Up @@ -141,7 +142,7 @@
),
"moonwalk": Card(
name: "Moonwalk",
description: "",
description: "That's one small step for man...",
background: "blue",
icon: "moonwalk",
min_level: 7,
Expand Down Expand Up @@ -260,7 +261,7 @@
),
"major_chord": Card(
name: "Major Chord",
description: "",
description: "This card strikes a major chord :)",
background: "pink",
icon: "chord",
min_level: 6,
Expand All @@ -276,7 +277,7 @@
),
"cluster_chord": Card(
name: "Cluster Chord",
description: "",
description: "It's getting a little clusterphobic in here.",
background: "pink",
icon: "cluster",
min_level: 8,
Expand Down

0 comments on commit c50b630

Please sign in to comment.