Hi! I created a base and interface for a game I have been playing, Schedule 1. Yes, it is a game where you create drugs based on different combinations and then sell those drugs . I have included a public view of it below.
I have it basically how I want it, but I need a way, anyway, to
- From the drugs table, have a view that pulls the Teir 1 drug from any drug that isn’t a T1 drug.
- And then display in each row, the T1 drug, the different mixed supplies, and the drug effects.
The challange is, in the game, when you make the drugs, they randomize the names after mixing. So, what for me, mixing ‘Aspen Grool’ which is a T3 drug, might be called something different for another user. It would be rather daughting to dig through each drug combo and source it back to the T1 drug, so I was hoping there was a way to do it in a formula or view or something. Thoughts?