Corrected example grids found in stanek help

Updated the descriptions of all four example Stanek grids, updated
the contents of the third, and added spacing between the grids so
that it is clearer which grid each description refers to.
This commit is contained in:
Undeemiss 2022-04-13 15:46:09 -05:00
parent ab0f89cea1
commit 605851ddbd

@ -66,6 +66,7 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
user, Stat Fragments increase the efficacy of adjacent Stat Fragments by 10%, and do not need to be user, Stat Fragments increase the efficacy of adjacent Stat Fragments by 10%, and do not need to be
charged. charged.
</Typography> </Typography>
<br />
<DummyGrid <DummyGrid
width={4} width={4}
@ -86,8 +87,9 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
]} ]}
/> />
<Typography sx={{ fontStyle: "italic" }}> <Typography sx={{ fontStyle: "italic" }}>
This boost provides a bonus to the touching fragment This Booster Fragment provides a bonus to the adjacent Stat Fragment.
</Typography> </Typography>
<br />
<DummyGrid <DummyGrid
width={4} width={4}
@ -108,8 +110,10 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
]} ]}
/> />
<Typography sx={{ fontStyle: "italic" }}> <Typography sx={{ fontStyle: "italic" }}>
Even though the booster touches many tiles, the bonus is only applied once. Even though the Booster Fragment touches the Stat Fragment in multiple places, the bonus is only
applied once.
</Typography> </Typography>
<br />
<DummyGrid <DummyGrid
width={4} width={4}
@ -122,16 +126,17 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
fragment: Fragments.find((f) => f.id === 5) ?? Fragments[0], fragment: Fragments.find((f) => f.id === 5) ?? Fragments[0],
}), }),
new ActiveFragment({ new ActiveFragment({
x: 2, x: 1,
y: 0, y: 1,
rotation: 0, rotation: 0,
fragment: Fragments.find((f) => f.id === 105) ?? Fragments[0], fragment: Fragments.find((f) => f.id === 105) ?? Fragments[0],
}), }),
]} ]}
/> />
<Typography sx={{ fontStyle: "italic" }}> <Typography sx={{ fontStyle: "italic" }}>
Even though the booster touches many tiles, the bonus is only applied once. This Booster Fragment does nothing, as it is not touching a Stat Fragment.
</Typography> </Typography>
<br />
<DummyGrid <DummyGrid
width={4} width={4}
@ -158,10 +163,10 @@ export function StaneksGiftRoot({ staneksGift }: IProps): React.ReactElement {
]} ]}
/> />
<Typography sx={{ fontStyle: "italic" }}> <Typography sx={{ fontStyle: "italic" }}>
This booster provides bonus to all fragment it touches. This Booster Fragment provides a bonus to both Stat Fragments it's touching.
</Typography> </Typography>
<br /> <br />
<Typography> <Typography>
Stat Fragments are charged using the stanek.chargeFragment(rootX, rootY) NetScript API function. The Stat Fragments are charged using the stanek.chargeFragment(rootX, rootY) NetScript API function. The
charging process ordinarily takes 1000ms to complete, but only takes 200ms during bonus time. When the charging process ordinarily takes 1000ms to complete, but only takes 200ms during bonus time. When the