This card is going to be programmed into YGO pro, so the computer can handle some things that you can't do with actual cards.
The card's effect that I am having trouble wording works like this:
When the effect resolves, the computer generates a random number from 0 to 107 inclusive which is announced to both players. I've added some code such that the number generated will always correspond to an existing TCG number monster's number http://yugioh.wikia.com/wiki/Number(The number in a Number monster's name is used in the code for http://yugioh.wikia.com/wiki/Rank-Up-Magic_Quick_Chaos which might be a good ocg reference) The player resolving the effect declares the name of a "Number" monster with that number in its name, and 1 copy of the declared card is created and added to that player's extra deck.
By created I mean like what Shark did is duel against Tron, Shark Drake Vice came from nowhere.
Example1: Player A activates this effect and the random number is 11. The player must declare "Number 11: Big Eye" since its the only number monster that fits. One copy of number 11: big eye is created and added to their extra deck.
Example 2: Player A activates this effect and gets 39. The player can declare any "Number" monster with 39 as its number, weather its an ordinary number, Number C, or Number S monster. One copy of the declared card is created and added to their extra deck.
I will be happy to answer any questions as needed.
edit: solved,
create and add to your extra deck 1 "Number" monster with a randomly chosen number in its name.
Question
I Hate Snatch Steal
This card is going to be programmed into YGO pro, so the computer can handle some things that you can't do with actual cards.
The card's effect that I am having trouble wording works like this:
When the effect resolves, the computer generates a random number from 0 to 107 inclusive which is announced to both players. I've added some code such that the number generated will always correspond to an existing TCG number monster's number http://yugioh.wikia.com/wiki/Number(The number in a Number monster's name is used in the code for http://yugioh.wikia.com/wiki/Rank-Up-Magic_Quick_Chaos which might be a good ocg reference) The player resolving the effect declares the name of a "Number" monster with that number in its name, and 1 copy of the declared card is created and added to that player's extra deck.
By created I mean like what Shark did is duel against Tron, Shark Drake Vice came from nowhere.
Example1: Player A activates this effect and the random number is 11. The player must declare "Number 11: Big Eye" since its the only number monster that fits. One copy of number 11: big eye is created and added to their extra deck.
Example 2: Player A activates this effect and gets 39. The player can declare any "Number" monster with 39 as its number, weather its an ordinary number, Number C, or Number S monster. One copy of the declared card is created and added to their extra deck.
I will be happy to answer any questions as needed.
edit: solved,
create and add to your extra deck 1 "Number" monster with a randomly chosen number in its name.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.