Skip to content

Commit

Permalink
add GH2E starters (without perks)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Aug 15, 2024
1 parent 49ae71d commit 5826c1b
Show file tree
Hide file tree
Showing 19 changed files with 1,406 additions and 956 deletions.
4 changes: 4 additions & 0 deletions data/gh2e/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"edition": "gh2e",
"logoUrl": "./assets/images/logos/gh2e.png"
}
50 changes: 50 additions & 0 deletions data/gh2e/character/bruiser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "bruiser",
"characterClass": "inox",
"gender": "m",
"icon": "gh-brute",
"edition": "gh2e",
"handSize": 10,
"color": "#35acd5",
"stats": [
{
"level": 1,
"health": 10
},
{
"level": 2,
"health": 12
},
{
"level": 3,
"health": 14
},
{
"level": 4,
"health": 16
},
{
"level": 5,
"health": 18
},
{
"level": 6,
"health": 20
},
{
"level": 7,
"health": 22
},
{
"level": 8,
"health": 24
},
{
"level": 9,
"health": 26
}
],
"availableSummons": [],
"perkWarning": true,
"perks": []
}
49 changes: 49 additions & 0 deletions data/gh2e/character/cragheart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "cragheart",
"characterClass": "savvas",
"icon": "gh-cragheart",
"edition": "gh2e",
"handSize": 11,
"color": "#828b3b",
"stats": [
{
"level": 1,
"health": 10
},
{
"level": 2,
"health": 12
},
{
"level": 3,
"health": 14
},
{
"level": 4,
"health": 16
},
{
"level": 5,
"health": 18
},
{
"level": 6,
"health": 20
},
{
"level": 7,
"health": 22
},
{
"level": 8,
"health": 24
},
{
"level": 9,
"health": 26
}
],
"availableSummons": [],
"perkWarning": true,
"perks": []
}
50 changes: 50 additions & 0 deletions data/gh2e/character/mindthief.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "mindthief",
"characterClass": "vermling",
"gender": "f",
"icon": "gh-mindthief",
"edition": "gh2e",
"handSize": 10,
"color": "#6279a5",
"stats": [
{
"level": 1,
"health": 6
},
{
"level": 2,
"health": 7
},
{
"level": 3,
"health": 8
},
{
"level": 4,
"health": 9
},
{
"level": 5,
"health": 10
},
{
"level": 6,
"health": 11
},
{
"level": 7,
"health": 12
},
{
"level": 8,
"health": 13
},
{
"level": 9,
"health": 14
}
],
"availableSummons": [],
"perkWarning": true,
"perks": []
}
50 changes: 50 additions & 0 deletions data/gh2e/character/silent-knife.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "silent-knife",
"characterClass": "human",
"gender": "f",
"icon": "gh-scoundrel",
"edition": "gh2e",
"handSize": 9,
"color": "#9ecf5f",
"stats": [
{
"level": 1,
"health": 8
},
{
"level": 2,
"health": 9
},
{
"level": 3,
"health": 11
},
{
"level": 4,
"health": 12
},
{
"level": 5,
"health": 14
},
{
"level": 6,
"health": 15
},
{
"level": 7,
"health": 17
},
{
"level": 8,
"health": 18
},
{
"level": 9,
"health": 20
}
],
"availableSummons": [],
"perkWarning": true,
"perks": []
}
50 changes: 50 additions & 0 deletions data/gh2e/character/spellweaver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "spellweaver",
"characterClass": "orchid",
"gender": "f",
"icon": "gh-spellweaver",
"edition": "gh2e",
"handSize": 8,
"color": "#b28ac2",
"stats": [
{
"level": 1,
"health": 6
},
{
"level": 2,
"health": 7
},
{
"level": 3,
"health": 8
},
{
"level": 4,
"health": 9
},
{
"level": 5,
"health": 10
},
{
"level": 6,
"health": 11
},
{
"level": 7,
"health": 12
},
{
"level": 8,
"health": 13
},
{
"level": 9,
"health": 14
}
],
"availableSummons": [],
"perkWarning": true,
"perks": []
}
50 changes: 50 additions & 0 deletions data/gh2e/character/tinkerer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "tinkerer",
"characterClass": "quatryl",
"gender": "m",
"icon": "gh-tinkerer",
"edition": "gh2e",
"handSize": 12,
"color": "#d1c3a2",
"stats": [
{
"level": 1,
"health": 8
},
{
"level": 2,
"health": 9
},
{
"level": 3,
"health": 11
},
{
"level": 4,
"health": 12
},
{
"level": 5,
"health": 14
},
{
"level": 6,
"health": 15
},
{
"level": 7,
"health": 17
},
{
"level": 8,
"health": 18
},
{
"level": 9,
"health": 20
}
],
"availableSummons": [],
"perkWarning": true,
"perks": []
}
13 changes: 13 additions & 0 deletions data/gh2e/label/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"character": {
"bruiser": "Bruiser",
"cragheart": "Cragheart",
"mindthief": "Mindthief",
"silent-knife": "Silent Knife",
"spellweaver": "Spellweaver",
"tinkerer": "Tinkerer"
},
"edition": {
"gh2e": "Gloomhaven Second Edition (%wip%)"
}
}
Loading

0 comments on commit 5826c1b

Please sign in to comment.