Need proper fixing of quest_item_amount (SMALLINT, unsigned?) field type so it can store bigger numbers.
Fix saving experience quest to stardust rather than item_amount.
Fix questGen for that aka semi-reverse #1388
Failed submitting quests to DB: (pymysql.err.DataError) (1264, "Out of range value for column 'quest_target' at row 1")
[SQL: INSERT INTO trs_quest (GUID, layer, quest_type, quest_timestamp, quest_stardust, quest_pokemon_id, quest_reward_type, quest_item_id, quest_item_amount, quest_target, quest_condition, quest_reward, quest_template, quest_task, quest_pokemon_form_id, quest_pokemon_costume_id, quest_title) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)]
[parameters: ('71ce04d9262a4e568315aaaeb3c52653.16', 1, 82, 1725994963, 0, 819, 7, 0, 0, 400, '[]', '[{"type": "POKEMON_ENCOUNTER", "pokemonEncounter": {"pokemonId": "SKWOVET"}}]', 'GO_BIG_MP_HARD', 'Unknown quest type placeholder: 82', 0, 0, 'collect_max_particles')]