Giter Club home page Giter Club logo

Comments (2)

luminous030 avatar luminous030 commented on August 18, 2024

看了下*\noname\resources\app\character\yijiang.js
里面跟孙休相关的有这些技能:

  • reyanzhu

  • reyanzhu2

  • rexingxue

  • rezhaofu

  • rezhaofu2

  • zhaofu

  • zhaofu2

  • xingxue

  • yanzhu

在宴诛发动成功的判断里也没有找到宴诛改相关的技能:
content:function(){ 'step 0' if(player.storage.reyanzhu||!target.countCards('e')) event._result={index:1}; else target.chooseControl().set('prompt',get.translation(player)+'发动了【宴诛】,请选择一项').set('choiceList',[ '将装备区内的所有牌交给'+get.translation(player)+'并令其修改技能', '弃置一张牌,并令下次受到的伤害+1直到下回合开始', ]).set('ai',function(){ if(_status.event.player.countCards('e')>=3) return 1; return 0; }); 'step 1' if(result.index==0){ player.gain(target.getCards('e'),'giveAuto',target); player.storage.reyanzhu=true; } else{ target.addTempSkill('reyanzhu2',{player:'phaseBegin'}); target.addMark('reyanzhu2',1,false); if(!player.storage.reyanzhu&&target.countCards('he')>0) target.chooseToDiscard('he',true); } },

from noname.

luminous030 avatar luminous030 commented on August 18, 2024

1.9.104中似乎bug修复了一部分, 但宴诛改的受伤增加只持续一轮.
希望后续版本修复!

from noname.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.