Skip to content

Commit

Permalink
Great Maul overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Aug 8, 2024
1 parent 235b52f commit 5968ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cards.csv
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
7429|Stonewall|4|1|2|9||1|hp=stonewall|
5430|Shard of Integrity|4|3|3|2|||integrity|
7430|Shard of Integrity|4|3|3|1|||integrity|
5431|Great Maul|4|0|3|8|12|60|0=grab2h+attack=maul|
7431|Great Maul|4|0|3|8|14|70|0=grab2h+attack=maul|
5431|Great Maul|4|0|3|7|8|60|6=grab2h+attack=maul|
7431|Great Maul|4|0|3|7|9|70|5=grab2h+attack=maul|
5450|Earth Pendulum|4|2|0|0|||pend|pillar+stackable+additive+charges=1
7450|Earth Pendulum|4|2|0|0|||pend+ownplay=pillar1|pillar+stackable+additive+charges=1
5500|Emerald Pillar|5|2|0|0|||pillar|pillar+stackable+additive+charges=1
Expand Down
2 changes: 1 addition & 1 deletion src/rs/src/skill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ impl Skill {
Tgt::crea
}
}
Self::grab2h => tgt!(and own or shie card),
Self::grab2h => tgt!(or shie and own card),
Self::guard => Tgt::crea,
Self::heal => tgt!(or crea play),
Self::holylight => tgt!(or crea play),
Expand Down
2 changes: 1 addition & 1 deletion src/rs/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ impl<'a> SkillThing<'a> {
Skill::gaintimecharge =>
Cow::from("Gain one stack for every card you draw. Does not gain a stack from your draw at the start of your turn"),
Skill::gas => Cow::from("Summon an Unstable Gas"),
Skill::grab2h => Cow::from("Return your target shield to hand, or discard a card in order to deal damage to opponent equivalent to this card's attack power. While shield equipped does not attack, but blocks opposing card instead."),
Skill::grab2h => Cow::from("Return target shield to its owner's hand, or discard one of your cards in order to deal damage to opponent equivalent to this card's attack power. While shield equipped does not attack, but blocks opposing card instead"),
Skill::grave =>
Cow::from("When another creature dies, unburrow & transform this creature into a fresh copy of the dying creature. This creature retains nocturnal"),
Skill::give =>
Expand Down

0 comments on commit 5968ad3

Please sign in to comment.