diff --git a/LICENSE b/LICENSE index 67597f8..646039a 100644 --- a/LICENSE +++ b/LICENSE @@ -38,3 +38,6 @@ Refer to the original game-icons.net licensing terms for specific details on att | Might | Lorc | CC-BY 3.0 | | Mind | Lorc | CC-BY 3.0 | | Mastery | Lorc | CC-BY 3.0 +| Health | Skoll | CC-BY 3.0 | +| Card | Lorc | CC-BY 3.0 | +| Stamina | sbed | CC-BY 3.0 | diff --git a/README.md b/README.md index 18de5b8..1dbb81b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Errance CCG -Errance CCG is a free collaborative card game where up to 4 players delve into universes of hostile decadence and cosmic mystery. +Errance CCG is a free (libre) collaborative card game where up to 4 players delve into universes of hostile decadence and cosmic mystery. ## Contributing diff --git a/assets/art/art b/assets/art/playercards/art similarity index 100% rename from assets/art/art rename to assets/art/playercards/art diff --git a/assets/icons/png/card.png b/assets/icons/png/card.png new file mode 100644 index 0000000..4a833c9 Binary files /dev/null and b/assets/icons/png/card.png differ diff --git a/assets/icons/png/health.png b/assets/icons/png/health.png new file mode 100644 index 0000000..e6fd42a Binary files /dev/null and b/assets/icons/png/health.png differ diff --git a/assets/icons/png/stamina.png b/assets/icons/png/stamina.png new file mode 100644 index 0000000..85417a0 Binary files /dev/null and b/assets/icons/png/stamina.png differ diff --git a/assets/icons/svg/card.svg b/assets/icons/svg/card.svg new file mode 100644 index 0000000..a9549b5 --- /dev/null +++ b/assets/icons/svg/card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/svg/health.svg b/assets/icons/svg/health.svg new file mode 100644 index 0000000..abfba25 --- /dev/null +++ b/assets/icons/svg/health.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/svg/stamina.svg b/assets/icons/svg/stamina.svg new file mode 100644 index 0000000..be049ce --- /dev/null +++ b/assets/icons/svg/stamina.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/carddata.xlsx b/carddata.xlsx index 465dd9c..f4904bf 100644 Binary files a/carddata.xlsx and b/carddata.xlsx differ diff --git a/designdoc.txt b/designdoc.txt new file mode 100644 index 0000000..e69de29 diff --git a/nde/assets/icons/png/mastery.png b/nde/assets/icons/png/mastery.png deleted file mode 100644 index 123510b..0000000 Binary files a/nde/assets/icons/png/mastery.png and /dev/null differ diff --git a/nde/assets/icons/png/might.png b/nde/assets/icons/png/might.png deleted file mode 100644 index 6a0b9f9..0000000 Binary files a/nde/assets/icons/png/might.png and /dev/null differ diff --git a/nde/assets/icons/png/mind.png b/nde/assets/icons/png/mind.png deleted file mode 100644 index 15707b9..0000000 Binary files a/nde/assets/icons/png/mind.png and /dev/null differ diff --git a/nde/carddata.xlsx b/nde/carddata.xlsx new file mode 100644 index 0000000..9fb932d Binary files /dev/null and b/nde/carddata.xlsx differ diff --git a/rules.txt b/rules.txt new file mode 100644 index 0000000..e69de29