Enhance character profile integration with dynamic data fetching and role identification
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m31s

This commit is contained in:
2025-03-20 13:18:39 +01:00
parent 344caf5b52
commit c518cbf550
6 changed files with 31 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
{
"name": "Tech",
"rank": 4,
"main": true,
"skills": []
}
],

View File

@@ -1,8 +1,8 @@
{
"name": "Chase Révolte",
"handle": null,
"age": 25,
"roles": [{ "name": "Netrunner", "rank": 4 }],
"age": 23,
"roles": [{ "name": "Netrunner", "rank": 4, "main": true }],
"attributes": {
"int": 6,
"ref": 8,