commit
e83133857e
|
@ -28,6 +28,7 @@
|
|||
### 检查清单
|
||||
<!-- 请在`[]`中加一个`x`来勾选方框且周围没有空格,如下所示:`[x]` -->
|
||||
- [ ] 我已经进行了充足的测试,且现有的测试都已通过
|
||||
- [ ] 如果此次PR中添加了新的武将/新的语音文件,则我已在`character/rank.js`中添加对应的武将强度评级/在`lib.translate`中加入语音文件的文字台词
|
||||
- [ ] 如果此次PR涉及到新功能的添加,我已在`PR描述`中写入详细文档
|
||||
- [ ] 如果此次PR需要扩展跟进,我已在`扩展适配`中写入详细文档
|
||||
- [ ] 如果这个PR解决了一个issue,我在`诱因和背景`中明确链接到该issue
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -733,11 +733,6 @@ game.import("card", function () {
|
|||
}
|
||||
ui.arena.classList.remove("thrownhighlight");
|
||||
game.addVideo("thrownhighlight2");
|
||||
"step 4";
|
||||
// if(cards&&cards.length){
|
||||
// player.gain(cards,'gain2');
|
||||
// target.addTempSkill('bingpotong');
|
||||
// }
|
||||
},
|
||||
ai: {
|
||||
basic: {
|
||||
|
@ -1619,7 +1614,6 @@ game.import("card", function () {
|
|||
player.removeSkill("dinvxuanshuang_skill");
|
||||
},
|
||||
},
|
||||
bingpotong: {},
|
||||
heilonglinpian: {
|
||||
mark: true,
|
||||
marktext: "鳞",
|
||||
|
|
|
@ -482,6 +482,7 @@ game.import("card", function () {
|
|||
fullskin: true,
|
||||
type: "equip",
|
||||
subtype: "equip2",
|
||||
cardcolor: "heart",
|
||||
nomod: true,
|
||||
nopower: true,
|
||||
unique: true,
|
||||
|
@ -1059,6 +1060,7 @@ game.import("card", function () {
|
|||
fullskin: true,
|
||||
type: "equip",
|
||||
subtype: "equip2",
|
||||
cardcolor: "club",
|
||||
skills: ["huxinjing"],
|
||||
filterTarget: function (card, player, target) {
|
||||
if (get.mode() == "guozhan" && player != target) return false;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue