-
Notifications
You must be signed in to change notification settings - Fork 10
/
tarot.xml
34 lines (34 loc) · 1.3 KB
/
tarot.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./tarot.xsl"?>
<Deck>
<title>Карти Таро</title>
<description>Опис колоди та її призначення</description>
<cards>
<arcana>
<major>
<description>22 головні карти, що відображають життєвий шлях</description>
<cards>
<card card_id="0" title="The Fool">
<description>Початок шляху, невинність, потенціал</description>
</card>
<card card_id="1" title="The Magician">
<description>Воля, майстерність, проявлення</description>
</card>
</cards>
</major>
<minor>
<description>56 карт, що відображають повсякденні події та виклики</description>
<suits>
<wands>
<description>Енергія, пристрасть, творчість</description>
<cards>
<card card_id="1" title="Ace of Wands">
<description>Нові починання, натхнення</description>
</card>
</cards>
</wands>
</suits>
</minor>
</arcana>
</cards>
</Deck>