update source
This commit is contained in:
parent
1cee81b61b
commit
cc5b4543c0
1 changed files with 90 additions and 84 deletions
174
dragon.json
174
dragon.json
|
@ -1,87 +1,93 @@
|
|||
{
|
||||
"name": "Theta Helios",
|
||||
"acronym":"TH",
|
||||
"races": [
|
||||
{
|
||||
"name": "m3R1 FUCKER",
|
||||
"ability": [
|
||||
{}
|
||||
],
|
||||
"entries": [],
|
||||
"languageProficiencies": [
|
||||
{
|
||||
"any": 1,
|
||||
"common": true
|
||||
}
|
||||
],
|
||||
"size": "M",
|
||||
"speed": 30,
|
||||
"subraces": [
|
||||
{
|
||||
"name": "Basic",
|
||||
"ability": [
|
||||
{
|
||||
"str": 1,
|
||||
"dex": 1,
|
||||
"con": 1,
|
||||
"int": 1,
|
||||
"wis": 1,
|
||||
"cha": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Variant",
|
||||
"choose": true,
|
||||
"ability": [
|
||||
{
|
||||
"choose": {
|
||||
"from": [
|
||||
"str",
|
||||
"dex",
|
||||
"con",
|
||||
"int",
|
||||
"wis",
|
||||
"cha"
|
||||
],
|
||||
"count": 2
|
||||
[
|
||||
{
|
||||
"name": "Theta Helios",
|
||||
"acronym": "TH",
|
||||
"backgrouns": [],
|
||||
"classes": [],
|
||||
"feats": [],
|
||||
"races": [
|
||||
{
|
||||
"name": "m3R1 FUCKER",
|
||||
"ability": [
|
||||
{}
|
||||
],
|
||||
"entries": [],
|
||||
"languageProficiencies": [
|
||||
{
|
||||
"any": 1,
|
||||
"common": true
|
||||
}
|
||||
],
|
||||
"size": "M",
|
||||
"speed": 30,
|
||||
"subraces": [
|
||||
{
|
||||
"name": "Basic",
|
||||
"ability": [
|
||||
{
|
||||
"str": 1,
|
||||
"dex": 1,
|
||||
"con": 1,
|
||||
"int": 1,
|
||||
"wis": 1,
|
||||
"cha": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [],
|
||||
"feats": {
|
||||
"choose": 1
|
||||
]
|
||||
},
|
||||
"skillProficiencies": [
|
||||
{
|
||||
"choose": {
|
||||
"from": [
|
||||
"athletics",
|
||||
"acrobatics",
|
||||
"sleight of hand",
|
||||
"stealth",
|
||||
"arcana",
|
||||
"history",
|
||||
"investigation",
|
||||
"nature",
|
||||
"religion",
|
||||
"animal handling",
|
||||
"insight",
|
||||
"medicine",
|
||||
"perception",
|
||||
"survival",
|
||||
"deception",
|
||||
"intimidation",
|
||||
"performance",
|
||||
"persuasion"
|
||||
]
|
||||
{
|
||||
"name": "Variant",
|
||||
"choose": true,
|
||||
"ability": [
|
||||
{
|
||||
"choose": {
|
||||
"from": [
|
||||
"str",
|
||||
"dex",
|
||||
"con",
|
||||
"int",
|
||||
"wis",
|
||||
"cha"
|
||||
],
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"short": "In the reckonings of most worlds, humans are the youngest of the common races, late to arrive on the world scene and short-lived in comparison to dwarves, elves, and dragons.",
|
||||
"URL": "https://i.pinimg.com/originals/64/ad/d5/64add58df35a2e54b493f34cb266a7e2.jpg"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"entries": [],
|
||||
"feats": {
|
||||
"choose": 1
|
||||
},
|
||||
"skillProficiencies": [
|
||||
{
|
||||
"choose": {
|
||||
"from": [
|
||||
"athletics",
|
||||
"acrobatics",
|
||||
"sleight of hand",
|
||||
"stealth",
|
||||
"arcana",
|
||||
"history",
|
||||
"investigation",
|
||||
"nature",
|
||||
"religion",
|
||||
"animal handling",
|
||||
"insight",
|
||||
"medicine",
|
||||
"perception",
|
||||
"survival",
|
||||
"deception",
|
||||
"intimidation",
|
||||
"performance",
|
||||
"persuasion"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"short": "In the reckonings of most worlds, humans are the youngest of the common races, late to arrive on the world scene and short-lived in comparison to dwarves, elves, and dragons.",
|
||||
"URL": "https://i.pinimg.com/originals/64/ad/d5/64add58df35a2e54b493f34cb266a7e2.jpg"
|
||||
}
|
||||
],
|
||||
"spells": []
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue