dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Raid Counters : Remove Gamepress JSON code? #93

Closed dyreschlock closed 2 months ago

dyreschlock commented 1 year ago

Now that we're loading directly from the Game Master, we don't need to care about the GamePress json anymore, right? I don't think there's any situation where we need to care about it.

If that's true, let's just get rid of it. We could probably just manually update the database if there's any useful information not included in the Game Master.

dyreschlock commented 11 months ago

All of the calculations still rely on the CPM json from Gamepress. You'd need to hardcode that, or move that information somewhere else before removing all of the Gamepress code.

dyreschlock commented 2 months ago

I moved the CPM json into schlock-website depo and removed all the other gamepress code