-
Notifications
You must be signed in to change notification settings - Fork 2
/
screenshots.json
63 lines (63 loc) · 2.27 KB
/
screenshots.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
[
{
"section": "Combat",
"images": [
{ "src": "duelling.jpg", "caption": "Duelling" },
{
"src": "player-killing.jpg",
"caption": "Player killing in the Wilderness"
}
]
},
{
"section": "Skills",
"images": [
{ "src": "woodcutting.jpg", "caption": "Woodcutting" },
{ "src": "smithing.jpg", "caption": "Smithing" },
{ "src": "ranging.jpg", "caption": "Ranging" },
{ "src": "mining.jpg", "caption": "Mining" },
{ "src": "fishing.jpg", "caption": "Fishing" }
]
},
{
"section": "Terrains",
"images": [
{ "src": "jungle.png", "caption": "Jungle" },
{ "src": "white-mountains.jpg", "caption": "White Mountains" },
{ "src": "waterfall.jpg", "caption": "Waterfall" },
{ "src": "volcano.jpg", "caption": "Volcano" },
{ "src": "dungeon.jpg", "caption": "Dungeon" },
{ "src": "underground.jpg", "caption": "Cave" },
{ "src": "wilderness.png", "caption": "Wilderness" }
]
},
{
"section": "Monsters",
"images": [
{ "src": "scorpion.jpg", "caption": "Scorpions" },
{ "src": "zombies.png", "caption": "Zombies" },
{ "src": "red-dragon.jpg", "caption": "Red Dragon" },
{ "src": "ogres.jpg", "caption": "Ogres" },
{ "src": "delrith.jpg", "caption": "Delrith" }
]
},
{
"section": "Buildings and Landmarks",
"images": [
{ "src": "inside-building.png", "caption": "Inside a building" },
{ "src": "castle.jpg", "caption": "Outside a castle" },
{ "src": "boat.jpg", "caption": "Boat at Port Sarim" },
{ "src": "gnome-village.jpg", "caption": "In Gnome Village" }
]
},
{
"section": "Game Interface",
"images": [
{ "src": "stats.jpg", "caption": "Stats & Inventory" },
{ "src": "inventory.jpg", "caption": "Stats & Inventory" },
{ "src": "magic.jpg", "caption": "Magic & Prayers" },
{ "src": "map.jpg", "caption": "Map" },
{ "src": "options.jpg", "caption": "Options" }
]
}
]