Commit 9ddb9391 authored by Nemo Ma's avatar Nemo Ma

fix

parent d0c8cf15
@font-face {
font-family: 'FusionPixel10px';
src: url('../../img/assets/font/fusion-pixel-10px-proportional-zh_hans.woff2') format('woff2');
}
@font-face {
font-family: 'FusionPixel8px';
src: url('../../img/assets/font/fusion-pixel-8px-proportional-zh_hans.woff2') format('woff2');
}
@font-face {
font-family: 'FusionPixel12px';
src: url('../../img/assets/font/fusion-pixel-12px-proportional-zh_hans.woff2') format('woff2');
}
@font-face {
font-family: 'Vonwaon16px';
src: url('../../img/assets/font/VonwaonBitmap-16px.woff2') format('woff2');
}
@font-face {
font-family: 'Vonwaon12px';
src: url('../../img/assets/font/VonwaonBitmap-12px.woff2') format('woff2');
}
.b_button { .b_button {
display: inline-block; display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
...@@ -8,7 +28,7 @@ ...@@ -8,7 +28,7 @@
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
font: bold 14px/100% 微软雅黑, Arial, Helvetica, sans-serif; font: bold 14px/100% FusionPixel12px, Arial, Helvetica, sans-serif;
padding: .5em 2em .55em; padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3); text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em; -webkit-border-radius: .5em;
......
...@@ -2728,12 +2728,14 @@ function itemuse($itmn,&$data=NULL) { ...@@ -2728,12 +2728,14 @@ function itemuse($itmn,&$data=NULL) {
//global $wp, $wk, $wg, $wc, $wd, $wf, $club, $bid, $att, $def; //global $wp, $wk, $wg, $wc, $wd, $wf, $club, $bid, $att, $def;
$log .= '你考虑了一会,<br>把袖子卷了起来,给自己注射了H173。<br>'; $log .= '你考虑了一会,<br>把袖子卷了起来,给自己注射了H173。<br>';
$deathdice = rand ( 0, 4096 ); $deathdice = rand ( 0, 4096 );
$spdice = 1;
// Shiny Charm // Shiny Charm
if ($art == '★闪耀护符★'){ if ($art == '★闪耀护符★'){
// Reference: https://wiki.52poke.com/wiki/%E7%95%B0%E8%89%B2%E5%AF%B6%E5%8F%AF%E5%A4%A2#%E3%80%8A%E6%9C%B1%EF%BC%8F%E7%B4%AB%E3%80%8B // Reference: https://wiki.52poke.com/wiki/%E7%95%B0%E8%89%B2%E5%AF%B6%E5%8F%AF%E5%A4%A2#%E3%80%8A%E6%9C%B1%EF%BC%8F%E7%B4%AB%E3%80%8B
$deathdice += 2731; # 4096 - 1365 //$deathdice += 2731; # 4096 - 1365
$spdice = diceroll(1365);
} }
if ($deathdice >= 4096 || $club == 15) { if ($deathdice >= 4096 || $club == 15 || $spdice == 0) {
$log .= '你突然感觉到一种不可思议的力量贯通全身!<br>'; $log .= '你突然感觉到一种不可思议的力量贯通全身!<br>';
$wp = $wk = $wg = $wc = $wd = $wf = 8010; $wp = $wk = $wg = $wc = $wd = $wf = 8010;
$att = $def = 13337; $att = $def = 13337;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment