A web-based tool for managing deck, recommending decks, and simulating strategies in the mobile game Trickcal Re:Vive. Built with React, TypeScript, and Vite, this project helps players optimize their gameplay by analyzing apostles (characters), presets, synergies, and more.
This tool is designed to enhance the Trickcal Re:vive experience by:
- Recommending optimal decks based on user-owned apostles.
- Simulating deck performance, including damage calculations, synergies, and role balances.
- Providing guides, tier lists, and data-driven insights for PVE/PVP content like Elias Frontier, Dimension Crash, Invasion.
- Allowing users to manage presets, analyze apostle stats, and explore game data (e.g., skills, artifacts, asides).
Key features include:
- Deck Simulator : Simulates deck performance to predict battle outcomes, including damage calculations, skill effects, personality synergies.
- Deck Recommender : Generates recommendations using algorithms.
- Apostle Management : Lists, searches, and selects apostles with personality filters.
- Synergy Analysis : Calculates scores for base, synergy, and total performance.
- Preset and Recommendation Sections : Displays preset combinations and recommended decks in grid views.
- Core : React, TypeScript, Vite
- Testing : Vitest, Zod
- Linting & Formatting : ESLint, Prettier
- Styling : Tailwind CSS, daisyUI
# Clone the repository
git clone https://github.com/initnirvana/trickcal-team-manager.git
# Navigate to the project directory
cd trickcal-team-manager
# Install dependencies
npm install
# Start the development server
npm run dev
# Build for production
npm run build
# Run tests
npm test
프로젝트를 개선하기 위한 여러분의 도움은 언제나 환영합니다!
- 버그 신고 / 기능 제안: 버그나 제안할 기능이 있다면 언제든지 Issue로 알려주세요.
- Fork the repository
- Create a feature branch :
git checkout -b feature/new-feature - Commit changes :
git commit -m 'feat : Add new feature' - Push to the branch :
git push origin feature/new-feature - Open a Pull Request
Inspired by Trickcal Re:vive community resources and data files (e.g., tier lists, apostle guides).
- All assets/data used in this repo is a property/copyright of EPIDGames. They are used for only non-commercial / informational / educational purposes only.
- Please note that all the assets and data are subject to the original copyright terms, and should not be used for commercial purposes without explicit permission from the copyright holders.
- This repo is not affiliated with the developers/creators of the game, and could be shutdown anytime with the request from the copyright holders.