Working on 0.8.x

- NPC with all ring on strengths/weaknesses (CSS TODO).
- Removed Custom tech "Links" as they are in fact "Bonds" and need more work.
- Added Bonds, SignatureScroll, ItemPatterns and working on titles
This commit is contained in:
Vlyan
2021-05-09 14:43:46 +02:00
parent 0bef6afc66
commit cda02bd8c7
62 changed files with 1658 additions and 222 deletions

View File

@@ -0,0 +1,27 @@
{
"label": "Rouleaux de marque",
"mapping": {
"description": "data.description",
"book_reference": "data.book_reference"
},
"entries": [
{
"id": "Ichis Second Sight",
"name": "La seconde vision dIchi",
"description": "",
"book_reference": "LOutremonde p.108"
},
{
"id": "Hasegawas Denial",
"name": "Le refus dHasegawa",
"description": "",
"book_reference": "LOutremonde p.108"
},
{
"id": "Maikaras Rebuke",
"name": "La mercuriale de Maikara",
"description": "",
"book_reference": "LOutremonde p.108"
}
]
}