forked from Fate-Games/CsC
Added Characters
- Fate PRISM
This commit is contained in:
parent
ef0e1caaa8
commit
afc12d1821
6 changed files with 251 additions and 0 deletions
131
FATE-Prism/examples/examplechar.json
Normal file
131
FATE-Prism/examples/examplechar.json
Normal file
|
|
@ -0,0 +1,131 @@
|
|||
{
|
||||
"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",
|
||||
"Green Potion MED",
|
||||
"3DMG ammo x10"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue