Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/guidelines/content/unwelcome-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,21 @@ When these are acceptable:

- Bonus subsets or subsets specifically approved for grinding tasks are an exception to this policy and may be implemented.

## Overly RNG Reliant
## Overly RNG Reliant Without Purpose

Rely entirely on randomness, especially when there are extremely low odds.
Rely entirely on randomness and does not serve a purpose, especially when there are extremely low odds.

When these are acceptable:

- Games or mini-games where the randomness is a major aspect.

Examples of acceptable purpose:

- Rewarding an exclusive item (the item does not have to be useful to the player)
- Awarding an in-game achievement
- Displaying unique dialogue
- Playing a unique cutscene

## "Secret Achievements"

When the player has no indication of what they're going after.
Expand Down