Skip to content

Commit 99d156a

Browse files
committed
Miku: fix note pickups, synergies, and rebalance notes
1 parent 2e17468 commit 99d156a

16 files changed

Lines changed: 873 additions & 268 deletions

File tree

BUGS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
- [x] When using 'Monstros Lung' as Tainted Miku your tear rate will sky rocket to 120. Reported by DoomSlammer
1111
- [x] Using a Chaos Card as either version of Hatsune Miku instead throws a default musical note projectile (colorful/rainbow for regular, gray-scale/monochrome for tainted) that doesn't instantly kill entities. Reported by RDW
1212
- [ ] Subtle visual glitch on the first frame of a Glitch Note without a variant.
13-
- [ ] Fix Spirit Sword and Mom's Knife not working with Tainted Miku's note system switch.
13+
- [x] Fix Spirit Sword and Mom's Knife not working with Tainted Miku's note system switch.
14+
- [x] Fix Tainted Miku being able to pick up shop and angel/devil deal items for free if they had a synergy.

TODO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
## TODO: Miku
1515

1616
- [x] Balance Stats & charming chances + birthright fan chances.
17-
- [ ] Maybe add more default notes.
18-
- [ ] Idea: On Enemy hit gets effect which leads the enemy to drop creep.
17+
- [x] Maybe add more default notes.
1918
- [ ] Add item synergies.
2019
- [ ] Maybe add Miku Leek synergy with Mom's Knife and/or Spirit Sword
2120
- [ ] Add charm blacklist, instead of just skipping over all bosses.
@@ -24,12 +23,13 @@
2423

2524
## TODO: Tainted Miku
2625

27-
- [ ] Balance Stats and note drop rates.
28-
- [ ] Add more unique notes and balance them correctly.
26+
- [x] Balance Stats and note drop rates.
27+
- [x] Add more unique notes and balance them correctly.
2928
- [x] Add item synergies tied to special and unique note types.
3029
- [x] Add Brimstone Synergy
3130
- [x] Add Dr. Fetus Synergy
32-
- [ ] TODO: Synergy ideas.
31+
- [x] Add Eraser Synergy
32+
- [ ] Add more... (need ideas ;\_;)
3333
- [x] Fix fire rate multiplier issues with several items.
3434
- [x] Fix Monstro's Lung.
3535
- [x] Add Birthright for Tainted Miku.

mod/content/items.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<passive id="1000" gfx="virtual_idol.png" name="Virtual Idol" description="Idol Charm" quality="3" />
33
<passive gfx="virtual_idol.png" name="Encore!" description="Another One!" quality="3" />
44
<passive gfx="brimstone_note.png" name="Brimstone Note" description="Replacement Item for Brimstone" quality="4" />
5+
<passive gfx="rubber_note.png" name="Rubber Note" description="Replacement Item for Eraser" quality="4" />
56
<passive gfx="dr_fetus_note.png" name="Dr. Fetus Note" description="Replacement Item for Dr. Fetus" quality="4" />
67
<active gfx="microphone.png" name="Microphone" description="Sing your heart out" quality="4" maxcharges="8" chargetype="normal" />
78
<active gfx="microphone.png" name="Broken Voice" description="Switch between silence and voices" quality="4" maxcharges="60" chargetype="timed" />

mod/content/players.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<players root="gfx/characters/costumes/" portraitroot="gfx/ui/stage/" nameimageroot="gfx/ui/boss/">
22
<player name="Miku" skin="Character_Miku.png" nameimage="PlayerName_Miku.png" hp="6" portrait="PlayerPortrait_Miku.png" skinColor="-1" costume="104" costumeSuffix="miku" birthright="Lucky idol" />
3-
<player name="Miku" skin="Character_Miku_b.png" nameimage="PlayerName_Miku.png" hp="4" armor="2" keys="1" portrait="PlayerPortrait_Miku.png" skinColor="-1" bSkinParent="Miku" costume="104" costumeSuffix="mikub" birthright="Broken Encore" />
3+
<player name="Miku" skin="Character_Miku_b.png" nameimage="PlayerName_Miku.png" hp="2" armor="4" keys="1" portrait="PlayerPortrait_Miku.png" skinColor="-1" bSkinParent="Miku" costume="104" costumeSuffix="mikub" birthright="Broken Encore" />
44
</players>

mod/metadata.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88

99
A standalone character mod for The Binding of Isaac featuring Hatsune Miku and her tainted counterpart!
1010

11-
[h1]TAINTED MIKU FIXED FOR VANILLA[/h1]
11+
[h1]VERSION 0.4 OUT NOW![/h1]
1212

13-
Now when playing Vanilla Rep+, Tainted Miku's Lost Notes drops should work as intended!
13+
I fixed many bugs with Tainted Miku, especially in Vanilla Rep+, but Miku also got some small addition.
14+
With the Microphone, you can now permanently charm Angels (hopefully without breaking the key pieces.. ;_;)
15+
16+
And I added a small Birthright Effect for Tainted Miku until I got more time and ideas for a really special and interesting effect.
1417

1518
[h1]INFO[/h1]
1619
I get a lot of comments like the games not launching or the mod breaks the game. Make sure you have all DLCs!
@@ -22,7 +25,7 @@ I get a lot of comments like the games not launching or the mod breaks the game.
2225
• Attacks with her voice with tears that resemble notes.
2326
• Each hit has a chance to [b]Charm[/b] enemies.
2427
• [b]Birthright Effect:[/b] Charmed enemies have a chance to permanently become your loyal [b]Fans[/b]! (until they die)
25-
• Use her active item, the [b]Microphone[/b], to inspire your audience!
28+
• Use her active item, the [b]Microphone[/b], to inspire your audience! (Some say you can even charm angels with it)
2629

2730
[b]Tainted Miku (Work In Progress)[/b]
2831
• [NEW] Unique birthright effect.
@@ -41,6 +44,7 @@ I get a lot of comments like the games not launching or the mod breaks the game.
4144
[h2]Planned[/h2]
4245

4346
• Finish and balance Tainted Miku's core gameplay loop.
47+
• Custom Sound Effects.
4448
• Implement a unique Birthright effect for Tainted Miku.
4549
• Design and add more Miku-themed items to the item pools.
4650
• Upgrade custom sprites, animations, and special visual effects.
348 Bytes
Loading
3.14 KB
Loading

mod/thumb.png

-60.6 KB
Loading

0 commit comments

Comments
 (0)