Last active
August 8, 2021 04:29
-
-
Save anarchivist/cfd6d68711abcf9fb96038d12cb102a9 to your computer and use it in GitHub Desktop.
Troika character sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"skill": 5, | |
"stamina": { | |
"max": 18, | |
"remaining": 15 | |
}, | |
"name": "Tom Sawyer", | |
"background": "River Child", | |
"luck": { | |
"max": 8, | |
"remaining": 8 | |
}, | |
"money": 5, | |
"inventory": [ | |
{ | |
"name": "Knife", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "Lantern", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "4 provisions", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "5 vials of quicksilver", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "10 foot oar (damage as maul)", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "Percussion cap box (with several bugs inside)", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "Straw Hat", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "silver mint julep cup", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "Brass knob", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "Martial arts book (Astral Combat)", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "5 candles - illusion magic?", | |
"slots": 1, | |
"notes": "" | |
}, | |
{ | |
"name": "Climbing supplies", | |
"slots": 1, | |
"notes": "" | |
} | |
], | |
"wearing": "Straw Hat\nFleece Vest\nSmelly penny loafers\nTransparent wings\n\n- \n\nPiece of paper - Architect Rahim Af Fib's advertisement seeking an apprentice\n\n- \nNote: message that begs apprentice to cease foolishness", | |
"skills": [ | |
{ | |
"name": "Rivercraft", | |
"rank": 4 | |
}, | |
{ | |
"name": "Lie", | |
"rank": 3 | |
}, | |
{ | |
"name": "Second Sight", | |
"rank": 2 | |
}, | |
{ | |
"name": "Sneak", | |
"rank": 2 | |
}, | |
{ | |
"name": "Run", | |
"rank": 1 | |
}, | |
{ | |
"name": "Mind Not For Rent", | |
"rank": 5 | |
}, | |
{ | |
"name": "Turn to Mist [spell]", | |
"rank": 1 | |
}, | |
{ | |
"name": "Life of the Party", | |
"rank": 2 | |
}, | |
{ | |
"name": "Quicksilver Resistance", | |
"rank": 2 | |
}, | |
{ | |
"name": "Mathmology", | |
"rank": 3 | |
}, | |
{ | |
"name": "Astral Combat", | |
"rank": 2 | |
} | |
], | |
"special": "The River Child can, and will, convince or trick another entity into doing any task they might qualify as labor for them, while retaining the credit.\n\nQuicksilver addiction\n\nQuicksilver bump w/o stamina penalty", | |
"weapons": [ | |
{ | |
"name": "Knife", | |
"damage": [ | |
2, | |
2, | |
2, | |
2, | |
4, | |
8, | |
10 | |
] | |
}, | |
{ | |
"name": "10 foot oar (damage as maul)", | |
"damage": [ | |
1, | |
2, | |
3, | |
6, | |
12, | |
13, | |
14 | |
] | |
} | |
], | |
"provisions": 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment