-
Notifications
You must be signed in to change notification settings - Fork 125
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
How to add banned cards to duel rewards? (alongside 2 other small questions) #91
Comments
The limited list isn't considered when those rewards are given. Banned cards should be available. To specify a specific set of card ids to pull from you add something like
All cards which can be dismantled can be crafted. Therefore you want to set |
You misunderstood this part of my question, I meant I want all cards to be DISmantale-able, because when emptying my card pool the game still forces me to have the structure decks cards (the Synchro Link and Dragon ones) and those CAN'T be dismantled even in YgoMaster So my question is, is there a way to either delete those cards from the card pool or make them able to be dismantled so I can empty the pool manually?
....add to which file and which line in said file? |
So for structure decks it's hard coded to give you a card which cannot be dismantled. Some additional code would have to be written to convert non-dismantle cards to dismantle cards. You can find your card quantities in
Sorry, you'd add it somewhere like here YgoMaster/YgoMaster/Data/Settings.json Lines 152 to 156 in 57a2de8
|
If I'm not mistaken, you can win any card from the playable pool in duel rewards
But how do I expand that to include banned cards? Also I'm not exactly sure if limited or semi limited cards are included in those rewards
Would editing the ban list from the files do the job? like if I make pot of greed unlimited would that make it possible to win it from rewards?
Hell if there's a way to just edit the reward pool itself that would be great
P.S: I'm perfectly aware that I can craft and use them, I'm doing a special kind of playthrough where I win them rather than craft them
Small question #1: what does "ProgressiveCardList" do if set to true?
Small question #2: Is there an option to make ALL cards dismantle-able? Or at least an option to empty my card pool completely including the beginner structure deck cards
The text was updated successfully, but these errors were encountered: