-
Notifications
You must be signed in to change notification settings - Fork 76
Home
Languages: React.js (JavaScript library), Python (Some scripts)
Most of this program was written by hoshimi.
Fork → Commit → Creating a pull request
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests
-
PaaS "Heroku"
GitHub Integration (Heroku GitHub Deploys)
heroku 初級編 - GitHub から deploy してみよう - - Qiita -
Cloud IDE "CodeSandbox"
https://github.com/MotocalDevelopers/motocal/pull/179 -
Cloud IDE "Gitpod"
Open https://gitpod.io/# + branch URL
Browser Extension: https://www.gitpod.io/docs/browser-extension/
Bookmarklet (by kei):javascript:location.href="https://gitpod.io/#"+location.href
-
Check skill amount
"Chara Data, Skill Amount" → "Skill Amount"(「キャラ情報・スキル合計値」 → 「スキル合計」) -
On error
F12 → Console tab -
Save data is stored on local storage. If you want to handle multiple environments, use Chrome's "incognito mode".
- global_logic.js : Do most of the calculations.
- supplemental.js : Calculate Supplemental damage.
- support_filter.js :
- global_const.js : Define various effect sizes.
- content.js :
- result.js : Calculated results.
- chart.js : Enmity Graph.
- simulator.js : Damage Simulator.
- profile.js : Player tab.
- summon.js : Summon tab.
- chara.js : Chara tab.
- armlist.js : Weapon tab.
- notice.js : Save tab.
- result.js : Calculated results.
- translate.js : Define multilingual words.
- charaData.txt : A copy of charactor data from a Japanese wiki.
- armData-xxx.txt : A copy of weapon data from a Japanese wiki.
- chara-translation.json : English name of the characters.
- arm-translation.json : English name of the weapons.
- arm_data_converter.py : Generate weapon data based on txt_source.
- chara_data_converter.py : Generate charactor data based on txt_source.
Write in Google Form or this repositorys Issues.
You can receive notifications via browser or email by registering for "Watch".
https://help.github.com/en/articles/about-notifications
- Motocal Development Blog (Archive) by hoshimi
- Development / Operation Motocal Discord
- 以前のmotocalソース(コメント日本語ver)
- motocalソース概要 by ymkn
Anyone please edit.