Giter VIP home page Giter VIP logo

deresute-tools's Issues

Overload does not drain HP

Existing bug. Will not fix unless there will be a big meta change where CC does not perform better than OL.
Reason: The current architecture makes it difficult to implement skills like OL and Encore.

Alternate not applying -20% combo bonus on first activation?

So, I was messing around with the source code to see how it works and found something weird. Not really big bug though, since it is not common to use alt without other combo bonus with matching timer.

Steps to reproduce:

  1. Add self.notes_data.to_csv("test.csv") on line 87 of src/simulator.py
  2. Run the following lines
cards = [Card.from_query(i) for i in ["mio2", "karen4", "nagi2", "aiko4", "shin3", "sachiko2"]]
unit = Unit.from_list(cards)
live = Live()
live.set_music(music_name="M@GIC", difficulty=Difficulty.MASTER)
live.set_unit(unit)
sim = Simulator(live)
sim.simulate(perfect_play=True, support=113290)
exit()
  1. See exported "test.csv"
  2. On note 20-24, skill_2 (nagi2, alternate) activates without any other active skill that overrides the alternate -20% combo bonus, but bonuses_1 is still 0.
    On note 142, the same scenario happens but bonuses_1 is correctly -20

Is this the correct behavior? I don't have alternates in game so I can't check it.

tool.exe - Yoink fails due to Google Play layout update

As Title

Suggested Edits (for tool.exe):

- https://play.google.com/store/apps/details?id=jp.co.bandainamcoent.BNEI0242&hl=ja
+ https://play.google.com/store/apps/details?id=jp.co.bandainamcoent.BNEI0242&hl=ja&gl=US

- idx = content.find(u'現在のバージョン')
- app_ver = re.search('\\d\\.\\d\\.\\d', content[idx:idx + 200]).group(0).encode('ascii')
+ app_ver = re.search('\\["\\d+\\.\\d+\\.\\d+"', content).group(0)[2:-1].encode('ascii')

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.