// Dynamic Game Level Design (ai-powered-video-game-level-designer) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.game_levels), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.game_levels.createMany({
        data: [
            { id: 1, level_name: "challenge environment hub", terrain_type: "desert", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 4, last_modified: "2023-03-18", unique_asset_count: 5 },
            { id: 2, level_name: "adventure expedition stage", terrain_type: "forest", material_used: "metal", spawn_point_count: 18, trigger_zone_count: 0, last_modified: "2023-01-16", unique_asset_count: null },
            { id: 3, level_name: "dungeon", terrain_type: "forest", material_used: "stone", spawn_point_count: 7, trigger_zone_count: 1, last_modified: "2023-08-23", unique_asset_count: 8 },
            { id: 4, level_name: "level arena", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 11 },
            { id: 5, level_name: "adventure ruins", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 5 },
            { id: 6, level_name: "ocean", terrain_type: "forest", material_used: "wood", spawn_point_count: 10, trigger_zone_count: 8, last_modified: "2023-05-04", unique_asset_count: 4 },
            { id: 7, level_name: "forest", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-15", unique_asset_count: 6 },
            { id: 8, level_name: "scenario mission", terrain_type: "forest", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 10, last_modified: "2023-02-11", unique_asset_count: 14 },
            { id: 9, level_name: "ocean", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-29", unique_asset_count: 0 },
            { id: 10, level_name: "tundra world", terrain_type: "desert", material_used: "stone", spawn_point_count: 17, trigger_zone_count: 7, last_modified: "2023-11-04", unique_asset_count: 3 },
            { id: 11, level_name: "desert station battle", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-12", unique_asset_count: 3 },
            { id: 12, level_name: "battle", terrain_type: "forest", material_used: "grass", spawn_point_count: 1, trigger_zone_count: 7, last_modified: "2023-05-03", unique_asset_count: 4 },
            { id: 13, level_name: "zone", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-14", unique_asset_count: 3 },
            { id: 14, level_name: "station", terrain_type: "desert", material_used: "wood", spawn_point_count: 7, trigger_zone_count: 3, last_modified: "2023-07-30", unique_asset_count: 1 },
            { id: 15, level_name: "fortress expedition", terrain_type: "forest", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 4, last_modified: "2023-05-16", unique_asset_count: 12 },
            { id: 16, level_name: "task point", terrain_type: "desert", material_used: "grass", spawn_point_count: 15, trigger_zone_count: 7, last_modified: "2023-05-13", unique_asset_count: null },
            { id: 17, level_name: "platform", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-08", unique_asset_count: 13 },
            { id: 18, level_name: "platform tower", terrain_type: "desert", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 6, last_modified: "2023-07-01", unique_asset_count: 9 },
            { id: 19, level_name: "objective", terrain_type: "cave", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 7 },
            { id: 20, level_name: "expedition", terrain_type: "forest", material_used: "water", spawn_point_count: 9, trigger_zone_count: 7, last_modified: "2023-12-27", unique_asset_count: 1 },
            { id: 21, level_name: "expanse encounter area", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-16", unique_asset_count: 2 },
            { id: 22, level_name: "village world dungeon", terrain_type: "forest", material_used: "stone", spawn_point_count: 5, trigger_zone_count: 3, last_modified: "2023-05-16", unique_asset_count: 8 },
            { id: 23, level_name: "forest", terrain_type: "forest", material_used: "metal", spawn_point_count: 13, trigger_zone_count: 3, last_modified: null, unique_asset_count: 1 },
            { id: 24, level_name: "goal platform hub", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-28", unique_asset_count: 14 },
            { id: 25, level_name: "situation realm valley", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 7, last_modified: null, unique_asset_count: 8 },
            { id: 26, level_name: "temple battle objective", terrain_type: "desert", material_used: "grass", spawn_point_count: 10, trigger_zone_count: 0, last_modified: "2023-10-01", unique_asset_count: 4 },
            { id: 27, level_name: "world ruins", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-26", unique_asset_count: 0 },
            { id: 28, level_name: "castle", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-08", unique_asset_count: 0 },
            { id: 29, level_name: "cave", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 1, last_modified: null, unique_asset_count: 10 },
            { id: 30, level_name: "forest hub domain", terrain_type: "forest", material_used: "wood", spawn_point_count: 9, trigger_zone_count: 7, last_modified: "2023-09-23", unique_asset_count: 2 },
            { id: 31, level_name: "level locale temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 9, last_modified: "2023-01-04", unique_asset_count: 1 },
            { id: 32, level_name: "forest", terrain_type: "forest", material_used: "metal", spawn_point_count: 18, trigger_zone_count: 3, last_modified: "2023-02-25", unique_asset_count: 14 },
            { id: 33, level_name: "desert domain island", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-12", unique_asset_count: 5 },
            { id: 34, level_name: "scenario hub sector", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-28", unique_asset_count: 6 },
            { id: 35, level_name: "point fortress realm", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 1 },
            { id: 36, level_name: "ocean situation", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-03", unique_asset_count: 6 },
            { id: 37, level_name: "task", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-17", unique_asset_count: 2 },
            { id: 38, level_name: "mountain adventure", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-07", unique_asset_count: 12 },
            { id: 39, level_name: "city forest", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-17", unique_asset_count: 10 },
            { id: 40, level_name: "quest", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-06", unique_asset_count: 11 },
            { id: 41, level_name: "tower challenge battle", terrain_type: "forest", material_used: "grass", spawn_point_count: 11, trigger_zone_count: 2, last_modified: "2023-03-11", unique_asset_count: 4 },
            { id: 42, level_name: "hub desert", terrain_type: "forest", material_used: "metal", spawn_point_count: 4, trigger_zone_count: 8, last_modified: "2023-05-13", unique_asset_count: 9 },
            { id: 43, level_name: "labyrinth", terrain_type: "forest", material_used: "metal", spawn_point_count: 15, trigger_zone_count: 2, last_modified: "2023-09-06", unique_asset_count: 7 },
            { id: 44, level_name: "scenario objective domain", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 7, last_modified: "2023-11-26", unique_asset_count: 6 },
            { id: 45, level_name: "locale tundra", terrain_type: "desert", material_used: "water", spawn_point_count: 5, trigger_zone_count: 5, last_modified: "2023-03-31", unique_asset_count: 9 },
            { id: 46, level_name: "domain", terrain_type: "forest", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 5, last_modified: "2023-01-25", unique_asset_count: 8 },
            { id: 47, level_name: "valley", terrain_type: "forest", material_used: "wood", spawn_point_count: 10, trigger_zone_count: 1, last_modified: "2023-11-13", unique_asset_count: 3 },
            { id: 48, level_name: "world objective", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-16", unique_asset_count: 12 },
            { id: 49, level_name: "zone", terrain_type: "forest", material_used: "metal", spawn_point_count: 11, trigger_zone_count: 0, last_modified: "2023-09-28", unique_asset_count: 11 },
            { id: 50, level_name: "scenario battle", terrain_type: "forest", material_used: "wood", spawn_point_count: 18, trigger_zone_count: 1, last_modified: "2023-11-28", unique_asset_count: 5 },
            { id: 51, level_name: "stage domain", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 4, last_modified: "2023-05-24", unique_asset_count: 8 },
            { id: 52, level_name: "scenario goal situation", terrain_type: "forest", material_used: "wood", spawn_point_count: 14, trigger_zone_count: 7, last_modified: "2023-12-08", unique_asset_count: null },
            { id: 53, level_name: "island dungeon task", terrain_type: "forest", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 2, last_modified: "2023-08-28", unique_asset_count: 6 },
            { id: 54, level_name: "sector world swamp", terrain_type: "desert", material_used: "stone", spawn_point_count: 11, trigger_zone_count: 8, last_modified: "2023-10-20", unique_asset_count: 0 },
            { id: 55, level_name: "city fortress", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-12", unique_asset_count: 10 },
            { id: 56, level_name: "site cave arena", terrain_type: "forest", material_used: "metal", spawn_point_count: 19, trigger_zone_count: 4, last_modified: "2023-03-22", unique_asset_count: 13 },
            { id: 57, level_name: "castle labyrinth swamp", terrain_type: "desert", material_used: "wood", spawn_point_count: 7, trigger_zone_count: 5, last_modified: "2023-04-03", unique_asset_count: 2 },
            { id: 58, level_name: "domain station scenario", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-21", unique_asset_count: 9 },
            { id: 59, level_name: "station quest", terrain_type: "forest", material_used: "stone", spawn_point_count: 9, trigger_zone_count: 4, last_modified: "2023-03-04", unique_asset_count: 3 },
            { id: 60, level_name: "forest domain", terrain_type: "forest", material_used: "grass", spawn_point_count: 16, trigger_zone_count: 5, last_modified: "2023-10-27", unique_asset_count: null },
            { id: 61, level_name: "arena environment", terrain_type: "desert", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 7, last_modified: "2023-07-29", unique_asset_count: 9 },
            { id: 62, level_name: "area site", terrain_type: "forest", material_used: "wood", spawn_point_count: 16, trigger_zone_count: 9, last_modified: "2023-11-25", unique_asset_count: 8 },
            { id: 63, level_name: "zone ruins land", terrain_type: "desert", material_used: "wood", spawn_point_count: 7, trigger_zone_count: 1, last_modified: "2023-07-26", unique_asset_count: 7 },
            { id: 64, level_name: "forest level", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 9, last_modified: "2023-01-12", unique_asset_count: null },
            { id: 65, level_name: "expedition quest ruins", terrain_type: "forest", material_used: "metal", spawn_point_count: 10, trigger_zone_count: 6, last_modified: "2023-08-28", unique_asset_count: 5 },
            { id: 66, level_name: "situation platform", terrain_type: "forest", material_used: "wood", spawn_point_count: 6, trigger_zone_count: 0, last_modified: "2023-03-08", unique_asset_count: 1 },
            { id: 67, level_name: "labyrinth temple objective", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 8, last_modified: "2023-05-11", unique_asset_count: 5 },
            { id: 68, level_name: "environment situation", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-13", unique_asset_count: 12 },
            { id: 69, level_name: "mountain setting realm", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-10", unique_asset_count: 10 },
            { id: 70, level_name: "island level quest", terrain_type: "desert", material_used: "stone", spawn_point_count: 4, trigger_zone_count: 2, last_modified: "2023-03-12", unique_asset_count: 9 },
            { id: 71, level_name: "fortress challenge", terrain_type: "forest", material_used: "stone", spawn_point_count: 7, trigger_zone_count: 10, last_modified: "2023-08-04", unique_asset_count: 1 },
            { id: 72, level_name: "station site hub", terrain_type: "forest", material_used: "metal", spawn_point_count: 14, trigger_zone_count: 3, last_modified: "2023-01-31", unique_asset_count: 9 },
            { id: 73, level_name: "stage", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-14", unique_asset_count: 4 },
            { id: 74, level_name: "ruins stage quest", terrain_type: "desert", material_used: "metal", spawn_point_count: 3, trigger_zone_count: 9, last_modified: "2023-08-06", unique_asset_count: 2 },
            { id: 75, level_name: "quest expedition", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 14 },
            { id: 76, level_name: "domain checkpoint", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-18", unique_asset_count: 5 },
            { id: 77, level_name: "village tower area", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-04", unique_asset_count: 6 },
            { id: 78, level_name: "land setting", terrain_type: "forest", material_used: "metal", spawn_point_count: 20, trigger_zone_count: 3, last_modified: "2023-12-23", unique_asset_count: 9 },
            { id: 79, level_name: "village region site", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-13", unique_asset_count: 3 },
            { id: 80, level_name: "ocean", terrain_type: "forest", material_used: "grass", spawn_point_count: 20, trigger_zone_count: 2, last_modified: "2023-12-29", unique_asset_count: 0 },
            { id: 81, level_name: "station base", terrain_type: "forest", material_used: "stone", spawn_point_count: 11, trigger_zone_count: 8, last_modified: "2023-06-26", unique_asset_count: 6 },
            { id: 82, level_name: "labyrinth scenario desert", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 1, last_modified: "2023-01-25", unique_asset_count: 9 },
            { id: 83, level_name: "battle", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-06", unique_asset_count: 8 },
            { id: 84, level_name: "platform valley challenge", terrain_type: "forest", material_used: "metal", spawn_point_count: 2, trigger_zone_count: 7, last_modified: "2023-11-06", unique_asset_count: 8 },
            { id: 85, level_name: "ocean level", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-15", unique_asset_count: 4 },
            { id: 86, level_name: "labyrinth", terrain_type: "forest", material_used: "wood", spawn_point_count: 2, trigger_zone_count: 6, last_modified: "2023-06-01", unique_asset_count: null },
            { id: 87, level_name: "battle cave", terrain_type: "forest", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 0, last_modified: "2023-07-08", unique_asset_count: 13 },
            { id: 88, level_name: "land temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 9, last_modified: "2023-02-19", unique_asset_count: 10 },
            { id: 89, level_name: "tundra adventure environment", terrain_type: "forest", material_used: "water", spawn_point_count: 18, trigger_zone_count: 3, last_modified: "2023-12-13", unique_asset_count: 10 },
            { id: 90, level_name: "mountain quest area", terrain_type: "forest", material_used: "stone", spawn_point_count: 10, trigger_zone_count: 5, last_modified: "2023-09-15", unique_asset_count: 11 },
            { id: 91, level_name: "tundra mission checkpoint", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-07", unique_asset_count: 14 },
            { id: 92, level_name: "situation expedition", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 13 },
            { id: 93, level_name: "setting ruins site", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 5, last_modified: "2023-08-26", unique_asset_count: 15 },
            { id: 94, level_name: "swamp locale", terrain_type: "forest", material_used: "metal", spawn_point_count: 20, trigger_zone_count: 8, last_modified: "2023-10-18", unique_asset_count: 8 },
            { id: 95, level_name: "site", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-23", unique_asset_count: 12 },
            { id: 96, level_name: "mountain", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-26", unique_asset_count: null },
            { id: 97, level_name: "desert temple battle", terrain_type: "desert", material_used: "wood", spawn_point_count: 6, trigger_zone_count: 3, last_modified: null, unique_asset_count: 1 },
            { id: 98, level_name: "tundra platform island", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 15 },
            { id: 99, level_name: "world encounter labyrinth", terrain_type: "desert", material_used: "metal", spawn_point_count: 16, trigger_zone_count: 6, last_modified: "2023-08-20", unique_asset_count: 7 },
            { id: 100, level_name: "mountain castle", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-20", unique_asset_count: 2 },
            { id: 101, level_name: "land", terrain_type: "forest", material_used: "stone", spawn_point_count: 2, trigger_zone_count: 4, last_modified: "2023-11-21", unique_asset_count: 3 },
            { id: 102, level_name: "region sector station", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: null },
            { id: 103, level_name: "situation", terrain_type: "desert", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 4, last_modified: "2023-12-27", unique_asset_count: 12 },
            { id: 104, level_name: "castle", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-11", unique_asset_count: 5 },
            { id: 105, level_name: "platform", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 3, last_modified: "2023-05-23", unique_asset_count: 13 },
            { id: 106, level_name: "village", terrain_type: "desert", material_used: "metal", spawn_point_count: 8, trigger_zone_count: 2, last_modified: "2023-07-09", unique_asset_count: 6 },
            { id: 107, level_name: "hub region", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-04", unique_asset_count: 13 },
            { id: 108, level_name: "tundra", terrain_type: "forest", material_used: "metal", spawn_point_count: 19, trigger_zone_count: 8, last_modified: null, unique_asset_count: 5 },
            { id: 109, level_name: "fortress", terrain_type: "desert", material_used: "stone", spawn_point_count: 9, trigger_zone_count: 1, last_modified: "2023-01-24", unique_asset_count: 4 },
            { id: 110, level_name: "challenge island mission", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-05", unique_asset_count: 5 },
            { id: 111, level_name: "challenge expedition", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 9, last_modified: "2023-06-18", unique_asset_count: 15 },
            { id: 112, level_name: "fortress base", terrain_type: "forest", material_used: "metal", spawn_point_count: 16, trigger_zone_count: 5, last_modified: null, unique_asset_count: 9 },
            { id: 113, level_name: "city region ruins", terrain_type: "forest", material_used: "grass", spawn_point_count: 16, trigger_zone_count: 1, last_modified: "2023-06-30", unique_asset_count: 2 },
            { id: 114, level_name: "cave", terrain_type: "desert", material_used: "wood", spawn_point_count: 4, trigger_zone_count: 1, last_modified: "2023-08-08", unique_asset_count: 9 },
            { id: 115, level_name: "ruins forest expanse", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 9, last_modified: "2023-11-24", unique_asset_count: 3 },
            { id: 116, level_name: "valley cave", terrain_type: "forest", material_used: "metal", spawn_point_count: 5, trigger_zone_count: 9, last_modified: null, unique_asset_count: 15 },
            { id: 117, level_name: "level situation", terrain_type: "desert", material_used: "metal", spawn_point_count: 13, trigger_zone_count: 8, last_modified: "2023-08-24", unique_asset_count: 3 },
            { id: 118, level_name: "adventure desert platform", terrain_type: "desert", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 5, last_modified: "2023-10-20", unique_asset_count: 1 },
            { id: 119, level_name: "platform", terrain_type: "forest", material_used: "water", spawn_point_count: 12, trigger_zone_count: 3, last_modified: "2023-02-20", unique_asset_count: 2 },
            { id: 120, level_name: "goal mission", terrain_type: "forest", material_used: "grass", spawn_point_count: 6, trigger_zone_count: 3, last_modified: "2023-06-24", unique_asset_count: 11 },
            { id: 121, level_name: "ruins domain zone", terrain_type: "desert", material_used: "wood", spawn_point_count: 10, trigger_zone_count: 6, last_modified: "2023-12-01", unique_asset_count: 12 },
            { id: 122, level_name: "battle environment expedition", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-27", unique_asset_count: 3 },
            { id: 123, level_name: "ocean", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-13", unique_asset_count: 3 },
            { id: 124, level_name: "labyrinth locale fortress", terrain_type: "desert", material_used: "stone", spawn_point_count: 4, trigger_zone_count: 1, last_modified: "2023-02-28", unique_asset_count: 7 },
            { id: 125, level_name: "world", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-19", unique_asset_count: 10 },
            { id: 126, level_name: "region castle environment", terrain_type: "forest", material_used: "wood", spawn_point_count: 2, trigger_zone_count: 4, last_modified: "2023-11-16", unique_asset_count: 5 },
            { id: 127, level_name: "goal valley area", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-23", unique_asset_count: 0 },
            { id: 128, level_name: "situation objective", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 6, last_modified: null, unique_asset_count: 7 },
            { id: 129, level_name: "goal cave", terrain_type: "forest", material_used: "metal", spawn_point_count: 16, trigger_zone_count: 8, last_modified: "2023-06-19", unique_asset_count: 10 },
            { id: 130, level_name: "level", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-29", unique_asset_count: 7 },
            { id: 131, level_name: "island goal", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-18", unique_asset_count: 1 },
            { id: 132, level_name: "checkpoint ocean forest", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-02", unique_asset_count: 14 },
            { id: 133, level_name: "station swamp arena", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 1, last_modified: null, unique_asset_count: 1 },
            { id: 134, level_name: "valley zone tundra", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-02", unique_asset_count: 11 },
            { id: 135, level_name: "adventure sector base", terrain_type: "desert", material_used: "stone", spawn_point_count: 19, trigger_zone_count: 4, last_modified: "2023-03-17", unique_asset_count: 1 },
            { id: 136, level_name: "zone", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-05", unique_asset_count: 13 },
            { id: 137, level_name: "battle quest", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-02", unique_asset_count: 5 },
            { id: 138, level_name: "battle scenario swamp", terrain_type: "desert", material_used: "wood", spawn_point_count: 11, trigger_zone_count: 6, last_modified: "2023-12-01", unique_asset_count: 7 },
            { id: 139, level_name: "domain", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-12", unique_asset_count: 13 },
            { id: 140, level_name: "site mission", terrain_type: "forest", material_used: "wood", spawn_point_count: 19, trigger_zone_count: 0, last_modified: "2023-07-29", unique_asset_count: 9 },
            { id: 141, level_name: "world region", terrain_type: "desert", material_used: "metal", spawn_point_count: 16, trigger_zone_count: 5, last_modified: null, unique_asset_count: 1 },
            { id: 142, level_name: "platform temple ruins", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-14", unique_asset_count: 7 },
            { id: 143, level_name: "temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 1, last_modified: null, unique_asset_count: 4 },
            { id: 144, level_name: "forest desert", terrain_type: "desert", material_used: "metal", spawn_point_count: 17, trigger_zone_count: 2, last_modified: "2023-11-29", unique_asset_count: 4 },
            { id: 145, level_name: "city valley", terrain_type: "urban", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-17", unique_asset_count: 3 },
            { id: 146, level_name: "swamp checkpoint", terrain_type: "forest", material_used: "wood", spawn_point_count: 14, trigger_zone_count: 2, last_modified: "2023-07-17", unique_asset_count: 1 },
            { id: 147, level_name: "sector station", terrain_type: "snow", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-25", unique_asset_count: 3 },
            { id: 148, level_name: "adventure castle mountain", terrain_type: "forest", material_used: "wood", spawn_point_count: 4, trigger_zone_count: 4, last_modified: "2023-09-21", unique_asset_count: null },
            { id: 149, level_name: "checkpoint zone", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-19", unique_asset_count: 9 },
            { id: 150, level_name: "task", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-20", unique_asset_count: 13 },
            { id: 151, level_name: "land desert base", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 6, last_modified: "2023-11-08", unique_asset_count: 14 },
            { id: 152, level_name: "checkpoint region situation", terrain_type: "urban", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-05", unique_asset_count: 3 },
            { id: 153, level_name: "sector mountain station", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-07", unique_asset_count: 6 },
            { id: 154, level_name: "fortress", terrain_type: "desert", material_used: "metal", spawn_point_count: 6, trigger_zone_count: 10, last_modified: "2023-06-03", unique_asset_count: 11 },
            { id: 155, level_name: "hub cave base", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-27", unique_asset_count: 11 },
            { id: 156, level_name: "world environment", terrain_type: "forest", material_used: "wood", spawn_point_count: 18, trigger_zone_count: 5, last_modified: "2023-11-17", unique_asset_count: null },
            { id: 157, level_name: "checkpoint", terrain_type: "desert", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 2, last_modified: "2023-02-08", unique_asset_count: 4 },
            { id: 158, level_name: "sector desert quest", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-08", unique_asset_count: 7 },
            { id: 159, level_name: "stage task site", terrain_type: "desert", material_used: "metal", spawn_point_count: 18, trigger_zone_count: 0, last_modified: "2023-08-20", unique_asset_count: 1 },
            { id: 160, level_name: "quest dungeon world", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-19", unique_asset_count: 1 },
            { id: 161, level_name: "area tundra", terrain_type: "forest", material_used: "grass", spawn_point_count: 9, trigger_zone_count: 10, last_modified: "2023-04-09", unique_asset_count: 4 },
            { id: 162, level_name: "task mountain stage", terrain_type: "cave", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-12", unique_asset_count: 10 },
            { id: 163, level_name: "zone", terrain_type: "urban", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-29", unique_asset_count: 11 },
            { id: 164, level_name: "adventure stage", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-15", unique_asset_count: 9 },
            { id: 165, level_name: "forest world station", terrain_type: "desert", material_used: "wood", spawn_point_count: 15, trigger_zone_count: 9, last_modified: "2023-12-07", unique_asset_count: 4 },
            { id: 166, level_name: "situation labyrinth region", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-11", unique_asset_count: 2 },
            { id: 167, level_name: "fortress tundra", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-31", unique_asset_count: 8 },
            { id: 168, level_name: "expedition", terrain_type: "forest", material_used: "metal", spawn_point_count: 9, trigger_zone_count: 5, last_modified: "2023-06-22", unique_asset_count: 6 },
            { id: 169, level_name: "mountain", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 1, last_modified: "2023-08-05", unique_asset_count: 2 },
            { id: 170, level_name: "checkpoint", terrain_type: "forest", material_used: "metal", spawn_point_count: 20, trigger_zone_count: 0, last_modified: "2023-10-08", unique_asset_count: 2 },
            { id: 171, level_name: "situation", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-09", unique_asset_count: 1 },
            { id: 172, level_name: "forest island hub", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-19", unique_asset_count: null },
            { id: 173, level_name: "cave expedition labyrinth", terrain_type: "desert", material_used: "grass", spawn_point_count: 5, trigger_zone_count: 3, last_modified: "2023-05-31", unique_asset_count: 10 },
            { id: 174, level_name: "island", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 7, last_modified: "2023-12-11", unique_asset_count: 11 },
            { id: 175, level_name: "area", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-17", unique_asset_count: 2 },
            { id: 176, level_name: "adventure cave region", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 0 },
            { id: 177, level_name: "expedition", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 3, last_modified: "2023-10-05", unique_asset_count: 6 },
            { id: 178, level_name: "mountain island", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 4, last_modified: "2023-05-23", unique_asset_count: 4 },
            { id: 179, level_name: "area valley", terrain_type: "desert", material_used: "stone", spawn_point_count: 1, trigger_zone_count: 4, last_modified: "2023-01-08", unique_asset_count: 9 },
            { id: 180, level_name: "fortress cave", terrain_type: "forest", material_used: "wood", spawn_point_count: 1, trigger_zone_count: 7, last_modified: "2023-01-15", unique_asset_count: null },
            { id: 181, level_name: "cave scenario", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-21", unique_asset_count: 6 },
            { id: 182, level_name: "setting site dungeon", terrain_type: "forest", material_used: "stone", spawn_point_count: 4, trigger_zone_count: 1, last_modified: "2023-12-13", unique_asset_count: 1 },
            { id: 183, level_name: "hub", terrain_type: "forest", material_used: "stone", spawn_point_count: 15, trigger_zone_count: 9, last_modified: "2023-11-16", unique_asset_count: null },
            { id: 184, level_name: "goal", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-05", unique_asset_count: 9 },
            { id: 185, level_name: "challenge", terrain_type: "forest", material_used: "water", spawn_point_count: 5, trigger_zone_count: 3, last_modified: "2023-02-23", unique_asset_count: 6 },
            { id: 186, level_name: "task base forest", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 2, last_modified: "2023-01-09", unique_asset_count: 0 },
            { id: 187, level_name: "ocean", terrain_type: "forest", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 8, last_modified: "2023-10-23", unique_asset_count: 13 },
            { id: 188, level_name: "battle castle world", terrain_type: "forest", material_used: "water", spawn_point_count: 16, trigger_zone_count: 2, last_modified: "2023-11-21", unique_asset_count: 5 },
            { id: 189, level_name: "desert quest objective", terrain_type: "forest", material_used: "stone", spawn_point_count: 19, trigger_zone_count: 2, last_modified: "2023-09-01", unique_asset_count: 1 },
            { id: 190, level_name: "expedition expanse locale", terrain_type: "desert", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 8, last_modified: null, unique_asset_count: 13 },
            { id: 191, level_name: "checkpoint", terrain_type: "desert", material_used: "metal", spawn_point_count: 12, trigger_zone_count: 1, last_modified: "2023-05-26", unique_asset_count: 3 },
            { id: 192, level_name: "labyrinth castle platform", terrain_type: "forest", material_used: "stone", spawn_point_count: 6, trigger_zone_count: 5, last_modified: "2023-04-04", unique_asset_count: 10 },
            { id: 193, level_name: "expanse labyrinth region", terrain_type: "desert", material_used: "stone", spawn_point_count: 6, trigger_zone_count: 1, last_modified: "2023-05-07", unique_asset_count: 4 },
            { id: 194, level_name: "ocean", terrain_type: "desert", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 6, last_modified: "2023-09-18", unique_asset_count: 11 },
            { id: 195, level_name: "tundra", terrain_type: "desert", material_used: "wood", spawn_point_count: 19, trigger_zone_count: 5, last_modified: "2023-05-31", unique_asset_count: null },
            { id: 196, level_name: "task scenario", terrain_type: "desert", material_used: "wood", spawn_point_count: 18, trigger_zone_count: 4, last_modified: "2023-10-06", unique_asset_count: 15 },
            { id: 197, level_name: "point", terrain_type: "forest", material_used: "metal", spawn_point_count: 14, trigger_zone_count: 7, last_modified: "2023-12-03", unique_asset_count: 0 },
            { id: 198, level_name: "desert station expedition", terrain_type: "desert", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 0, last_modified: null, unique_asset_count: 15 },
            { id: 199, level_name: "station", terrain_type: "forest", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 6, last_modified: "2023-11-20", unique_asset_count: 3 },
            { id: 200, level_name: "dungeon battle", terrain_type: "forest", material_used: "metal", spawn_point_count: 2, trigger_zone_count: 1, last_modified: null, unique_asset_count: 7 },
            { id: 201, level_name: "region area stage", terrain_type: "forest", material_used: "metal", spawn_point_count: 6, trigger_zone_count: 8, last_modified: "2023-07-27", unique_asset_count: 8 },
            { id: 202, level_name: "mission expedition station", terrain_type: "forest", material_used: "metal", spawn_point_count: 18, trigger_zone_count: 7, last_modified: "2023-07-27", unique_asset_count: 11 },
            { id: 203, level_name: "ocean battle", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-12", unique_asset_count: 7 },
            { id: 204, level_name: "swamp", terrain_type: "forest", material_used: "metal", spawn_point_count: 12, trigger_zone_count: 5, last_modified: "2023-12-25", unique_asset_count: 13 },
            { id: 205, level_name: "valley", terrain_type: "forest", material_used: "stone", spawn_point_count: 1, trigger_zone_count: 9, last_modified: "2023-12-26", unique_asset_count: 1 },
            { id: 206, level_name: "adventure quest", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-13", unique_asset_count: 12 },
            { id: 207, level_name: "temple", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 5 },
            { id: 208, level_name: "valley base", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-04", unique_asset_count: 10 },
            { id: 209, level_name: "fortress station ruins", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-28", unique_asset_count: 4 },
            { id: 210, level_name: "zone", terrain_type: "forest", material_used: "water", spawn_point_count: 8, trigger_zone_count: 7, last_modified: "2023-11-27", unique_asset_count: 0 },
            { id: 211, level_name: "arena", terrain_type: "cave", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-01", unique_asset_count: null },
            { id: 212, level_name: "valley arena", terrain_type: "forest", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 7, last_modified: "2023-01-19", unique_asset_count: 7 },
            { id: 213, level_name: "expanse adventure village", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 4, last_modified: null, unique_asset_count: 2 },
            { id: 214, level_name: "tower tundra hub", terrain_type: "forest", material_used: "wood", spawn_point_count: 9, trigger_zone_count: 5, last_modified: "2023-12-28", unique_asset_count: 1 },
            { id: 215, level_name: "city quest temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 19, trigger_zone_count: 7, last_modified: "2023-02-26", unique_asset_count: null },
            { id: 216, level_name: "platform dungeon situation", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 5, last_modified: "2023-02-14", unique_asset_count: 9 },
            { id: 217, level_name: "battle", terrain_type: "desert", material_used: "metal", spawn_point_count: 4, trigger_zone_count: 10, last_modified: "2023-07-24", unique_asset_count: 7 },
            { id: 218, level_name: "dungeon", terrain_type: "desert", material_used: "grass", spawn_point_count: 15, trigger_zone_count: 8, last_modified: "2023-07-06", unique_asset_count: 7 },
            { id: 219, level_name: "swamp", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-27", unique_asset_count: 12 },
            { id: 220, level_name: "region tundra forest", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-10", unique_asset_count: null },
            { id: 221, level_name: "checkpoint", terrain_type: "desert", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 6, last_modified: "2023-06-15", unique_asset_count: 14 },
            { id: 222, level_name: "point", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-07", unique_asset_count: 14 },
            { id: 223, level_name: "swamp", terrain_type: "forest", material_used: "wood", spawn_point_count: 2, trigger_zone_count: 1, last_modified: "2023-04-09", unique_asset_count: 12 },
            { id: 224, level_name: "swamp point land", terrain_type: "forest", material_used: "wood", spawn_point_count: 11, trigger_zone_count: 1, last_modified: "2023-11-16", unique_asset_count: 4 },
            { id: 225, level_name: "village city", terrain_type: "forest", material_used: "water", spawn_point_count: 17, trigger_zone_count: 9, last_modified: "2023-10-13", unique_asset_count: 9 },
            { id: 226, level_name: "expanse base goal", terrain_type: "forest", material_used: "stone", spawn_point_count: 15, trigger_zone_count: 4, last_modified: "2023-03-12", unique_asset_count: 14 },
            { id: 227, level_name: "dungeon tower", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 7, last_modified: "2023-10-23", unique_asset_count: 10 },
            { id: 228, level_name: "level fortress expedition", terrain_type: "desert", material_used: "water", spawn_point_count: 3, trigger_zone_count: 4, last_modified: "2023-10-23", unique_asset_count: 8 },
            { id: 229, level_name: "point situation expanse", terrain_type: "forest", material_used: "wood", spawn_point_count: 2, trigger_zone_count: 4, last_modified: null, unique_asset_count: 4 },
            { id: 230, level_name: "task point sector", terrain_type: "forest", material_used: "grass", spawn_point_count: 15, trigger_zone_count: 2, last_modified: "2023-02-24", unique_asset_count: 2 },
            { id: 231, level_name: "sector", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-17", unique_asset_count: 11 },
            { id: 232, level_name: "level platform", terrain_type: "forest", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 6, last_modified: "2023-07-06", unique_asset_count: 9 },
            { id: 233, level_name: "swamp", terrain_type: "urban", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-18", unique_asset_count: 14 },
            { id: 234, level_name: "temple sector", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-25", unique_asset_count: null },
            { id: 235, level_name: "village task", terrain_type: "desert", material_used: "wood", spawn_point_count: 18, trigger_zone_count: 9, last_modified: "2023-11-05", unique_asset_count: null },
            { id: 236, level_name: "domain hub", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-10", unique_asset_count: 5 },
            { id: 237, level_name: "setting tower", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-05", unique_asset_count: 2 },
            { id: 238, level_name: "arena", terrain_type: "forest", material_used: "wood", spawn_point_count: 4, trigger_zone_count: 2, last_modified: "2023-12-28", unique_asset_count: 7 },
            { id: 239, level_name: "mission", terrain_type: "forest", material_used: "wood", spawn_point_count: 7, trigger_zone_count: 1, last_modified: "2023-12-09", unique_asset_count: 7 },
            { id: 240, level_name: "realm", terrain_type: "forest", material_used: "grass", spawn_point_count: 17, trigger_zone_count: 7, last_modified: "2023-09-23", unique_asset_count: 3 },
            { id: 241, level_name: "village island situation", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-10", unique_asset_count: null },
            { id: 242, level_name: "forest", terrain_type: "forest", material_used: "stone", spawn_point_count: 2, trigger_zone_count: 9, last_modified: "2023-12-20", unique_asset_count: null },
            { id: 243, level_name: "adventure base checkpoint", terrain_type: "forest", material_used: "grass", spawn_point_count: 4, trigger_zone_count: 5, last_modified: "2023-10-05", unique_asset_count: 4 },
            { id: 244, level_name: "stage cave", terrain_type: "forest", material_used: "grass", spawn_point_count: 1, trigger_zone_count: 6, last_modified: "2023-07-17", unique_asset_count: 4 },
            { id: 245, level_name: "site", terrain_type: "forest", material_used: "stone", spawn_point_count: 15, trigger_zone_count: 5, last_modified: "2023-04-15", unique_asset_count: 6 },
            { id: 246, level_name: "zone hub labyrinth", terrain_type: "forest", material_used: "water", spawn_point_count: 4, trigger_zone_count: 5, last_modified: "2023-08-18", unique_asset_count: null },
            { id: 247, level_name: "ruins city domain", terrain_type: "desert", material_used: "wood", spawn_point_count: 4, trigger_zone_count: 7, last_modified: "2023-09-08", unique_asset_count: 11 },
            { id: 248, level_name: "area ruins", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 1, last_modified: "2023-09-03", unique_asset_count: 3 },
            { id: 249, level_name: "ocean scenario world", terrain_type: "desert", material_used: "water", spawn_point_count: 11, trigger_zone_count: 4, last_modified: "2023-12-26", unique_asset_count: 3 },
            { id: 250, level_name: "mission", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-25", unique_asset_count: 8 },
            { id: 251, level_name: "ruins dungeon", terrain_type: "cave", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-15", unique_asset_count: 7 },
            { id: 252, level_name: "setting adventure", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-22", unique_asset_count: 8 },
            { id: 253, level_name: "realm zone land", terrain_type: "forest", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 8, last_modified: "2023-10-07", unique_asset_count: 3 },
            { id: 254, level_name: "base hub temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 4, last_modified: "2023-12-09", unique_asset_count: 1 },
            { id: 255, level_name: "temple region city", terrain_type: "forest", material_used: "metal", spawn_point_count: 12, trigger_zone_count: 10, last_modified: "2023-12-11", unique_asset_count: 11 },
            { id: 256, level_name: "realm forest objective", terrain_type: "forest", material_used: "wood", spawn_point_count: 11, trigger_zone_count: 4, last_modified: "2023-07-03", unique_asset_count: 3 },
            { id: 257, level_name: "encounter", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-28", unique_asset_count: 13 },
            { id: 258, level_name: "valley ocean", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-10", unique_asset_count: 11 },
            { id: 259, level_name: "realm", terrain_type: "desert", material_used: "wood", spawn_point_count: 18, trigger_zone_count: 0, last_modified: "2023-10-11", unique_asset_count: 3 },
            { id: 260, level_name: "temple hub platform", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-12", unique_asset_count: 11 },
            { id: 261, level_name: "situation", terrain_type: "forest", material_used: "grass", spawn_point_count: 8, trigger_zone_count: 8, last_modified: "2023-08-07", unique_asset_count: 4 },
            { id: 262, level_name: "setting forest", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-05", unique_asset_count: null },
            { id: 263, level_name: "challenge", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 1, last_modified: "2023-08-25", unique_asset_count: 11 },
            { id: 264, level_name: "forest objective", terrain_type: "desert", material_used: "stone", spawn_point_count: 9, trigger_zone_count: 6, last_modified: "2023-11-04", unique_asset_count: 1 },
            { id: 265, level_name: "scenario", terrain_type: "forest", material_used: "stone", spawn_point_count: 15, trigger_zone_count: 4, last_modified: "2023-12-11", unique_asset_count: 11 },
            { id: 266, level_name: "station checkpoint", terrain_type: "desert", material_used: "stone", spawn_point_count: 19, trigger_zone_count: 1, last_modified: "2023-10-19", unique_asset_count: 9 },
            { id: 267, level_name: "land expedition", terrain_type: "forest", material_used: "stone", spawn_point_count: 2, trigger_zone_count: 10, last_modified: "2023-09-09", unique_asset_count: 14 },
            { id: 268, level_name: "sector expanse", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-13", unique_asset_count: 14 },
            { id: 269, level_name: "realm point swamp", terrain_type: "desert", material_used: "metal", spawn_point_count: 3, trigger_zone_count: 4, last_modified: "2023-03-06", unique_asset_count: 15 },
            { id: 270, level_name: "ocean level area", terrain_type: "forest", material_used: "wood", spawn_point_count: 6, trigger_zone_count: 9, last_modified: "2023-09-04", unique_asset_count: 6 },
            { id: 271, level_name: "swamp", terrain_type: "forest", material_used: "stone", spawn_point_count: 3, trigger_zone_count: 1, last_modified: "2023-09-09", unique_asset_count: null },
            { id: 272, level_name: "expanse situation village", terrain_type: "desert", material_used: "metal", spawn_point_count: 3, trigger_zone_count: 3, last_modified: "2023-12-24", unique_asset_count: 1 },
            { id: 273, level_name: "zone", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-19", unique_asset_count: null },
            { id: 274, level_name: "ruins", terrain_type: "desert", material_used: "metal", spawn_point_count: 9, trigger_zone_count: 8, last_modified: "2023-12-12", unique_asset_count: 13 },
            { id: 275, level_name: "adventure encounter checkpoint", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-07", unique_asset_count: 9 },
            { id: 276, level_name: "scenario", terrain_type: "forest", material_used: "grass", spawn_point_count: 14, trigger_zone_count: 3, last_modified: "2023-12-18", unique_asset_count: 13 },
            { id: 277, level_name: "point", terrain_type: "forest", material_used: "metal", spawn_point_count: 9, trigger_zone_count: 0, last_modified: "2023-12-31", unique_asset_count: null },
            { id: 278, level_name: "hub zone", terrain_type: "forest", material_used: "metal", spawn_point_count: 12, trigger_zone_count: 2, last_modified: null, unique_asset_count: 7 },
            { id: 279, level_name: "mission stage", terrain_type: "forest", material_used: "grass", spawn_point_count: 16, trigger_zone_count: 0, last_modified: "2023-05-17", unique_asset_count: null },
            { id: 280, level_name: "cave expanse ocean", terrain_type: "desert", material_used: "water", spawn_point_count: 19, trigger_zone_count: 7, last_modified: "2023-12-16", unique_asset_count: 2 },
            { id: 281, level_name: "region adventure island", terrain_type: "forest", material_used: "stone", spawn_point_count: 17, trigger_zone_count: 0, last_modified: null, unique_asset_count: 10 },
            { id: 282, level_name: "hub task castle", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 6 },
            { id: 283, level_name: "zone", terrain_type: "forest", material_used: "stone", spawn_point_count: 10, trigger_zone_count: 2, last_modified: "2023-12-19", unique_asset_count: 4 },
            { id: 284, level_name: "encounter", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 13 },
            { id: 285, level_name: "quest goal station", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-28", unique_asset_count: 3 },
            { id: 286, level_name: "temple", terrain_type: "forest", material_used: "metal", spawn_point_count: 3, trigger_zone_count: 3, last_modified: "2023-10-05", unique_asset_count: 6 },
            { id: 287, level_name: "tower valley area", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-24", unique_asset_count: 4 },
            { id: 288, level_name: "labyrinth locale battle", terrain_type: "forest", material_used: "stone", spawn_point_count: 9, trigger_zone_count: 4, last_modified: "2023-11-17", unique_asset_count: 8 },
            { id: 289, level_name: "adventure desert", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-05", unique_asset_count: 8 },
            { id: 290, level_name: "mission castle temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 7, trigger_zone_count: 7, last_modified: "2023-06-27", unique_asset_count: 7 },
            { id: 291, level_name: "hub", terrain_type: "forest", material_used: "wood", spawn_point_count: 9, trigger_zone_count: 10, last_modified: "2023-10-26", unique_asset_count: null },
            { id: 292, level_name: "swamp sector platform", terrain_type: "forest", material_used: "wood", spawn_point_count: 4, trigger_zone_count: 10, last_modified: "2023-10-21", unique_asset_count: 11 },
            { id: 293, level_name: "mission valley", terrain_type: "desert", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 2, last_modified: "2023-11-06", unique_asset_count: 3 },
            { id: 294, level_name: "quest", terrain_type: "desert", material_used: "water", spawn_point_count: 16, trigger_zone_count: 0, last_modified: "2023-02-06", unique_asset_count: 1 },
            { id: 295, level_name: "fortress", terrain_type: "forest", material_used: "metal", spawn_point_count: 19, trigger_zone_count: 6, last_modified: "2023-09-19", unique_asset_count: 3 },
            { id: 296, level_name: "setting tower region", terrain_type: "forest", material_used: "wood", spawn_point_count: 11, trigger_zone_count: 0, last_modified: "2023-06-16", unique_asset_count: 10 },
            { id: 297, level_name: "platform area", terrain_type: "forest", material_used: "metal", spawn_point_count: 16, trigger_zone_count: 2, last_modified: "2023-05-06", unique_asset_count: 10 },
            { id: 298, level_name: "zone", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-20", unique_asset_count: 9 },
            { id: 299, level_name: "castle situation", terrain_type: "forest", material_used: "grass", spawn_point_count: 10, trigger_zone_count: 9, last_modified: "2023-11-02", unique_asset_count: null },
            { id: 300, level_name: "environment labyrinth locale", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 7, last_modified: "2023-10-09", unique_asset_count: 12 },
            { id: 301, level_name: "dungeon level village", terrain_type: "forest", material_used: "stone", spawn_point_count: 5, trigger_zone_count: 5, last_modified: "2023-01-28", unique_asset_count: 12 },
            { id: 302, level_name: "station domain hub", terrain_type: "desert", material_used: "stone", spawn_point_count: 4, trigger_zone_count: 6, last_modified: "2023-10-25", unique_asset_count: 4 },
            { id: 303, level_name: "desert", terrain_type: "desert", material_used: "grass", spawn_point_count: 4, trigger_zone_count: 1, last_modified: "2023-06-27", unique_asset_count: 3 },
            { id: 304, level_name: "zone area", terrain_type: "forest", material_used: "wood", spawn_point_count: 19, trigger_zone_count: 10, last_modified: "2023-07-23", unique_asset_count: 7 },
            { id: 305, level_name: "village world stage", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 10 },
            { id: 306, level_name: "temple", terrain_type: "forest", material_used: "wood", spawn_point_count: 11, trigger_zone_count: 8, last_modified: "2023-11-30", unique_asset_count: 12 },
            { id: 307, level_name: "realm situation base", terrain_type: "desert", material_used: "stone", spawn_point_count: 6, trigger_zone_count: 9, last_modified: "2023-07-18", unique_asset_count: 12 },
            { id: 308, level_name: "point", terrain_type: "forest", material_used: "stone", spawn_point_count: 5, trigger_zone_count: 9, last_modified: "2023-04-19", unique_asset_count: 2 },
            { id: 309, level_name: "locale", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 5, last_modified: "2023-08-29", unique_asset_count: 7 },
            { id: 310, level_name: "ruins tower temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 9, trigger_zone_count: 6, last_modified: "2023-07-27", unique_asset_count: 6 },
            { id: 311, level_name: "locale cave tundra", terrain_type: "forest", material_used: "wood", spawn_point_count: 7, trigger_zone_count: 3, last_modified: "2023-09-24", unique_asset_count: 14 },
            { id: 312, level_name: "task", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-31", unique_asset_count: 0 },
            { id: 313, level_name: "village world", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 9 },
            { id: 314, level_name: "goal battle expedition", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 5, last_modified: null, unique_asset_count: null },
            { id: 315, level_name: "fortress region", terrain_type: "forest", material_used: "stone", spawn_point_count: 2, trigger_zone_count: 1, last_modified: null, unique_asset_count: 3 },
            { id: 316, level_name: "cave point", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 9, last_modified: "2023-08-14", unique_asset_count: 4 },
            { id: 317, level_name: "cave labyrinth area", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-10", unique_asset_count: 5 },
            { id: 318, level_name: "village goal adventure", terrain_type: "forest", material_used: "stone", spawn_point_count: 19, trigger_zone_count: 8, last_modified: "2023-05-16", unique_asset_count: 6 },
            { id: 319, level_name: "domain task", terrain_type: "forest", material_used: "stone", spawn_point_count: 6, trigger_zone_count: 7, last_modified: "2023-10-05", unique_asset_count: 0 },
            { id: 320, level_name: "zone ruins", terrain_type: "desert", material_used: "water", spawn_point_count: 13, trigger_zone_count: 2, last_modified: "2023-07-10", unique_asset_count: 2 },
            { id: 321, level_name: "expanse tundra hub", terrain_type: "forest", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 4, last_modified: "2023-05-14", unique_asset_count: 5 },
            { id: 322, level_name: "dungeon", terrain_type: "forest", material_used: "stone", spawn_point_count: 7, trigger_zone_count: 6, last_modified: "2023-10-30", unique_asset_count: 13 },
            { id: 323, level_name: "encounter ruins objective", terrain_type: "forest", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 4, last_modified: "2023-09-27", unique_asset_count: 8 },
            { id: 324, level_name: "area objective", terrain_type: "forest", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 4, last_modified: "2023-02-28", unique_asset_count: null },
            { id: 325, level_name: "task setting forest", terrain_type: "forest", material_used: "grass", spawn_point_count: 10, trigger_zone_count: 8, last_modified: "2023-09-08", unique_asset_count: 4 },
            { id: 326, level_name: "forest expedition stage", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-20", unique_asset_count: 8 },
            { id: 327, level_name: "sector checkpoint goal", terrain_type: "snow", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-01", unique_asset_count: 5 },
            { id: 328, level_name: "point swamp land", terrain_type: "forest", material_used: "water", spawn_point_count: 15, trigger_zone_count: 2, last_modified: null, unique_asset_count: 5 },
            { id: 329, level_name: "forest castle task", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 6, last_modified: "2023-11-25", unique_asset_count: 5 },
            { id: 330, level_name: "cave", terrain_type: "desert", material_used: "wood", spawn_point_count: 14, trigger_zone_count: 5, last_modified: "2023-11-12", unique_asset_count: 1 },
            { id: 331, level_name: "setting", terrain_type: "desert", material_used: "metal", spawn_point_count: 2, trigger_zone_count: 3, last_modified: "2023-10-16", unique_asset_count: null },
            { id: 332, level_name: "environment", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-22", unique_asset_count: 4 },
            { id: 333, level_name: "island labyrinth", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-03", unique_asset_count: 2 },
            { id: 334, level_name: "desert sector encounter", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-06", unique_asset_count: 10 },
            { id: 335, level_name: "world objective base", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-04", unique_asset_count: 9 },
            { id: 336, level_name: "ocean", terrain_type: "forest", material_used: "wood", spawn_point_count: 10, trigger_zone_count: 4, last_modified: "2023-08-23", unique_asset_count: 3 },
            { id: 337, level_name: "expedition base scenario", terrain_type: "forest", material_used: "metal", spawn_point_count: 10, trigger_zone_count: 5, last_modified: "2023-04-28", unique_asset_count: 5 },
            { id: 338, level_name: "base", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-16", unique_asset_count: 5 },
            { id: 339, level_name: "labyrinth", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 3, last_modified: "2023-11-26", unique_asset_count: null },
            { id: 340, level_name: "goal", terrain_type: "snow", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-21", unique_asset_count: 4 },
            { id: 341, level_name: "battle platform point", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-22", unique_asset_count: 11 },
            { id: 342, level_name: "tundra", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-24", unique_asset_count: 6 },
            { id: 343, level_name: "sector", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-01", unique_asset_count: 4 },
            { id: 344, level_name: "ocean", terrain_type: "forest", material_used: "wood", spawn_point_count: 9, trigger_zone_count: 6, last_modified: "2023-12-21", unique_asset_count: 14 },
            { id: 345, level_name: "region expedition swamp", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-14", unique_asset_count: 14 },
            { id: 346, level_name: "area", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-26", unique_asset_count: 2 },
            { id: 347, level_name: "land realm base", terrain_type: "forest", material_used: "metal", spawn_point_count: 10, trigger_zone_count: 7, last_modified: "2023-12-22", unique_asset_count: 4 },
            { id: 348, level_name: "tundra village", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 1, last_modified: "2023-06-28", unique_asset_count: 11 },
            { id: 349, level_name: "sector setting", terrain_type: "forest", material_used: "metal", spawn_point_count: 12, trigger_zone_count: 6, last_modified: "2023-12-20", unique_asset_count: 12 },
            { id: 350, level_name: "checkpoint", terrain_type: "forest", material_used: "grass", spawn_point_count: 16, trigger_zone_count: 7, last_modified: "2023-06-02", unique_asset_count: 12 },
            { id: 351, level_name: "battle checkpoint", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-23", unique_asset_count: 8 },
            { id: 352, level_name: "ocean world base", terrain_type: "forest", material_used: "wood", spawn_point_count: 13, trigger_zone_count: 7, last_modified: null, unique_asset_count: 14 },
            { id: 353, level_name: "scenario", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 8, last_modified: "2023-05-20", unique_asset_count: 3 },
            { id: 354, level_name: "station city", terrain_type: "forest", material_used: "wood", spawn_point_count: 19, trigger_zone_count: 7, last_modified: "2023-10-03", unique_asset_count: 7 },
            { id: 355, level_name: "hub station", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-12", unique_asset_count: 11 },
            { id: 356, level_name: "ocean", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-20", unique_asset_count: 0 },
            { id: 357, level_name: "expedition", terrain_type: "desert", material_used: "stone", spawn_point_count: 5, trigger_zone_count: 0, last_modified: "2023-05-28", unique_asset_count: 5 },
            { id: 358, level_name: "dungeon ruins task", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 8, last_modified: "2023-12-30", unique_asset_count: 14 },
            { id: 359, level_name: "site land point", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-15", unique_asset_count: 8 },
            { id: 360, level_name: "fortress sector forest", terrain_type: "desert", material_used: "wood", spawn_point_count: 6, trigger_zone_count: 9, last_modified: "2023-08-01", unique_asset_count: 11 },
            { id: 361, level_name: "ocean point", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 6, last_modified: "2023-12-27", unique_asset_count: null },
            { id: 362, level_name: "fortress ocean", terrain_type: "forest", material_used: "wood", spawn_point_count: 14, trigger_zone_count: 1, last_modified: "2023-11-12", unique_asset_count: 7 },
            { id: 363, level_name: "encounter stage castle", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-08", unique_asset_count: 4 },
            { id: 364, level_name: "environment realm castle", terrain_type: "forest", material_used: "metal", spawn_point_count: 10, trigger_zone_count: 1, last_modified: null, unique_asset_count: 2 },
            { id: 365, level_name: "realm level scenario", terrain_type: "desert", material_used: "stone", spawn_point_count: 11, trigger_zone_count: 2, last_modified: "2023-02-28", unique_asset_count: null },
            { id: 366, level_name: "station zone", terrain_type: "desert", material_used: "metal", spawn_point_count: 20, trigger_zone_count: 9, last_modified: "2023-08-25", unique_asset_count: 1 },
            { id: 367, level_name: "temple land", terrain_type: "forest", material_used: "stone", spawn_point_count: 17, trigger_zone_count: 3, last_modified: "2023-09-11", unique_asset_count: 7 },
            { id: 368, level_name: "dungeon task temple", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-04", unique_asset_count: 6 },
            { id: 369, level_name: "level castle", terrain_type: "desert", material_used: "water", spawn_point_count: 3, trigger_zone_count: 8, last_modified: "2023-10-02", unique_asset_count: 10 },
            { id: 370, level_name: "zone locale goal", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-20", unique_asset_count: null },
            { id: 371, level_name: "adventure tundra dungeon", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-26", unique_asset_count: 5 },
            { id: 372, level_name: "stage objective cave", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-21", unique_asset_count: 0 },
            { id: 373, level_name: "castle", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-01", unique_asset_count: 10 },
            { id: 374, level_name: "adventure", terrain_type: "desert", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 5, last_modified: "2023-10-26", unique_asset_count: 1 },
            { id: 375, level_name: "labyrinth point", terrain_type: "desert", material_used: "metal", spawn_point_count: 17, trigger_zone_count: 0, last_modified: "2023-11-23", unique_asset_count: 10 },
            { id: 376, level_name: "stage goal", terrain_type: "forest", material_used: "water", spawn_point_count: 9, trigger_zone_count: 6, last_modified: "2023-07-16", unique_asset_count: 2 },
            { id: 377, level_name: "encounter", terrain_type: "forest", material_used: "grass", spawn_point_count: 19, trigger_zone_count: 8, last_modified: "2023-11-04", unique_asset_count: 3 },
            { id: 378, level_name: "tundra domain", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-15", unique_asset_count: 10 },
            { id: 379, level_name: "hub island point", terrain_type: "snow", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-05", unique_asset_count: 8 },
            { id: 380, level_name: "encounter world temple", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 1 },
            { id: 381, level_name: "adventure castle", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-26", unique_asset_count: 8 },
            { id: 382, level_name: "setting ruins", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-01", unique_asset_count: 11 },
            { id: 383, level_name: "labyrinth", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-16", unique_asset_count: 6 },
            { id: 384, level_name: "site checkpoint village", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 6 },
            { id: 385, level_name: "locale stage", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-22", unique_asset_count: 0 },
            { id: 386, level_name: "environment", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-08", unique_asset_count: 6 },
            { id: 387, level_name: "expedition swamp", terrain_type: "desert", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 3, last_modified: "2023-06-12", unique_asset_count: 11 },
            { id: 388, level_name: "temple tower", terrain_type: "forest", material_used: "water", spawn_point_count: 15, trigger_zone_count: 9, last_modified: "2023-03-07", unique_asset_count: 9 },
            { id: 389, level_name: "zone", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-09", unique_asset_count: 1 },
            { id: 390, level_name: "valley", terrain_type: "forest", material_used: "water", spawn_point_count: 4, trigger_zone_count: 6, last_modified: null, unique_asset_count: 7 },
            { id: 391, level_name: "stage world", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-25", unique_asset_count: null },
            { id: 392, level_name: "point", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 1, last_modified: "2023-08-20", unique_asset_count: 2 },
            { id: 393, level_name: "encounter", terrain_type: "forest", material_used: "wood", spawn_point_count: 18, trigger_zone_count: 10, last_modified: "2023-09-08", unique_asset_count: 11 },
            { id: 394, level_name: "site world", terrain_type: "urban", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-08", unique_asset_count: 2 },
            { id: 395, level_name: "hub scenario", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-20", unique_asset_count: 8 },
            { id: 396, level_name: "level", terrain_type: "forest", material_used: "grass", spawn_point_count: 7, trigger_zone_count: 1, last_modified: null, unique_asset_count: 7 },
            { id: 397, level_name: "encounter desert", terrain_type: "desert", material_used: "stone", spawn_point_count: 19, trigger_zone_count: 2, last_modified: "2023-11-27", unique_asset_count: 2 },
            { id: 398, level_name: "quest", terrain_type: "forest", material_used: "stone", spawn_point_count: 12, trigger_zone_count: 2, last_modified: "2023-09-03", unique_asset_count: 6 },
            { id: 399, level_name: "forest expanse goal", terrain_type: "forest", material_used: "metal", spawn_point_count: 15, trigger_zone_count: 7, last_modified: "2023-10-08", unique_asset_count: 3 },
            { id: 400, level_name: "locale", terrain_type: "forest", material_used: "wood", spawn_point_count: 6, trigger_zone_count: 10, last_modified: "2023-02-16", unique_asset_count: 12 },
            { id: 401, level_name: "challenge platform", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-03", unique_asset_count: 2 },
            { id: 402, level_name: "adventure encounter", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-07", unique_asset_count: 5 },
            { id: 403, level_name: "expanse swamp", terrain_type: "forest", material_used: "water", spawn_point_count: 6, trigger_zone_count: 8, last_modified: "2023-05-22", unique_asset_count: 8 },
            { id: 404, level_name: "land dungeon", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-27", unique_asset_count: 13 },
            { id: 405, level_name: "cave", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-08", unique_asset_count: 8 },
            { id: 406, level_name: "realm challenge situation", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-08", unique_asset_count: 8 },
            { id: 407, level_name: "stage", terrain_type: "snow", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-12-09", unique_asset_count: 3 },
            { id: 408, level_name: "castle setting domain", terrain_type: "forest", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 7, last_modified: "2023-06-13", unique_asset_count: null },
            { id: 409, level_name: "objective fortress", terrain_type: "forest", material_used: "stone", spawn_point_count: 6, trigger_zone_count: 0, last_modified: "2023-05-05", unique_asset_count: 12 },
            { id: 410, level_name: "swamp battle", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-17", unique_asset_count: 7 },
            { id: 411, level_name: "dungeon site challenge", terrain_type: "forest", material_used: "wood", spawn_point_count: 13, trigger_zone_count: 10, last_modified: "2023-07-11", unique_asset_count: 5 },
            { id: 412, level_name: "environment mountain point", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-10", unique_asset_count: 9 },
            { id: 413, level_name: "point arena", terrain_type: "forest", material_used: "wood", spawn_point_count: 15, trigger_zone_count: 7, last_modified: "2023-02-17", unique_asset_count: 6 },
            { id: 414, level_name: "stage", terrain_type: "cave", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-21", unique_asset_count: 1 },
            { id: 415, level_name: "point hub scenario", terrain_type: "forest", material_used: "stone", spawn_point_count: 15, trigger_zone_count: 4, last_modified: "2023-06-25", unique_asset_count: 4 },
            { id: 416, level_name: "level hub", terrain_type: "forest", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 7, last_modified: null, unique_asset_count: 5 },
            { id: 417, level_name: "hub tower", terrain_type: "forest", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 2, last_modified: "2023-12-13", unique_asset_count: null },
            { id: 418, level_name: "locale", terrain_type: "forest", material_used: "metal", spawn_point_count: 4, trigger_zone_count: 1, last_modified: "2023-01-22", unique_asset_count: 15 },
            { id: 419, level_name: "situation", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-10", unique_asset_count: null },
            { id: 420, level_name: "sector", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-12", unique_asset_count: 6 },
            { id: 421, level_name: "adventure", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-19", unique_asset_count: 5 },
            { id: 422, level_name: "mountain encounter tower", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 7, last_modified: "2023-09-19", unique_asset_count: 1 },
            { id: 423, level_name: "valley sector", terrain_type: "desert", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 7, last_modified: "2023-08-25", unique_asset_count: 11 },
            { id: 424, level_name: "scenario platform expanse", terrain_type: "forest", material_used: "wood", spawn_point_count: 16, trigger_zone_count: 1, last_modified: "2023-03-05", unique_asset_count: 8 },
            { id: 425, level_name: "temple forest challenge", terrain_type: "forest", material_used: "wood", spawn_point_count: 19, trigger_zone_count: 2, last_modified: "2023-06-26", unique_asset_count: 2 },
            { id: 426, level_name: "tower goal desert", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 6, last_modified: "2023-06-03", unique_asset_count: 11 },
            { id: 427, level_name: "labyrinth expanse", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-06", unique_asset_count: 0 },
            { id: 428, level_name: "forest mountain domain", terrain_type: "forest", material_used: "wood", spawn_point_count: 9, trigger_zone_count: 3, last_modified: "2023-10-15", unique_asset_count: 6 },
            { id: 429, level_name: "desert", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-07", unique_asset_count: 6 },
            { id: 430, level_name: "fortress site", terrain_type: "desert", material_used: "metal", spawn_point_count: 14, trigger_zone_count: 8, last_modified: "2023-05-01", unique_asset_count: 11 },
            { id: 431, level_name: "tower", terrain_type: "desert", material_used: "grass", spawn_point_count: 14, trigger_zone_count: 1, last_modified: "2023-12-15", unique_asset_count: 5 },
            { id: 432, level_name: "locale", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-08", unique_asset_count: 10 },
            { id: 433, level_name: "forest setting expanse", terrain_type: "forest", material_used: "metal", spawn_point_count: 5, trigger_zone_count: 9, last_modified: "2023-10-30", unique_asset_count: 7 },
            { id: 434, level_name: "valley", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-30", unique_asset_count: 7 },
            { id: 435, level_name: "mountain", terrain_type: "forest", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 5, last_modified: null, unique_asset_count: 4 },
            { id: 436, level_name: "village swamp checkpoint", terrain_type: "forest", material_used: "wood", spawn_point_count: 5, trigger_zone_count: 8, last_modified: "2023-12-23", unique_asset_count: 8 },
            { id: 437, level_name: "mountain setting", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 4, last_modified: "2023-11-02", unique_asset_count: 1 },
            { id: 438, level_name: "mountain", terrain_type: "desert", material_used: "stone", spawn_point_count: 17, trigger_zone_count: 7, last_modified: "2023-01-12", unique_asset_count: 7 },
            { id: 439, level_name: "challenge checkpoint", terrain_type: "forest", material_used: "water", spawn_point_count: 15, trigger_zone_count: 7, last_modified: "2023-05-14", unique_asset_count: 14 },
            { id: 440, level_name: "station region", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-26", unique_asset_count: 13 },
            { id: 441, level_name: "adventure region", terrain_type: "forest", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 0, last_modified: "2023-03-29", unique_asset_count: 1 },
            { id: 442, level_name: "level", terrain_type: "desert", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 8, last_modified: "2023-11-29", unique_asset_count: 6 },
            { id: 443, level_name: "base", terrain_type: "desert", material_used: "grass", spawn_point_count: 10, trigger_zone_count: 0, last_modified: "2023-05-20", unique_asset_count: null },
            { id: 444, level_name: "mission labyrinth", terrain_type: "forest", material_used: "wood", spawn_point_count: 2, trigger_zone_count: 3, last_modified: "2023-10-01", unique_asset_count: 12 },
            { id: 445, level_name: "level dungeon", terrain_type: "forest", material_used: "wood", spawn_point_count: 20, trigger_zone_count: 1, last_modified: "2023-10-09", unique_asset_count: null },
            { id: 446, level_name: "situation sector", terrain_type: "forest", material_used: "grass", spawn_point_count: 12, trigger_zone_count: 5, last_modified: "2023-10-07", unique_asset_count: 13 },
            { id: 447, level_name: "situation tower", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-07-27", unique_asset_count: 4 },
            { id: 448, level_name: "battle objective", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-11-12", unique_asset_count: 13 },
            { id: 449, level_name: "castle site", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 8, last_modified: "2023-06-28", unique_asset_count: 11 },
            { id: 450, level_name: "locale arena site", terrain_type: "forest", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 1, last_modified: "2023-10-26", unique_asset_count: null },
            { id: 451, level_name: "world task arena", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-31", unique_asset_count: 0 },
            { id: 452, level_name: "cave scenario", terrain_type: "urban", material_used: "grass", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-06", unique_asset_count: 3 },
            { id: 453, level_name: "village island platform", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-01", unique_asset_count: 8 },
            { id: 454, level_name: "sector", terrain_type: "desert", material_used: "stone", spawn_point_count: 7, trigger_zone_count: 7, last_modified: null, unique_asset_count: 0 },
            { id: 455, level_name: "level castle forest", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-04-19", unique_asset_count: null },
            { id: 456, level_name: "scenario", terrain_type: "forest", material_used: "stone", spawn_point_count: 18, trigger_zone_count: 1, last_modified: "2023-12-02", unique_asset_count: 14 },
            { id: 457, level_name: "setting ocean", terrain_type: "forest", material_used: "stone", spawn_point_count: 16, trigger_zone_count: 10, last_modified: "2023-08-26", unique_asset_count: 13 },
            { id: 458, level_name: "labyrinth", terrain_type: "cave", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-15", unique_asset_count: 3 },
            { id: 459, level_name: "expanse domain", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-28", unique_asset_count: 0 },
            { id: 460, level_name: "hub desert", terrain_type: "forest", material_used: "stone", spawn_point_count: 8, trigger_zone_count: 3, last_modified: "2023-05-30", unique_asset_count: 7 },
            { id: 461, level_name: "sector challenge", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-14", unique_asset_count: null },
            { id: 462, level_name: "checkpoint site", terrain_type: "forest", material_used: "wood", spawn_point_count: 17, trigger_zone_count: 9, last_modified: "2023-09-05", unique_asset_count: 4 },
            { id: 463, level_name: "platform battle cave", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-03-27", unique_asset_count: 1 },
            { id: 464, level_name: "expedition ruins", terrain_type: "urban", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 12 },
            { id: 465, level_name: "island", terrain_type: "forest", material_used: "metal", spawn_point_count: 10, trigger_zone_count: 6, last_modified: "2023-08-11", unique_asset_count: 11 },
            { id: 466, level_name: "valley world domain", terrain_type: "desert", material_used: "wood", spawn_point_count: 9, trigger_zone_count: 0, last_modified: "2023-11-22", unique_asset_count: 9 },
            { id: 467, level_name: "temple domain stage", terrain_type: "forest", material_used: "water", spawn_point_count: 4, trigger_zone_count: 4, last_modified: "2023-09-24", unique_asset_count: 2 },
            { id: 468, level_name: "expedition stage", terrain_type: "desert", material_used: "wood", spawn_point_count: 8, trigger_zone_count: 5, last_modified: "2023-12-06", unique_asset_count: 12 },
            { id: 469, level_name: "valley", terrain_type: "forest", material_used: "wood", spawn_point_count: 12, trigger_zone_count: 6, last_modified: "2023-06-27", unique_asset_count: 2 },
            { id: 470, level_name: "zone", terrain_type: "forest", material_used: "stone", spawn_point_count: 11, trigger_zone_count: 3, last_modified: "2023-05-19", unique_asset_count: 9 },
            { id: 471, level_name: "quest tower", terrain_type: "cave", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-01", unique_asset_count: 5 },
            { id: 472, level_name: "area", terrain_type: "forest", material_used: "wood", spawn_point_count: 1, trigger_zone_count: 6, last_modified: "2023-09-11", unique_asset_count: 12 },
            { id: 473, level_name: "desert battle", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-10-21", unique_asset_count: 3 },
            { id: 474, level_name: "locale sector", terrain_type: "forest", material_used: "wood", spawn_point_count: 16, trigger_zone_count: 10, last_modified: null, unique_asset_count: 10 },
            { id: 475, level_name: "adventure", terrain_type: "desert", material_used: "grass", spawn_point_count: 15, trigger_zone_count: 7, last_modified: "2023-11-29", unique_asset_count: 9 },
            { id: 476, level_name: "tundra sector", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-06-13", unique_asset_count: 13 },
            { id: 477, level_name: "station world base", terrain_type: "forest", material_used: "wood", spawn_point_count: 16, trigger_zone_count: 3, last_modified: "2023-01-31", unique_asset_count: 8 },
            { id: 478, level_name: "challenge", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 9, last_modified: "2023-06-23", unique_asset_count: 7 },
            { id: 479, level_name: "tower dungeon zone", terrain_type: "desert", material_used: "grass", spawn_point_count: 15, trigger_zone_count: 1, last_modified: "2023-04-07", unique_asset_count: 14 },
            { id: 480, level_name: "area environment sector", terrain_type: "forest", material_used: "metal", spawn_point_count: 16, trigger_zone_count: 9, last_modified: null, unique_asset_count: 14 },
            { id: 481, level_name: "environment expedition", terrain_type: "snow", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-09", unique_asset_count: 3 },
            { id: 482, level_name: "desert adventure goal", terrain_type: "cave", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-02-24", unique_asset_count: 6 },
            { id: 483, level_name: "mission hub island", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 2 },
            { id: 484, level_name: "hub tower", terrain_type: "forest", material_used: "metal", spawn_point_count: 2, trigger_zone_count: 9, last_modified: "2023-07-30", unique_asset_count: 7 },
            { id: 485, level_name: "arena objective fortress", terrain_type: "forest", material_used: "stone", spawn_point_count: 13, trigger_zone_count: 8, last_modified: "2023-11-07", unique_asset_count: 5 },
            { id: 486, level_name: "challenge", terrain_type: "desert", material_used: "grass", spawn_point_count: 11, trigger_zone_count: 9, last_modified: null, unique_asset_count: 13 },
            { id: 487, level_name: "base dungeon", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-26", unique_asset_count: 9 },
            { id: 488, level_name: "scenario task site", terrain_type: "snow", material_used: "metal", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-05-23", unique_asset_count: 8 },
            { id: 489, level_name: "expedition stage checkpoint", terrain_type: "forest", material_used: "stone", spawn_point_count: 11, trigger_zone_count: 2, last_modified: "2023-11-28", unique_asset_count: 5 },
            { id: 490, level_name: "expedition temple mission", terrain_type: "urban", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-01-09", unique_asset_count: 9 },
            { id: 491, level_name: "scenario site setting", terrain_type: "desert", material_used: "water", spawn_point_count: 9, trigger_zone_count: 10, last_modified: "2023-05-22", unique_asset_count: 5 },
            { id: 492, level_name: "swamp point checkpoint", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-09-16", unique_asset_count: null },
            { id: 493, level_name: "swamp desert", terrain_type: "snow", material_used: "water", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 9 },
            { id: 494, level_name: "cave setting", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: null, unique_asset_count: 5 },
            { id: 495, level_name: "cave valley temple", terrain_type: "forest", material_used: "stone", spawn_point_count: 14, trigger_zone_count: 9, last_modified: "2023-12-07", unique_asset_count: 9 },
            { id: 496, level_name: "dungeon", terrain_type: "forest", material_used: "stone", spawn_point_count: 11, trigger_zone_count: 4, last_modified: "2023-03-29", unique_asset_count: 2 },
            { id: 497, level_name: "castle island arena", terrain_type: "urban", material_used: "wood", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-24", unique_asset_count: 7 },
            { id: 498, level_name: "temple platform city", terrain_type: "forest", material_used: "metal", spawn_point_count: 13, trigger_zone_count: 3, last_modified: "2023-08-05", unique_asset_count: 12 },
            { id: 499, level_name: "challenge", terrain_type: "forest", material_used: "wood", spawn_point_count: 3, trigger_zone_count: 6, last_modified: "2023-11-01", unique_asset_count: 14 },
            { id: 500, level_name: "region expedition station", terrain_type: "urban", material_used: "stone", spawn_point_count: null, trigger_zone_count: null, last_modified: "2023-08-25", unique_asset_count: 0 },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
