-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrystals.json
40 lines (40 loc) · 1.26 KB
/
crystals.json
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
35
36
37
38
39
40
{
"crystals": [
{
"name": "Amethyst",
"description": "A cool stone with cool properties!"
},
{
"name": "Clear Quartz",
"description": "A clear crystal considered a master healer and believed to support the entire energetic system."
},
{
"name": "Obsidian",
"description": "Believed to help process emotions and experiences and aid in letting go."
},
{
"name": "Sapphire",
"description": "Known as a stone of prosperity."
},
{
"name": "Turquoise",
"description": "Thought to soothe emotions and attract good luck."
},
{
"name": "Jade",
"description": "Another well-known stone for prosperity and luck."
},
{
"name": "Rose Quartz",
"description": "Sometimes referred to as the stone of love and believed to encourage love and trust."
},
{
"name": "Moonstone",
"description": "Said to prompt feelings of inner strength and growth."
},
{
"name": "Ruby",
"description": "Believed to support sexuality and sensuality."
}
]
}