Fork of https://github.com/modality/charred-black.
Short term, has some fixes.
Long term, may include a tool to create and edit stock/lifepath/skill/trait data.
http://charred.obscuritus.ca:8080/#/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
782 B
56 lines
782 B
2 years ago
|
{
|
||
|
"Trait 1": {
|
||
|
"cost": 0,
|
||
|
"type": "die",
|
||
|
"restrict": [
|
||
|
"testish",
|
||
|
"common"
|
||
|
],
|
||
|
"desc": ""
|
||
|
},
|
||
|
"testy": {
|
||
|
"cost": 0,
|
||
|
"type": "die",
|
||
|
"restrict": [
|
||
|
"testish",
|
||
|
"common"
|
||
|
],
|
||
|
"desc": ""
|
||
|
},
|
||
|
"Trait #3": {
|
||
|
"cost": 0,
|
||
|
"type": "die",
|
||
|
"restrict": [
|
||
|
"testish",
|
||
|
"common"
|
||
|
],
|
||
|
"desc": ""
|
||
|
},
|
||
|
"Night Eyed (Test)": {
|
||
|
"cost": 1,
|
||
|
"type": "die",
|
||
|
"restrict": [
|
||
|
"testish",
|
||
|
"common"
|
||
|
],
|
||
|
"desc": "The test version"
|
||
|
},
|
||
|
"Shy": {
|
||
|
"cost": 1,
|
||
|
"type": "character",
|
||
|
"restrict": [
|
||
|
"testish",
|
||
|
"lifepath"
|
||
|
]
|
||
|
},
|
||
|
"Special": {
|
||
|
"cost": 3,
|
||
|
"type": "die",
|
||
|
"restrict": [
|
||
|
"testish",
|
||
|
"special"
|
||
|
],
|
||
|
"desc": "Snowflake"
|
||
|
}
|
||
|
}
|