A WIP character sheet app for the Cyberpunk 2020 tabletop RPG. The goal of this project is to recreate the functionality of the CP2020 character sheet from pages 27 - 28 in the Cyberpunk 2020 2nd Edition Rulebook.
- Character name and Handle
- Class description
- Stats
- Damage track
- Damage detail view
- Highlighted skill list
- Placeholder view
- Highlighted list that filters skills
- Full skill list view
- Searchable lists for skills
- Custom skill support
- Persistence
- Editable values for each section
- Character Description
- Stats
- Skills
- Character Model
- Character info
- Damage
- Skills
- Skill models
- More complex modifiers for skills, stats, and weapons
- Modifier cell that lets you manually input modifiers with reasons
- Modifiers automatically added (i.e. equipment that modifies skills)
- Incoming damage calculator
- Standard bullets
- AP bullets
- Bladed weapons
- Monobladed weapons
- Weapons list
- Smart weapons
- Armor list
- New Armor Rules incorporated
- Armor that occupies the various zones and all body locations
- Encumbrance values
- Cyberware list
- Cyber body part replacements for Head, Torso, Arms, and Legs
- A list of Cyberwear that modifies your humanity
- Improved skills
- Taggable skills
- Resettable skills
- Skills that respond to skill modifiers
- Status display
- Damage and effects listed
- Cyberwear and its damage
- Interaction between relevant equipment/stats to calculate damage
- Skill tooltips to provide dice roll equations
- Lifepath list
- Character builder flow on first run
- Custom skill importing and exporting via JSON
- Importing from web address or Apple Files/iCloud
- Exporting to Apple Files/iCloud
This is just a fun side project for me to sharpen my iOS dev skills while making a useful utility for my tabletop gaming group. I do not hold any copyright to the Cyberpunk franchise and this is not intended for anything beyond personal use.
Currently I'm not accepting any PRs, as this project is intended mostly for practice for myself. This may change in the future, depending on whether this becomes bigger than a little side project.
Provided you have Xcode 10+, check out the repo and compile via Xcode. This project does not yet have code signing for devices.