add doc for respin
@ -4,4 +4,64 @@ sidebar_position: 3
|
|||||||
|
|
||||||
# Respin
|
# Respin
|
||||||
|
|
||||||
> To be added
|
## 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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
BIN
docs/03-setup-special-feature/img/respin/handle-event.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
docs/03-setup-special-feature/img/respin/handle-retrigger.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
docs/03-setup-special-feature/img/respin/handle-trigger.png
Normal file
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 1.5 KiB |
BIN
docs/03-setup-special-feature/img/respin/overview.png
Normal file
After Width: | Height: | Size: 503 KiB |
BIN
docs/03-setup-special-feature/img/respin/respin-left.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
docs/03-setup-special-feature/img/respin/retrigger.png
Normal file
After Width: | Height: | Size: 457 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 514 KiB |
BIN
docs/03-setup-special-feature/img/respin/trigger.png
Normal file
After Width: | Height: | Size: 425 KiB |