Last active
February 15, 2017 05:05
-
-
Save FilBot3/e6324d6b95bdca859c806c53d133d95e to your computer and use it in GitHub Desktop.
Battletech's A Time of War Character Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "personal_data": { | |
| "name": "", | |
| "player": "", | |
| "height": 0, | |
| "weight": 0, | |
| "hair_color": "", | |
| "eye_color": "", | |
| "affiliation": "", | |
| "extra_information": [""] | |
| }, | |
| "attributes": { | |
| "strength": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "body": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "reflex": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "dexterity": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "intelligence": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "will": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "charisma": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| }, | |
| "edge": { | |
| "score": 0, | |
| "link": 0, | |
| "experience": 0 | |
| } | |
| }, | |
| "combat_data": { | |
| "condition_monitor": { | |
| "standard_damage": 40, | |
| "fatigue_damage": 40, | |
| "stun": 0 | |
| }, | |
| "movement": { | |
| "walk": 0, | |
| "run_evade": 0, | |
| "sprint": 0, | |
| "climb": 0, | |
| "crawl": 0, | |
| "swim": 0 | |
| }, | |
| "personal_armor": [ | |
| { | |
| "name": "Main", | |
| "location": "torso", | |
| "type": "", | |
| "bar_melee": "", | |
| "bar_ballistic": "", | |
| "bar_energy": "", | |
| "bar_explosive": "" | |
| }, | |
| { | |
| "name": "Main", | |
| "location": "torso", | |
| "type": "", | |
| "bar_melee": "Melee", | |
| "bar_ballistic": "", | |
| "bar_energy": "", | |
| "bar_explosive": "" | |
| }, | |
| { | |
| "name": "Main", | |
| "location": "torso", | |
| "type": "", | |
| "bar_melee": "Melee", | |
| "bar_ballistic": "", | |
| "bar_energy": "", | |
| "bar_explosive": "" | |
| }, | |
| { | |
| "name": "Main", | |
| "location": "torso", | |
| "type": "", | |
| "bar_melee": "Melee", | |
| "bar_ballistic": "", | |
| "bar_energy": "", | |
| "bar_explosive": "" | |
| } | |
| ], | |
| "weapons": [ | |
| { | |
| "name": "Martial Arts", | |
| "skill": "", | |
| "ap": "", | |
| "bd": "", | |
| "range": "melee", | |
| "ammo": "", | |
| "notes": "" | |
| }, | |
| { | |
| "name": "", | |
| "skill": "", | |
| "ap": "", | |
| "bd": "", | |
| "range_short": "", | |
| "range_medium": "", | |
| "range_long": "", | |
| "range_extra": "" | |
| }, | |
| { | |
| "name": "", | |
| "skill": "", | |
| "ap": "", | |
| "bd": "", | |
| "range_short": "", | |
| "range_medium": "", | |
| "range_long": "", | |
| "range_extra": "" | |
| }, | |
| { | |
| "name": "", | |
| "skill": "", | |
| "ap": "", | |
| "bd": "", | |
| "range_short": "", | |
| "range_medium": "", | |
| "range_long": "", | |
| "range_extra": "" | |
| } | |
| ] | |
| }, | |
| "traits": [ | |
| { | |
| "name": "", | |
| "trait_point": 0, | |
| "page_ref": 0, | |
| "experience": 0 | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "", | |
| "level": 0, | |
| "links": "", | |
| "target_number": 0, | |
| "target_complexity": "", | |
| "experience": 0 | |
| } | |
| ], | |
| "biography": { | |
| "life_module": [ | |
| { | |
| "name": "Early Childhood", | |
| "information": "" | |
| }, | |
| { | |
| "name": "Late Childhood", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| }, | |
| { | |
| "name": "", | |
| "information": "" | |
| } | |
| ], | |
| "other_notes": "" | |
| }, | |
| "inventory": [ | |
| { | |
| "item_name": "", | |
| "item_location": "", | |
| "item_data_statistics": "" | |
| } | |
| ], | |
| "c_bills": 0, | |
| "vehicle_data": [ | |
| { | |
| "model_name": "", | |
| "type": "", | |
| "mass": 0, | |
| "traits": [ | |
| { | |
| "name": "", | |
| "page": 0 | |
| } | |
| ], | |
| "notes": "" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment