Skip to content

Commit f05443b

Browse files
authored
Merge pull request #43 from ferynn/loreAddition
Lore Proposals and Articles
2 parents 2401689 + 1d9654d commit f05443b

3 files changed

Lines changed: 104 additions & 0 deletions

File tree

src/design/what-is-a-proposal.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ This also may fit proposals that are too vague. Usually, a maintainer will spell
4444
4545
```
4646

47+
## A Lore Proposal
48+
49+
A lore proposal is a submission of an article or content piece for canon status in the Funky environment. Articles may be developed and discussed in the Lore-Article-Review channel of discord, but must undergo a proper review via submission to the lore-proposals folder. The submission template is located in the design folder of src
50+
51+
The reasons for why a lore proposal may be denied include:
52+
53+
* The proposal does contradicts the core vision and goal of the Funkystation project
54+
* The proposal has goes against one our core design principles
55+
* The proposal requires further changes or review to meet standards, whether in grammar or content
56+
* The proposal does not properly explore the ramifications of the change on the setting and game
57+
4758
## What are the chances my proposal gets accepted?
4859

4960
To be truthful, we won't know until you propose it. We can give you some expectations though.

src/lore/lore-articles/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Lore Article Repo
2+
3+
This folder exists to hold lore articles. Any additions to this repo or changes to existing lore docs must be done through a PR, where the lore proposal template is followed.
4+
5+
Full text of lore articles will be placed here, and edited through proposals.

src/lore/lore_proposal_template.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Short, Properly Capitalized Title
2+
3+
Your title should convey the basic jist of your proposed changes. It should be short because the text will be linked in the sidebar.
4+
5+
| Writers | Game Changes Required | GitHub Links |
6+
|---|---|---|
7+
| Your Names Here | :white_check_mark: Changes Required or :warning: Changes Recommended or :x: No | Game PR Links or TBD |
8+
9+
`Writers` should be the names that you use on GitHub and/or Discord. This is optional but strongly recommended, since:
10+
11+
- This acknowledges credit where it is due
12+
- People who are confused about the written intent can use this information to contact the authors
13+
- For larger scale collaborations, list the main organizers
14+
15+
`Game Changes Required` is if the proposed lore change requires changes made to game itself, or design philosophy and direction.
16+
17+
Github links can include multiple PRs. Game design PRs are not required, but a helpful addition if they are associated with the proposed lore change.
18+
19+
## Required Affirmation
20+
21+
-- Confirm the following by placing an X in the brackets [X]:
22+
- [ ] I acknowledge that my lore contribution can be iterated on in the future, and potentially changed. Lore is a community project from all members and of mutual ownership, though properly attributed to writers.
23+
- [ ] I acknowledge that lore and development work in tandem, and both can change each other. Lore can and will be changed as required to fit the needs of greater development goals.
24+
25+
-- You should understand that not following the above may get your proposal closed at lore maintainer’s discretion
26+
27+
## Overview
28+
29+
A very short, maybe three sentence summary of what this proposal is about. A high level "overview" or "what this adds".
30+
31+
## Background
32+
33+
Summarize any information that is needed to contextualize the proposed changes, e.g. vision for how this changes the game, reasoning for the change, goals for future work.
34+
35+
Also link any relevant discussions on Discord, GitHub, or HackMD that are relevant to the proposal.
36+
37+
## Setting Impact
38+
39+
Describe how much the proposed lore change will affect the greater setting at large. Is this a small change, or something more foundational to the setting itself and how we see it? How much will this shift how people interact with and envision the game? If the proposal will affect or change the playerbase's approach and perception towards the game, describe the potential positives and negatives you forsee.
40+
41+
Examples:
42+
| Low | Moderate | High |
43+
|---|---|---|
44+
| Fun facts about an asteroid in deep space | Introduction of a new company or faction | Nanotrasen and the Syndicate are in an alliance|
45+
46+
47+
## Required Dev Work
48+
49+
How much work is required to properly reflect this lore change in game? Is it a low impact change or high? Are there any plans to implement this change already organized? If dev work is required, has discussion occured with associated parties who contributed to the current setup?
50+
51+
Examples:
52+
| Zero| Low| Moderate | High |
53+
|---|---|---|---|
54+
| Zero work needed | Changing wording on select documents |Creation of new mechanics or art, potentially several PRs| Nanotrasen's color scheme is now Red and Gold, except on Tuesdays|
55+
56+
## Design and Lore Space
57+
58+
Lore is an ever shifting and collaborative effort, working in tandem with the game development. Does this change provide new space for lore and game development or does it shrink it? Does it close off or limit further creative development in this space, or does it provide a launching off point for further efforts?
59+
60+
## Roundflow & Player interaction
61+
62+
What sort of gameplay or roleplay changes will result from this change, both from a player and admin side? Do you envision it having an impact on how rounds play or feel? Do you feel these changes will arise organically, or will they require prodding and reinforcement?
63+
64+
## Game Design Rationale (if applicable)
65+
66+
Consider addressing:
67+
- How does the feature align with our [Core Design Principles](../design/design-principles.md) and game philosphy?
68+
69+
70+
## Administrative & Server Rule Impact (if applicable)
71+
72+
- Does this feature introduce any new rule enforcement challenges or additional workload for admins?
73+
- Could this feature increase the likelihood of griefing, rule-breaking, or player disputes?
74+
- How are the rules enforced mechanically by way the feature will be implemented?
75+
76+
## Lore Articles
77+
78+
Your PR should put the full article of their lore in the lore-articles folder. If the proposal is to modify an existing lore article, the PR should modify those files.
79+
80+
If a new lore article is made, the file title should be a descriptive and general name. All lore submissions should be in a github markdown file (.md)
81+
82+
Ex:
83+
| Bad | Good |
84+
|---|---|
85+
| mylore.md, cybersun_ferynn.md, syndicatelore.md | gorlexmarauders.md, deathsquad.md|
86+
87+
88+
Please list any newly created or modified lore articles here.

0 commit comments

Comments
 (0)