Skip to content

Commit

Permalink
address #629, #632, #163: support for Stables, start development of G…
Browse files Browse the repository at this point in the history
…arden support, refactor label args for easier development
  • Loading branch information
Lurkars committed Nov 26, 2024
1 parent 012f8ad commit 700c0a7
Show file tree
Hide file tree
Showing 126 changed files with 1,783 additions and 311 deletions.
20 changes: 16 additions & 4 deletions data/fh/buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,11 @@
"hide": 6,
"gold": 10
},
"upgrades": [],
"manualUpgrades": 1,
"upgrades": [
{
"manual": 1
}
],
"repair": [
3,
4
Expand Down Expand Up @@ -2149,8 +2152,17 @@
"hide": 0,
"gold": 0
},
"upgrades": [],
"manualUpgrades": 1,
"upgrades": [
{
"manual": 1
},
{
"manual": 1
},
{
"manual": 1
}
],
"repair": [
2,
2,
Expand Down
51 changes: 51 additions & 0 deletions data/fh/label-spoiler/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1360,11 +1360,62 @@
"wealth": {
".": "Wealth",
"automation": "Fully automated (applied in scenario summary)",
"level": "(incl. +{0} Wealth bonus)",
"reward": "Wealth Favor",
"text": "Each character will gain +1 gold per coin on their loot cards."
}
}
},
"pets": {
"fh-01": {
".": "Piranha Pig",
"1": "All characters immediately perform:"
},
"fh-02": {
".": "Hound",
"1": "All characters add +1%game.action.attack% to all their melee attacks targeting enemies adjacent to any of the character's allies this round."
},
"fh-03": {
".": "Spitting Drake",
"1": "All characters add %game.condition.poison% to all their ranged attacks this round."
},
"fh-04": {
".": "Rending Drake",
"1": "All characters add %game.condition.wound% to all their melee attacks this round."
},
"fh-05": {
".": "Black Imp",
"1": "In initiative order, all characters immediately perform:"
},
"fh-06": {
".": "Forest Imp",
"1": "In initiative order, all characters immediately perform:"
},
"fh-07": {
".": "Snow Imp",
"1": "In initiative order, all characters immediately perform:"
},
"fh-08": {
".": "Ooze",
"1": "Create one 1-,2-, or 3-hex obstacle anywhere on the revealed map."
},
"fh-09": {
".": "Ruined Machine",
"1": "All characters immediately perform:"
},
"fh-10": {
".": "Lightning Eel",
"1": "All characters suffers %game.damage:2% to %game.card.recover% one of their level 1 or X discarded cards."
},
"fh-11": {
".": "HE-RO-IC-S",
"1": "In initiative order, all characters can individually choose to immediately perform:"
},
"fh-12": {
".": "Brummix",
"1": "During card selection, reveal the top card of each active monster set's ability deck for the round before each character selects their cards."
}
},
"custom": {
"fh": {
"astral": {
Expand Down
19 changes: 17 additions & 2 deletions data/fh/label/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,11 @@
"garden": {
".": "Garden",
"1": "Plant herbs, rotate this card 180°, then stop - Gain 1 herb from each planted plot, then rotate this card 180° then stop",
"2": "Gain 1 collective herb from each planted plot, then plant herbs"
"2": "Gain 1 collective herb from each planted plot, then plant herbs",
"plots": {
".": "Manage Garden (%wip%)",
"interaction": "Plant/Harvest herbs"
}
},
"hall-of-revelry": {
".": "Hall of Revelry",
Expand Down Expand Up @@ -557,7 +561,18 @@
"2": "Bring one pet into each scenario.<br><i>Capacity:</i> 8",
"3": "Bring two pets into each scenario.<br><i>Capacity:</i> 8",
"4": "Bring two pets into each scenario.<br><i>Capacity:</i> 12",
"5": "Characters cannot use pets"
"5": "Characters cannot use pets",
"pets": {
".": "Pets",
"add": "Add Pet",
"catch": "Catch Pet",
"confirmAdd": "Click again to add Pet to Stables",
"edit": "Edit Pets",
"empty": "Currently no Pets in Stables",
"interaction": "Manage Pets",
"name": "Name",
"showAll": "Show all"
}
},
"tavern": {
".": "Tavern",
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/black-imp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "black-imp",
"edition": "fh",
"deck": "imp",
"catching": true,
"pet": "05",
"count": 10,
"baseStat": {
"type": "normal",
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/forest-imp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"edition": "fh",
"deck": "imp",
"flying": true,
"catching": true,
"pet": "06",
"count": 10,
"baseStat": {
"type": "normal"
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/hound.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hound",
"edition": "fh",
"catching": true,
"pet": "02",
"count": 6,
"baseStat": {
"type": "normal"
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/lightning-eel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lightning-eel",
"edition": "fh",
"catching": true,
"pet": "10",
"count": 10,
"baseStat": {
"type": "normal",
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/ooze.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ooze",
"edition": "fh",
"catching": true,
"pet": "08",
"count": 10,
"baseStat": {
"type": "normal"
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/piranha-pig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "piranha-pig",
"edition": "fh",
"catching": true,
"pet": "01",
"count": 10,
"baseStat": {
"type": "normal"
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/rending-drake.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rending-drake",
"edition": "fh",
"catching": true,
"pet": "04",
"count": 6,
"baseStat": {
"type": "normal"
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/ruined-machine.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ruined-machine",
"edition": "fh",
"catching": true,
"pet": "09",
"count": 10,
"baseStat": {
"type": "normal",
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/snow-imp-scenario-65.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"edition": "fh",
"deck": "imp",
"flying": true,
"catching": true,
"pet": "07",
"hidden": true,
"count": 10,
"standeeShare": "snow-imp",
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/snow-imp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"edition": "fh",
"deck": "imp",
"flying": true,
"catching": true,
"pet": "07",
"count": 10,
"baseStat": {
"type": "normal"
Expand Down
2 changes: 1 addition & 1 deletion data/fh/monster/spitting-drake.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "spitting-drake",
"edition": "fh",
"flying": true,
"catching": true,
"pet": "03",
"count": 6,
"baseStat": {
"type": "normal"
Expand Down
Loading

0 comments on commit 700c0a7

Please sign in to comment.