47 lines
725 B
TOML
47 lines
725 B
TOML
str=16
|
|
dex=16
|
|
consti=16
|
|
intell=13
|
|
wis=16
|
|
charis=16
|
|
|
|
profiency=2
|
|
prof_throws=["str","consti"]
|
|
prof_skills=["Perception","Insight","Athletics","Intimidation"]
|
|
skill_prof_bonuses=[["intell","dex"]]
|
|
|
|
|
|
[base_bonuses]
|
|
intell=2
|
|
charis=1
|
|
|
|
[base_modifiers]
|
|
str=3
|
|
dex=3
|
|
consti=3
|
|
intell=2
|
|
wis=3
|
|
charis=3
|
|
|
|
[list]
|
|
skills=[
|
|
["Acrobatics","dex"],
|
|
["Animal Handling","wis"],
|
|
["Arcana","intell"],
|
|
["Athletics","str"],
|
|
["Deception","charis"],
|
|
["History","intell"],
|
|
["Insight","wis"],
|
|
["Intimidation","charis"],
|
|
["Investigation","intell"],
|
|
["Medicine","wis"],
|
|
["Nature","intell"],
|
|
["Perception","wis"],
|
|
["Performance","charis"],
|
|
["Persuasion","charis"],
|
|
["Religion","intell"],
|
|
["Sleight of Hand","dex"],
|
|
["Stealth","dex"],
|
|
["Survival","wis"]
|
|
]
|