Giter Club home page Giter Club logo

Comments (5)

heijuanmao avatar heijuanmao commented on August 18, 2024

感谢这位热心的高手对反馈的回应,真心希望您有机会深入的参与无名杀维护。
另,看到您对木牛流马代码运行的理解,还想请求一事,您可否制作出十周年版本木牛流马?即最多5张辎,满5张后不可继续放入,也不可直接移动。(出牌阶段限一次,你可以将一张手牌扣置于你装备区里的【木牛流马】下,至多五张。若如此做,你可以将此装备移动到一名其他角色的装备区里;你可以将此装备下的牌如手牌般使用或打出。)

from noname.

fossifer avatar fossifer commented on August 18, 2024

谢谢您的肯定,我可以帮忙进行维护,不知道您觉得是我在这里提交 pull request 的形式比较好还是怎么样,但如果交 pull request 的话可能会和您那边增加的代码冲突(这也是我这边自己弄了个仓库的原因)。
关于新版木牛流马,这个 commit 直接加了一张新卡 muniu_new 供参考,实际上只改了原来 muniu_skill 的 filter

				filter:function(event,player){
					var muniu=player.getEquip(5);
					if(muniu&&muniu.cards&&muniu.cards.length>=5) return false;
					return player.countCards('h')>0;
				},

判断当前“辎”是否已达到五张,若达到则不可发动后续效果。目前简单测试来看没有问题。

from noname.

Spmario233 avatar Spmario233 commented on August 18, 2024

思路很不错√
然而本人至少接下来的数月之内,并没有对其进行修改的想法。(AB1st的汉化为优先项目,没有精力去对所有的技能进行调整)
等该项目完成之后将会转向此内容的修改,但不会直接采用您的代码,而是采取更加通用的判断方法(从而兼容★甘宁等角色)。
木牛流马5张牌的限制,在本人看来是Online狗策划提高活动场难度的行为,故本人不会进行修改。

from noname.

fossifer avatar fossifer commented on August 18, 2024

OK没问题。我之前没注意回复者,有些误会了,不好意思(笑)

from noname.

Spmario233 avatar Spmario233 commented on August 18, 2024

…我好像更新完之后忘了关闭这个issue了?
木牛流马/星甘宁【锦帆】已经修改完成,AB1st的汉化也已经初步完成。

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.