diff --git a/FATE-Prism/examples/examplechar.json b/FATE-Prism/examples/examplechar.json new file mode 100644 index 0000000..b7c161f --- /dev/null +++ b/FATE-Prism/examples/examplechar.json @@ -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" + ] +} diff --git a/FATE-Prism/examples/examplechar.md b/FATE-Prism/examples/examplechar.md new file mode 100644 index 0000000..ff0bb9d --- /dev/null +++ b/FATE-Prism/examples/examplechar.md @@ -0,0 +1,9 @@ +| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-| +|Player Name|Character Name|Sex|Species|Career|Class|Stats| | | |Skills| | |Aspects| |Stunts| |Spells| | | | | | | | | | | | |Resistences| | |Immunities| | |Weaknesses| |Weapons|Inventory| +|Ronald McDonald|Sunny Sydup|Male|Rooster|Fast Food Worker|Gunman|HP|MP|MVMT|FP|3s|2s|1s|High Concept|Trouble/Flaw|FLIGHT (Chicken Wings)|POULTRY-GEIST|1s|0s/cantrips| | | | | | | | | | | |Natural|Will|Rings|Natural|Will|Rings|Natural|Added|Shotgun|Blue Magic Ring| +| | | |Rhode Island Red| | |20|10|2|1|Shoot|Drive|Academics|Wants to craft the perfect full course meal|Is a literal & metaphorical Chicken socially|You are hovering over one 'ZONE' over the BATTLEZONE|Once/Fight|Torch|PYRO|CHRONO|HOLY|AERO|HYDRO|CURE|STELLAR|FROST|STATIC|NECRO|STYGIAN|STONE|N/A|N/A|Blue|N/A|N/A|N/A|Blue|N/A|3DMG|Green Potion MED| +| | | | | | | | | | | |Physique|Craft| | |Can be activated by paying 1 MVMT during your turn|REACTION|Red|red|orange|yellow|green|blue|violet|pink|white|silver|gray|black|brown| | | | | | | | | |3DMG ammo x10| +| | | | | | | | | | | | |Mana| | |You move 1 ZONE per MVMT over the other characters, same as normal MVMT|Can become ethereal and completely DODGE one ATTACK that TARGETS you, then move to one nearby ZONE, leaving a trail of feathers behind.| | | | | | | | | | | | | | | | | | | | | | | | +| | | | | | | | | | | | | | | |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| | | | | | | | | | | | | | | | | | | | | | | | | diff --git a/FATE-Prism/examples/examplechar.yaml b/FATE-Prism/examples/examplechar.yaml new file mode 100644 index 0000000..1cdedf3 --- /dev/null +++ b/FATE-Prism/examples/examplechar.yaml @@ -0,0 +1,78 @@ +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 diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..c9dd6ac --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,8 @@ +# Project governance + +This file tasks the Project's maintainers (listed in the repository's [MAINTAINERS](MAINTAINERS.md) file) with: + +## Amendments + +The [project governance](#project-governance) rules and procedures MAY be amended or replaced using the procedures themselves. +The [MAINTAINERS](MAINTAINERS.md) of this project governance document is the total set of [MAINTAINERS](MAINTAINERS.md) from all Fate-Games. diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..9cf1103 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,9 @@ +The current Maintainers Group for the [FATE-character-sheet] Project consists of: + +| Name | Responsibilities | +| ------------------------------------------------- | ------------------------- | +| [riomoo](https://git.jester-designs.com/riomoo) | Building Character Sheets | + +This list must be kept in sync with the [Project CsC Maintainers list](MAINTAINERS.md). + +See [Governance](GOVERNANCE.md) for how maintainers are selected and replaced. diff --git a/README.md b/README.md new file mode 100644 index 0000000..9166a7f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Character Sheet Collection + +## License + +[![Custom badge](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fshare.jester-designs.com%2Fmedia%2Fbank%2Fkeep%2Fmit.json)](https://share.jester-designs.com/media/bank/keep/MIT-LICENSE.txt) + +## Project Template + +* README (this file) +* [MIT License](LICENSE) +* [A list of maintainers](MAINTAINERS.md) +* [Project governance](GOVERNANCE.md) + +## Summary + + This is a list of Character Sheets made with JSON and YAML.