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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This mod adds The Copycat to Slay the Spire. It's a wacky character mod, like [P
5
5
6
6
## The Copycat
7
7
8
-
Inspired by Copycat or Blue Mage archetype in some games, the Copycat's theme is "Copying others". Mainly, she copies enemies' move and uses it herself.
8
+
Inspired by Copycat or Blue Mage archetype in some games, the Copycat's theme is "Copying others". Mainly, she copies enemy moves and uses them herself.
9
9
10
10
Copycat has about 40 class cards. It's much less than other characters (~75 cards), but Copycat has another type of card: Monster Cards.
11
11
@@ -67,9 +67,9 @@ FriendlyMinions is a nice library that enables minions, but there are problems.
67
67
* If a minion dies during enemy turn, all enemies targeting that minion will still attack it, wasting their attack.
68
68
* Enemy choosing which minion to attack is not seeded.
69
69
* Custom attack icon is sometimes not displayed.
70
-
* Minions are invisible in event battle.
70
+
* Minions are invisible in event combats.
71
71
72
-
I decided to fix these problems for this mod. The fix is codenamed "Better Friendly Minions", and I might make this into a standalone mod or as an update to FriendlyMinions if there's enough demand.
72
+
I decided to fix these problems for this mod. The fix is codenamed "Better Friendly Minions", and I might convert this into a standalone mod or as an update to FriendlyMinions if there's enough demand.
73
73
74
74
Here are videos showcasing the fixes.
75
75
* Friendly Minions: https://streamable.com/cba8ux
@@ -88,16 +88,16 @@ Hopefully, giving a twist to base game characters' archetypes is a cool way to i
88
88
* Strength
89
89
* Threshold-based. "If you have 6 or more Strength, do X."
90
90
* Poison
91
-
* Poison cards naturally synergize with each other, but a [few](venomology)[cards](copycat-form) will make your draft differently.
91
+
* Poison cards naturally synergize with each other, but a [few](https://user-images.githubusercontent.com/1008668/128121698-94a31087-3e27-47c0-bff7-7f1f1f37491c.png)[cards](https://user-images.githubusercontent.com/1008668/128121778-dd5b51db-7152-4645-a4ef-35abd2dd492c.png) will make your draft differently.
92
92
* Stance
93
93
* Unlike Watcher's Stance, where you are supposed to switch a lot and avoid being in Wrath at the end of your turn, Copycat's Protection Stance emphasizes more on finding perfect timing to switch.
94
94
95
95
#### Others
96
-
There are [hybrid cards](hybrid-strike), ["steal" cards](magnet), or cards that care about [enemy's intention.](me-first)
96
+
There are [hybrid cards](https://user-images.githubusercontent.com/1008668/128122014-4b1bf1f8-0295-4447-87f9-41e7ee9dc149.png), ["steal" cards](https://user-images.githubusercontent.com/1008668/128122062-e14d2d82-270c-4ae0-9b36-784516b1e777.png), or cards that care about [enemy's intention.](https://user-images.githubusercontent.com/1008668/128122125-3c1f5a22-f12a-4223-bb87-181d2662c0fc.png)
97
97
98
98
There are also cards that you may think of as a meme. You will either laugh at them or feel smart by using them adequately.
99
99
100
100
## Notice
101
101
* If you enable this mod, it will save monster card images, even if you are not playing with the Copycat.
102
-
* It will take about 15MB of disk space for all base game acts, and more if you have modded acts. If you want to check those files, they are in `%LOCALAPPDATA%\ModTheSpire\CopycatMod` on Windows.
103
-
* You might encounter lag when the game tries to save these images. It happens once for each unique enemy move.
102
+
* It will take about 15MB of disk space for all base game acts, and more if you have modded acts. If you want to check those files, they are in `%LOCALAPPDATA%\ModTheSpire\CopycatMod` on Windows.
103
+
* You might encounter lag when the game tries to save these images. It happens once for each unique enemy move.
0 commit comments