Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rescript anime "Elemental HERO Divine Neos" to use better Fusion procedures #182

Open
kevinlul opened this issue Apr 18, 2020 · 0 comments

Comments

@kevinlul
Copy link
Contributor

kevinlul commented Apr 18, 2020

Requested by @NaimSantos 05/04/2020

c511001645.lua

Test Puzzle:

Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)

--Extra Deck
Debug.AddCard(31111109,0,0,LOCATION_EXTRA,0,8)
Debug.AddCard(511001645,0,0,LOCATION_EXTRA,0,8)
--GY
--Debug.AddCard(43237273,0,0,LOCATION_GRAVE,0,POS_FACEUP)
--Debug.AddCard(80344569,0,0,LOCATION_GRAVE,0,POS_FACEUP)
Debug.AddCard(17732278,0,0,LOCATION_GRAVE,0,POS_FACEUP)
Debug.AddCard(89621922,0,0,LOCATION_GRAVE,0,POS_FACEUP)
Debug.AddCard(17955766,0,0,LOCATION_GRAVE,0,POS_FACEUP)
Debug.AddCard(54959865,0,0,LOCATION_GRAVE,0,POS_FACEUP)
Debug.AddCard(89943723,0,0,LOCATION_GRAVE,0,POS_FACEUP)
--Monster Zones
Debug.AddCard(89943723,0,0,LOCATION_MZONE,0,4,true)
Debug.AddCard(54959865,0,0,LOCATION_MZONE,1,4,true)
Debug.AddCard(17955766,0,0,LOCATION_MZONE,2,4,true)
Debug.ReloadFieldEnd()

Important points: should not allow using Neos from the GY; must ensure the Neo-Spacian monsters have different names.

@kevinlul kevinlul added enhancement New feature or request unofficial Illegal, anime, manga, video game labels Apr 18, 2020
@kevinlul kevinlul changed the title Rescript anime Elemental HERO Divine Neos to use better Fusion procedures Rescript anime "Elemental HERO Divine Neos" to use better Fusion procedures Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant