2023-07-12 17:10:52 -04:00
|
|
|
# Stanek
|
|
|
|
|
2023-07-27 15:46:00 -05:00
|
|
|
Allison is a bit crazy.
|
|
|
|
But her special [Augmentation](../basic/augmentations.md) is very useful despites its ~~bugs~~ features.
|
|
|
|
The Gift consists of a grid of squares in which tetris-like pieces called fragments can be placed.
|
|
|
|
Each fragment boost a different player multiplier.
|
|
|
|
However, the fragments are not very powerful by themselves.
|
2023-07-12 17:10:52 -04:00
|
|
|
|
2023-07-27 15:46:00 -05:00
|
|
|
To increase the power of a fragment, the `ns.stanek.charge()` function needs to be called.
|
|
|
|
More threads means more power.
|
2023-07-12 17:10:52 -04:00
|
|
|
|
|
|
|
There are also special fragments called booster fragments which increase the power of the fragment it touches.
|