ProjectIgnis / CardScripts

Project Ignis card script libraries and canonical card scripts for EDOPro. Send bug reports through Discord only!
86 stars 60 forks source link

Add "Mythic Tree Dragon (Anime)" #1078

Open idk-what-to-name-here opened 1 year ago

idk-what-to-name-here commented 1 year ago

https://yugipedia.com/wiki/Mythic_Tree_Dragon_(anime)

New card checklist

larry126 commented 1 year ago

Please correct the indentation in the operation function, use aux.FaceupFilter and appropriate bitwise operators instead of + and -. Also, the effect is missing the CATEGORY_LVCHANGE category, the reset should be RESETS_STANDARD_DISABLE as this is an effect that changes the stats of the card itself, and you do not need EFFECT_FLAG_SINGLE_RANGE (as you can see in the script of the OCG Tree Dragon). At last, the 3 scripts you most recently uploaded all have incorrect line endings and failed to pass our script checker.

idk-what-to-name-here commented 1 year ago

done