This is an Angular pumping card simulator.
- Support for multiple mode, including standard/equipment/precision/extension
- Support for extracting custom items and probabilities.
- Batch Mode and more
- Extremely high level of simulation and experience.
Github Pages:
https://dyingsunlight.github.io/mock-kakin/
BAE(Asia):
http://mockkakin.duapp.com
All item can be Find In /src/app/gacha/resources
Mock-Kakin Can be deployed on static servers.
git clone
or download the entire project source code.npm install
Install all dependencies。npm run start
to run development mode or debugging。npm run build
will build in folderdefault
,application entry file isapp-index.html
。If you need to deploy on a specific path or encounter a resource path error, you can reference inpackage.json
building option。Optional
to enable Preloader ,copy all file inpreloader
and put all of them withapp-index.html
in a same folder. ,usingindex.html
as application entry to start。
If you have questions about deployment or encounter problems, please submit a issue
- All image resources have been subjected to lossy high pressure processing and no further compression is required.
- Due to the large number of picture resources used, a large number of requests will be generated when accessing. It is recommended to set the max-age of the Cache-Control of HTTP Header for all images as long as possible (the picture resources will hardly change). Can effectively reduce the number of requests.
- Recommended use Preloader to improve experience。