ENGLISH | 한국어 | 日本語
Dicey Tales
https://www.youtube.com/watch?v=MT6lLYAVf0k
Developer : Superlazy
https://x.com/DiceyTales_
Platform : Steam
Release Date : 2024.11
https://store.steampowered.com/app/3279980/Dicey_Tales/?l=koreana&curator_clanid=4777282
Contact : [email protected]
Description
- 주사위를 손에 쥐고 던지세요! TRPG 컨셉인 다이시 테일즈는 덱빌딩과 전략이 결합된 SRPG입니다. 다양한 영웅과 함께 최강의 원정대를 구성하세요. 당신의 전략적 판단과 약간의 운으로 보스를 물리치세요!
<aside>
🎲
Dice + Tactics
- 전투는 7×7 공간에서 진행됩니다. 주사위를 사용해 아군 영웅을 이동하고, 공격할 수 있습니다. 주사위의 눈을 조합해 강력한 스킬을 사용해 보세요!
</aside>
Screenshots
https://drive.google.com/file/d/1kEE7ODt_lqF4IfBLJYcFhA4m1YxSCEZm/view?usp=drive_link






function removeElementsByClass(className){
const elements = document.getElementsByClassName(className);
while(elements.length > 0){
elements[0].parentNode.removeChild(elements[0]);
}
}
removeElementsByClass("notion-overlay-container");
removeElementsByClass("notion-topbar");