-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtbz-character-sheet.html
153 lines (138 loc) · 8.31 KB
/
tbz-character-sheet.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tenra Bansho Zero HTML Character Sheet</title>
<link rel="stylesheet" href="./tbz.css" />
</head>
<body>
<div id="control">
<h1>天羅万象・零</h1>
<hr>
<h2>Tenra Bansho Zero</h2>
<h3>Character Sheet</h3>
<div>
<div class="inline-btn"> <input type="button" id="save" value="Save"> </div>
<div class="inline-btn"> <input type="button" id="load" value="Load"> </div>
<div class="inline-btn"> <input type="button" id="calc" value="Calc" title="Calculate secondary values"> </div>
</div>
</div>
<div id="character">
<div class="column-1 rght">
<div id="attribute-tables">
<table class="attribute"> <tr> <th class="attribute-label label">Body</th> <td><input type="text" id="body"></td> </tr> </table>
<table class="attribute"> <tr> <th class="attribute-label label">Agility</th> <td><input type="text" id="agility"></td> </tr> </table>
<table class="attribute"> <tr> <th class="attribute-label label">Senses</th> <td><input type="text" id="senses"></td> </tr> </table>
<table class="attribute"> <tr> <th class="attribute-label label">Knowledge</th> <td><input type="text" id="knowledge"></td> </tr> </table>
<table class="attribute"> <tr> <th class="attribute-label label">Spirit</th> <td><input type="text" id="spirit"></td> </tr> </table>
<table class="attribute"> <tr> <th class="attribute-label label">Empathy</th> <td><input type="text" id="empathy"></td> </tr> </table>
<table class="attribute"> <tr> <th class="attribute-label label">Station</th> <td><input type="text" id="station"></td> </tr> </table>
<table class="attribute">
<tr> <th class="attribute-label label">Other</th> <td> </td> </tr>
<tr> <td class="label" width="125" contenteditable="">Art of War (edit)</td> <td class="ranks"></td> </tr>
</table>
</div>
</div>
<div id="general-information">
<table id="about-character" class="column-2">
<tr> <td><label for="name"><strong>Name</strong></label></td> <td><input id="name" type="text"></td> </tr>
<tr> <td><label for="concept"><strong>Concept</strong></label></td> <td><input id="concept" type="text"></td> </tr>
<tr> <td><label for="description"><strong>Description</strong></label></td> <td><input id="description" type="text"></td> </tr>
</table>
<table id="about-archetypes">
<tr>
<td colspan="2">
<label for="archetypes"><strong>Archetypes</strong></label><span class="subtle">, their
<label for="karma-cost">Karma cost</label> <input id="karma-cost" type="text"> and
<label for="attribute-cost">Attribute penalty</label> <input id="attribute-cost" type="text">
<input id="archetypes" type="text">
</span>
</td>
</tr>
</table>
<div> <label for="notes"><strong>Notes</strong></label><br> <textarea id="notes" class="big-text column-2"></textarea> </div>
<div id="about-health" class="column-2 health-container">
<div class="health vitality">
<table>
<tr> <th class="vitality"><label for="vitality">Vitality<br> <span class="x-small">(Body+Spirit)</span></label></th> </tr>
<tr> <td class="vitality"><input id="vitality" type="number"></td> </tr>
</table>
</div>
<div class="health soul">
<table>
<tr> <th><label for="soul">Soul<br> <span class="x-small">(Spirit+Knowledge)×2</span></label></th> </tr>
<tr> <td><input id="soul" type="number"></td> </tr>
</table>
</div>
<div class="health wounds">
<table>
<tr>
<th colspan="2">
Wounds ( <input type="text" id="light-wounds" class="noinputbox"> - <input type="text" id="heavy-wounds" class="noinputbox"> -
<input type="text" id="critical-wounds" class="noinputbox"> - <input type="text" id="dead-wounds" class="noinputbox"> )
</th>
</tr>
<tr>
<td id="light"> <div class="fn-woundboxes"> </div><span class="small">Light</span> </td>
<td id="heavy"> <div class="fn-woundboxes"> </div><span class="small">Heavy (+1)</span> </td>
</tr>
<tr>
<td id="critical"> <div class="fn-woundboxes"> </div> <span class="small">Critical (+2/bleed)</span> </td>
<td id="dead"> <div class="fn-woundboxes"> </div> <span class="small">Dead (+3)</span> </td>
</tr>
</table>
</div>
</div>
<div>
<label for="possessions"><strong>Possessions</strong></label><br>
<textarea id="possessions" class="big-text column-2"></textarea>
</div>
<div>
<table id="weapons" class="column-2">
<thead> <tr> <th>Weapon</th> <th>Rating</th> <th>RoF</th> <th>Range</th> <th>Ammo</th> </tr> </thead>
<tbody>
<tr> <td><input type="text" name="name"></td> <td><input type="text" name="rating"></td> <td><input type="text" name="rof"></td> <td><input type="text" name="range"></td> <td><input type="text" name="ammo"></td> </tr>
<tr> <td><input type="text" name="name"></td> <td><input type="text" name="rating"></td> <td><input type="text" name="rof"></td> <td><input type="text" name="range"></td> <td><input type="text" name="ammo"></td> </tr>
<tr> <td><input type="text" name="name"></td> <td><input type="text" name="rating"></td> <td><input type="text" name="rof"></td> <td><input type="text" name="range"></td> <td><input type="text" name="ammo"></td> </tr>
</tbody>
</table>
</div>
<div>
<table id="karma" class="column-2">
<tr>
<th> <div class="field-box"> <label for="kiai-value">Kiai</label> </div> </th>
<td><input class="fate" type="text" id="kiai-value"></td>
<th> <div class="field-box"> <label for="karma-value">Karma</label> </div> </th>
<td><input class="fate" type="text" id="karma-value"></td>
<td colspan="2"><span class="help_text">✧ Karma is increased by Kiai spent during each Act.</span></td>
</tr>
<tr>
<th> <div class="field-box"> <label for="kiai-spent">Spent Kiai</label> </div> </th>
<td><input class="fate" type="text" id="kiai-spent"></td>
<th> <div class="field-box"> <label for="fate-value">Fate Cost</label> </div> </th>
<td><input class="fate" type="text" id="fate-value"></td>
<td colspan="2"><span class="help_text">✧ Combined Fate costs must be lower than Karma.</span></td>
</tr>
<tr>
<td colspan="9">
<table id="fates">
<caption> <strong>Fates</strong> <span class="help_text">Costs: 2 dots: 10, 3 dots: 30, 4 dots: 40, 5 dots: 50</span> </caption>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-1"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-2"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-3"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-4"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-5"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-6"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-7"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
<tr> <td class="fate"> <div class="ranks" data-skill="fate-8"></div> <div class="fate"> <input type="text"> </div> </td> </tr>
</table>
</td>
</tr>
</table>
</div>
</div> <!-- /general-information -->
</div> <!-- /character -->
<script type="text/javascript" src="./vendor/jquery-3.1.0.js"></script>
<script type="text/javascript" src="./tbz.js"></script>
</body>
</html>