Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tilda/enkanomiya
- Owner: tilda
- License: mit
- Created: 2021-09-23T00:15:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T14:46:19.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:04:05.416Z (5 months ago)
- Topics: genshin-impact, vuejs
- Language: Vue
- Homepage: https://enkanomiya.vercel.app
- Size: 649 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - tilda/enkanomiya - Calculate the "CRIT Value" (CV) of your artifacts easily, and more (Vue)
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