From bc108beafc252962d357ae77b1d1dab87de3dd0a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 15 Sep 2025 15:52:47 +0200 Subject: New deck: MOPEW mandala cards --- mopew/README.txt | 14 + mopew/mandala/README.rst | 22 + mopew/mandala/cards/back.svg | 1 + mopew/mandala/cards/circle_00.svg | 205 ++++ mopew/mandala/cards/circle_01.svg | 361 ++++++ mopew/mandala/cards/circle_02.svg | 524 +++++++++ mopew/mandala/cards/circle_03.svg | 698 +++++++++++ mopew/mandala/cards/circle_04.svg | 864 ++++++++++++++ mopew/mandala/cards/circle_05.svg | 1040 +++++++++++++++++ mopew/mandala/cards/circle_06.svg | 1207 +++++++++++++++++++ mopew/mandala/cards/circle_07.svg | 1383 ++++++++++++++++++++++ mopew/mandala/cards/circle_08.svg | 1550 +++++++++++++++++++++++++ mopew/mandala/cards/circle_09.svg | 1726 +++++++++++++++++++++++++++ mopew/mandala/cards/circle_10.svg | 1900 ++++++++++++++++++++++++++++++ mopew/mandala/cards/circle_11.svg | 2076 +++++++++++++++++++++++++++++++++ mopew/mandala/cards/circle_S.svg | 2179 +++++++++++++++++++++++++++++++++++ mopew/mandala/cards/hexagon_00.svg | 297 +++++ mopew/mandala/cards/hexagon_01.svg | 417 +++++++ mopew/mandala/cards/hexagon_02.svg | 543 +++++++++ mopew/mandala/cards/hexagon_03.svg | 681 +++++++++++ mopew/mandala/cards/hexagon_04.svg | 811 +++++++++++++ mopew/mandala/cards/hexagon_05.svg | 951 +++++++++++++++ mopew/mandala/cards/hexagon_06.svg | 1082 +++++++++++++++++ mopew/mandala/cards/hexagon_07.svg | 1222 ++++++++++++++++++++ mopew/mandala/cards/hexagon_08.svg | 1353 ++++++++++++++++++++++ mopew/mandala/cards/hexagon_09.svg | 1493 ++++++++++++++++++++++++ mopew/mandala/cards/hexagon_10.svg | 1624 ++++++++++++++++++++++++++ mopew/mandala/cards/hexagon_11.svg | 1760 ++++++++++++++++++++++++++++ mopew/mandala/cards/hexagon_S.svg | 1784 ++++++++++++++++++++++++++++ mopew/mandala/cards/square_00.svg | 263 +++++ mopew/mandala/cards/square_01.svg | 369 ++++++ mopew/mandala/cards/square_02.svg | 460 ++++++++ mopew/mandala/cards/square_03.svg | 572 +++++++++ mopew/mandala/cards/square_04.svg | 679 +++++++++++ mopew/mandala/cards/square_05.svg | 791 +++++++++++++ mopew/mandala/cards/square_06.svg | 899 +++++++++++++++ mopew/mandala/cards/square_07.svg | 1008 ++++++++++++++++ mopew/mandala/cards/square_08.svg | 1111 ++++++++++++++++++ mopew/mandala/cards/square_09.svg | 1228 ++++++++++++++++++++ mopew/mandala/cards/square_10.svg | 1344 +++++++++++++++++++++ mopew/mandala/cards/square_11.svg | 1453 +++++++++++++++++++++++ mopew/mandala/cards/square_S.svg | 1452 +++++++++++++++++++++++ mopew/mandala/cards/triangle_00.svg | 235 ++++ mopew/mandala/cards/triangle_01.svg | 313 +++++ mopew/mandala/cards/triangle_02.svg | 367 ++++++ mopew/mandala/cards/triangle_03.svg | 432 +++++++ mopew/mandala/cards/triangle_04.svg | 510 ++++++++ mopew/mandala/cards/triangle_05.svg | 594 ++++++++++ mopew/mandala/cards/triangle_06.svg | 651 +++++++++++ mopew/mandala/cards/triangle_07.svg | 713 ++++++++++++ mopew/mandala/cards/triangle_08.svg | 796 +++++++++++++ mopew/mandala/cards/triangle_09.svg | 879 ++++++++++++++ mopew/mandala/cards/triangle_10.svg | 942 +++++++++++++++ mopew/mandala/cards/triangle_11.svg | 1003 ++++++++++++++++ mopew/mandala/cards/triangle_S.svg | 988 ++++++++++++++++ 55 files changed, 49820 insertions(+) create mode 100644 mopew/README.txt create mode 100644 mopew/mandala/README.rst create mode 120000 mopew/mandala/cards/back.svg create mode 100644 mopew/mandala/cards/circle_00.svg create mode 100644 mopew/mandala/cards/circle_01.svg create mode 100644 mopew/mandala/cards/circle_02.svg create mode 100644 mopew/mandala/cards/circle_03.svg create mode 100644 mopew/mandala/cards/circle_04.svg create mode 100644 mopew/mandala/cards/circle_05.svg create mode 100644 mopew/mandala/cards/circle_06.svg create mode 100644 mopew/mandala/cards/circle_07.svg create mode 100644 mopew/mandala/cards/circle_08.svg create mode 100644 mopew/mandala/cards/circle_09.svg create mode 100644 mopew/mandala/cards/circle_10.svg create mode 100644 mopew/mandala/cards/circle_11.svg create mode 100644 mopew/mandala/cards/circle_S.svg create mode 100644 mopew/mandala/cards/hexagon_00.svg create mode 100644 mopew/mandala/cards/hexagon_01.svg create mode 100644 mopew/mandala/cards/hexagon_02.svg create mode 100644 mopew/mandala/cards/hexagon_03.svg create mode 100644 mopew/mandala/cards/hexagon_04.svg create mode 100644 mopew/mandala/cards/hexagon_05.svg create mode 100644 mopew/mandala/cards/hexagon_06.svg create mode 100644 mopew/mandala/cards/hexagon_07.svg create mode 100644 mopew/mandala/cards/hexagon_08.svg create mode 100644 mopew/mandala/cards/hexagon_09.svg create mode 100644 mopew/mandala/cards/hexagon_10.svg create mode 100644 mopew/mandala/cards/hexagon_11.svg create mode 100644 mopew/mandala/cards/hexagon_S.svg create mode 100644 mopew/mandala/cards/square_00.svg create mode 100644 mopew/mandala/cards/square_01.svg create mode 100644 mopew/mandala/cards/square_02.svg create mode 100644 mopew/mandala/cards/square_03.svg create mode 100644 mopew/mandala/cards/square_04.svg create mode 100644 mopew/mandala/cards/square_05.svg create mode 100644 mopew/mandala/cards/square_06.svg create mode 100644 mopew/mandala/cards/square_07.svg create mode 100644 mopew/mandala/cards/square_08.svg create mode 100644 mopew/mandala/cards/square_09.svg create mode 100644 mopew/mandala/cards/square_10.svg create mode 100644 mopew/mandala/cards/square_11.svg create mode 100644 mopew/mandala/cards/square_S.svg create mode 100644 mopew/mandala/cards/triangle_00.svg create mode 100644 mopew/mandala/cards/triangle_01.svg create mode 100644 mopew/mandala/cards/triangle_02.svg create mode 100644 mopew/mandala/cards/triangle_03.svg create mode 100644 mopew/mandala/cards/triangle_04.svg create mode 100644 mopew/mandala/cards/triangle_05.svg create mode 100644 mopew/mandala/cards/triangle_06.svg create mode 100644 mopew/mandala/cards/triangle_07.svg create mode 100644 mopew/mandala/cards/triangle_08.svg create mode 100644 mopew/mandala/cards/triangle_09.svg create mode 100644 mopew/mandala/cards/triangle_10.svg create mode 100644 mopew/mandala/cards/triangle_11.svg create mode 100644 mopew/mandala/cards/triangle_S.svg diff --git a/mopew/README.txt b/mopew/README.txt new file mode 100644 index 0000000..804b279 --- /dev/null +++ b/mopew/README.txt @@ -0,0 +1,14 @@ +The MOPEW deck is based on the deck of playing cards in use in the conworld +of the same name, which in turn is based on the most common numeral system. + +The numeral system is a duodecimal alphabetic one, using the 36 letters of +the corresponding alphabet as symbols for the digits 0 - 11, the dozens 0 * +12 - 11 * 12 and the grosses 0 * 144 - 11 * 144. Systems for writing numbers +higher than 1727 exist, but are not widespread. + +The typical playing cards are a set of two decks, called deck of the Earth +and deck of the Sky / Heavens, distinguished by the artwork, each one +composed by 36 cards marked with a letter / numeric value. + +In different times and places, this deck is used as a teaching aid, for +cohoperative games and for gambling. diff --git a/mopew/mandala/README.rst b/mopew/mandala/README.rst new file mode 100644 index 0000000..6555dbc --- /dev/null +++ b/mopew/mandala/README.rst @@ -0,0 +1,22 @@ +This paint your own set of MOPEW cards is not based on traditional +artwork styles, but on a mix of the MOPEW deck and Earth convenctions. + +The values on the cards are written in common duodecimal_ digits, using +↊ and ↋ for ten and eleven respectively, and the orders of magnitude are +treated as a sort of suite, with artwork based on different shapes. + +.. _duodecimal: https://en.wikipedia.org/wiki/Duodecimal + +To get a MOPEW set, print two of each triangle, square and hexagon card +from 0 to 11, and paint them in a warm colours scheme for the Earth deck +and a cool one for the Heavens deck. + +The additional S card can be used to get 13 cards per suite and use the +deck for common cards games. + +The extra “circle” suite was designed as the back of cards, but numbered +ones are available because it was low effort making them, and could be +used as an alternative to the triangle ones. + +When painting the cards by hand it is recommended to avoid painting the +backs, as it would be hard to make them identical to each other. diff --git a/mopew/mandala/cards/back.svg b/mopew/mandala/cards/back.svg new file mode 120000 index 0000000..5296c75 --- /dev/null +++ b/mopew/mandala/cards/back.svg @@ -0,0 +1 @@ +circle_S.svg \ No newline at end of file diff --git a/mopew/mandala/cards/circle_00.svg b/mopew/mandala/cards/circle_00.svg new file mode 100644 index 0000000..01077ed --- /dev/null +++ b/mopew/mandala/cards/circle_00.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + diff --git a/mopew/mandala/cards/circle_01.svg b/mopew/mandala/cards/circle_01.svg new file mode 100644 index 0000000..575a624 --- /dev/null +++ b/mopew/mandala/cards/circle_01.svg @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_02.svg b/mopew/mandala/cards/circle_02.svg new file mode 100644 index 0000000..1f01cad --- /dev/null +++ b/mopew/mandala/cards/circle_02.svg @@ -0,0 +1,524 @@ + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_03.svg b/mopew/mandala/cards/circle_03.svg new file mode 100644 index 0000000..4a10b25 --- /dev/null +++ b/mopew/mandala/cards/circle_03.svg @@ -0,0 +1,698 @@ + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_04.svg b/mopew/mandala/cards/circle_04.svg new file mode 100644 index 0000000..56b6008 --- /dev/null +++ b/mopew/mandala/cards/circle_04.svg @@ -0,0 +1,864 @@ + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_05.svg b/mopew/mandala/cards/circle_05.svg new file mode 100644 index 0000000..a8f9d41 --- /dev/null +++ b/mopew/mandala/cards/circle_05.svg @@ -0,0 +1,1040 @@ + + + + + + + + + + + + + + + + + + + + + + + 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_06.svg b/mopew/mandala/cards/circle_06.svg new file mode 100644 index 0000000..bf7ff35 --- /dev/null +++ b/mopew/mandala/cards/circle_06.svg @@ -0,0 +1,1207 @@ + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_07.svg b/mopew/mandala/cards/circle_07.svg new file mode 100644 index 0000000..431ff10 --- /dev/null +++ b/mopew/mandala/cards/circle_07.svg @@ -0,0 +1,1383 @@ + + + + + + + + + + + + + + + + + + + + + + + 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_08.svg b/mopew/mandala/cards/circle_08.svg new file mode 100644 index 0000000..711c2dd --- /dev/null +++ b/mopew/mandala/cards/circle_08.svg @@ -0,0 +1,1550 @@ + + + + + + + + + + + + + + + + + + + + + + + 8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_09.svg b/mopew/mandala/cards/circle_09.svg new file mode 100644 index 0000000..19de247 --- /dev/null +++ b/mopew/mandala/cards/circle_09.svg @@ -0,0 +1,1726 @@ + + + + + + + + + + + + + + + + + + + + + + + 9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_10.svg b/mopew/mandala/cards/circle_10.svg new file mode 100644 index 0000000..e96871c --- /dev/null +++ b/mopew/mandala/cards/circle_10.svg @@ -0,0 +1,1900 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_11.svg b/mopew/mandala/cards/circle_11.svg new file mode 100644 index 0000000..178e8ad --- /dev/null +++ b/mopew/mandala/cards/circle_11.svg @@ -0,0 +1,2076 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/circle_S.svg b/mopew/mandala/cards/circle_S.svg new file mode 100644 index 0000000..2f9cc7a --- /dev/null +++ b/mopew/mandala/cards/circle_S.svg @@ -0,0 +1,2179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_00.svg b/mopew/mandala/cards/hexagon_00.svg new file mode 100644 index 0000000..4d22458 --- /dev/null +++ b/mopew/mandala/cards/hexagon_00.svg @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + 000 + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_01.svg b/mopew/mandala/cards/hexagon_01.svg new file mode 100644 index 0000000..bfa20dd --- /dev/null +++ b/mopew/mandala/cards/hexagon_01.svg @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + 100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_02.svg b/mopew/mandala/cards/hexagon_02.svg new file mode 100644 index 0000000..96731b4 --- /dev/null +++ b/mopew/mandala/cards/hexagon_02.svg @@ -0,0 +1,543 @@ + + + + + + + + + + + + + + + + + + + + + + + 200 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_03.svg b/mopew/mandala/cards/hexagon_03.svg new file mode 100644 index 0000000..6039abe --- /dev/null +++ b/mopew/mandala/cards/hexagon_03.svg @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + 300 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_04.svg b/mopew/mandala/cards/hexagon_04.svg new file mode 100644 index 0000000..7266ca4 --- /dev/null +++ b/mopew/mandala/cards/hexagon_04.svg @@ -0,0 +1,811 @@ + + + + + + + + + + + + + + + + + + + + + + + 400 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_05.svg b/mopew/mandala/cards/hexagon_05.svg new file mode 100644 index 0000000..9b6d39d --- /dev/null +++ b/mopew/mandala/cards/hexagon_05.svg @@ -0,0 +1,951 @@ + + + + + + + + + + + + + + + + + + + + + + + 500 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_06.svg b/mopew/mandala/cards/hexagon_06.svg new file mode 100644 index 0000000..601955f --- /dev/null +++ b/mopew/mandala/cards/hexagon_06.svg @@ -0,0 +1,1082 @@ + + + + + + + + + + + + + + + + + + + + + + + 600 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_07.svg b/mopew/mandala/cards/hexagon_07.svg new file mode 100644 index 0000000..8d4dbaa --- /dev/null +++ b/mopew/mandala/cards/hexagon_07.svg @@ -0,0 +1,1222 @@ + + + + + + + + + + + + + + + + + + + + + + + 700 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_08.svg b/mopew/mandala/cards/hexagon_08.svg new file mode 100644 index 0000000..0978f7c --- /dev/null +++ b/mopew/mandala/cards/hexagon_08.svg @@ -0,0 +1,1353 @@ + + + + + + + + + + + + + + + + + + + + + + + 800 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_09.svg b/mopew/mandala/cards/hexagon_09.svg new file mode 100644 index 0000000..14fbfe7 --- /dev/null +++ b/mopew/mandala/cards/hexagon_09.svg @@ -0,0 +1,1493 @@ + + + + + + + + + + + + + + + + + + + + + + + 900 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_10.svg b/mopew/mandala/cards/hexagon_10.svg new file mode 100644 index 0000000..8ae9512 --- /dev/null +++ b/mopew/mandala/cards/hexagon_10.svg @@ -0,0 +1,1624 @@ + + + + + + + + + + + + + + + + + + + + + + + ↊00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_11.svg b/mopew/mandala/cards/hexagon_11.svg new file mode 100644 index 0000000..420af7c --- /dev/null +++ b/mopew/mandala/cards/hexagon_11.svg @@ -0,0 +1,1760 @@ + + + + + + + + + + + + + + + + + + + + + + + ↋00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/hexagon_S.svg b/mopew/mandala/cards/hexagon_S.svg new file mode 100644 index 0000000..a4fa3b1 --- /dev/null +++ b/mopew/mandala/cards/hexagon_S.svg @@ -0,0 +1,1784 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_00.svg b/mopew/mandala/cards/square_00.svg new file mode 100644 index 0000000..82597dc --- /dev/null +++ b/mopew/mandala/cards/square_00.svg @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + 00 + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_01.svg b/mopew/mandala/cards/square_01.svg new file mode 100644 index 0000000..1d69c02 --- /dev/null +++ b/mopew/mandala/cards/square_01.svg @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + + + + + + + + + + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_02.svg b/mopew/mandala/cards/square_02.svg new file mode 100644 index 0000000..fefd2ac --- /dev/null +++ b/mopew/mandala/cards/square_02.svg @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + 20 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_03.svg b/mopew/mandala/cards/square_03.svg new file mode 100644 index 0000000..7c45cb7 --- /dev/null +++ b/mopew/mandala/cards/square_03.svg @@ -0,0 +1,572 @@ + + + + + + + + + + + + + + + + + + + + + + + 30 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_04.svg b/mopew/mandala/cards/square_04.svg new file mode 100644 index 0000000..dd3f15a --- /dev/null +++ b/mopew/mandala/cards/square_04.svg @@ -0,0 +1,679 @@ + + + + + + + + + + + + + + + + + + + + + + + 40 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_05.svg b/mopew/mandala/cards/square_05.svg new file mode 100644 index 0000000..b3899a6 --- /dev/null +++ b/mopew/mandala/cards/square_05.svg @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + + + 50 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_06.svg b/mopew/mandala/cards/square_06.svg new file mode 100644 index 0000000..3e4828c --- /dev/null +++ b/mopew/mandala/cards/square_06.svg @@ -0,0 +1,899 @@ + + + + + + + + + + + + + + + + + + + + + + + 60 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_07.svg b/mopew/mandala/cards/square_07.svg new file mode 100644 index 0000000..17f1dda --- /dev/null +++ b/mopew/mandala/cards/square_07.svg @@ -0,0 +1,1008 @@ + + + + + + + + + + + + + + + + + + + + + + + 70 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_08.svg b/mopew/mandala/cards/square_08.svg new file mode 100644 index 0000000..aee2fa3 --- /dev/null +++ b/mopew/mandala/cards/square_08.svg @@ -0,0 +1,1111 @@ + + + + + + + + + + + + + + + + + + + + + + + 80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_09.svg b/mopew/mandala/cards/square_09.svg new file mode 100644 index 0000000..a19864f --- /dev/null +++ b/mopew/mandala/cards/square_09.svg @@ -0,0 +1,1228 @@ + + + + + + + + + + + + + + + + + + + + + + + 90 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_10.svg b/mopew/mandala/cards/square_10.svg new file mode 100644 index 0000000..836e860 --- /dev/null +++ b/mopew/mandala/cards/square_10.svg @@ -0,0 +1,1344 @@ + + + + + + + + + + + + + + + + + + + + + + + ↊0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_11.svg b/mopew/mandala/cards/square_11.svg new file mode 100644 index 0000000..7b4912a --- /dev/null +++ b/mopew/mandala/cards/square_11.svg @@ -0,0 +1,1453 @@ + + + + + + + + + + + + + + + + + + + + + + + ↋0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/square_S.svg b/mopew/mandala/cards/square_S.svg new file mode 100644 index 0000000..267a9c8 --- /dev/null +++ b/mopew/mandala/cards/square_S.svg @@ -0,0 +1,1452 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_00.svg b/mopew/mandala/cards/triangle_00.svg new file mode 100644 index 0000000..e09c74f --- /dev/null +++ b/mopew/mandala/cards/triangle_00.svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + diff --git a/mopew/mandala/cards/triangle_01.svg b/mopew/mandala/cards/triangle_01.svg new file mode 100644 index 0000000..961f633 --- /dev/null +++ b/mopew/mandala/cards/triangle_01.svg @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + diff --git a/mopew/mandala/cards/triangle_02.svg b/mopew/mandala/cards/triangle_02.svg new file mode 100644 index 0000000..5a294be --- /dev/null +++ b/mopew/mandala/cards/triangle_02.svg @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + diff --git a/mopew/mandala/cards/triangle_03.svg b/mopew/mandala/cards/triangle_03.svg new file mode 100644 index 0000000..3fb7464 --- /dev/null +++ b/mopew/mandala/cards/triangle_03.svg @@ -0,0 +1,432 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + diff --git a/mopew/mandala/cards/triangle_04.svg b/mopew/mandala/cards/triangle_04.svg new file mode 100644 index 0000000..8a0beef --- /dev/null +++ b/mopew/mandala/cards/triangle_04.svg @@ -0,0 +1,510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + diff --git a/mopew/mandala/cards/triangle_05.svg b/mopew/mandala/cards/triangle_05.svg new file mode 100644 index 0000000..e8cd278 --- /dev/null +++ b/mopew/mandala/cards/triangle_05.svg @@ -0,0 +1,594 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + + + + + + + diff --git a/mopew/mandala/cards/triangle_06.svg b/mopew/mandala/cards/triangle_06.svg new file mode 100644 index 0000000..0a40433 --- /dev/null +++ b/mopew/mandala/cards/triangle_06.svg @@ -0,0 +1,651 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_07.svg b/mopew/mandala/cards/triangle_07.svg new file mode 100644 index 0000000..fc5205b --- /dev/null +++ b/mopew/mandala/cards/triangle_07.svg @@ -0,0 +1,713 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7 + + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_08.svg b/mopew/mandala/cards/triangle_08.svg new file mode 100644 index 0000000..05356d8 --- /dev/null +++ b/mopew/mandala/cards/triangle_08.svg @@ -0,0 +1,796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8 + + + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_09.svg b/mopew/mandala/cards/triangle_09.svg new file mode 100644 index 0000000..1ad0f48 --- /dev/null +++ b/mopew/mandala/cards/triangle_09.svg @@ -0,0 +1,879 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 9 + + + + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_10.svg b/mopew/mandala/cards/triangle_10.svg new file mode 100644 index 0000000..9c2011e --- /dev/null +++ b/mopew/mandala/cards/triangle_10.svg @@ -0,0 +1,942 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_11.svg b/mopew/mandala/cards/triangle_11.svg new file mode 100644 index 0000000..e932cd1 --- /dev/null +++ b/mopew/mandala/cards/triangle_11.svg @@ -0,0 +1,1003 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mopew/mandala/cards/triangle_S.svg b/mopew/mandala/cards/triangle_S.svg new file mode 100644 index 0000000..91ae217 --- /dev/null +++ b/mopew/mandala/cards/triangle_S.svg @@ -0,0 +1,988 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3