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/#/
26 lines
353 B
26 lines
353 B
2 years ago
|
{
|
||
|
"stock": "test",
|
||
|
"resources": [
|
||
|
{
|
||
|
"name": "Rags",
|
||
|
"type": "gear",
|
||
|
"rp": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "Riches",
|
||
|
"type": "gear",
|
||
|
"rp": 50
|
||
|
},
|
||
|
{
|
||
|
"name": "A firey soul",
|
||
|
"type": "gear",
|
||
|
"rp": 3
|
||
|
},
|
||
|
{
|
||
|
"name": "Chest or Footlocker",
|
||
|
"type": "gear",
|
||
|
"rp": 3
|
||
|
}
|
||
|
]
|
||
|
}
|