-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamar.html
executable file
·97 lines (92 loc) · 3.9 KB
/
amar.html
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
<html>
<head>
<title>Tools for the Amar RPG</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" crossorigin="anonymous">
<link rel="stylesheet" href="/amar.css">
</head>
<body>
<table width="800" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td colspan="3"><center><h1>Tools for the Amar RPG</h1></center></td>
</tr>
<tr>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_enc_input.rb">
<input type="submit" name="new" value=" Random encounter " class="pure-button button-enc"></form>
</center>
</td>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_npc_input.rb">
<input type="submit" name="new" value=" Detailed human NPC " class="pure-button button-npc"></form>
</center>
</td>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_town_input.rb">
<input type="submit" name="new" value=" Random town " class="pure-button button-town"></form>
</center>
</td>
</tr>
<tr>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_name_input.rb">
<input type="submit" name="new" value=" Random names " class="pure-button button-names"></form>
</center>
</td>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_weather_input.rb">
<input type="submit" name="new" value=" Random weather " class="pure-button button-weather"></form>
</center>
</td>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_town_relations_input.rb">
<input type="submit" name="new" value=" Town relations " class="pure-button button-townrel"></form>
</center>
</td>
</tr>
<tr>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/html_adventure_output.rb">
<input type="submit" name="new" value=" Generate Adventure " class="pure-button button-adventure"></form>
</center>
</td>
<td>
<center>
<form name="new" method="post" action="/cgi-bin/O6.rb">
<input type="submit" name="new" value=" Open ended D6 rolls " class="pure-button button-dice"></form>
</center>
</td>
</tr>
<tr>
<td colspan="3">
<p>The tools above will only make sense if you know what roleplaying games
(RPGs) are. It is a usefull asset for players and Game Masters of the <a
href="http://d6gaming.org">Amar RPG</a> (the Amar wiki).</p>
<p>Upon pressing the top three buttons, you will be asked for certain
inputs. You may select or enter values in any of the input fields. Those
you don't will be randomly generated. When you have selected/entered the
values you want, press "Submit", and the random encounter or detailed
human NPC will be generated. If you are not happy with the result, but
still want to keep those initial values, just reload the paage in your
browser or press the button "Reload with same values".</p>
<p>When creating a random town, you will get a complete village/town/city
populated with the right types of houses/shops and residents in each
house. You will also get a graphical representation of the special
relationships between the inhabitants. You can save your random town as a
text file and edit it as you want. You can then upload your edited town to
generate a new relationship map.</p>
<p>The last three tools will give you random names for various races,
randomly generating a month of weather (28 days) and 10 "Open Ended Dice
Rolls".</p>
<br />
<tr><td colspan="3"><center><img src="/images/amar.png" /></center></td></tr>
<tr><td colspan="3"><center><small><br />These tools and illustrations are licensed under GPL3<br />Copyright 2002-2020, <a href="https://isene.org/">Geir Isene</a>.</small></center></td></tr>
</table>
</body>
</html>