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.
133 lines
2.1 KiB
133 lines
2.1 KiB
{
|
|
"stock": "test",
|
|
"settings": {
|
|
"Test Setting": {
|
|
"Born Test": {
|
|
"time": 7,
|
|
"res": 5,
|
|
"skills": [
|
|
[
|
|
1,
|
|
"General"
|
|
]
|
|
],
|
|
"traits": [
|
|
2
|
|
],
|
|
"leads": [
|
|
"Nowhere"
|
|
],
|
|
"key_leads": [
|
|
"Nowhere Setting"
|
|
]
|
|
},
|
|
"A thing": {
|
|
"time": 5,
|
|
"res": 2,
|
|
"stat": [
|
|
[
|
|
2,
|
|
"p"
|
|
]
|
|
],
|
|
"skills": [
|
|
[
|
|
4,
|
|
"Testing",
|
|
"Forest-wise",
|
|
"Stealthy"
|
|
]
|
|
],
|
|
"traits": [
|
|
1
|
|
],
|
|
"leads": [
|
|
"Nowhere"
|
|
],
|
|
"key_leads": [
|
|
"Nowhere Setting"
|
|
]
|
|
}
|
|
},
|
|
"Nowhere Setting": {
|
|
"Born Nothing": {
|
|
"time": 0,
|
|
"res": 0,
|
|
"skills": [
|
|
],
|
|
"traits": [
|
|
],
|
|
"leads": [
|
|
],
|
|
"key_leads": [
|
|
]
|
|
},
|
|
"Not A Thing": {
|
|
"time": 15,
|
|
"res": 1,
|
|
"stat": [
|
|
[
|
|
1,
|
|
"pm"
|
|
]
|
|
],
|
|
"skills": [
|
|
[
|
|
2,
|
|
"Nothinging",
|
|
"Voiding"
|
|
]
|
|
],
|
|
"traits": [
|
|
3
|
|
],
|
|
"leads": [
|
|
"Somewhere"
|
|
],
|
|
"key_leads": [
|
|
"Somewhere Subsetting"
|
|
]
|
|
}
|
|
},
|
|
"Somewhere Subsetting": {
|
|
"Something Special": {
|
|
"time": 30,
|
|
"res": 21,
|
|
"stat": [
|
|
[
|
|
1,
|
|
"m"
|
|
],[
|
|
1,
|
|
"p"
|
|
],[
|
|
1,
|
|
"pm"
|
|
]
|
|
],
|
|
"skills": [
|
|
[
|
|
7,
|
|
"Specializing",
|
|
"Soothing",
|
|
"History",
|
|
"Sorcery",
|
|
"Spirit Binding",
|
|
"Harming"
|
|
]
|
|
],
|
|
"traits": [
|
|
3,
|
|
"Stubborn",
|
|
"Shy"
|
|
],
|
|
"leads": [
|
|
"Nowhere"
|
|
],
|
|
"key_leads": [
|
|
"Nowhere Setting"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|