-
Notifications
You must be signed in to change notification settings - Fork 1
/
superpowers.json
90 lines (88 loc) · 3.82 KB
/
superpowers.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"title": "Superpowers",
"description": "From resurrection to immortality, the amazing things nature can do that we can't.",
"author": "OneZoom",
"image_url": "imgsrc:99:31918127",
"tourstop_shared": {
"fly_in_speed": 0.6,
"stop_wait": 6000
},
"tourstops": [
{
"identifier": "Immortality",
"ott": "566397",
"template_data": {
"visible-transition_in": true,
"title": "Immortality: the immortal jellyfish",
"window_text": "The Immortal Jellyfish (Turritopsis dohrnii) is biologically immortal. It can still die, for example if it's eaten! but its chance of death does not increase with old age because it can return to its juvenile state and be reborn.",
"media": [
"https://www.youtube.com/embed/ayOmAJwCMlM"
]
}
},
{
"identifier": "Resistance to cancer",
"ott": "1048195",
"template_data": {
"visible-transition_in": true,
"title": "Eternal youth and resistance to cancer",
"window_text": "Naked mole rats live together in social colonies with a queen, rather like ants. They have a remarkable resistance to cancer including a gene that prevents uncontroled cell division.",
"comment": "We need to have comments in the data - this video is a test video I happened to have of the species so uploaded to Vimeo to try it.",
"media": [
"https://www.youtube.com/embed/1QZSoAW730k"
]
}
},
{
"identifier": "Resurrection",
"ott": "286369",
"template_data": {
"visible-transition_in": true,
"title": "Resurrection",
"window_text": "The dinosaur plant (Selaginella lepidophylla), also known as the resurrection plant has the ability to be revived with water even after a long period of being total dried out and apparently dead.",
"media": [
"https://commons.wikimedia.org/wiki/File:Rose_of_Jericho.gif"
]
}
},
{
"identifier": "Regeneration",
"ott": "984726",
"template_data": {
"visible-transition_in": true,
"title": "Regeneration",
"window_text": "This aquatic salamander has extraorinary powers to regenerate after injury. It can regrow lost limbs and even internal organs.",
"media": [
"https://commons.wikimedia.org/wiki/File:Ambystoma_mexicanum_1zz.jpg"
]
}
},
{
"identifier": "Mind control",
"ott": "1082345",
"template_data": {
"visible-transition_in": true,
"title": "Mind control",
"window_text": "zombie-ant fungus
Ophiocordyceps unilateralis",
"media": [
"https://commons.wikimedia.org/wiki/File:Turdus_philomelos_-_Western_Springs_Lakeside_Park.jpg",
"https://commons.wikimedia.org/wiki/File:Turdus_philomelos.ogg"
]
}
},
{
"identifier": "Invisibility",
"ott": "1082345",
"template_data": {
"visible-transition_in": true,
"title": "Invisibility",
"window_text": "Not really a superpower, but they are pretty noisy.",
"media": [
"https://commons.wikimedia.org/wiki/File:Turdus_philomelos_-_Western_Springs_Lakeside_Park.jpg",
"https://commons.wikimedia.org/wiki/File:Turdus_philomelos.ogg"
]
}
}
]
}