Add character data and enhance character sheet layout with dynamic content
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m10s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m10s
This commit is contained in:
53
assets/game-data/characters/carver.json
Normal file
53
assets/game-data/characters/carver.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "Carver Wright",
|
||||
"handle": "Crash",
|
||||
"age": 45,
|
||||
"roles": [
|
||||
{
|
||||
"name": "Tech",
|
||||
"rank": 4,
|
||||
"skills": []
|
||||
}
|
||||
],
|
||||
"attributes": {
|
||||
"int": 7,
|
||||
"ref": 8,
|
||||
"dex": 7,
|
||||
"tech": 7,
|
||||
"cool": 5,
|
||||
"will": 4,
|
||||
"luck": 7,
|
||||
"move": 5,
|
||||
"body": 7,
|
||||
"emp": 5,
|
||||
"humanity": 58
|
||||
},
|
||||
"skills": [
|
||||
{ "name": "", "rank": 5 },
|
||||
{ "name": "", "rank": 3 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 6 },
|
||||
{ "name": "", "rank": 3 },
|
||||
{ "name": "Sprache: Streetslang", "rank": 2 },
|
||||
{ "name": "Sprache: Muttersprache", "rank": 4 },
|
||||
{ "name": "Ortskunde: zu Hause", "rank": 4 },
|
||||
{ "name": "", "rank": 3 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 4 },
|
||||
{ "name": "", "rank": 3 },
|
||||
{ "name": "", "rank": 5 },
|
||||
{ "name": "", "rank": 6 },
|
||||
{ "name": "", "rank": 5 },
|
||||
{ "name": "", "rank": 4 }
|
||||
],
|
||||
"housing": {
|
||||
"type": "Frachtcontainer",
|
||||
"location": "Night City",
|
||||
"owned": false
|
||||
},
|
||||
"lifestyle": "Kibble"
|
||||
}
|
||||
47
assets/game-data/characters/chase.json
Normal file
47
assets/game-data/characters/chase.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "Chase Révolte",
|
||||
"handle": null,
|
||||
"age": 25,
|
||||
"roles": [{ "name": "Netrunner", "rank": 4 }],
|
||||
"attributes": {
|
||||
"int": 6,
|
||||
"ref": 8,
|
||||
"dex": 8,
|
||||
"tech": 5,
|
||||
"cool": 7,
|
||||
"will": 4,
|
||||
"luck": 8,
|
||||
"move": 5,
|
||||
"body": 7,
|
||||
"emp": 4,
|
||||
"humanity": 46
|
||||
},
|
||||
"skills": [
|
||||
{ "name": "Concentration", "rank": 5 },
|
||||
{ "name": "Conceal/Reveal Object", "rank": 3 },
|
||||
{ "name": "Perception", "rank": 4 },
|
||||
{ "name": "Athletics", "rank": 4 },
|
||||
{ "name": "Stealth", "rank": 4 },
|
||||
{ "name": "Cryptography", "rank": 6 },
|
||||
{ "name": "Education", "rank": 3 },
|
||||
{ "name": "Sprache: Streetslang", "rank": 2 },
|
||||
{ "name": "Sprache: Muttersprache", "rank": 4 },
|
||||
{ "name": "Ortskunde: zu Hause", "rank": 2 },
|
||||
{ "name": "Brawling", "rank": 3 },
|
||||
{ "name": "Evasion", "rank": 4 },
|
||||
{ "name": "Handgun", "rank": 4 },
|
||||
{ "name": "Conversation", "rank": 4 },
|
||||
{ "name": "Human Perception", "rank": 4 },
|
||||
{ "name": "Persuasion", "rank": 3 },
|
||||
{ "name": "Basic Tech", "rank": 5 },
|
||||
{ "name": "Cybertech", "rank": 6 },
|
||||
{ "name": "Electronics/Security Tech", "rank": 5 },
|
||||
{ "name": "First Aid", "rank": 4 }
|
||||
],
|
||||
"housing": {
|
||||
"type": "Frachtcontainer",
|
||||
"location": "Night City",
|
||||
"owned": false
|
||||
},
|
||||
"lifestyle": "Kibble"
|
||||
}
|
||||
Reference in New Issue
Block a user