Skip to content

Commit

Permalink
update deps, work in CS crossover, address Lurkars#567, Lurkars#569, L…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed May 28, 2024
1 parent d14a5cc commit 890fe73
Show file tree
Hide file tree
Showing 18 changed files with 2,500 additions and 1,552 deletions.
2 changes: 1 addition & 1 deletion data/fc/label/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"10": {
"1": "Dreht die nummerierten Marker auf den Türen %game.mapMarker.3%, %game.mapMarker.8%, %game.mapMarker.9% und %game.mapMarker.10% um.",
"2": "Bewegt die Eisenmauern wie folgt: %game.mapMarker.a1% auf %game.mapMarker.q%, %game.mapMarker.a2% auf %game.mapMarker.n%, %game.mapMarker.a3% auf %game.mapMarker.r%, %game.mapMarker.a5% auf %game.mapMarker.t%",
"2": "Bewegt die Eisenmauern wie folgt: %game.mapMarker.a1% auf %game.mapMarker.q%, %game.mapMarker.a2% auf %game.mapMarker.n%, %game.mapMarker.a3% auf %game.mapMarker.r%, %game.mapMarker.a5% auf %game.mapMarker.t%"
},
"19": {
"1": "Dreht die nummerierten Marker auf den Türen %game.mapMarker.1%, %game.mapMarker.6%, %game.mapMarker.7% und %game.mapMarker.10% um",
Expand Down
1 change: 0 additions & 1 deletion data/fh-crossover/character/beetle.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"movement": 3
}
],
"perkWarning": true,
"perks": [
{
"type": "replace",
Expand Down
1 change: 0 additions & 1 deletion data/fh-crossover/character/bleeding-claw.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"health": 20
}
],
"perkWarning": true,
"perks": [
{
"type": "replace",
Expand Down
1 change: 0 additions & 1 deletion data/fh-crossover/character/chain-helmet.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"health": 26
}
],
"perkWarning": true,
"perks": [
{
"type": "replace",
Expand Down
75 changes: 73 additions & 2 deletions data/fh-crossover/character/crescent-sun.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"movement": 3
}
],
"perkWarning": true,
"perks": [
{
"type": "replace",
Expand Down Expand Up @@ -247,7 +246,79 @@
}
}
]
},
{
"type": "add",
"count": 2,
"cards": [
{
"count": 1,
"attackModifier": {
"type": "plus1",
"rolling": true,
"effects": [
{
"type": "heal",
"value": "1",
"effects": [
{
"type": "specialTarget",
"value": "self"
}
]
}
]
}
}
]
},
{
"type": "add",
"count": 1,
"custom": "%game.custom.perks.ignoreNegativeScenario%",
"cards": [
{
"count": 1,
"attackModifier": {
"type": "plus0",
"rolling": true,
"effects": [
{
"type": "elementConsume",
"value": "wild",
"effects": [
{
"type": "element",
"value": "wild"
}
]
}
]
}
}
]
},
{
"type": "remove",
"count": 1,
"custom": "%game.custom.perks.ignoreNegativeItemFh%",
"cards": [
{
"count": 1,
"attackModifier": {
"type": "plus0"
}
}
]
},
{
"type": "custom",
"custom": "%data.custom.fh.crescent-sun.1%",
"count": 1
}
],
"masteries": []
"masteries": [
"%data.custom.fh.crescent-sun.2%",
"%data.custom.fh.crescent-sun.3%"
]
}
Loading

0 comments on commit 890fe73

Please sign in to comment.