You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
2.1 KiB
52 lines
2.1 KiB
@layout PageLayout |
|
|
|
@inherits BasePage |
|
|
|
@inject IDataCollectionService DataCollectionService |
|
|
|
|
|
@page "/about" |
|
|
|
<LayoutMediumContentComponent> |
|
<WebsiteTitleComponent>About</WebsiteTitleComponent> |
|
|
|
<PaperComponent> |
|
<InfoBodyComponent> |
|
<InfoQuestionComponent> |
|
What is this website for? |
|
</InfoQuestionComponent> |
|
<InfoAnswerComponent> |
|
This is just a "yet another third-party tool" website for a video game. If you played a game like Path |
|
of Exile, you are probably already used to seeing a bunch of said tools. |
|
</InfoAnswerComponent> |
|
</InfoBodyComponent> |
|
<InfoBodyComponent> |
|
<InfoQuestionComponent> |
|
So what is <i>this</i> specific tool for? |
|
</InfoQuestionComponent> |
|
<InfoAnswerComponent> |
|
Ideally, this website will be a casual reference, for getting started with understanding the themes and |
|
game patterns of IMMORTAL: Gates of Pyre. That said, this tool is currently not near to achieving said |
|
goal. In the meantime, you can check out the simple calculator and database tools on this website. |
|
</InfoAnswerComponent> |
|
</InfoBodyComponent> |
|
<InfoBodyComponent> |
|
<InfoQuestionComponent> |
|
The game hasn't even been released. Isn't it a bit early for publishing community tools? |
|
</InfoQuestionComponent> |
|
<InfoAnswerComponent> |
|
Maybe 🙂 |
|
</InfoAnswerComponent> |
|
</InfoBodyComponent> |
|
<InfoBodyComponent> |
|
<InfoQuestionComponent> |
|
Any disclaimers? |
|
</InfoQuestionComponent> |
|
<InfoAnswerComponent> |
|
This website has no association with "SunSpear Games." Beyond that, any game data displayed on this |
|
website for "IMMORTAL: Gates of Pyre" may be inaccurate due to my own human error and time limitations. |
|
Use with caution. |
|
</InfoAnswerComponent> |
|
</InfoBodyComponent> |
|
</PaperComponent> |
|
</LayoutMediumContentComponent> |