Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added template files #11

Merged
merged 11 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions templates/biography.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title:biography template
---

## Description
seanmakesgames marked this conversation as resolved.
Show resolved Hide resolved

A description of the character

## Brief Summary of character

Summary of character and interactions

## Appears in

List of events, channels, or places the character has appeared in
31 changes: 31 additions & 0 deletions templates/documentation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: documentation template
---

## Description

In-game description of the script or function

## Syntax

A description of the scripts or functions behavior

### Parameters

A list of parameters and their descriptions if applicable

### Return

What the function or script returns

#### CLI

return here

#### Script

return here

## Example

An example use of the function, in code, or script, in client and code
34 changes: 34 additions & 0 deletions templates/lock.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: lock template
---

## Description

In-game description of the lock, typically from sys.upgrades { full: true }

### Subheader for stats

stats?

## Behavior

A less spoilery description of the locks behavior.

Example outputs when given arguments correctly or incorrectly.
Example outputs should be iniside code blocks,

```
Success: True
```

## Solving

The arguments required for solving

### Subheaders that describe individual arguments

Spoilery description of each argument. Maybe a table of answers, maybe how a value is found.

## Example unlock

An example potentional solution written out for the cli
15 changes: 15 additions & 0 deletions templates/upgrade.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: upgrade template
---

## Description

In-game description of the lock, typically from sys.upgrades { full: true }

### Subheader for stats

stats?

## Behavior

A less spoilery description of the upgrades behavior