forked from Fate-Games/CsC
Added Characters
- Ignis Dragonewt lv1 - Unknown Name(Wrestler) lv1 - Joseph Gallows lv1 - Chimo Kagumuro lv1 - Added Example HTML and Markdown - Added README for Chars
This commit is contained in:
parent
e5e97daee9
commit
7309d945d3
24 changed files with 1369 additions and 15 deletions
111
FATE-Prism/production-01/01-Ignis-Dragonewt/charactersheet.json
Normal file
111
FATE-Prism/production-01/01-Ignis-Dragonewt/charactersheet.json
Normal file
|
|
@ -0,0 +1,111 @@
|
|||
{
|
||||
"Player Name": "AI Ignister",
|
||||
"Character Name": "Ignis Dragonewt",
|
||||
"Sex": "Male",
|
||||
"Species": [
|
||||
"Reptile",
|
||||
"Dragon-man"
|
||||
],
|
||||
"Career": "Non-Professional Thief",
|
||||
"Class": "Rogue",
|
||||
"Stats": [
|
||||
{
|
||||
"HP": "10",
|
||||
"MP": "0",
|
||||
"MVMT": "1",
|
||||
"FP": "0"
|
||||
}
|
||||
],
|
||||
"Skills": [
|
||||
{
|
||||
"3s": [
|
||||
"Stealth"
|
||||
],
|
||||
"2s": [
|
||||
"Burglary",
|
||||
"Investigate"
|
||||
],
|
||||
"1s": [
|
||||
"Deceive",
|
||||
"Drive",
|
||||
"Resources"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Aspects": [
|
||||
{
|
||||
"High Concept": "Non-professional & charitable thief",
|
||||
"Trouble/Flaw": "Grew up poor, compelled to steal"
|
||||
}
|
||||
],
|
||||
"Stunts": [
|
||||
{
|
||||
"Flame Tongue": [
|
||||
{
|
||||
"Once/Turn": [
|
||||
"ATTACK action",
|
||||
"You can either;",
|
||||
"INFUSE PYRO into any WEAPON for free before using FIGHT/STEALTH.",
|
||||
"Cast TORCH for free (uses FIGHT/STEALTH to HIT)",
|
||||
"Casting TORCH in this way does NOT gain STEALTH bonuses on a HIT/MATCH)"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Deft Theft": [
|
||||
{
|
||||
"Once/Fight": [
|
||||
"Pay 1 MVMT",
|
||||
"BURGLARY roll vs ENEMY NOTICE roll to steal a random ITEM from that ENEMY in your ZONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Shadow Strike": [
|
||||
"Any STEALTH HIT with a WEAPON will make the TARGET unable to ATTACK you on their next turn, but you also cannot ATTACK that TARGET on your next turn."
|
||||
]
|
||||
}
|
||||
],
|
||||
"Spells": [],
|
||||
"Resistences": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Will": [
|
||||
"N/A"
|
||||
],
|
||||
"Rings": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Immunities": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Will": [
|
||||
"N/A"
|
||||
],
|
||||
"Rings": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Weaknesses": [
|
||||
{
|
||||
"Natural": [
|
||||
"Blue"
|
||||
],
|
||||
"Added": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Weapons": [
|
||||
{
|
||||
"Sword": "2DMG",
|
||||
"Fists/Feet": "1DMG"
|
||||
}
|
||||
],
|
||||
"Inventory": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue