forked from Fate-Games/FATE-character-sheet
- GOVERNANCE - LICENSE - MAINTAINERS - README - production/scruff.json - production/scruff.md - production/scruff.yaml - project-maintainers
84 lines
941 B
JSON
84 lines
941 B
JSON
{
|
|
"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"
|
|
}
|