Git Product home page Git Product logo

onmyoji-soul-planner's Introduction

Onmyoji Soul Planner

Build with go build. This will create a binary called onmyoji-soul-planner.

To use the planner, you must first create a souls database. An example is provided in examples/souls.yaml. By default onmyoji-soul-planner will look for souls.yaml in the directory where you run it. You can change that by supplying the -soulsdb option.

The souls database has 6 keys - slot1-6 - that map to arrays of souls. Each soul must have a type, and can have any of atk, atkbonus, crit, critdmg, spd. Other attributes are currently ignored.

Note that this tool just checks all combinations of souls. So it gets slower the more souls you add to the souls database.

Solo

You can select a set of souls for a single Shikigami with

onmyoji-soul-planner [options] <shikigami> <main soul> [spd=<constraint>] [crit=<constraint>]

Constraints are an exact integer number or a range, such as 95-100. For example

onmyoji-soul-planner Onikiri Seductress spd=117-127

would optimize for average damage while going after Seimei, while

onmyoji-soul-planner "Ibaraki Doji" Shadow spd=125-128 crit=99-100

would be a good selection for the Ibaraki Doji + Kamikui Souls 10 team.

Team

You can also supply a file describing a whole team to optimize

onmyoji-soul-planner [options] <team.yaml>

You can try this out with examples/team.yaml using

onmyoji-soul-planner -soulsdb examples/souls.yaml examples/team.yaml

Options

  • -ignore-crit: Ignore crit when calculating damage, useful for fights that negate crit
  • -soulsdb string: A YAML file describing your souls (default "souls.yaml")

onmyoji-soul-planner's People

Contributors

mikaelsmith avatar

Watchers

 avatar  avatar  avatar

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.