-
Notifications
You must be signed in to change notification settings - Fork 0
/
ilclan.html
92 lines (85 loc) · 3.18 KB
/
ilclan.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
---
layout: default
title: ilClan Random `Mech Assignment
description: Random Assignment Tables for the ilClan book from CGL.
author: NCKestrel
---
<div class='row'>
<div class='col'>
<h1>ilClan Random ‘Mech Assignment</h1>
<p>
The original tables were generated by NCKestrel and re-created here with permission.
</p>
<p>
These random ‘mech assignment tables take a player all the way from the selection of the Combatant to weight classes and individual ‘Mechs. From a Trinary or Company, the tables will determine the weight class of each Star or Lance, and from these determine the weight class of each individual ‘Mech. The resulting ‘Mech weight class will determine the table used to randomly assign each ‘Mech.
</p>
<p>
For any 'Mechs with an *, the unit is an OmniMech and the player can pick any configuration of the unit.
</p>
</div>
</div>
<hr/>
<div class='row'>
<div class='col'>
<h2>Clan Random ‘Mech Assignment</h2>
<p>
This expansion of the Random ‘Mech Assignment begins with choosing a ‘Mech formation of your chosen combatant, whether it is a Trinary, Binary or Supernova. Many of the ‘Mech formations will list an average Weight Class.
</p>
<p>
A Supernova consists of a Trinary of ‘Mechs. For a Binary, use the first two results on the Trinary tables and ignore the third Star result. For a single Star, skip the Trinary Weight Composition Table.
</p>
</div>
<div class='col'>
<h2>Republic of the Sphere Random ‘Mech Assignment</h2>
<p>
This Random ‘Mech Assignment begins with choosing a ‘Mech company. Many of the ‘Mech formations will list an average Weight Class.
</p>
</div>
</div>
<hr />
<div class='row'>
<div class='col'>
<p>
<label class='form-label' for='weight_composition'>Trinary/Company Weight Composition</label>
<select name='weight_composition' id='weight_composition' class='form-control'>
<option value='--'>Select One...</option>
</select>
</p>
</div>
<div class='col'>
<p>
<label class='form-label' for='clan_or_company'>Clan / Company</label>
<select name='clan_or_company' id='clan_or_company' class='form-control'>
<option value='--'>Select One...</option>
</select>
</p>
</div>
</div>
<hr />
<div class='row'>
<div class='col'>
<h3 id='alphaDisplay'></h3>
<p>
Weight Class: <span id='alphaWeightClass' class='capitalize'></span><br />
</p>
<ul id='alphaList'></ul>
</div>
<div class='col'>
<h3 id='bravoDisplay'></h3>
<p>
Weight Class: <span id='bravoWeightClass' class='capitalize'></span><br />
</p>
<ul id='bravoList'></ul>
</div>
<div class='col'>
<h3 id='charlieDisplay'></h3>
<p>
Weight Class: <span id='charlieWeightClass' class='capitalize'></span><br />
</p>
<ul id='charlieList'></ul>
</div>
</div>
<script type='text/javascript' src="/assets/js/ilclan-const.js"></script>
<script type='text/javascript' src="/assets/js/ilclan-const-clans.js"></script>
<script type='text/javascript' src="/assets/js/ilclan-const-republic.js"></script>
<script type='text/javascript' src="/assets/js/ilclan.js"></script>