Commit graph

6 commits

Author SHA1 Message Date
Skold177
150f294c1f Implement Automaton Regulator
Implements Regular, an attachment that absorbs one beneficial status effect from the enemy.
2026-06-01 18:45:48 -04:00
Metra
4f9bcaa0fe Base implementation of barrage turbine 2025-01-26 11:35:12 -06:00
Zach Toogood
ca3bdd22fe [SQL] Add COLLATE=utf8mb4_general_ci to all tables 2024-01-04 18:25:12 +00:00
Corey Sotiropoulos
d92c54d1b4 [dbtool] Add function to dump DB to SQL files
Queries database then scans corresponding SQL file, replacing values
in INSERT statements with data from the database.

Is not smart about which INSERT statement gets which data; line-end
comments can get shuffled around if SQL file INSERTs are out of order
or missing. If you're doing INSERT or DELETE operations, make sure
to add a blank "INSERT INTO `table` VALUES ();" or manually remove
the INSERT statement respectively before dumping tables.
2023-08-23 22:50:08 -04:00
Zach Toogood
edc817a2d7 [db] Make all tables CHARSET=utf8mb4 2023-02-05 21:13:32 +00:00
claywar
b1d360ea31
[pup] Add Automaton Abilities to DB 2021-07-14 13:11:50 -04:00