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
13
FATE-Prism/production-01/02-Unknown-Name/README.md
Normal file
13
FATE-Prism/production-01/02-Unknown-Name/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Unknown Name
|
||||
|
||||
## Files of Importance
|
||||
|
||||
* README (this file)
|
||||
* [Character Sheet HTML Table](charactersheet.html)
|
||||
* [Character Sheet Markdown Table](charactersheet.md)
|
||||
* [Character Sheet JSON ver.](charactersheet.json)
|
||||
* [Character Sheet YAML ver.](charactersheet.yaml)
|
||||
|
||||
## Summary
|
||||
|
||||
This is character sheet created for [Unknown Name](#unknown-name).
|
||||
108
FATE-Prism/production-01/02-Unknown-Name/charactersheet.html
Normal file
108
FATE-Prism/production-01/02-Unknown-Name/charactersheet.html
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Player Name</th>
|
||||
<th>Character Name</th>
|
||||
<th>Sex</th>
|
||||
<th>Species.0</th>
|
||||
<th>Species.1</th>
|
||||
<th>Career</th>
|
||||
<th>Class</th>
|
||||
<th>Stats.0.HP</th>
|
||||
<th>Stats.0.MP</th>
|
||||
<th>Stats.0.MVMT</th>
|
||||
<th>Stats.0.FP</th>
|
||||
<th>Skills.0.3s.0</th>
|
||||
<th>Skills.0.2s.0</th>
|
||||
<th>Skills.0.2s.1</th>
|
||||
<th>Skills.0.1s.0</th>
|
||||
<th>Skills.0.1s.1</th>
|
||||
<th>Skills.0.1s.2</th>
|
||||
<th>Aspects.0.High Concept</th>
|
||||
<th>Aspects.0.Trouble/Flaw</th>
|
||||
<th>Stunts.0.Beetle Bind.0.Once/Turn.0</th>
|
||||
<th>Stunts.0.Beetle Bind.0.Once/Turn.1</th>
|
||||
<th>Stunts.0.Beetle Bind.0.Once/Turn.2</th>
|
||||
<th>Stunts.0.Beetle Bind.0.Once/Turn.3</th>
|
||||
<th>Stunts.0.Beetle Bind.0.Once/Turn.4</th>
|
||||
<th>Stunts.0.Burly Brawler.0</th>
|
||||
<th>Stunts.0.Burly Brawler.1</th>
|
||||
<th>Spells.0.1s.0.GLEAM</th>
|
||||
<th>Spells.0.0s/cantrips.0.PYRO</th>
|
||||
<th>Spells.0.0s/cantrips.0.CHRONO</th>
|
||||
<th>Spells.0.0s/cantrips.0.HOLY</th>
|
||||
<th>Spells.0.0s/cantrips.0.AERO</th>
|
||||
<th>Spells.0.0s/cantrips.0.HYDRO</th>
|
||||
<th>Spells.0.0s/cantrips.0.CURE</th>
|
||||
<th>Spells.0.0s/cantrips.0.STELLAR</th>
|
||||
<th>Spells.0.0s/cantrips.0.FROST</th>
|
||||
<th>Spells.0.0s/cantrips.0.STATIC</th>
|
||||
<th>Spells.0.0s/cantrips.0.NECRO</th>
|
||||
<th>Spells.0.0s/cantrips.0.STYGIAN</th>
|
||||
<th>Spells.0.0s/cantrips.0.STONE</th>
|
||||
<th>Resistences.0.Natural.0</th>
|
||||
<th>Resistences.0.Will.0</th>
|
||||
<th>Resistences.0.Rings.0</th>
|
||||
<th>Immunities.0.Natural.0</th>
|
||||
<th>Immunities.0.Will.0</th>
|
||||
<th>Immunities.0.Rings.0</th>
|
||||
<th>Weaknesses.0.Natural.0</th>
|
||||
<th>Weaknesses.0.Added.0</th>
|
||||
<th>Weapons.0.Fists/Feet</th>
|
||||
<th>Inventory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Atlas Core</td>
|
||||
<td>UNKNOWN</td>
|
||||
<td>Male</td>
|
||||
<td>Insect</td>
|
||||
<td>Stag Beetle Man</td>
|
||||
<td>Pro Wrestler</td>
|
||||
<td>Tank</td>
|
||||
<td>25</td>
|
||||
<td>10</td>
|
||||
<td>1</td>
|
||||
<td>0</td>
|
||||
<td>Physique</td>
|
||||
<td>Athletics</td>
|
||||
<td>Fight</td>
|
||||
<td>Academics</td>
|
||||
<td>Mana</td>
|
||||
<td>Rapport</td>
|
||||
<td></td>
|
||||
<td>Fear of irrelevance due to his age.</td>
|
||||
<td>ATTACK action</td>
|
||||
<td>Physique roll vs Phys/Athl/Stealth</td>
|
||||
<td>Neither player can use any AIM action</td>
|
||||
<td>Both players have DISADV on Athletics/Stealth dodge rolls</td>
|
||||
<td>Next HIT vs either player breaks lock</td>
|
||||
<td>Can dual-wield 3DMG TWO-HANDED & FLEXIBLE FIGHT weapons</td>
|
||||
<td>Each weapon can only be used one-handed</td>
|
||||
<td>gold</td>
|
||||
<td>red</td>
|
||||
<td>orange</td>
|
||||
<td>yellow</td>
|
||||
<td>green</td>
|
||||
<td>blue</td>
|
||||
<td>violet</td>
|
||||
<td>pink</td>
|
||||
<td>white</td>
|
||||
<td>silver</td>
|
||||
<td>gray</td>
|
||||
<td>black</td>
|
||||
<td>brown</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>1DMG</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
127
FATE-Prism/production-01/02-Unknown-Name/charactersheet.json
Normal file
127
FATE-Prism/production-01/02-Unknown-Name/charactersheet.json
Normal file
|
|
@ -0,0 +1,127 @@
|
|||
{
|
||||
"Player Name": "Atlas Core",
|
||||
"Character Name": "UNKNOWN",
|
||||
"Sex": "Male",
|
||||
"Species": [
|
||||
"Insect",
|
||||
"Stag Beetle Man"
|
||||
],
|
||||
"Career": "Pro Wrestler",
|
||||
"Class": "Tank",
|
||||
"Stats": [
|
||||
{
|
||||
"HP": "25",
|
||||
"MP": "10",
|
||||
"MVMT": "1",
|
||||
"FP": "0"
|
||||
}
|
||||
],
|
||||
"Skills": [
|
||||
{
|
||||
"3s": [
|
||||
"Physique"
|
||||
],
|
||||
"2s": [
|
||||
"Athletics",
|
||||
"Fight"
|
||||
],
|
||||
"1s": [
|
||||
"Academics",
|
||||
"Mana",
|
||||
"Rapport"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Aspects": [
|
||||
{
|
||||
"High Concept": "",
|
||||
"Trouble/Flaw": "Fear of irrelevance due to his age."
|
||||
}
|
||||
],
|
||||
"Stunts": [
|
||||
{
|
||||
"Beetle Bind": [
|
||||
{
|
||||
"Once/Turn": [
|
||||
"ATTACK action",
|
||||
"Physique roll vs Phys/Athl/Stealth",
|
||||
"Neither player can use any AIM action",
|
||||
"Both players have DISADV on Athletics/Stealth dodge rolls",
|
||||
"Next HIT vs either player breaks lock"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Burly Brawler": [
|
||||
"Can dual-wield 3DMG TWO-HANDED & FLEXIBLE FIGHT weapons",
|
||||
"Each weapon can only be used one-handed"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Spells": [
|
||||
{
|
||||
"1s": [
|
||||
{
|
||||
"GLEAM": "gold"
|
||||
}
|
||||
],
|
||||
"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": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Immunities": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Will": [
|
||||
"N/A"
|
||||
],
|
||||
"Rings": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Weaknesses": [
|
||||
{
|
||||
"Natural": [
|
||||
"N/A"
|
||||
],
|
||||
"Added": [
|
||||
"N/A"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Weapons": [
|
||||
{
|
||||
"Fists/Feet": "1DMG"
|
||||
}
|
||||
],
|
||||
"Inventory": []
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
| Player Name | Character Name | Sex | Species.0 | Species.1 | Career | Class | Stats.0.HP | Stats.0.MP | Stats.0.MVMT | Stats.0.FP | Skills.0.3s.0 | Skills.0.2s.0 | Skills.0.2s.1 | Skills.0.1s.0 | Skills.0.1s.1 | Skills.0.1s.2 | Aspects.0.High Concept | Aspects.0.Trouble/Flaw | Stunts.0.Beetle Bind.0.Once/Turn.0 | Stunts.0.Beetle Bind.0.Once/Turn.1 | Stunts.0.Beetle Bind.0.Once/Turn.2 | Stunts.0.Beetle Bind.0.Once/Turn.3 | Stunts.0.Beetle Bind.0.Once/Turn.4 | Stunts.0.Burly Brawler.0 | Stunts.0.Burly Brawler.1 | Spells.0.1s.0.GLEAM | Spells.0.0s/cantrips.0.PYRO | Spells.0.0s/cantrips.0.CHRONO | Spells.0.0s/cantrips.0.HOLY | Spells.0.0s/cantrips.0.AERO | Spells.0.0s/cantrips.0.HYDRO | Spells.0.0s/cantrips.0.CURE | Spells.0.0s/cantrips.0.STELLAR | Spells.0.0s/cantrips.0.FROST | Spells.0.0s/cantrips.0.STATIC | Spells.0.0s/cantrips.0.NECRO | Spells.0.0s/cantrips.0.STYGIAN | Spells.0.0s/cantrips.0.STONE | Resistences.0.Natural.0 | Resistences.0.Will.0 | Resistences.0.Rings.0 | Immunities.0.Natural.0 | Immunities.0.Will.0 | Immunities.0.Rings.0 | Weaknesses.0.Natural.0 | Weaknesses.0.Added.0 | Weapons.0.Fists/Feet | Inventory |
|
||||
| ----------- | -------------- | ---- | --------- | --------------- | ------------ | ----- | ---------- | ---------- | ------------ | ---------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ---------------------- | ----------------------------------- | ---------------------------------- | ---------------------------------- | ------------------------------------- | --------------------------------------------------------- | ------------------------------------- | ------------------------------------------------------- | --------------------------------------- | ------------------- | --------------------------- | ----------------------------- | --------------------------- | --------------------------- | ---------------------------- | --------------------------- | ------------------------------ | ---------------------------- | ----------------------------- | ---------------------------- | ------------------------------ | ---------------------------- | ----------------------- | -------------------- | --------------------- | ---------------------- | ------------------- | -------------------- | ---------------------- | -------------------- | -------------------- | --------- |
|
||||
| Atlas Core | UNKNOWN | Male | Insect | Stag Beetle Man | Pro Wrestler | Tank | 25 | 10 | 1 | 0 | Physique | Athletics | Fight | Academics | Mana | Rapport | | Fear of irrelevance due to his age. | ATTACK action | Physique roll vs Phys/Athl/Stealth | Neither player can use any AIM action | Both players have DISADV on Athletics/Stealth dodge rolls | Next HIT vs either player breaks lock | Can dual-wield 3DMG TWO-HANDED & FLEXIBLE FIGHT weapons | Each weapon can only be used one-handed | gold | red | orange | yellow | green | blue | violet | pink | white | silver | gray | black | brown | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 1DMG | |
|
||||
75
FATE-Prism/production-01/02-Unknown-Name/charactersheet.yaml
Normal file
75
FATE-Prism/production-01/02-Unknown-Name/charactersheet.yaml
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
Player Name: Atlas Core
|
||||
Character Name: UNKNOWN
|
||||
Sex: Male
|
||||
Species:
|
||||
- Insect
|
||||
- Stag Beetle Man
|
||||
Career: Pro Wrestler
|
||||
Class: Tank
|
||||
Stats:
|
||||
- HP: "25"
|
||||
MP: "10"
|
||||
MVMT: "1"
|
||||
FP: "0"
|
||||
Skills:
|
||||
- 3s:
|
||||
- Physique
|
||||
2s:
|
||||
- Athletics
|
||||
- Fight
|
||||
1s:
|
||||
- Academics
|
||||
- Mana
|
||||
- Rapport
|
||||
Aspects:
|
||||
- High Concept: ""
|
||||
Trouble/Flaw: Fear of irrelevance due to his age.
|
||||
Stunts:
|
||||
- Beetle Bind:
|
||||
- Once/Turn:
|
||||
- ATTACK action
|
||||
- Physique roll vs Phys/Athl/Stealth
|
||||
- Neither player can use any AIM action
|
||||
- Both players have DISADV on Athletics/Stealth dodge rolls
|
||||
- Next HIT vs either player breaks lock
|
||||
Burly Brawler:
|
||||
- Can dual-wield 3DMG TWO-HANDED & FLEXIBLE FIGHT weapons
|
||||
- Each weapon can only be used one-handed
|
||||
Spells:
|
||||
- 1s:
|
||||
- GLEAM: gold
|
||||
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:
|
||||
- N/A
|
||||
Immunities:
|
||||
- Natural:
|
||||
- N/A
|
||||
Will:
|
||||
- N/A
|
||||
Rings:
|
||||
- N/A
|
||||
Weaknesses:
|
||||
- Natural:
|
||||
- N/A
|
||||
Added:
|
||||
- N/A
|
||||
Weapons:
|
||||
- Fists/Feet: 1DMG
|
||||
Inventory: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue