This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Maplestory Zero Assist Simulator | |
Original Author: @icepeng | |
Reference: @Monolith11 | |
Update (Sep 2025): @jj9810 | |
스킬 데이터는 KMS 풀공속 기준이며, V 매트릭스는 풀강 기준입니다. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
reuse.js | |
메이플스토리 스킬 재사용 초기화 시뮬레이션 | |
Special thanks to: @icepeng | |
*/ | |
// Skill Spec | |
const cooltime = 6000; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
깹이의 요술 방망이 시뮬레이터로 당신의 운을 시험해보세요! | |
이 코드는 MIT 허가서에 따라 배포됩니다. | |
확률 출처: https://maplestory.nexon.com/News/Popup/2019/MagicBat | |
*/ | |
var probTable = [ | |
[5, 5, 5, 5, 5, 5, 10, 20, 20, 20], |