Skip to content

Commit 61558db

Browse files
committed
Add description and remove unused print
1 parent facd748 commit 61558db

3 files changed

Lines changed: 57 additions & 5 deletions

File tree

mod/metadata.xml

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,61 @@
33
<metadata>
44
<name>Hatsune Miku (+Tainted)</name>
55
<directory>isaac-miku</directory>
6-
<description>A mod adding Hatsune Miku and more Vocaloid-inspired content to The Binding of Isaac.</description>
7-
<version>0.3</version>
6+
<description>
7+
[h1]Hatsune Miku (+Tainted)[/h1]
8+
9+
A standalone character mod for The Binding of Isaac featuring Hatsune Miku and her tainted counterpart!
10+
11+
[h1]TAINTED MIKU FIXED FOR VANILLA[/h1]
12+
13+
Now when playing Vanilla Rep+, Tainted Miku's Lost Notes drops should work as intended!
14+
15+
[h1]INFO[/h1]
16+
I get a lot of comments like the games not launching or the mod breaks the game. Make sure you have all DLCs!
17+
18+
----------------------------------------------------------------------
19+
[h2]Features[/h2]
20+
21+
[b]Hatsune Miku[/b]
22+
• Attacks with her voice with tears that resemble notes.
23+
• Each hit has a chance to [b]Charm[/b] enemies.
24+
• [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!
26+
27+
[b]Tainted Miku (Work In Progress)[/b]
28+
• Having lost her voice, she starts the run firing highly unstable [b]Glitch Notes[/b].
29+
• Slain enemies drop [b]Lost Notes[/b] onto the floor.
30+
• Collecting different Lost Notes grants various dynamic gameplay effects.
31+
• Use the [b]Broken Microphone[/b] to rapidly switch melodies.
32+
33+
----------------------------------------------------------------------
34+
[h2]Mod Compatibility[/h2]
35+
36+
• [b]External Item Descriptions (EID):[/b] Full native support is included!
37+
• Notice any missing or incorrect descriptions? Please leave a comment.
38+
39+
----------------------------------------------------------------------
40+
[h2]Planned[/h2]
41+
42+
• Finish and balance Tainted Miku's core gameplay loop.
43+
• Implement a unique Birthright effect for Tainted Miku.
44+
• Design and add more Miku-themed items to the item pools.
45+
• Upgrade custom sprites, animations, and special visual effects.
46+
• Overall balance tweaks and mechanical improvements.
47+
48+
You can checkout the Github Repository here [url=https://github.com/vulpya/isaac-miku]Source Code[/url]
49+
50+
----------------------------------------------------------------------
51+
[h2]Disclaimer[/h2]
52+
53+
This is a non-commercial, fan-made mod created as a personal project for fun. All characters, names, and related properties belong to their original creators. This project is not affiliated with or endorsed by any official rights holders.
54+
55+
----------------------------------------------------------------------
56+
[h2]Special Thanks[/h2]
57+
58+
• [url=https://steamcommunity.com/profiles/76561198102520074]ale[/url] — For creating the amazing Miku/Vocaloid sprites!
59+
• [url=https://steamcommunity.com/id/thearexz]Arexz[/url] — For helping with custom sprite editing and refinement.
60+
</description>
61+
<version>0.3.1</version>
862
<visibility />
963
</metadata>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isaac-miku",
3-
"version": "0.1",
3+
"version": "0.3.1",
44
"description": "A mod adding Hatsune Miku and more Vocaloid-inspired content to The Binding of Isaac",
55
"keywords": [
66
"isaac",

src/characters/Miku/MikuTaintedCharacter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ export class MikuTaintedCharacter extends Character {
517517

518518
const unlockedArray = [...unlocked];
519519

520-
print(unlockedArray);
521-
522520
const baseNotes = Object.values(NotePickupSubType).filter(
523521
(v): v is NotePickupSubType =>
524522
typeof v === "number" && NOTE_TYPE_DATA[v].weight > 0,

0 commit comments

Comments
 (0)