Added examples

This commit is contained in:
ellimist25 2020-11-13 21:46:01 -05:00
parent 5c6e39e633
commit ab23a67a72
9 changed files with 2070 additions and 0 deletions

View file

@ -0,0 +1 @@
{"name":"Ellimist Skywalker","builderVersion":"0.0.0","image":"","user":"","experiencePoints":64000,"species":{"name":"Kel Dor","abilityScoreImprovementSelectedOption":0,"abilityScoreImprovement":{}},"classes":[{"name":"Consular","levels":5,"hitPoints":[4,4,4,4],"abilityScoreImprovements":[{"type":"Ability Score Improvement","abilitiesIncreased":[{"name":"Wisdom","value":2}]}],"archetype":{"name":"Way of Balance"},"forcePowers":["Turbulence","Spirit Blade","Wound","Telemetry","Stun Droid","Stun","Telekinetic Storm","Sever Force"]},{"name":"Monk","levels":5,"hitPoints":[5,5,5,5,5],"abilityScoreImprovements":[{"type":"Ability Score Improvement","abilitiesIncreased":[{"name":"Wisdom","value":2}]}],"archetype":{"name":"Whills Order"}}],"baseAbilityScores":{"Strength":8,"Dexterity":14,"Constitution":13,"Intelligence":12,"Wisdom":15,"Charisma":10},"background":{"name":"Force Adept","feat":{"name":"Entertainer","type":"Feat"}},"characteristics":{"alignment":"Neutral Light","Personality Traits":"Personality Traits","Ideal":"Ideal","Bond":"Bond","Flaw":"Flaw","Gender":"Gender","Place of Birth":"Place of Birth","Age":"55","Height":"5'10\"","Weight":"Weight","Hair":"Hair","Eyes":"Eyes","Skin":"Skin","Appearance":"Appearance","Backstory":"Backstory"},"credits":0,"equipment":[{"name":"Combat suit","quantity":1,"category":"Equipment","equipped":true},{"name":"Shotosaber","quantity":"2","category":"Equipment","equipped":true},{"name":"Datacron Mark V","quantity":1,"category":"EnhancedItem"}],"currentStats":{"hitPointsLost":0,"temporaryHitPoints":0,"techPointsUsed":0,"forcePointsUsed":0,"superiorityDiceUsed":0,"hitDiceUsed":{},"deathSaves":{"successes":0,"failures":0},"hasInspiration":false,"featuresTimesUsed":{},"conditions":[],"exhaustion":0,"highLevelCasting":{"level6":false,"level7":false,"level8":false,"level9":false}},"tweaks":{},"customProficiencies":[],"customLanguages":[],"customFeatures":[],"customFeats":[],"customTechPowers":[],"customForcePowers":[],"customEquipment":[{"name":"Custom item","quantity":1,"equipmentCategory":"Gear","cost":"10","description":"Description of the thing","weight":1}],"settings":{"isEnforcingForcePrerequisites":true,"isFixedHitPoints":true,"abilityScoreMethod":"Standard Array"},"notes":""}

View file

@ -0,0 +1,170 @@
{
"name": "Ellimist Skywalker",
"builderVersion": "0.0.0",
"image": "",
"user": "",
"experiencePoints": 64000,
"species": {
"name": "Kel Dor",
"abilityScoreImprovementSelectedOption": 0,
"abilityScoreImprovement": {}
},
"classes": [
{
"name": "Consular",
"levels": 5,
"hitPoints": [
4,
4,
4,
4
],
"abilityScoreImprovements": [
{
"type": "Ability Score Improvement",
"abilitiesIncreased": [
{
"name": "Wisdom",
"value": 2
}
]
}
],
"archetype": {
"name": "Way of Balance"
},
"forcePowers": [
"Turbulence",
"Spirit Blade",
"Wound",
"Telemetry",
"Stun Droid",
"Stun",
"Telekinetic Storm",
"Sever Force"
]
},
{
"name": "Monk",
"levels": 5,
"hitPoints": [
5,
5,
5,
5,
5
],
"abilityScoreImprovements": [
{
"type": "Ability Score Improvement",
"abilitiesIncreased": [
{
"name": "Wisdom",
"value": 2
}
]
}
],
"archetype": {
"name": "Whills Order"
}
}
],
"baseAbilityScores": {
"Strength": 8,
"Dexterity": 14,
"Constitution": 13,
"Intelligence": 12,
"Wisdom": 15,
"Charisma": 10
},
"background": {
"name": "Force Adept",
"feat": {
"name": "Entertainer",
"type": "Feat"
}
},
"characteristics": {
"alignment": "Neutral Light",
"Personality Traits": "Personality Traits",
"Ideal": "Ideal",
"Bond": "Bond",
"Flaw": "Flaw",
"Gender": "Gender",
"Place of Birth": "Place of Birth",
"Age": "55",
"Height": "5'10\"",
"Weight": "Weight",
"Hair": "Hair",
"Eyes": "Eyes",
"Skin": "Skin",
"Appearance": "Appearance",
"Backstory": "Backstory"
},
"credits": 0,
"equipment": [
{
"name": "Combat suit",
"quantity": 1,
"category": "Equipment",
"equipped": true
},
{
"name": "Shotosaber",
"quantity": "2",
"category": "Equipment",
"equipped": true
},
{
"name": "Datacron Mark V",
"quantity": 1,
"category": "EnhancedItem"
}
],
"currentStats": {
"hitPointsLost": 0,
"temporaryHitPoints": 0,
"techPointsUsed": 0,
"forcePointsUsed": 0,
"superiorityDiceUsed": 0,
"hitDiceUsed": {},
"deathSaves": {
"successes": 0,
"failures": 0
},
"hasInspiration": false,
"featuresTimesUsed": {},
"conditions": [],
"exhaustion": 0,
"highLevelCasting": {
"level6": false,
"level7": false,
"level8": false,
"level9": false
}
},
"tweaks": {},
"customProficiencies": [],
"customLanguages": [],
"customFeatures": [],
"customFeats": [],
"customTechPowers": [],
"customForcePowers": [],
"customEquipment": [
{
"name": "Custom item",
"quantity": 1,
"equipmentCategory": "Gear",
"cost": "10",
"description": "Description of the thing",
"weight": 1
}
],
"settings": {
"isEnforcingForcePrerequisites": true,
"isFixedHitPoints": true,
"abilityScoreMethod": "Standard Array"
},
"notes": ""
}