Boost card effect readability! Number effects, separate them with newlines, optionally condense common idioms like OPT, HOPT, etc...
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 5.0
- Support Nightmare Arrivals release update
Version 4.0
- Support Nightmare Arrivals update
Version 3.11
- Fix Pendulum effects' last line being hidden in the double newlines version in the enlarged view
- Add HOPT tags for Pendulum effect for Odd-Eyes Pendulum Dragon, Mayosenju Hitot, Go! - D/D/D Divine Zero K
Version 3.10
- Add newline and effect tags for some missed nomi cards (see difference_with_last_release.json)
Version 3.9
- Fix Dreaming Reality of Nemleria, Realized, missing ● characters, causing effect choices to be empty (please report any similar cases)
Version 3.8
- In the double newlines versions, fix some remaining single newlines to become double newlines
Version 3.7
- Fix some cards having multiple ① list items instead of incrementing
Version 3.6
Remove extra period in some card effects which ended in ",." (comma and period)
Add "(YOUR/OPP'S) (MAIN/STANDBY/ETC) PHASES |" tags for effects that mention e.g. "During each of your Main Phases..."
Add some HOPT tags for cards with "You can only use each of these effects of "Card Name" once per turn".
Version 3.5
- Remove incorrect extra leading newlines on some cards.
Version 3.4
Fix incorrectly positioned "HOPT | You can use one of --" on a few cards.
Version 3.3
Add some missing newlines
Version 3.1
- fix bug where all 4 versions were identical
- fix bug where some semicolons were turned into newlines
past tense keywords (e.g. DESTROYED), summons, HAND and (EXTRA) DECK are no longer uppercased
Version 2.6
FIX: numbering+empty lines version had incorrect leading text.
Put unregistered card text that is after or in between effects on its own line.
Version 2.5
Properly added the new variant with numberings and single newlines only.
Version 2.4
Fixed missing newlines in certain cards like T.G. Blade Blaster
Added two more install variants: 1) numbering and newlines only 2) numbering and double newlines only
Version 2.3
Changed "You can use ONE of:" to "You can use ONE of —" (in case the effect does not start a chain.)
Version 2.2
Ferther improvements on this rewording parser logic to reduce chances of false positives and false negatives.
Version 2.1
Fixed parsing issue causing cards like Magical Contract Door to be incorrectly reworded.
Version 2
Support Master Duel 1.8.0
Fixed issue with newlines being removed in unregistered effects that contain : and ; (e.g. Spell Shield Type-8)
Fixed issue with phases not being parsed correctly in cards mentioning "During your opponent's turn", resulting in removed text (e.g. Mahaama the Fairy Dragon)
Version 1
Initial upload.
IMPORTANT: Please check this mod's update date before installing it to prevent installing an old mod version over a newer Master Duel version.
This mod comes in four versions, demonstrated in this image:
The two "regular" versions of mod makes the following changes to card descriptions:
Card effects are now numbered and separated by single newlines
Effect activation costs (grammatical clauses preceding semicolons) are bolded
Certain verbose properties are shortened to UPPERCASE TAGS prefixing effect text: OPT (once per turn), HOPT (hard once per turn, even if you control multiple copies of the same card or summon the same card multiple times), QUICK (quick effect), END PHASE/YOUR END PHASE/OPP'S END PHASE and other phases.
Graveyard is always abbreviated to GY.
Some keywords and their grammatical variants are uppercased: SPECIAL SUMMON (and other summoning types), DESTROY, NEGATE, DECK, EXTRA DECK, HAND, BANISH, EXCVATE, DRAW, PIERCING
"DESTROYED by battle or card effect(s)" is shortened to "DESTROYED"
These common verbose phrasings are shortened with widely understood jargon:
Add X from your deck to your hand -> SEARCH X
Add X from your deck or GY to your hand -> SEARCH X (from DECK or GY)
Return X to the hand -> BOUNCE X
Return X from the field to the hand -> BOUNCE X
Returned to the hand -> BOUNCED
Send X from the top of your deck to the GY -> MILL X
If X attacks a defense position monster, inflict piercing battle damage -> X is PIERCING
If X attacks a Defense Position monster whose DEF is lower than the ATK of the equipped monster, inflict the difference as Battle Damage -> X is PIERCING
Note that some effects are "unregistered" in Master Duel (the game does not have any data on its "sub-parts"). In most of those cases this mod currently does not number their sub-effects nor apply the OPT, HOPT, and QUICK tags (this would take a lot of work implementing the logic to separate the effect text into discrete sub-effects).
The mod contains only text files but to keep the risk of being warned or banned as minimal as possible, you should note the following while using this mod:
Don't show your Master Duel, Konami, Steam or Google account information in videos or images that you publish.
When you post anything regarding Master Duel mods, don't use your main Master Duel, Konami, Steam or Google account for that.
There's a pattern at the top right of the screen when you're logged into Master Duel which you should censor if you publish images or videos of Master Duel because this pattern differs for every account and could be used to identify your account.
3. Requirements for using Master Duel mods
Install Yu-Gi-Oh! Master Duel on your PC via Steam.
Play through the tutorial.
Let the game download all files after that.
4. Installing/Uninstalling the mod:
Close the game if it's running.
Open the "install", "install_with_empty_lines", "install_with numbering_only", "install_with_numbering_and_empty_lines_only" or "uninstall" folder from the ZIP archive in Windows Explorer.
Select the folder "0000" by clicking on it.
Copy the selected folder to the clipboard by pressing [Ctrl] + [C].
Go to your Steam library.
Right-click "Yu-Gi-Oh! Master Duel"
Go to "Manage → Browse local files".
Open the folder "LocalData".
Inside that folder is another folder whose name varies but it always has 8 alphanumeric characters, for example 1a23bc4d, open it.
Paste the folder from the clipboard by pressing [Ctrl] + [V].
Choose the option to overwrite/replace all files and let the process finish.
Source code: GitHub (This is more of a personal playground with little in the way of reproducibility or documentation, but if you would like assistance with it do get in touch.)