Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오명준
/
probability_simulator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오명준
2021-11-05 00:39:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dcdb090120e2f2169d4ebfabeab0393e3f3d0863
dcdb0901
0 parents
Add new sim 'Guardian Tales Character'(html)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
GuardianTales_character.html
GuardianTales_character.html
0 → 100644
View file @
dcdb090
<html>
<head>
<title>
Guardian Tales Character
</title>
</head>
<script
src=
"GuardianTales_character.js"
></script>
<body>
본 페이지는 가디언테일즈의 영웅 소환 시뮬레이션 페이지입니다.
<br>
확률은 게임 내의 확률표를 참고하였습니다.
<br>
모든 영웅이 등장한다는 가정하에 만들어졌습니다.
<br>
<input
type=
"radio"
name=
"trial"
value=
"g1"
>
일반 1회
<br>
<input
type=
"radio"
name=
"trial"
value=
"g10"
>
일반 10회
<br>
<input
type=
"radio"
name=
"trial"
value=
"p1"
>
픽업 1회
<br>
<input
type=
"radio"
name=
"trial"
value=
"p10"
>
픽업 10회
<br>
<input
type=
"button"
onclick=
"calcP();"
value=
"Roll!"
>
<table
border=
"2"
>
<tr
align=
"center"
>
<td
id=
"c1"
></td>
<td
id=
"c2"
></td>
<td
id=
"c3"
></td>
<td
id=
"c4"
></td>
<td
id=
"c5"
></td>
</tr>
<tr
align=
"center"
>
<td
id=
"c6"
></td>
<td
id=
"c7"
></td>
<td
id=
"c8"
></td>
<td
id=
"c9"
></td>
<td
id=
"c10"
></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment