forked from waifu/federated-love
graphs
This commit is contained in:
parent
5083f8289b
commit
f75cd0c23a
1 changed files with 42 additions and 4 deletions
44
outline.md
44
outline.md
|
@ -24,11 +24,49 @@ The script is divided in 3 general parts:
|
||||||
|
|
||||||
- Together, the group addresses Pleroma's issues with Mastodon users, promoting understanding and friendship.
|
- Together, the group addresses Pleroma's issues with Mastodon users, promoting understanding and friendship.
|
||||||
- Humorous encounters and light-hearted moments ensue as they navigate the peculiarities of each instance.
|
- Humorous encounters and light-hearted moments ensue as they navigate the peculiarities of each instance.
|
||||||
|
|
||||||
## Final decision
|
|
||||||
|
|
||||||
- Two climactic endings events involving all the mascots and MC, where they confront the source of the conflict and work towards a resolution.
|
- Two climactic endings events involving all the mascots and MC, where they confront the source of the conflict and work towards a resolution.
|
||||||
|
|
||||||
|
## Graphs
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
|
||||||
|
graph TD
|
||||||
|
|
||||||
|
subgraph "Introduction (Chapter 1)"
|
||||||
|
A[MC decides to install Pleroma] --> B[Pleroma-tan appears on the screen]
|
||||||
|
B --> C[Pleroma-tan begins to slowly reveal struggles]
|
||||||
|
C --> E[MC gets pulled into the Fediverse by Pleroma-tan]
|
||||||
|
E --> F[Chapter 2]
|
||||||
|
end
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
|
||||||
|
subgraph "Journey through Instances (Chapter 2)"
|
||||||
|
F[MC and Pleroma-tan embark on a walk around instances] --> G[Where should we go?]
|
||||||
|
G -->|Meet| H(Grumbulon)
|
||||||
|
G -->|Meet| I(Weeble)
|
||||||
|
H --> J[Grumbulon joins the group] --> G
|
||||||
|
I --> K[Weeble decides to stay] --> G
|
||||||
|
G -->|If met the two of them| L[Chapter 3]
|
||||||
|
end
|
||||||
|
```
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
|
||||||
|
subgraph "Conflict Resolution (Chapter 3)"
|
||||||
|
I[Group goes to see Mastodon users]
|
||||||
|
I -->|They get blocked| J[Pleroma-tan feels bad for MC]
|
||||||
|
J -->|Hug her| K[Pleroma-tan gets hugged by MC - Canon ending]
|
||||||
|
J -->|Nuke Mastodon| L[She looks at him, bitchslaps him and the novel ends]
|
||||||
|
end
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Characters
|
# Characters
|
||||||
|
|
||||||
1. **Pleroma-tan:**
|
1. **Pleroma-tan:**
|
||||||
|
|
Loading…
Add table
Reference in a new issue