CsC/FATE-Prism/examples/examplechar.json
riomoo 7309d945d3
Added Characters
- Ignis Dragonewt lv1
- Unknown Name(Wrestler) lv1
- Joseph Gallows lv1
- Chimo Kagumuro lv1
- Added Example HTML and Markdown
- Added README for Chars
2024-11-28 02:05:19 -05:00

133 lines
2.4 KiB
JSON

{
"Player Name": "Ronald McDonald",
"Character Name": "Sunny Sydup",
"Sex": "Male",
"Species": [
"Rooster",
"Rhode Island Red"
],
"Career": "Fast Food Worker",
"Class": "Gunman",
"Stats": [
{
"HP": "20",
"MP": "10",
"MVMT": "2",
"FP": "1"
}
],
"Skills": [
{
"3s": [
"Shoot"
],
"2s": [
"Drive",
"Physique"
],
"1s": [
"Academics",
"Craft",
"Mana"
]
}
],
"Aspects": [
{
"High Concept": "Wants to craft the perfect full course meal",
"Trouble/Flaw": "Is a literal & metaphorical Chicken socially"
}
],
"Stunts": [
{
"FLIGHT (Chicken Wings)": [
"You are hovering over one 'ZONE' over the BATTLEZONE",
"Can be activated by paying 1 MVMT during your turn",
"You move 1 ZONE per MVMT over the other characters, same as normal MVMT",
"Cannot ATTACK with, or be ATTACKED by, FIGHT weapons that are not FLEXIBLE, REACH, or THROWING",
"Any HIT will knock you to the ground until you reactivate FLIGHT"
],
"POULTRY-GEIST": [
{
"Once/Fight": [
"REACTION",
"Can become ethereal and completely DODGE one ATTACK that TARGETS you, then move to one nearby ZONE, leaving a trail of feathers behind."
]
}
]
}
],
"Spells": [
{
"1s": [
{
"Torch": "Red"
}
],
"0s/cantrips": [
{
"PYRO": "red",
"CHRONO": "orange",
"HOLY": "yellow",
"AERO": "green",
"HYDRO": "blue",
"CURE": "violet",
"STELLAR": "pink",
"FROST": "white",
"STATIC": "silver",
"NECRO": "gray",
"STYGIAN": "black",
"STONE": "brown"
}
]
}
],
"Resistences": [
{
"Natural": [
"N/A"
],
"Will": [
"N/A"
],
"Rings": [
"Blue"
]
}
],
"Immunities": [
{
"Natural": [
"N/A"
],
"Will": [
"N/A"
],
"Rings": [
"N/A"
]
}
],
"Weaknesses": [
{
"Natural": [
"Blue"
],
"Added": [
"N/A"
]
}
],
"Weapons": [
{
"Shotgun": "3DMG"
}
],
"Inventory": [
{
"Blue Magic Ring":"x1",
"Green Potion MED":"x1",
"3DMG ammo":"x10"
}
]
}