SHA256
1
0
Fork 0
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:
riomoo 2024-11-28 01:43:29 -05:00
parent e5e97daee9
commit 7309d945d3
Signed by: riomoo
SSH key fingerprint: SHA256:IidVcrEqw4r/6zlIASTgxRmFBmyRiZ/31wjlNkFzVG0
24 changed files with 1369 additions and 15 deletions

View file

@ -0,0 +1,13 @@
# Chimo Kagumuro
## 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 [Chimo Kagumuro](#chimo-kagumuro).

View file

@ -0,0 +1,98 @@
<table>
<thead>
<tr>
<th>Player Name</th>
<th>Character Name</th>
<th>Sex</th>
<th>Species.0</th>
<th>Career</th>
<th>Class</th>
<th>Specialization</th>
<th>Age</th>
<th>Height.0</th>
<th>Height.1</th>
<th>Gender/Sexuality.0</th>
<th>Gender/Sexuality.1</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.Amorphous Adaptation.0</th>
<th>Stunts.0.Amorphous Adaptation.1</th>
<th>Spells.0.3s.0.GRAVITY WELL</th>
<th>Spells.0.3s.0.HAILSTORM</th>
<th>Spells.0.2s.0.STAR SHOWER</th>
<th>Spells.0.2s.0.ICE SPIKES</th>
<th>Spells.0.1s.0.METEOROID</th>
<th>Spells.0.1s.0.CHILL BURST</th>
<th>Spells.0.0s/cantrips.0.STELLAR</th>
<th>Spells.0.0s/cantrips.0.FROST</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>Zivuth</td>
<td>Chimo Kagumuro</td>
<td>Female</td>
<td>Human</td>
<td>Exotic Dancer</td>
<td>Sorcerer</td>
<td>Ice and Space</td>
<td>27</td>
<td>180cm</td>
<td>190cm in heels</td>
<td>She/Her</td>
<td>Straight</td>
<td>10</td>
<td>20</td>
<td>1</td>
<td>0</td>
<td>Academics</td>
<td>Athletics</td>
<td>Mana</td>
<td>Drive</td>
<td>Fight</td>
<td>Rapport</td>
<td>Naturally gifted dancer &amp; sorcerer whom wishes to master all domains of magic</td>
<td>Egotistical + cannot resist good looking men</td>
<td>You only have access to SPACE and ICE magic</td>
<td>You get access to every SPACE and ICE spell at your respective PLUS</td>
<td>pink</td>
<td>white</td>
<td>pink</td>
<td>white</td>
<td>pink</td>
<td>white</td>
<td>pink</td>
<td>white</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>

View file

@ -0,0 +1,128 @@
{
"Player Name": "Zivuth",
"Character Name": "Chimo Kagumuro",
"Sex": "Female",
"Species": [
"Human"
],
"Career": "Exotic Dancer",
"Class": "Sorcerer",
"Specialization": "Ice and Space",
"Age": "27",
"Height": [
"180cm",
"190cm in heels"
],
"Gender/Sexuality": [
"She/Her",
"Straight"
],
"Stats": [
{
"HP": "10",
"MP": "20",
"MVMT": "1",
"FP": "0"
}
],
"Skills": [
{
"3s": [
"Academics"
],
"2s": [
"Athletics",
"Mana"
],
"1s": [
"Drive",
"Fight",
"Rapport"
]
}
],
"Aspects": [
{
"High Concept": "Naturally gifted dancer & sorcerer whom wishes to master all domains of magic",
"Trouble/Flaw": "Egotistical + cannot resist good looking men"
}
],
"Stunts": [
{
"Amorphous Adaptation": [
"You only have access to SPACE and ICE magic",
"You get access to every SPACE and ICE spell at your respective PLUS"
]
}
],
"Spells": [
{
"3s": [
{
"GRAVITY WELL": "pink",
"HAILSTORM": "white"
}
],
"2s": [
{
"STAR SHOWER": "pink",
"ICE SPIKES": "white"
}
],
"1s": [
{
"METEOROID": "pink",
"CHILL BURST": "white"
}
],
"0s/cantrips": [
{
"STELLAR": "pink",
"FROST": "white"
}
]
}
],
"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": []
}

View file

@ -0,0 +1,3 @@
| Player Name | Character Name | Sex | Species.0 | Career | Class | Specialization | Age | Height.0 | Height.1 | Gender/Sexuality.0 | Gender/Sexuality.1 | 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.Amorphous Adaptation.0 | Stunts.0.Amorphous Adaptation.1 | Spells.0.3s.0.GRAVITY WELL | Spells.0.3s.0.HAILSTORM | Spells.0.2s.0.STAR SHOWER | Spells.0.2s.0.ICE SPIKES | Spells.0.1s.0.METEOROID | Spells.0.1s.0.CHILL BURST | Spells.0.0s/cantrips.0.STELLAR | Spells.0.0s/cantrips.0.FROST | 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 |
| ----------- | -------------- | ------ | --------- | ------------- | -------- | -------------- | --- | -------- | -------------- | ------------------ | ------------------ | ---------- | ---------- | ------------ | ---------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ----------------------------------------------------------------------------- | -------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------- | -------------------------- | ----------------------- | ------------------------- | ------------------------ | ----------------------- | ------------------------- | ------------------------------ | ---------------------------- | ----------------------- | -------------------- | --------------------- | ---------------------- | ------------------- | -------------------- | ---------------------- | -------------------- | -------------------- | --------- |
| Zivuth | Chimo Kagumuro | Female | Human | Exotic Dancer | Sorcerer | Ice and Space | 27 | 180cm | 190cm in heels | She/Her | Straight | 10 | 20 | 1 | 0 | Academics | Athletics | Mana | Drive | Fight | Rapport | Naturally gifted dancer & sorcerer whom wishes to master all domains of magic | Egotistical + cannot resist good looking men | You only have access to SPACE and ICE magic | You get access to every SPACE and ICE spell at your respective PLUS | pink | white | pink | white | pink | white | pink | white | N/A | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 1DMG | |

View file

@ -0,0 +1,72 @@
Player Name: Zivuth
Character Name: Chimo Kagumuro
Sex: Female
Species:
- Human
Career: Exotic Dancer
Class: Sorcerer
Specialization: Ice and Space
Age: "27"
Height:
- 180cm
- 190cm in heels
Gender/Sexuality:
- She/Her
- Straight
Stats:
- HP: "10"
MP: "20"
MVMT: "1"
FP: "0"
Skills:
- 3s:
- Academics
2s:
- Athletics
- Mana
1s:
- Drive
- Fight
- Rapport
Aspects:
- High Concept: Naturally gifted dancer & sorcerer whom wishes to master all domains of magic
Trouble/Flaw: Egotistical + cannot resist good looking men
Stunts:
- Amorphous Adaptation:
- You only have access to SPACE and ICE magic
- You get access to every SPACE and ICE spell at your respective PLUS
Spells:
- 3s:
- GRAVITY WELL: pink
HAILSTORM: white
2s:
- STAR SHOWER: pink
ICE SPIKES: white
1s:
- METEOROID: pink
CHILL BURST: white
0s/cantrips:
- STELLAR: pink
FROST: white
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: []