forked from GitHub-Mirrors/foundry-sw5e
Added examples
This commit is contained in:
parent
5c6e39e633
commit
ab23a67a72
9 changed files with 2070 additions and 0 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
BIN
examples/.DS_Store
vendored
Normal file
BIN
examples/.DS_Store
vendored
Normal file
Binary file not shown.
1
examples/level-1/stromKlovrah.json
Normal file
1
examples/level-1/stromKlovrah.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"name":"Strom Klovrah","builderVersion":"0.4.23","image":"","user":"","experiencePoints":0,"species":{"name":"Human","abilityScoreImprovementSelectedOption":0,"abilityScoreImprovement":{"Dexterity":2,"Charisma":1}},"classes":[{"name":"Scout","levels":1,"hitPoints":[],"abilityScoreImprovements":[]}],"baseAbilityScores":{"Strength":8,"Dexterity":15,"Constitution":12,"Intelligence":13,"Wisdom":10,"Charisma":14},"background":{"name":"Bounty Hunter","feat":{"name":"Alert","type":"Feat"}},"characteristics":{"alignment":"Chaotic Balanced","Personality Traits":"","Ideal":"","Bond":"","Flaw":"","Gender":"","Place of Birth":"","Age":"","Height":"","Weight":"","Hair":"","Eyes":"","Skin":"","Appearance":"","Backstory":""},"credits":1700,"equipment":[{"name":"Combat suit","quantity":1,"category":"Equipment","equipped":true},{"name":"Blaster carbine","quantity":1,"category":"Equipment","equipped":true},{"name":"Power cell","quantity":"2","category":"Equipment"},{"name":"Vibrodagger","quantity":"2","category":"Equipment","equipped":false},{"name":"Wristpad","quantity":1,"category":"Equipment"}],"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":{"abilityScores":{"Wisdom":{"skills":{"Perception":{"proficiency":"Proficient"},"Survival":{"proficiency":"Proficient"},"Insight":{"proficiency":"Proficient"}}},"Intelligence":{"skills":{"Piloting":{"proficiency":"Proficient"}}},"Charisma":{"skills":{"Deception":{"proficiency":"Proficient"},"Persuasion":{"proficiency":"Proficient"}}}}},"customProficiencies":[],"customLanguages":[],"customFeatures":[],"customFeats":[],"customTechPowers":[],"customForcePowers":[],"customEquipment":[],"settings":{"isEnforcingForcePrerequisites":true,"isFixedHitPoints":false,"abilityScoreMethod":"Standard Array"},"notes":""}
|
155
examples/level-1/stromKlovrah_beautified.json
Normal file
155
examples/level-1/stromKlovrah_beautified.json
Normal file
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"name": "Strom Klovrah",
|
||||
"builderVersion": "0.4.23",
|
||||
"image": "",
|
||||
"user": "",
|
||||
"experiencePoints": 0,
|
||||
"species": {
|
||||
"name": "Human",
|
||||
"abilityScoreImprovementSelectedOption": 0,
|
||||
"abilityScoreImprovement": {
|
||||
"Dexterity": 2,
|
||||
"Charisma": 1
|
||||
}
|
||||
},
|
||||
"classes": [
|
||||
{
|
||||
"name": "Scout",
|
||||
"levels": 1,
|
||||
"hitPoints": [],
|
||||
"abilityScoreImprovements": []
|
||||
}
|
||||
],
|
||||
"baseAbilityScores": {
|
||||
"Strength": 8,
|
||||
"Dexterity": 15,
|
||||
"Constitution": 12,
|
||||
"Intelligence": 13,
|
||||
"Wisdom": 10,
|
||||
"Charisma": 14
|
||||
},
|
||||
"background": {
|
||||
"name": "Bounty Hunter",
|
||||
"feat": {
|
||||
"name": "Alert",
|
||||
"type": "Feat"
|
||||
}
|
||||
},
|
||||
"characteristics": {
|
||||
"alignment": "Chaotic Balanced",
|
||||
"Personality Traits": "",
|
||||
"Ideal": "",
|
||||
"Bond": "",
|
||||
"Flaw": "",
|
||||
"Gender": "",
|
||||
"Place of Birth": "",
|
||||
"Age": "",
|
||||
"Height": "",
|
||||
"Weight": "",
|
||||
"Hair": "",
|
||||
"Eyes": "",
|
||||
"Skin": "",
|
||||
"Appearance": "",
|
||||
"Backstory": ""
|
||||
},
|
||||
"credits": 1700,
|
||||
"equipment": [
|
||||
{
|
||||
"name": "Combat suit",
|
||||
"quantity": 1,
|
||||
"category": "Equipment",
|
||||
"equipped": true
|
||||
},
|
||||
{
|
||||
"name": "Blaster carbine",
|
||||
"quantity": 1,
|
||||
"category": "Equipment",
|
||||
"equipped": true
|
||||
},
|
||||
{
|
||||
"name": "Power cell",
|
||||
"quantity": "2",
|
||||
"category": "Equipment"
|
||||
},
|
||||
{
|
||||
"name": "Vibrodagger",
|
||||
"quantity": "2",
|
||||
"category": "Equipment",
|
||||
"equipped": false
|
||||
},
|
||||
{
|
||||
"name": "Wristpad",
|
||||
"quantity": 1,
|
||||
"category": "Equipment"
|
||||
}
|
||||
],
|
||||
"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": {
|
||||
"abilityScores": {
|
||||
"Wisdom": {
|
||||
"skills": {
|
||||
"Perception": {
|
||||
"proficiency": "Proficient"
|
||||
},
|
||||
"Survival": {
|
||||
"proficiency": "Proficient"
|
||||
},
|
||||
"Insight": {
|
||||
"proficiency": "Proficient"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Intelligence": {
|
||||
"skills": {
|
||||
"Piloting": {
|
||||
"proficiency": "Proficient"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Charisma": {
|
||||
"skills": {
|
||||
"Deception": {
|
||||
"proficiency": "Proficient"
|
||||
},
|
||||
"Persuasion": {
|
||||
"proficiency": "Proficient"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"customProficiencies": [],
|
||||
"customLanguages": [],
|
||||
"customFeatures": [],
|
||||
"customFeats": [],
|
||||
"customTechPowers": [],
|
||||
"customForcePowers": [],
|
||||
"customEquipment": [],
|
||||
"settings": {
|
||||
"isEnforcingForcePrerequisites": true,
|
||||
"isFixedHitPoints": false,
|
||||
"abilityScoreMethod": "Standard Array"
|
||||
},
|
||||
"notes": ""
|
||||
}
|
1
examples/level-1/stromKlovrah_foundry.json
Normal file
1
examples/level-1/stromKlovrah_foundry.json
Normal file
File diff suppressed because one or more lines are too long
521
examples/level-1/stromKlovrah_foundry_beautified.json
Normal file
521
examples/level-1/stromKlovrah_foundry_beautified.json
Normal file
File diff suppressed because one or more lines are too long
1221
examples/level-1/stromKlovrah_roll20.json
Normal file
1221
examples/level-1/stromKlovrah_roll20.json
Normal file
File diff suppressed because it is too large
Load diff
1
examples/level-5/ellimist_test_character.json
Normal file
1
examples/level-5/ellimist_test_character.json
Normal 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":""}
|
170
examples/level-5/ellimist_test_character_beautified.json
Normal file
170
examples/level-5/ellimist_test_character_beautified.json
Normal 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": ""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue