68 lines
1.7 KiB
Markdown
68 lines
1.7 KiB
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# Respin
|
|
|
|
## Overview
|
|
The Respin feature is a popular mechanic in modern slot machine games that allows players to spin one or more reels again without restarting the entire game round.
|
|
|
|

|
|
|
|
### Main Scene
|
|
|
|
#### Start Respin
|
|
|
|
The **Respin** feature usually occurs after a specific win or condition is met.
|
|
|
|
**Scenes**
|
|
| Description | Image |
|
|
|--------------------------|------------------------------------|
|
|
|Create Respin Feature Node||
|
|
|
|
1. **Respin Trigger Result**
|
|
|
|

|
|
|
|
2. **Respin Re-Trigger Result**
|
|
|
|

|
|
|
|
3. **Respin Counter**
|
|
|
|
| Description | Image |
|
|
|-----------------------|------------------------------------|
|
|
| Number of respins ||
|
|
|
|
The respin feature ends when the number of respins reaches **zero**, and the game returns to the **normal mode**.
|
|
|
|
#### Handle Script Processes Data Respin
|
|
|
|
1. Handle Respin Response Event from Server:
|
|
- Override the class: `hyper-gaming-server-handler`
|
|
- The event name is usually: `respins`
|
|
|
|

|
|
|
|
**Processes** :
|
|
|
|
1. Trigger Data
|
|
|
|

|
|
|
|
2. Re-Trigger
|
|
|
|

|
|
|
|
#### Handle Script Respin Panel
|
|
|
|
- create class `feature-respin` override the class: `feature-game`: handle panel respin and manager ui feature respin.
|
|
|
|

|
|
|
|
- add script trigger / retrigger
|
|
|
|

|
|
|
|
|