어둠 너머로/아이나/결투: 두 판 사이의 차이
백괴게임>Lemminkäinen 잔글편집 요약 없음 |
백괴게임>Lemminkäinen 잔글편집 요약 없음 |
||
(같은 사용자의 중간 판 12개는 보이지 않습니다) | |||
4번째 줄: | 4번째 줄: | ||
#cnt .cgilink, .cgilink a { width:100%; } | #cnt .cgilink, .cgilink a { width:100%; } | ||
#cnt .cgilink a { display:inline-block;height:100%;} | #cnt .cgilink a { display:inline-block;height:100%;} | ||
#cnt .cgilink a:hover, #cnt .cgilink a:active{ text-decoration:none !important; } | #cnt .cgilink a:hover, #cnt .cgilink a:active, .off a:hover, .off a:active{ text-decoration:none !important; } | ||
#cnt p{margin:0;} | #cnt p{margin:0;} | ||
#cnt .cgilink { display:block; margin:0;} | #cnt .cgilink { display:block; margin:0;} | ||
#box{ width:300px;height: | #box{ width:300px;height:200px;border:1px solid #ccc;position:relative;overflow:hidden; } | ||
#cnt{ width:300px;height:auto; } | #cnt{ width:300px;height:auto;position:absolute; } | ||
#cnt .cgilink:nth-child(odd){ background-color:#ccc;height:{{#expr:10-0{{#urlget:hero}}}}px; } | #cnt .cgilink:nth-child(odd){ background-color:#ccc;height:{{#expr:10-0{{#urlget:hero}}}}px; } | ||
#cnt .cgilink:nth-child(even){ background-color:#666;height:{{#expr:10-0{{#urlget:enemy}}}}px; } | #cnt .cgilink:nth-child(even){ background-color:#666;height:{{#expr:10-0{{#urlget:enemy}}}}px; } | ||
#cnt { | |||
animation-name: moving; | |||
position:absolute; | |||
animation-duration:{{#expr:7-0{{#urlget:enemy}}}}s; | |||
animation-iteration-count:infinite; | |||
animation-timing-function: linear; | |||
} | |||
@keyframes moving { | |||
0% {bottom:0;} | |||
50% {bottom:-40px;} | |||
100% {bottom:0;} | |||
} | |||
.off a{ color:#fff;cursor:text; } | |||
.gc{{#ifeq:{{CGI}}|wout|2|1}} { display:none;} | |||
}} | }} | ||
<div class='gamecontent'> | <div class='gamecontent'> | ||
<div class='gc1'> | |||
.......밝은 부분을 눌렀고, 나는 공격을 당했다. | |||
내 HP: {{루프|{{#expr:5-0{{#urlget:hero}}}}|■}} | 아니 글자까지 밝은 부분은 반칙 아냐? | ||
적 HP: {{루프|{{#expr:5-0{{#urlget:enemy}}}}|■}} | |||
나는 그냥 텍스트를 선택하려고 했을 뿐이고...... | |||
...... | |||
게임 세계 적은 됐고, 이런 시스템을 만든 놈부터 조지러 간다. | |||
야, 게임 제작자 어딨어? | |||
<span style='font-size:32pt;font-family:serif;'>[ T ]wisting the world</span> | |||
</div> | |||
<div class='gc2'> | |||
{{#ifexpr:(0{{#urlget:hero}}>=5) or (0{{#urlget:enemy}}>=5) | |||
|{{#ifeq:{{#urlget:hero}}|5|{{:어둠 너머로/게임 오버}} | |||
|"네놈이... 어떻게 이렇게..." | |||
내가 그를 찌르면서 사제의 칼도, 문지기놈의 영혼도 모두 반짝거리는 가루가 되어 공중으로 흩어졌다. | |||
"어찌 감사의 말씀을 드려야 할지..." | |||
집사님이란 사람은 괜히 옆에서 싸움구경하다가 파편 맞고 쓰러진 것 같다. | |||
그런데 이게 뭐야? | |||
누군가 나를 누르는 것 같다. | |||
* {{미궁|어둠 너머로/아이나/결말|점점 어지러워진다...|색=#fff}} | |||
}} | |||
|<div class='off'>{{CGI|wout|'''밝은 부분을 누르면 내가 공격당하니''' 조심해야겠다.}} | |||
{{CGI|wout|내 HP: }}{{루프|{{#expr:5-0{{#urlget:hero}}}}|{{CGI|wout|■}} }} | |||
{{CGI|wout|적 HP: }}{{루프|{{#expr:5-0{{#urlget:enemy}}}}|{{CGI|wout|■}} }}</div> | |||
<div id='box'> | <div id='box'> | ||
24번째 줄: | 69번째 줄: | ||
</div> | </div> | ||
</div> | </div> | ||
}} | }}</div> | ||
</div> | </div> |