This web app simplifies the process of resolving the powerful additional effect of the Yu-Gi-Oh! card Simultaneous Equation Cannons. Input your available Xyz Ranks and Fusion Levels to generate a lookup table that highlights scenarios where you can use your Extra Deck cards to banish your opponent's field.
Simultaneous Equation Cannons requires solving the system of equations
- x = Rank(s) of the Xyz Monster(s) used
- y = Level of the Fusion Monster used
- c₁ = Rank or Level of an opponent’s face-up monster
- c₂ = Total number of cards in both players’ hands and on the field
The additional effect can only be applied when these equations have valid solutions using the Extra Deck monsters you have available.
You can access the web app through GitHub Pages:
- Select the Xyz Ranks and Fusion Levels available in your Extra Deck.
- View the generated lookup table to see possible resolutions of SEC's additional effect. Each tuple contains the required Xyz Rank and Fusion Level.
- Bun
- Clone the repository:
git clone https://github.com/atthakasem/SEC-LT.git && cd SEC-LT - Install dependencies:
bun install - Run the development server:
bun run dev
This project is licensed under the MIT License.
