Skip to content

Commit

Permalink
address #242, #442, #444, #446, fix missing label, fix item menu on c…
Browse files Browse the repository at this point in the history
…ollapsed, fix treasure hint label
  • Loading branch information
Lurkars committed Nov 22, 2023
1 parent 6e75846 commit 826f319
Show file tree
Hide file tree
Showing 77 changed files with 764 additions and 453 deletions.
48 changes: 24 additions & 24 deletions data/fh/deck/shrike-fiend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,6 @@
"name": "shrike-fiend",
"edition": "fh",
"abilities": [
{
"name": "Friendish Charge",
"cardId": 785,
"initiative": 73,
"actions": [
{
"type": "move",
"value": 2,
"valueType": "plus"
},
{
"type": "attack",
"value": 0,
"valueType": "plus",
"subActions": [
{
"type": "push",
"value": 2,
"small": true
}
]
}
]
},
{
"name": "Darken the Skies",
"cardId": 810,
Expand Down Expand Up @@ -85,6 +61,30 @@
}
]
},
{
"name": "Fiendish Charge",
"cardId": 812,
"initiative": 73,
"actions": [
{
"type": "move",
"value": 2,
"valueType": "plus"
},
{
"type": "attack",
"value": 0,
"valueType": "plus",
"subActions": [
{
"type": "push",
"value": 2,
"small": true
}
]
}
]
},
{
"name": "Angry Cloud",
"cardId": 813,
Expand Down
Loading

0 comments on commit 826f319

Please sign in to comment.