61 lines
2.5 KiB
HTML
61 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Androo</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | Androo</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Your spells. If you need them to be shorter, leave out the parts in parentheses. The å character in MS Word is Ctrl+@,a (hold down ctrl while hitting shift-2, then a). You can copy-paste it into photoshop or whatever from there.</p>
|
|
<p>Lightning: <em>Roevi set kåtik (ato za majarbåti t'n)</em> -- Translation: The lightning is grown (and it will run)
|
|
Fire: <em>Roevi set kålar (ato za majarbåti t'n)</em> -- Translation: The fire is grown (and it will run)</p>
|
|
<p>I'm thinking spells for summoning of elements will all be pretty much the same. Just in case, the word for rain is <em>s'sit</em>; bodily energy, strength, or willpower is <em>ganon</em>.</p>
|
|
<p>Let me know if you need any others. Also, if you want them in the native script of the language, let me know, and maybe we can work something out.</p>
|
|
<p>Oh, and for posterity, <a href="http://princessofjustice.com/canadia.php">Canadia.</a> Thanks, <lj user="alcarilinque"></lj></p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-06-07 03:16:29</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('li').forEach(el => {
|
|
if (el.querySelectorAll('li').length !== 0) {
|
|
el.classList.add('has-nested', 'closed');
|
|
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
|
}
|
|
});
|
|
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
|
el.classList.remove('has-nested', 'closed');
|
|
});
|
|
document.querySelectorAll('li.has-nested').forEach(el => {
|
|
el.querySelector('.toggle').addEventListener('click', () => {
|
|
el.classList.toggle('closed');
|
|
});
|
|
});
|
|
let expanded = false;
|
|
document.querySelector('.control').addEventListener('click', (e) => {
|
|
expanded = !expanded;
|
|
if (expanded) {
|
|
e.target.innerText = 'Collapse all';
|
|
} else {
|
|
e.target.innerText = 'Expand all';
|
|
}
|
|
document.querySelectorAll('.has-nested').forEach((el) => {
|
|
if (expanded) {
|
|
el.classList.remove('closed');
|
|
} else {
|
|
el.classList.add('closed')
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|