Showing
1 changed file
with
32 additions
and
0 deletions
GuardianTales_character.html
0 → 100644
1 | +<html> | ||
2 | +<head> | ||
3 | +<title>Guardian Tales Character</title> | ||
4 | +</head> | ||
5 | +<script src="GuardianTales_character.js"></script> | ||
6 | +<body> | ||
7 | +본 페이지는 가디언테일즈의 영웅 소환 시뮬레이션 페이지입니다.<br> | ||
8 | +확률은 게임 내의 확률표를 참고하였습니다.<br> | ||
9 | +모든 영웅이 등장한다는 가정하에 만들어졌습니다.<br> | ||
10 | +<input type="radio" name="trial" value="g1">일반 1회<br> | ||
11 | +<input type="radio" name="trial" value="g10">일반 10회<br> | ||
12 | +<input type="radio" name="trial" value="p1">픽업 1회<br> | ||
13 | +<input type="radio" name="trial" value="p10">픽업 10회<br> | ||
14 | +<input type="button" onclick="calcP();" value="Roll!"> | ||
15 | +<table border="2"> | ||
16 | +<tr align="center"> | ||
17 | + <td id="c1"></td> | ||
18 | + <td id="c2"></td> | ||
19 | + <td id="c3"></td> | ||
20 | + <td id="c4"></td> | ||
21 | + <td id="c5"></td> | ||
22 | +</tr> | ||
23 | +<tr align="center"> | ||
24 | + <td id="c6"></td> | ||
25 | + <td id="c7"></td> | ||
26 | + <td id="c8"></td> | ||
27 | + <td id="c9"></td> | ||
28 | + <td id="c10"></td> | ||
29 | +</tr> | ||
30 | +</table> | ||
31 | +</body> | ||
32 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment