You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **[Zettlr](https://www.zettlr.com/)** (Free) - Academic-focused with great cross-reference support
650
+
- **[Joplin](https://joplinapp.org/)** (Free) - Note-taking app with excellent markdown support
651
+
652
+
### Web-Based
653
+
- **GitHub** - View files directly in your browser at the repository
654
+
- **GitLab/Gitea** - If you prefer other Git platforms
655
+
656
+
**Recommendation:** Obsidian is particularly good for this documentation because it can visualize the connections between characters, magic schools, and world elements as an interactive graph.
657
+
639
658
## MCP Server Integration
640
659
641
660
These files are designed to be served by the MCP server as static content, eliminating the need for dynamic page crawling.
Copy file name to clipboardExpand all lines: site/public/data/classes.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
{
2
2
"classes": {
3
-
"base": {
3
+
"core": {
4
4
"warrior": {
5
5
"name": "Warrior",
6
6
"description": "Masters of physical combat, skilled with a variety of weapons and armor. The backbone of military forces and those who rely on strength and martial prowess.",
7
-
"populationPercentage": 59,
7
+
"populationPercentage": 65,
8
8
"alternativeNames": [
9
9
"Fighter",
10
10
"Knight",
@@ -14,7 +14,7 @@
14
14
"rogue": {
15
15
"name": "Rogue",
16
16
"description": "Experts in stealth, agility, and cunning, often excelling in dexterous skills and unconventional approaches. Include skilled workers, scouts, and those who rely on finesse.",
Copy file name to clipboardExpand all lines: site/src/pages/home.tsx
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -70,21 +70,6 @@ function Home() {
70
70
</dt>
71
71
<dd>Reserved for the most powerful beings in existence. SSS-rank characters are god-like and can shape the course of history.<br/>Combat: can take on entire armies, causing act-of-god level devastation.<br/>Skill: unparalleled and can achieve the impossible.</dd>
Copy file name to clipboardExpand all lines: site/src/pages/relationships.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ function Relationships() {
8
8
<p>Relationship archetypes are common character tropes found in various forms of media, particularly in anime, manga, and visual novels. These archetypes describe different ways characters express their affection and interact with their love interests. When a character is assigned an archetype it should influence or override their alignement temperament, especially in romantic situations.</p>
9
9
10
10
<h3>Common Archetypes</h3>
11
-
<p>These make up about 60% of character relationships.</p>
11
+
<p>These make up about 80% of character relationships.</p>
12
12
<table>
13
13
<thead>
14
14
<tr>
@@ -124,7 +124,7 @@ function Relationships() {
124
124
125
125
126
126
<h3>Uncommon Archetypes</h3>
127
-
<p>These make up about 30% of character relationships.</p>
127
+
<p>These make up about 19% of character relationships.</p>
128
128
<table>
129
129
<thead>
130
130
<tr>
@@ -163,7 +163,7 @@ function Relationships() {
163
163
</table>
164
164
165
165
<h3>Rare Archetypes</h3>
166
-
<p>These make up about 10% of character relationships.</p>
166
+
<p>These make up about 1% of character relationships.</p>
0 commit comments