Vlek / RuinsAndRiches

Ruins & Riches Ultima Online Server Files
6 stars 0 forks source link

Make like-seeds stackable #69

Open Vlek opened 11 months ago

Vlek commented 11 months ago

I have peculiar seeds. They're the same color and everything. I feel like they should stack.

The real magic happens when they grow and that's when the randomized changes for different plants happens anyway if I'm remembering correctly.

Vlek commented 11 months ago

This is going to be more complicated than it was for #83. It's just just making the item stackable, they have to be stackable but to like-colors.

I think that this means that these are going to be closer to cloth than they are arrows.

Also, it looks like it's figuring out the type of peculiar seed up front, at least putting them into four different groups. I think this is wrong because then that adds state that we do not have to hang on to in the seed object.

Instead, because it looks like it's just randomly selecting a group and then from the group randomly selecting one of a few different cases, it will only modify the chance of two different groups, and, even so, not enough that I believe that this convoluted logic should stand.