This is the skill tree simulator for SoulWorker game which is developed by Lion Games. The tree is developped with information source mainly from SoulWorker in Japan region. Feel free to fork and edit it (and redistribute/republish) for other regions.
Use the simulator released on Github Pages.
-
You can translate most of UI-related strings at docs/assets/Localization.js.
-
You can configure the simulator at docs/assets/DefaultConfig.js. For example:
- Add more character to the simulator: edit the
table_Character
, this will make your added character(s) appear on both homepage and others' skill tree page. - Change max level: edit the
maxCharacterLevel
, this will set default max level if not specified in character's JSON data. - Skill Point Table: edit the
table_SkillPoint
, configure the amount of SP gain for levels.
- Add more character to the simulator: edit the
(Read the comment in the JS files for more info)
Content is available under Commons Attribution-NonCommercial-ShareAlike unless stated. Official Art, Game Content and Screenshots are trademarks and copyrights of Lion Games and the game's publishers.
Special thanks to people who helped me on this simulator. See details.