-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGuardians.json
36 lines (35 loc) · 1000 Bytes
/
Guardians.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
{
"description": "Animals and few characteritics. Yall uniquexs",
"animals": [
{
"Type": ["Piscivore"],
"Nature": ["Dreamy", "Hot-tempered", "Smart"],
"Texture": ["Feather"],
"Element": ["Air"]
},
{
"Type": ["Herbivore"],
"Nature": ["Clueless", "Caring", "Careless", "Anxious"],
"Texture": ["Scales"],
"Element": ["Water"]
},
{
"Type": ["Carnivore"],
"Nature": ["Clumsy", "Sad"],
"Texture": ["Furr", "Skin-like"],
"Element": ["Earth"]
},
{
"Type": ["Carnivore"],
"Nature": ["Sensitive", "Friendly", "Patient"],
"Texture": ["Furr", "Skin-like"],
"Element": ["Fire"]
},
{
"Type": ["Carnivore"],
"Nature": ["Impatient", "Goofy", "Cocky"],
"Texture": ["Furr", "Skin-like"],
"Element": ["Metal"]
}
]
}