forked from Fate-Games/FATE-character-sheet
Added Files
- GOVERNANCE - LICENSE - MAINTAINERS - README - production/scruff.json - production/scruff.md - production/scruff.yaml - project-maintainers
This commit is contained in:
parent
e9cc56dfb9
commit
f20b764615
8 changed files with 200 additions and 0 deletions
84
production/scruff.json
Normal file
84
production/scruff.json
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"Owner Name": "Alice",
|
||||
"Character Name": "Scruffy the Alchemist",
|
||||
"Skills": [
|
||||
{
|
||||
"3s": [
|
||||
"Craft"
|
||||
],
|
||||
"2s": [
|
||||
"Academics",
|
||||
"Shoot"
|
||||
],
|
||||
"1s": [
|
||||
"Will",
|
||||
"Resources",
|
||||
"Mana"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Stunts": [
|
||||
{
|
||||
"Potion Crafting": [
|
||||
"Craft, Academics, and Resources are needed to make potions.",
|
||||
"Mana Points are used as Cost for making each potion."
|
||||
]
|
||||
}
|
||||
],
|
||||
"Spells": [
|
||||
{
|
||||
"2s": [
|
||||
"Dark",
|
||||
"Light"
|
||||
],
|
||||
"1s": [
|
||||
"Dark",
|
||||
"Ice",
|
||||
"Water"
|
||||
],
|
||||
"0s/cantrips": [
|
||||
"ALL"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Resistences": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Will": [
|
||||
"Dark"
|
||||
],
|
||||
"Rings": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Immunities": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Will": [
|
||||
"N/A"
|
||||
],
|
||||
"Rings": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Weaknesses": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Will": [
|
||||
"N/A"
|
||||
],
|
||||
"Rings": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Weapons": "Pistol"
|
||||
}
|
||||
6
production/scruff.md
Normal file
6
production/scruff.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|Owner Name|Character Name|Skills| | |Stunts|Spells| | |Resistences| | |Immunities| | |Weaknesses| | |Weapons|
|
||||
|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
|
||||
| | |3s|2s|1s|Potion Crafting|2s|1s|0s/cantrips|Natural|Will|Rings|Natural|Will|Rings|Natural|Will|Rings| |
|
||||
|Alice|Scruffy the Alchemist|Craft|Academics|Will|Craft, Academics, and Resources are needed to make potions.|Dark|Dark|ALL|N/A|Dark|N/A|N/A|N/A|N/A|N/A|N/A|N/A|Pistol|
|
||||
| | | |Shoot|Resources|Mana Points are used as Cost for making each potion.|Light|Ice| | | | | | | | | | | |
|
||||
| | | | |Mana| | |Water| | | | | | | | | | | |
|
||||
48
production/scruff.yaml
Normal file
48
production/scruff.yaml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Owner Name: Alice
|
||||
Character Name: Scruffy the Alchemist
|
||||
Skills:
|
||||
- 3s:
|
||||
- Craft
|
||||
2s:
|
||||
- Academics
|
||||
- Shoot
|
||||
1s:
|
||||
- Will
|
||||
- Resources
|
||||
- Mana
|
||||
Stunts:
|
||||
- Potion Crafting:
|
||||
- Craft, Academics, and Resources are needed to make potions.
|
||||
- Mana Points are used as Cost for making each potion.
|
||||
Spells:
|
||||
- 2s:
|
||||
- Dark
|
||||
- Light
|
||||
1s:
|
||||
- Dark
|
||||
- Ice
|
||||
- Water
|
||||
0s/cantrips:
|
||||
- ALL
|
||||
Resistences:
|
||||
- Natural:
|
||||
- N/A
|
||||
Will:
|
||||
- Dark
|
||||
Rings:
|
||||
- N/A
|
||||
Immunities:
|
||||
- Natural:
|
||||
- N/A
|
||||
Will:
|
||||
- N/A
|
||||
Rings:
|
||||
- N/A
|
||||
Weaknesses:
|
||||
- Natural:
|
||||
- N/A
|
||||
Will:
|
||||
- N/A
|
||||
Rings:
|
||||
- N/A
|
||||
Weapons: Pistol
|
||||
Loading…
Add table
Add a link
Reference in a new issue