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.
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
|
||
|
}
|
||
|
]
|
||
|
}
|