Skip to content

Commit

Permalink
Magic Wand: cost 4, cast 2/1
Browse files Browse the repository at this point in the history
Bo Staff: reset DR when destroyed
  • Loading branch information
serprex committed Sep 23, 2024
1 parent 19c6728 commit 61cfaef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/cards.csv
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
7126|Pink Jelly|1|3|1|4|||jelly|
5127|Chaos Seed 2.0|1|3|2|1|||cseed2|
7127|Pandemonium 3.0|1|3|2|4|||pandemonium3|
5128|Magic Wand|1|0|3|3|2|7|1=shazam|psionic
7128|Magic Wand|1|0|3|2|2|7|1=shazam|psionic
5128|Magic Wand|1|0|3|4|2|7|2=shazam|psionic
7128|Magic Wand|1|0|3|4|2|7|1=shazam|psionic
5130|Shard of Serendipity|1|3|3|2|||serendipity|
7130|Shard of Serendipity|1|3|3|3|||serendipity|
5150|Entropy Pendulum|1|2|0|0|||pend|pillar+stackable+additive+charges=1
Expand Down Expand Up @@ -566,8 +566,8 @@
7827|Byakko|8|4|3|7|9|3|blocked=virtue|
5828|Dispersion|8|3|3|7|||dispersion|
7828|Dispersion|8|3|3|5|||dispersion|
5829|Bo Staff|8|0|3|3|5|5|2=hero+buff=buffdr+hit=boreset|
7829|Bo Staff|8|0|3|3|5|5|1=hero+buff=buffdr+hit=boreset|
5829|Bo Staff|8|0|3|3|5|5|2=hero+buff=buffdr+hit=boreset+owndestroy=boreset|
7829|Bo Staff|8|0|3|3|5|5|1=hero+buff=buffdr+hit=boreset+owndestroy=boreset|
5830|Shard of Divinity|8|3|3|3|||divinity|
7830|Shard of Divinity|8|3|3|2|||divinity|
5850|Light Pendulum|8|2|0|0|||pend|pillar+stackable+additive+charges=1
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 @@ -425,7 +425,7 @@ impl<'a> SkillThing<'a> {
}),
Skill::heatstroke if ev == Event::Hit => Cow::from("Opponent summons mirage on hit"),
Skill::heatstroke => Cow::from("Opponent summons mirage"),
Skill::hero => Cow::from("Increase your shield's damage reduction by 1, delaying this card. Increment stored counter. Remove bonus damage reduction by stored when this attacks, resetting stored value"),
Skill::hero => Cow::from("Increase your shield's damage reduction by 1, delaying this card. Increment stored counter. Remove bonus damage reduction by stored when this attacks or is destroyed, resetting stored value"),
Skill::hitownertwice => Cow::from("When this creature attacks, it also attacks its owner twice"),
Skill::holylight => Cow::from(if self.upped() {
"Remove all statuses from target creature or permanent. Heal target creature or player 10. If target creature is nocturnal, instead deal 10 spell damage to target creature.\nGain 1:8 when played"
Expand Down

0 comments on commit 61cfaef

Please sign in to comment.