Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tilda/enkanomiya

Calculate the "CRIT Value" (CV) of your artifacts easily, and more
https://github.com/tilda/enkanomiya

genshin-impact vuejs

Last synced: about 1 month ago
JSON representation

Calculate the "CRIT Value" (CV) of your artifacts easily, and more

Awesome Lists containing this project

README

        

# `enkanomiya`
> Enkanomiya (Japanese: 淵えん下か宮のみや "Abyssal Depths Palace"), originally known as Byakuya no Kuni (Japanese: 白夜国 "Land of the White Night, Midnight Sun"), is a location near Sangonomiya Shrine. It can be entered via a deep pool, and legend has it that the Watatsumi people originated from here.

(from the [Genshin Impact Wiki article](https://genshin-impact.fandom.com/wiki/Enkanomiya))

A web toolbox for the game [Genshin Impact](https://genshin.mihoyo.com).

# Features
- CV (Crit Value) Calculator
- Relatively simple but I'm lazy and don't feel like doing math
- Adventure Rank estimated time calculator
- No one ever seemed to think about this so I went ahead and did it myself
- ~~Don't look at how many days it will take to go from AR45 to AR60~~
- (Planned) recipe list
- Being a completionist is cursed
- Will include recipe locations, completion progress, etc.

## Development shit

Depending on what you want to do, here's the commands you'll want to run:

|Action |Command |
|---------------------|--------------------|
|Install dependencies | `npm i` |
|Run dev server | `npm run dev` [1] |
|Build for production | `npm run build` |
|Run linter | `npm run lint` |

Contributions are welcome, although I am confident this project will not need many, if at all.

[1] you can also use the `serve` script, but i much prefer using `dev` myself lol