Skip to content

Commit

Permalink
Revamp 3 mages: Plague, Pulley, Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Oct 1, 2023
1 parent aaf30d8 commit 08c7513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Decks.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
["Peacemaker","015f0015gi015f6045fb045fm015fe0a5mq035lt045lr015lh018po"],
["Pest","025cd065ch025c6045c90e606065um035v0035uq025va018pn"],
["Pithos","014se054vc0850u044vp054vn0652o0552r018pk"],
["Plague","0353304537075420752g0452o0252q0252l0352p0452t0252s0252h018pk"],
["Plague","0652g065420252i0152q0153e0152l0452p04537045330252s018pk"],
["Plasma","0c5f0035fn035f7025fj065f40661q018pu"],
["Pulley","0c55k0655t0256b025620655n0255m025vc045v0018pt"],
["Pulley","0c55k0455t0256b025620355m0255n0256f015ur015vk025vc025v0018pt"],
["Pyre","085f0065f9045f1045f3045f4045fa0461p0161q018pm"],
["Quaker","0159f05593055uk06606015vk025v1065um025up045uv025ul018pm"],
["Queen","015c5045c6035lk065oc055oj055ok085pu018pn"],
Expand All @@ -52,7 +52,7 @@
["Tumbler","0a4sa044vj064vt06599015920158v015ia025lm015oj065rp0162301621018pj"],
["Uncertainty","025010h50u044vi044vk014vl044vs014vt018pi"],
["Vacuum","06606065uk015ur045us045v3025uq045ut025up015uo018pt"],
["Wall","0e5de015c5045c2045c8015ci015c3025l8025mq025lo045lm025ln025la015li018pq"],
["Wall","0f5de015c5025c2035c8045c7045ci035c3015lo035lm015ln025la015li018pq"],
["Waves","01593035980858o0158s0c5i4045i6015ib015ic045ig018pm"],
["Weaponsmith","044t4024tc044td045c7015c40e5gi045ff045fh025f6015f8018pn"],
["Weight","035610456202565085760855k0255t0155p0455m0155s0255o018pl"],
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 @@ -755,7 +755,7 @@ impl<'a> SkillThing<'a> {
Skill::virtue =>
Cow::from("When this creature attacks, if any damage is blocked by opponent's shield, your maximum HP is increased by the amount of this creature's damage that was blocked"),
Skill::virusinfect =>
Cow::from("Sacrifice this creature. Give target creature 1 poison counter. Give opponent 1 poison counter"),
Cow::from("Sacrifice this creature. Give target creature 1 poison counter"),
Skill::virusplague =>
Cow::from("Sacrifice this creature. Give target player's creatures 1 poison counter"),
Skill::void => Cow::from(if self.set() == CardSet::Open {
Expand Down

0 comments on commit 08c7513

Please sign in to comment.