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
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
Loading…
Add table
Add a link
Reference in a new issue