You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rs/src/text.rs
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,9 @@ impl<'a> SkillThing<'a> {
213
213
Skill::bloodmoon => Cow::from(
214
214
"Aquatic creatures gain \"Gain 1:8 when it attacks.\"\nGolems gain \"Damage dealt by this card also reduces the defender's maxHP.\"\nNocturnal creatures gain \"Heal yourself equal to the damage dealt by this card.\"",
215
215
),
216
-
Skill::bolsterintodeck => Cow::from("Add 3 exact copies of target creature or weapon on top of your deck"),
216
+
Skill::bolsterintodeck => {
217
+
Cow::from("Add 3 exact copies of target creature or weapon on top of your deck")
218
+
}
217
219
Skill::bonesharpen => Cow::from(
218
220
"Replace your own target creature's skills with \"0: Combine with target creature, giving strength, HP, & poison counters\"\nIf not poisoned & target is skeleton, reactivated",
219
221
),
@@ -286,7 +288,7 @@ impl<'a> SkillThing<'a> {
286
288
),
287
289
Skill::cold => Cow::from("\u{2153} chance to freeze non-ranged attackers for 3 turns"),
288
290
Skill::coldsnap => Cow::from(
289
-
"Shuffle target card into owner's deck. Expend charges to shuffle that many more copies",
291
+
"Expend charges to shuffle as many copies of target card into its owner's deck. Ineffective without charges",
"Sacrifice one of your creatures to deal 1 spell damage to all enemy creatures. Increase damage by 1 for every 5HP of the sacrifice. Poisonous or poisoned sacrifices inflict 1 poison. Also affect opponent"
@@ -761,9 +763,9 @@ impl<'a> SkillThing<'a> {
761
763
}else{
762
764
"When this creature dies, transform it into an Ash"
763
765
}),
764
-
Skill::photosynthesis => {
765
-
Cow::from("Gain 2:5. Unless poisoned or cost was 0 or 1:0, caster reactivated")
766
-
}
766
+
Skill::photosynthesis => Cow::from(
767
+
"Gain 2:5. Unless afflicted with neurotoxin or cost was 0 or 1:0, caster reactivated",
0 commit comments