Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nemo Ma
phpdts
Commits
9ddb9391
Commit
9ddb9391
authored
Jan 30, 2024
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d0c8cf15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
gamedata/cache/style_buttons.20180118.css
gamedata/cache/style_buttons.20180118.css
+21
-1
include/game/item.func.php
include/game/item.func.php
+4
-2
No files found.
gamedata/cache/style_buttons.20180118.css
View file @
9ddb9391
@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
{
display
:
inline-block
;
zoom
:
1
;
/* zoom and *display = ie7 hack for display:inline-block */
...
...
@@ -8,7 +28,7 @@
cursor
:
pointer
;
text-align
:
center
;
text-decoration
:
none
;
font
:
bold
14px
/
100%
微软雅黑
,
Arial
,
Helvetica
,
sans-serif
;
font
:
bold
14px
/
100%
FusionPixel12px
,
Arial
,
Helvetica
,
sans-serif
;
padding
:
.5em
2em
.55em
;
text-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
.3
);
-webkit-border-radius
:
.5em
;
...
...
include/game/item.func.php
View file @
9ddb9391
...
...
@@ -2728,12 +2728,14 @@ function itemuse($itmn,&$data=NULL) {
//global $wp, $wk, $wg, $wc, $wd, $wf, $club, $bid, $att, $def;
$log
.=
'你考虑了一会,<br>把袖子卷了起来,给自己注射了H173。<br>'
;
$deathdice
=
rand
(
0
,
4096
);
$spdice
=
1
;
// Shiny Charm
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
$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>'
;
$wp
=
$wk
=
$wg
=
$wc
=
$wd
=
$wf
=
8010
;
$att
=
$def
=
13337
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment