Thank you for the speedy replies. To be honest, I've never been a fan of premium modifications but if you guys add a great lobby system to this game I'll be the first one buying it. Hell, i've been programming for 15 years, if you need help just let me know
Some questions:
When creating a deck with random cards: "Deck Card Type Chances"
Quote:
If you use the number of random cards option above, this will define the chances of a card being a specific level. You can use 0-1000% here to define the chances, 0 will exclude the type from being added to the deck while 1000 guarentees it.
You do not need to enter the % symbol, and you should note that using 1000 will stop other types from being included within the deck when purchased. At least one type will need a value higher than 0 applied if you use the random cards.
|
How do these chances work? There are so many ways this can work out, I have no idea how to even begin to understand. Further details really are necessary.
Same goes for cpu behavior.
If I have 2 sets at 500 each and other at 100, does that mean that since those first two = 1000 that only cards from those 2 sets will be used? Does it mean that the code goes to each group and says "ok this is set to 500. There is a 50% chance we will pick a card from this group. If not we move onto the next group". Does the total chance of all types always have to = 1000?
I think posting examples of stats and what they produce for both random cards and CPU Intelligence would help a LOT for many people, including myself.