gabriel-dehan / chronicondb-client

Chronicon (ARPG) item and skills database (React 17)
https://chronicondb.com
11 stars 4 forks source link

Chronicon DB

Official website: ChroniconDB

Table of Contents

Acknowledgement

This is a fan project. All data and game assets are not mine and the intellectual property of Subworld Games.

Starting up

How to get up to date item and skills data

Follow the Chronicon discord's instructions:

  Note: Tinka builds are usually Windows-only
  1) Right-click Chronicon in your Steam library and select Properties
  2) Click the BETAS tab, and enter the following code: tinkaistheking
  3) Click CHECK CODE, select "tinkabuilds" from the drop down list, and click CLOSE
  4) Wait for update to finish
Tinka commands:
  >    ctrl+i   = drop some random items
  >    shift+i  = dialogue to drop specific item id's
  >    ctrl+u   = drop a ton of scrolls
  >    shift+u  = drop a ton of gems
  >    ctrl+m   = spawn a pack of elites with the affix id specified
  >    shift+m  = dialogue to spawn specific enemies
  >    ctrl+p   = print an item list to file (in appdata location)
  >    ctrl+c   = obtain 10M crystals
  >    shift+k  = kill all enemies on screen

Those files will be located in your %LOCALAPPDATA%\Chronicon folder.

You can then use the command yarn parse:all VERSION_NUMBER

Example:

  yarn parse:all 1.10.2

This generates JSON files for items, skills and enchants in the engine/data/VERSION_NUMBER/extracts folder if you need those for your own projects.

There you go, chronicondb is now up to date.

Note: Since version 1.11.x the game extracts structure has changed and the source files are now normalized before the extract happens. If you are trying to extract old game data (< to 1.11.x) you might see a warning, it should be ignored.

Developers

I want your data for my own projects

It's all in there.

Contributing

If you are unfamiliar with the fork - branch - MR workflow, read this guide

Notes

Roadmap

Post release

Release

License

Important: this license only applies to the logic and application in itself and does not pertain to any data or assets coming from the game Chronicon which is the intellectual property of Subworld Games.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004

Copyright (C) 2004 Sam Hocevar sam@hocevar.net

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. You just DO WHAT THE FUCK YOU WANT TO.