Merge pull request #391 from Tipx-L/PR-Branch

The Database Update.
This commit is contained in:
Spmario233 2023-09-26 00:18:58 +08:00 committed by GitHub
commit 3a78039ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 1127 additions and 1177 deletions

View File

@ -181,7 +181,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
old_jiakui:['male','wei',4,['tongqu','xinwanlan']],
ol_guohuai:['male','wei',3,['rejingce']],
junk_zhangrang:['male','qun',3,['junktaoluan']],
junk_zhangrang:['male','qun',3,['junktaoluan'],['sex:male_castrated']],
old_bulianshi:['female','wu',3,['anxu','zhuiyi']],
ol_maliang:['male','shu',3,['zishu','xinyingyuan']],
junk_liubei:['male','shu',4,['junkrende','jijiang'],['zhu']],

View File

@ -30,7 +30,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
xin_zhangyi:['male','shu',4,['xinwurong','shizhi']],
xin_sunliang:['male','wu',3,['xinzhizheng','xinkuizhu','xinlijun'],['zhu']],
re_xiaoqiao:['female','wu',3,['retianxiang','xinhongyan']],
shichangshi:['male','qun',1,['mbdanggu','mbmowang']],
shichangshi:['male','qun',1,['mbdanggu','mbmowang'],['sex:male_castrated']],
re_zhangzhang:['male','wu',3,['rezhijian','guzheng']],
qianzhao:['male','wei',4,['mbshihe','mbzhenfu']],
re_yanwen:["male","qun",4,["reshuangxiong"]],
@ -153,16 +153,16 @@ game.import('character',function(lib,game,ui,get,ai,_status){
re_liushan:['male','shu',3,['xiangle','refangquan','ruoyu'],['zhu']],
re_sunben:['male','wu',4,['jiang','rehunzi','zhiba'],['zhu']],
scs_zhangrang:['male','qun','',['scstaoluan'],['unseen']],
scs_zhaozhong:['male','qun','',['scschiyan'],['unseen']],
scs_sunzhang:['male','qun','',['scszimou'],['unseen']],
scs_bilan:['male','qun','',['scspicai'],['unseen']],
scs_xiayun:['male','qun','',['scsyaozhuo'],['unseen']],
scs_hankui:['male','qun','',['scsxiaolu'],['unseen']],
scs_lisong:['male','qun','',['scskuiji'],['unseen']],
scs_duangui:['male','qun','',['scschihe'],['unseen']],
scs_guosheng:['male','qun','',['scsniqu'],['unseen']],
scs_gaowang:['male','qun','',['scsmiaoyu'],['unseen']],
scs_zhangrang:['male','qun','',['scstaoluan'],['unseen','sex:male_castrated']],
scs_zhaozhong:['male','qun','',['scschiyan'],['unseen','sex:male_castrated']],
scs_sunzhang:['male','qun','',['scszimou'],['unseen','sex:male_castrated']],
scs_bilan:['male','qun','',['scspicai'],['unseen','sex:male_castrated']],
scs_xiayun:['male','qun','',['scsyaozhuo'],['unseen','sex:male_castrated']],
scs_hankui:['male','qun','',['scsxiaolu'],['unseen','sex:male_castrated']],
scs_lisong:['male','qun','',['scskuiji'],['unseen','sex:male_castrated']],
scs_duangui:['male','qun','',['scschihe'],['unseen','sex:male_castrated']],
scs_guosheng:['male','qun','',['scsniqu'],['unseen','sex:male_castrated']],
scs_gaowang:['male','qun','',['scsmiaoyu'],['unseen','sex:male_castrated']],
},
characterIntro:{
shichangshi:'十常侍指中国东汉公元25年—220年灵帝时期168年-189年操纵政权的十二个宦官张让、赵忠、夏恽、郭胜、孙璋、毕岚、栗嵩、段珪、高望、张恭、韩悝、宋典在小说《三国演义》里十常侍指的是指张让、赵忠、封谞、段珪、曹节、侯览、蹇硕、程旷、夏恽、郭胜十人他们都任职中常侍。玩弄小皇帝于股掌之中以至灵帝称“张常侍是我父赵常侍是我母”。十常侍自己横征暴敛卖官鬻爵他们的父兄子弟遍布天下横行乡里祸害百姓无官敢管。人民不堪剥削、压迫纷纷起来反抗。当时一些比较清醒的官吏已看出宦官集团的黑暗腐败导致大规模农民起义的形势。郎中张钧在给皇帝的奏章中明确指出黄巾起义是外戚宦官专权逼出来的他说“张角所以能兴兵作乱万人所以乐附之者其源皆由十常侍多放父兄、子弟、婚宗、宾客典据州郡辜确财利侵略百姓百姓之怨无所告诉故谋议不轨聚为盗贼。”后被曹操、袁绍所歼。',

View File

@ -81,7 +81,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
old_machao:['male','qun',4,['zhuiji','oldcihuai']],
old_zhugezhan:["male","shu",3,["old_zuilun","old_fuyin"]],
zhangliang:["male","qun",4,["old_jijun","old_fangtong"]],
ol_zhangrang:['male','qun',3,['xintaoluan']],
ol_zhangrang:['male','qun',3,['xintaoluan'],['sex:male_castrated']],
ol_guansuo:['male','shu',4,['zhengnan','xiefang']],
//ol_manchong:['male','wei',3,['yuce','junxing']],
old_guanqiujian:["male","wei",4,["drlt_zhenrong","drlt_hongju"],[]],

View File

@ -90,7 +90,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
cenhun:['male','wu',4,['jishe','lianhuo']],
huanghao:['male','shu',3,['qinqing','huisheng']],
zhangrang:['male','qun',3,['taoluan']],
zhangrang:['male','qun',3,['taoluan'],['sex:male_castrated']],
sunziliufang:['male','wei',3,['guizao','jiyu']],
xinxianying:['female','wei',3,['zhongjian','caishi']],

File diff suppressed because it is too large Load Diff

View File

@ -7962,6 +7962,7 @@ var pinyin_dict_polyphone = {
"咖喱": "gā ",
"喀吧": " ba",
"喀嚓": " chā",
"卡比": "kǎ ",
"卡尺": "kǎ chǐ",
"卡车": "kǎ chē",
"卡带": "kǎ ",

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
image/card/sex_double.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
image/card/sex_female.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
image/card/sex_male.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
image/card/sex_none.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
image/card/sex_unknown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,10 +1,13 @@
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="user-scalable=no, viewport-fit=cover">
<title>无名杀</title>
<script src="game/update.js"></script>
<script src="game/config.js"></script>
<script src="game/package.js"></script>
<script src="game/game.js"></script>
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="user-scalable=no, viewport-fit=cover">
<title>无名杀</title>
<script src="game/update.js"></script>
<script src="game/config.js"></script>
<script src="game/package.js"></script>
<script src="game/game.js"></script>
</head>

View File

@ -5463,6 +5463,19 @@ div[data-decoration="bronze"]::after{
transform: perspective(1000px) rotateY(360deg);
}
}
@keyframes background-position-left-center-right-center-left-center {
0% {
background-position: left center;
}
50% {
background-position: right center;
}
100% {
background-position: left center;
}
}
/*--------其它--------*/
::-webkit-scrollbar {
display: none;

View File

@ -304,6 +304,46 @@
margin-right: 10px;
}
.menubg.charactercard .characterintro .character-group img,
.menubg.charactercard .characterintro .character-sex img {
height: 1em;
margin-left: 0.25em;
margin-right: 0.25em;
transform: scale(1.5);
vertical-align: bottom;
}
.menubg.charactercard .characterintro .character-intro-table {
align-items: center;
display: flex;
flex-wrap: wrap;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
}
@supports (row-gap: 0.5em) {
.menubg.charactercard .characterintro .character-intro-table {
column-gap: 1em;
row-gap: 0.5em;
}
}
@supports not (row-gap: 0.5em) {
.menubg.charactercard .characterintro .character-intro-table>:last-child {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.menubg.charactercard .characterintro .character-intro-table>:not(:first-child) {
margin-left: 0.5em;
}
.menubg.charactercard .characterintro .character-intro-table>:not(:last-child) {
margin-right: 0.5em;
}
}
.menubg.charactercard .characterintro .hp {
height: initial;
left: initial;
@ -324,48 +364,23 @@
background: none !important;
border: none !important;
box-shadow: none !important;
filter: initial;
-webkit-filter: initial;
height: initial;
width: initial;
filter: initial !important;
-webkit-filter: initial !important;
font-family: 'xinwei' !important;
transform: initial !important;
height: initial !important;
width: initial !important;
}
.menubg.charactercard .characterintro div,
.menubg.charactercard .characterintro.intro2 div {
.menubg.charactercard .characterintro div {
position: initial;
}
.menubg.charactercard .characterintro rp,
.menubg.charactercard .characterintro rt,
.menubg.charactercard .characterintro.intro2 rp,
.menubg.charactercard .characterintro.intro2 rt {
.menubg.charactercard .characterintro rt {
font-size: smaller;
}
.menubg.charactercard .characterintro table td img {
height: 1.5em;
vertical-align: middle;
}
.menubg.charactercard .characterintro table td {
white-space: nowrap;
}
.menubg.charactercard .characterintro table td:first-child {
width: 25%;
}
.menubg.charactercard .characterintro table td:not(:first-child) {
text-align: center;
}
.menubg.charactercard .characterintro table {
border-collapse: collapse;
border-color: currentColor;
table-layout: auto;
width: 100%;
}
.menubg.charactercard .characterintro {
left: 200px;
width: 280px;