|
1 | 1 | import { Fragment } from 'inferno';
|
2 | 2 | import { useBackend, useLocalState } from '../backend';
|
3 |
| -import { Box, Button, Flex, Section, Tabs } from '../components'; |
| 3 | +import { Box, Button, Collapsible, Flex, Icon, Section, Tabs } from '../components'; |
4 | 4 | import { Window } from '../layouts';
|
5 | 5 |
|
6 | 6 | export const ArcaneTome = (props, context) => {
|
@@ -30,7 +30,40 @@ export const ArcaneTome = (props, context) => {
|
30 | 30 | <Section>
|
31 | 31 | {
|
32 | 32 | tabIndex === 0
|
33 |
| - && ("Nya") |
| 33 | + && ( |
| 34 | + <Box> |
| 35 | + <i>You are a cultist of <b>Nar-Sie</b>, the One who Sees, the Geometer of Blood. It has revealed to you the fact of Its existence by necessity, and graciously inducted you into Its followers so that you may better serve Its will.</i><br /><br /> |
| 36 | + <i>These archives serve as an <b>out-of-character</b> knowledge base for information about the cult, how your abilities work, and your ultimate goals. Refer back to it any time you're lost!</i><br/><br/> |
| 37 | + <Collapsible |
| 38 | + title="What is this?"> |
| 39 | + You're holding an <b>arcane tome</b>, a book that contains the rites and scriptures of the Geometer. <b>Every cultist should have a tome unless they have a good reason not to.</b> In addition to this informational page, you can browse <b>Runes</b> within a dedicated section of the tome, allowing you to see their functions or scribe them onto the ground. |
| 40 | + <br /><br /> |
| 41 | + If need be, your tome can serve as a weapon as well. Simply switch to Harm intent and attack your foes with it to deal burn damage. Naturally, it'll be abundantly obvious to the target that you're doing something otherworldly and very harmful. |
| 42 | + </Collapsible> |
| 43 | + <Collapsible |
| 44 | + title="What are runes?"> |
| 45 | + <b>Runes</b> are eldritch scrawlings, etched with precise shapes and words to invoke the power of Nar-Sie. They are the primary source of your power as a cultist, and they allow you to perform anomalous feats alike to magic. Some runes can be made into <b>talismans</b> that offer something akin to their abilities in a more portable form. |
| 46 | + <br /><br /> |
| 47 | + There are many different types of rune, each with their own functions and methods of use. In order to create a rune, you use your own blood, meaning that you'll take a small amount of damage each time you create one. To invoke a rune, simply click on it with an empty hand. |
| 48 | + <br /><br /> |
| 49 | + Runes are naturally very conspicuous, and you should be careful to keep them well-hidden to avoid drawing unnecessary suspicion. You can erase a rune by clicking on it with your tome - leaving no trace of its existence - or just mop it up like any regular spill. |
| 50 | + <br /><br /> |
| 51 | + Notably, AIs can't perceive runes. Instead, they just see them as a regular pool of blood. That's still conspicuous in its own right, mind you! |
| 52 | + </Collapsible> |
| 53 | + <Collapsible |
| 54 | + title="What are talismans?"> |
| 55 | + Runes are essential for success, but they can be difficult to lay down quickly. <b>Talismans</b> can be of use there; by invoking the <i>Imbue Talisman</i> rune with a blank sheet of paper on top and a relevant rune nearby, that rune can be "inscribed" onto the paper, which can then be consumed at any time to mirror its effects. |
| 56 | + <br /><br /> |
| 57 | + Talismans' effects are usually equivalent to that of their respective rune, but weaker. Some, however, can be vastly different; the Stun talisman, for instance, causes a heavy stun to a single target struck with the talisman, instead of disorienting everyone nearby. Cultists starting aboard the station are equipped with a special Supply talisman that allows them to make certain talismans for free or to create soul shards and construct shells. |
| 58 | + </Collapsible> |
| 59 | + <Collapsible |
| 60 | + title="What should I do?"> |
| 61 | + Depends! Stealth and infiltration are a cult's best ally, so unless you've already been ousted, it's never a bad idea to simply go back to what you were doing as if nothing had transpired. You can keep in touch with other cultists across distances and z-levels by using a <i>Communicate</i> rune, and coordinating in this manner is very important. |
| 62 | + <br /><br /> |
| 63 | + When you feel ready to introduce more people to the fold, you should go about it carefully. The <i>Convert</i> rune is opt-in - the convertee can simply keep refusing to join the cult and will take increasing damage instead - so above all else, remember to <b>roleplay</b> and make it an interesting experience. Don't just stun someone and drag them to the rune - lead up to it. Talk to them, manipulate them. Make their conversion <i>mean</i> something. |
| 64 | + </Collapsible> |
| 65 | + </Box> |
| 66 | + ) |
34 | 67 | || tabIndex === 1
|
35 | 68 | && (
|
36 | 69 | <Flex
|
|
0 commit comments