2023-07-12 23:10:52 +02:00
|
|
|
# Stanek
|
|
|
|
|
2023-07-27 22:46:00 +02:00
|
|
|
Allison is a bit crazy.
|
2023-07-28 01:00:59 +02:00
|
|
|
But her special [Augmentation](../basic/augmentations.md) is very useful despite its ~~bugs~~ features.
|
2023-07-27 22:46:00 +02:00
|
|
|
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 23:10:52 +02:00
|
|
|
|
2023-07-27 22:46:00 +02: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 23:10:52 +02:00
|
|
|
|
|
|
|
There are also special fragments called booster fragments which increase the power of the fragment it touches.
|