-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (88 loc) · 3.88 KB
/
index.html
File metadata and controls
101 lines (88 loc) · 3.88 KB
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
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head lang="en-us">
<title>ESpages - Index</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://cdn.simplecss.org/simple.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<header>
<h1>Eastern Sun stuff</h1>
</header>
<main>
<p><b>Eastern Sun</b> is a mod for <i>Diablo II</i>.
It was originally created by <i>Lothar</i> and <i>Perfect Cell</i> in early 2000's,
and later updated by <i>tsuru</i> from late 2004/early 2005 onwards.
The last update by tsuru is Eastern Sun version R6D (dated 20 Mar 2008),
although there are a couple of more recent community patches floating around.</p>
<p>These pages contain information from the now-defunct Eastern Sun wiki.
The original pages were obtained via Wayback Machine.
(<a href="https://web.archive.org/web/20201112024131/http://miyoshino.la.coocan.jp/eswiki/">A snapshot from 20 Nov 2020</a>.)
Then the relevant parts of the pages were converted to markdown using Pandoc,
cleaned up (i.e. fixed formatting where needed and removed the wiki-related code),
and then converted back to html.
The source files for these pages are available in my
<a href="https://github.com/pkars/espages">GitHub repository.</a></p>
<h2>Pages</h2>
<h3>Basics</h3>
<p>General information about the mod and its features.</p>
<ul>
<li><a href="html/features.html">Features</a></li>
</ul>
<h3>Classes</h3>
<p>Class skill trees and skill descriptions.</p>
<ul>
<li><a href="html/class/amazon.html">Amazon</a></li>
<li><a href="html/class/assassin.html">Assassin</a></li>
<li><a href="html/class/barbarian.html">Barbarian</a></li>
<li><a href="html/class/druid.html">Druid</a></li>
<li><a href="html/class/necromancer.html">Necromancer</a></li>
<li><a href="html/class/paladin.html">Paladin</a></li>
<li><a href="html/class/sorceress.html">Sorceress</a></li>
</ul>
<h3>Game Mechanics</h3>
<p>Monsters, Items, Horadric Cube, and deeper mechanics.</p>
<ul>
<li><a href="html/hirelings.html">Hirelings</a></li>
<li><a href="html/item-enhancement.html">Item Enhancement</a></li>
<li><a href="html/item-mod-library.html">Item Modifier Library</a></li>
<li><a href="html/drop-and-area.html">Monster Drop and Area Guide</a></li>
<li><a href="html/MonStats1.html">Monster Stats (Classic)</a></li>
<li><a href="html/MonStats2.html">Monster Stats (Expansion)</a></li>
<li><a href="html/tables.html">Tables</a></li>
</ul>
<h3>Mod</h3>
<p>More pages about the Eastern Sun mod.</p>
<ul>
<li><a href="html/es-faq.html">Eastern Sun FAQ</a></li>
<li><a href="html/glossary.html">Glossary</a></li>
<li><a href="html/known-issues.html">Known Issues</a></li>
<li><a href="html/playing-tips.html">Playing Tips</a></li>
</ul>
<h3>Wiki User Content</h3>
<p>Wiki users' personal pages and any other content that doesn't fit into other categories.</p>
<ul>
<li><a href="html/wikiusers/plumwine-library.html">plumwine's library</a> and class oskill pages:
<ul>
<li><a href="html/wikiusers/plumwine-ama.html">Amazon oskills</a></li>
<li><a href="html/wikiusers/plumwine-asa.html">Assassin oskills</a></li>
<li><a href="html/wikiusers/plumwine-bar.html">Barbarian oskills</a></li>
<li><a href="html/wikiusers/plumwine-dru.html">Druid oskills</a></li>
<li><a href="html/wikiusers/plumwine-nec.html">Necromancer oskills</a></li>
<li><a href="html/wikiusers/plumwine-pal.html">Paladin oskills</a></li>
<li><a href="html/wikiusers/plumwine-sor.html">Sorceress oskills</a></li>
</ul>
</li>
</ul>
</main>
<footer>
These pages use <a href="https://simplecss.org/">Simple.css template</a> by Kev Quirk, which is released under MIT license.
<hr style="max-width: 500px;" />
Main index by P. Karsisto
· 2021
· <a href="https://github.com/pkars/espages">GitHub repository</a>
</footer>
</body>
</html>