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
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m31s
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
{
|
||||
"name": "Tech",
|
||||
"rank": 4,
|
||||
"main": true,
|
||||
"skills": []
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user