UFO Invasion — Mission Roster
// Invasion Target Manifest //

UFO INVASION

Mission Roster  ·  40 Levels  ·  3 Phases  ·  GDD v1.0
Tutorial
|
Phase 1 — Earth Encounters
Phase 2 — World Domination
Phase 3 — Time Travel
Phase 4 — Space
|
★ Tutorial Sub-Zone
|
VIPVIP Target
CREATUREHidden Creature
MECHANICKey Feature
1
Earth Encounters
1
Level 01
The Countryside
Farmland ★ Tutorial
Main Street
County Fairgrounds
Drive-In Theater
The Mayor Prize Cow Chupacabra
2
Level 02
The Forest
Camp Grounds
Logging Site
Ski Resort
Deep Woods
Bigfoot Survivalist
3
Level 03
The Suburbs
Neighborhoods
Schools
Shopping Mall
Airshow
Slender Man UFO Cult Sky Divers News Teams
4
Level 04
The Lake
Ferry Boats
Beach Park
Marina
Dam
Nessie Water Skier The Fog
5
Level 05
The Desert
National Park
Meteor Crater
Music Festival
Grand Canyon
Thunderbird Lost Person
6
Level 06
The Industrial Zone
Quarry & Mines
Major Airport
Processing Plant
Train Station
Illuminati Trolls Delivery Drivers
7
Level 07
The Arctic
Research Station
Whaling Ships
Fishing Village
Frozen Wasteland
The Thing Yeti Frozen Mothership
8
Level 08
The Ocean
Ships
Pier
Underwater Research Station
Islands
Mermaids Castaway Entry: Underwater Mothership
9
Level 09
The City
Rooftops
Docks
Marathon
Subway
Vigilante Mothman
10
Level 10
Area 51
Outside Base
Underground
Save Alien Destroy Base Escape
2
World Domination
11
Level 11
Los Angeles
Movie Set
Venice Beach
Griffith Observatory
Sunset Strip
Movie Star Cult Leader
12
Level 12
Tokyo
Downtown Tokyo
Mount Fuji
Senso-ji Temple
Nuclear Power Plant
Sumo Wrestler Ninjas Axe Gang
13
Level 13
London
Buckingham Palace
London Landmarks
Stonehenge
The Queen
14
Level 14
Moscow
Red Square
St. Basil's Cathedral
Siberian Tundra
Trans-Siberian Railway
The Leader
15
Level 15
Dubai
Burj Khalifa
Palm Islands
Desert Racetrack
Gold Souk
The King
16
Level 16
Paris
Downtown Paris
The Louvre
Champagne Winery
Catacombs
Famous Model Mimes
17
Level 17
Portland
Downtown Portland
The Coast
Mt. Hood
Columbia River Gorge
Unicycle Bagpiper
18
Level 18
Las Vegas
The Strip
Casino Floor
Neon Boneyard
Hoover Dam
Elvis Impersonator
19
Level 19
New York City
Times Square
Central Park
Brooklyn
Statue of Liberty
The Mayor
20
Level 20
Washington D.C.
The White House
The Pentagon
National Mall
Capitol Building
The President
3
Time Travel
21
Level 21
Medieval England
Camelot Castle
King Arthur Merlin Dragons
22
Level 22
Roman Empire
Colosseum
Caesar Gladiators
23
Level 23
Egypt
Pyramids
King Tut Cleopatra
24
Level 24
The Wild West
Train Heist
Jesse James
25
Level 25
Ancient Greece
First Olympics
Perseus Medusa
26
Level 26
Pirates of the Caribbean
Caribbean Sea
Blackbeard Kraken
27
Level 27
The Celtics
Stonehenge
Druid Leader
28
Level 28
China
Great Wall
Emperor Genghis Khan
29
Level 29
Ice Age
Glaciers
Mammoths Sabertooth Tigers Cavemen
30
Level 30
Jurassic
Asteroid Event
Dinosaurs
4
Space
31
Level 31
The Moon
32
Level 32
Venus
33
Level 33
Mars
34
Level 34
Asteroid Field
35
Level 35
Jupiter: Europa
36
Level 36
Saturn: Titan
37
Level 37
Orion Nebula
38
Level 38
Sirius
39
Level 39
Space Megastructure
40
Level 40
Alien Homeworld
UFO INVASION  ·  MISSION ROSTER  ·  GDD v1.0  ·  GODOT 4  ·  iOS + DESKTOP
UFO Invasion — Mission Roster UFO Invasion — Mission Roster @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Courier+Prime:ital,wght@0,400;0,700;1,400&display=swap'); :root { --bg: #04060f; --p1: #7fff6a; /* phase 1 — light green */ --p1-dim: #1a4010; --p2: #ff3333; /* phase 2 — red */ --p2-dim: #4a0000; --p3: #bf5fff; /* phase 3 — time purple */ --p3-dim: #2d0047; --future: #2a2a3a; --future-text: #4499ff; --gold: #ffd600; --red: #ff2d55; --text: #c8d8e8; --dim: #3a4a5a; --panel: rgba(255,255,255,0.03); } * { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--bg); font-family: 'Courier Prime', monospace; color: var(--text); min-height: 100vh; padding: 40px 32px; overflow-x: hidden; } /* Deep space background */ body::before { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse at 20% 30%, rgba(127,255,106,0.03) 0%, transparent 50%), radial-gradient(ellipse at 80% 70%, rgba(255,51,51,0.03) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(4,6,15,0) 0%, rgba(0,0,5,0.8) 100%); pointer-events: none; z-index: 0; } /* Stars */ body::after { content: ''; position: fixed; inset: 0; background-image: radial-gradient(1px 1px at 8% 12%, rgba(255,255,255,0.6) 0%, transparent 100%), radial-gradient(1px 1px at 22% 45%, rgba(255,255,255,0.4) 0%, transparent 100%), radial-gradient(1px 1px at 35% 8%, rgba(255,255,255,0.5) 0%, transparent 100%), radial-gradient(1px 1px at 48% 78%, rgba(255,255,255,0.3) 0%, transparent 100%), radial-gradient(1px 1px at 62% 22%, rgba(255,255,255,0.6) 0%, transparent 100%), radial-gradient(1px 1px at 75% 55%, rgba(255,255,255,0.4) 0%, transparent 100%), radial-gradient(1px 1px at 88% 15%, rgba(255,255,255,0.5) 0%, transparent 100%), radial-gradient(1px 1px at 92% 85%, rgba(255,255,255,0.3) 0%, transparent 100%), radial-gradient(1px 1px at 14% 88%, rgba(255,255,255,0.4) 0%, transparent 100%), radial-gradient(1px 1px at 55% 42%, rgba(255,255,255,0.5) 0%, transparent 100%), radial-gradient(2px 2px at 30% 65%, rgba(0,229,255,0.4) 0%, transparent 100%), radial-gradient(2px 2px at 70% 35%, rgba(191,95,255,0.3) 0%, transparent 100%); pointer-events: none; z-index: 0; } .wrapper { position: relative; z-index: 1; max-width: 1300px; margin: 0 auto; } /* ── HEADER ── */ header { margin-bottom: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; } .header-line { height: 1px; background: linear-gradient(to right, transparent, var(--dim)); } .header-line.right { background: linear-gradient(to left, transparent, var(--dim)); } .header-center { text-align: center; } .header-eyebrow { font-size: 0.65rem; letter-spacing: 0.5em; color: var(--dim); text-transform: uppercase; margin-bottom: 10px; } h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: 0.15em; line-height: 0.9; color: #fff; text-shadow: 0 0 60px rgba(0,229,255,0.3); } .header-sub { font-size: 0.7rem; letter-spacing: 0.35em; color: var(--dim); margin-top: 10px; } /* ── PHASE BLOCKS ── */ .phase { margin-bottom: 48px; } .phase-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; } .phase-num { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 1; opacity: 0.5; letter-spacing: 0.05em; } .phase-info { flex: 1; } .phase-tag { font-size: 0.6rem; letter-spacing: 0.4em; text-transform: uppercase; padding: 3px 10px; border: 1px solid; display: inline-block; margin-bottom: 6px; } .phase-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 0.12em; line-height: 1; } .phase-rule { flex: 1; height: 1px; opacity: 0.2; } /* Phase color theming */ .phase-1 .phase-num, .phase-1 .phase-title { color: var(--p1); } .phase-1 .phase-tag { border-color: var(--p1); color: var(--p1); } .phase-1 .phase-rule { background: var(--p1); } .phase-2 .phase-num, .phase-2 .phase-title { color: var(--p2); } .phase-2 .phase-tag { border-color: var(--p2); color: var(--p2); } .phase-2 .phase-rule { background: var(--p2); } .phase-3 .phase-num, .phase-3 .phase-title { color: var(--p3); } .phase-3 .phase-tag { border-color: var(--p3); color: var(--p3); } .phase-3 .phase-rule { background: var(--p3); } .phase-future .phase-num, .phase-future .phase-title { color: #4499ff; } .phase-future .phase-tag { border-color: #4499ff; color: #4499ff; } .phase-future .phase-rule { background: #4499ff; } /* ── LEVEL GRID ── */ .level-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; } /* ── LEVEL CARD ── */ .lvl-card { border: 1px solid; padding: 14px 16px; position: relative; transition: transform 0.15s, box-shadow 0.15s; cursor: default; overflow: hidden; } .lvl-card::before { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity 0.2s; } .lvl-card:hover { transform: translateY(-2px); } /* tutorial */ .lvl-card.tutorial { border-color: var(--gold); background: rgba(255,214,0,0.04); } .lvl-card.tutorial:hover { box-shadow: 0 4px 20px rgba(255,214,0,0.15); } /* phase 1 */ .lvl-card.p1 { border-color: var(--p1-dim); background: rgba(127,255,106,0.025); } .lvl-card.p1:hover { border-color: var(--p1); box-shadow: 0 4px 20px rgba(127,255,106,0.1); } /* phase 2 */ .lvl-card.p2 { border-color: var(--p2-dim); background: rgba(255,51,51,0.025); } .lvl-card.p2:hover { border-color: var(--p2); box-shadow: 0 4px 20px rgba(255,51,51,0.1); } /* phase 3 */ .lvl-card.p3 { border-color: var(--p3-dim); background: rgba(191,95,255,0.025); } .lvl-card.p3:hover { border-color: var(--p3); box-shadow: 0 4px 20px rgba(191,95,255,0.1); } /* future */ .lvl-card.future { border-color: #1a3060; background: rgba(68,153,255,0.04); opacity: 0.75; } .lvl-card.future:hover { border-color: #4499ff; box-shadow: 0 4px 20px rgba(68,153,255,0.1); } /* Card number */ .card-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; line-height: 1; letter-spacing: 0.05em; position: absolute; top: 10px; right: 14px; opacity: 0.45; } .tutorial .card-num { color: var(--gold); } .p1 .card-num { color: var(--p1); } .p2 .card-num { color: var(--p2); } .p3 .card-num { color: var(--p3); } .future .card-num { color: var(--future-text); } /* Card label (tutorial / level num) */ .card-label { font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase; margin-bottom: 6px; } .tutorial .card-label { color: var(--gold); } .p1 .card-label { color: var(--p1); } .p2 .card-label { color: var(--p2); } .p3 .card-label { color: var(--p3); } .future .card-label { color: #4499ff; } /* Card title */ .card-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: 0.1em; line-height: 1.1; color: #fff; margin-bottom: 8px; } .future .card-title { color: #4499ff; } .future .card-divider { background: #4499ff; } /* Divider */ .card-divider { height: 1px; margin-bottom: 8px; opacity: 0.15; } .tutorial .card-divider { background: var(--gold); } .p1 .card-divider { background: var(--p1); } .p2 .card-divider { background: var(--p2); } .p3 .card-divider { background: var(--p3); } .future .card-divider { background: var(--future-text); } /* Sub-zones */ .subzones { display: flex; flex-direction: column; gap: 3px; margin-bottom: 10px; } .subzone { font-family: 'Bebas Neue', sans-serif; font-size: 0.95rem; letter-spacing: 0.12em; padding: 4px 8px; border-left: 2px solid; } .tutorial .subzone { border-color: var(--gold); color: rgba(255,214,0,0.85); background: rgba(255,214,0,0.04); } .p1 .subzone { border-color: var(--p1); color: rgba(127,255,106,0.85); background: rgba(127,255,106,0.04); } .p1 .subzone.tut { border-color: var(--gold); color: rgba(255,214,0,0.9); background: rgba(255,214,0,0.06); } .p2 .subzone { border-color: var(--p2); color: rgba(255,51,51,0.85); background: rgba(255,51,51,0.04); } .p3 .subzone { border-color: var(--p3); color: rgba(191,95,255,0.85); background: rgba(191,95,255,0.04); } /* VIP / creature tags */ .card-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; } .ctag { font-size: 0.62rem; letter-spacing: 0.08em; padding: 3px 8px; border: 1px solid; text-transform: uppercase; font-family: 'Courier Prime', monospace; } .ctag.vip { border-color: rgba(255,255,255,0.4); color: #ffffff; background: rgba(255,255,255,0.05); } .ctag.creature { border-color: rgba(255,255,255,0.4); color: #ffffff; background: rgba(255,255,255,0.05); } .ctag.mechanic { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.03); } .p1 .ctag.vip { border-color: rgba(255,255,255,0.4); color: #ffffff; background: rgba(255,255,255,0.05); } .p1 .ctag.creature { border-color: rgba(255,255,255,0.4); color: #ffffff; background: rgba(255,255,255,0.05); } .p1 .ctag.mechanic { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.03); } .ctag.locked { border-color: #1a1a28; color: #1a1a28; } /* ── FOOTER ── */ footer { margin-top: 48px; display: flex; align-items: center; gap: 20px; padding-top: 20px; border-top: 1px solid var(--dim); opacity: 0.4; } footer .f-line { flex: 1; height: 1px; background: var(--dim); } footer .f-text { font-size: 0.62rem; letter-spacing: 0.3em; color: var(--dim); text-align: center; white-space: nowrap; } /* Legend */ .legend { display: flex; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; align-items: center; padding: 12px 16px; border: 1px solid var(--dim); background: var(--panel); font-size: 0.68rem; letter-spacing: 0.15em; } .legend-item { display: flex; align-items: center; gap: 6px; } .legend-dot { width: 8px; height: 8px; border: 1px solid; } .legend-dot.t { border-color: var(--gold); background: rgba(255,214,0,0.2); } .legend-dot.p1 { border-color: var(--p1); background: rgba(127,255,106,0.2); } .legend-dot.p2 { border-color: var(--p2); background: rgba(255,51,51,0.2); } .legend-dot.p3 { border-color: var(--p3); background: rgba(191,95,255,0.2); } .legend-dot.fu { border-color: #4499ff; background: rgba(68,153,255,0.2); } .legend-label { color: var(--dim); } .legend-sep { color: var(--dim); opacity: 0.3; } .ctag-eg { font-size: 0.56rem; padding: 1px 5px; border: 1px solid; } UFO Invasion — Mission Roster
// Invasion Target Manifest //

UFO INVASION

Mission Roster  ·  40 Levels  ·  3 Phases  ·  GDD v1.0
Tutorial
|
Phase 1 — Earth Encounters
Phase 2 — World Domination
Phase 3 — Time Travel
Phase 4 — Space
|
★ Tutorial Sub-Zone
|
VIPVIP Target
CREATUREHidden Creature
MECHANICKey Feature
1
Earth Encounters
1
Level 01
The Countryside
Farmland ★ Tutorial
Main Street
County Fairgrounds
Drive-In Theater
The Mayor Prize Cow Chupacabra
2
Level 02
The Forest
Camp Grounds
Logging Site
Ski Resort
Deep Woods
Bigfoot Survivalist
3
Level 03
The Suburbs
Neighborhoods
Schools
Shopping Mall
Airshow
Slender Man UFO Cult Sky Divers News Teams
4
Level 04
The Lake
Ferry Boats
Beach Park
Marina
Dam
Nessie Water Skier The Fog
5
Level 05
The Desert
National Park
Meteor Crater
Music Festival
Grand Canyon
Thunderbird Lost Person
6
Level 06
The Industrial Zone
Quarry & Mines
Major Airport
Processing Plant
Train Station
Illuminati Trolls Delivery Drivers
7
Level 07
The Arctic
Research Station
Whaling Ships
Fishing Village
Frozen Wasteland
The Thing Yeti Frozen Mothership
8
Level 08
The Ocean
Ships
Pier
Underwater Research Station
Islands
Mermaids Castaway Entry: Underwater Mothership
9
Level 09
The City
Rooftops
Docks
Marathon
Subway
Vigilante Mothman
10
Level 10
Area 51
Outside Base
Underground
Save Alien Destroy Base Escape
2
World Domination
11
Level 11
Los Angeles
Movie Set
Venice Beach
Griffith Observatory
Sunset Strip
Movie Star Cult Leader
12
Level 12
Tokyo
Downtown Tokyo
Mount Fuji
Senso-ji Temple
Nuclear Power Plant
Sumo Wrestler Ninjas Axe Gang
13
Level 13
London
Buckingham Palace
London Landmarks
Stonehenge
The Queen
14
Level 14
Moscow
Red Square
St. Basil's Cathedral
Siberian Tundra
Trans-Siberian Railway
The Leader
15
Level 15
Dubai
Burj Khalifa
Palm Islands
Desert Racetrack
Gold Souk
The King
16
Level 16
Paris
Downtown Paris
The Louvre
Champagne Winery
Catacombs
Famous Model Mimes
17
Level 17
Portland
Downtown Portland
The Coast
Mt. Hood
Columbia River Gorge
Unicycle Bagpiper
18
Level 18
Las Vegas
The Strip
Casino Floor
Neon Boneyard
Hoover Dam
Elvis Impersonator
19
Level 19
New York City
Times Square
Central Park
Brooklyn
Statue of Liberty
The Mayor
20
Level 20
Washington D.C.
The White House
The Pentagon
National Mall
Capitol Building
The President
3
Time Travel
21
Level 21
Medieval England
Camelot Castle
King Arthur Merlin Dragons
22
Level 22
Roman Empire
Colosseum
Caesar Gladiators
23
Level 23
Egypt
Pyramids
King Tut Cleopatra
24
Level 24
The Wild West
Train Heist
Jesse James
25
Level 25
Ancient Greece
First Olympics
Perseus Medusa
26
Level 26
Pirates of the Caribbean
Caribbean Sea
Blackbeard Kraken
27
Level 27
The Celtics
Stonehenge
Druid Leader
28
Level 28
China
Great Wall
Emperor Genghis Khan
29
Level 29
Ice Age
Glaciers
Mammoths Sabertooth Tigers Cavemen
30
Level 30
Jurassic
Asteroid Event
Dinosaurs
4
Space
31
Level 31
The Moon
32
Level 32
Venus
33
Level 33
Mars
34
Level 34
Asteroid Field
35
Level 35
Jupiter: Europa
36
Level 36
Saturn: Titan
37
Level 37
Orion Nebula
38
Level 38
Sirius
39
Level 39
Space Megastructure
40
Level 40
Alien Homeworld
UFO INVASION  ·  MISSION ROSTER  ·  GDD v1.0  ·  GODOT 4  ·  iOS + DESKTOP
<>>
// Invasion Target Manifest //

UFO INVASION

Mission Roster  ·  40 Levels  ·  3 Phases  ·  GDD v1.0
Tutorial
|
Phase 1 — Earth Encounters
Phase 2 — World Domination
Phase 3 — Time Travel
Phase 4 — Space
|
★ Tutorial Sub-Zone
|
VIPVIP Target
CREATUREHidden Creature
MECHANICKey Feature
1
Earth Encounters
1
Level 01
The Countryside
Farmland ★ Tutorial
Main Street
County Fairgrounds
Drive-In Theater
The Mayor Prize Cow Chupacabra
2
Level 02
The Forest
Camp Grounds
Logging Site
Ski Resort
Deep Woods
Bigfoot Survivalist
3
Level 03
The Suburbs
Neighborhoods
Schools
Shopping Mall
Airshow
Slender Man UFO Cult Sky Divers News Teams
4
Level 04
The Lake
Ferry Boats
Beach Park
Marina
Dam
Nessie Water Skier The Fog
5
Level 05
The Desert
National Park
Meteor Crater
Music Festival
Grand Canyon
Thunderbird Lost Person
6
Level 06
The Industrial Zone
Quarry & Mines
Major Airport
Processing Plant
Train Station
Illuminati Trolls Delivery Drivers
7
Level 07
The Arctic
Research Station
Whaling Ships
Fishing Village
Frozen Wasteland
The Thing Yeti Frozen Mothership
8
Level 08
The Ocean
Ships
Pier
Underwater Research Station
Islands
Mermaids Castaway Entry: Underwater Mothership
9
Level 09
The City
Rooftops
Docks
Marathon
Subway
Vigilante Mothman
10
Level 10
Area 51
Outside Base
Underground
Save Alien Destroy Base Escape
2
World Domination
11
Level 11
Los Angeles
Movie Set
Venice Beach
Griffith Observatory
Sunset Strip
Movie Star Cult Leader
12
Level 12
Tokyo
Downtown Tokyo
Mount Fuji
Senso-ji Temple
Nuclear Power Plant
Sumo Wrestler Ninjas Axe Gang
13
Level 13
London
Buckingham Palace
London Landmarks
Stonehenge
The Queen
14
Level 14
Moscow
Red Square
St. Basil's Cathedral
Siberian Tundra
Trans-Siberian Railway
The Leader
15
Level 15
Dubai
Burj Khalifa
Palm Islands
Desert Racetrack
Gold Souk
The King
16
Level 16
Paris
Downtown Paris
The Louvre
Champagne Winery
Catacombs
Famous Model Mimes
17
Level 17
Portland
Downtown Portland
The Coast
Mt. Hood
Columbia River Gorge
Unicycle Bagpiper
18
Level 18
Las Vegas
The Strip
Casino Floor
Neon Boneyard
Hoover Dam
Elvis Impersonator
19
Level 19
New York City
Times Square
Central Park
Brooklyn
Statue of Liberty
The Mayor
20
Level 20
Washington D.C.
The White House
The Pentagon
National Mall
Capitol Building
The President
3
Time Travel
21
Level 21
Medieval England
Camelot Castle
King Arthur Merlin Dragons
22
Level 22
Roman Empire
Colosseum
Caesar Gladiators
23
Level 23
Egypt
Pyramids
King Tut Cleopatra
24
Level 24
The Wild West
Train Heist
Jesse James
25
Level 25
Ancient Greece
First Olympics
Perseus Medusa
26
Level 26
Pirates of the Caribbean
Caribbean Sea
Blackbeard Kraken
27
Level 27
The Celtics
Stonehenge
Druid Leader
28
Level 28
China
Great Wall
Emperor Genghis Khan
29
Level 29
Ice Age
Glaciers
Mammoths Sabertooth Tigers Cavemen
30
Level 30
Jurassic
Asteroid Event
Dinosaurs
4
Space
31
Level 31
The Moon
32
Level 32
Venus
33
Level 33
Mars
34
Level 34
Asteroid Field
35
Level 35
Jupiter: Europa
36
Level 36
Saturn: Titan
37
Level 37
Orion Nebula
38
Level 38
Sirius
39
Level 39
Space Megastructure
40
Level 40
Alien Homeworld
UFO INVASION  ·  MISSION ROSTER  ·  GDD v1.0  ·  GODOT 4  ·  iOS + DESKTOP
<>>
// Invasion Target Manifest //

UFO INVASION

Mission Roster  ·  40 Levels  ·  3 Phases  ·  GDD v1.0
Tutorial
|
Phase 1 — Earth Encounters
Phase 2 — World Domination
Phase 3 — Time Travel
Phase 4 — Space
|
★ Tutorial Sub-Zone
|
VIPVIP Target
CREATUREHidden Creature
MECHANICKey Feature
1
Earth Encounters
1
Level 01
The Countryside
Farmland ★ Tutorial
Main Street
County Fairgrounds
Drive-In Theater
The Mayor Prize Cow Chupacabra
2
Level 02
The Forest
Camp Grounds
Logging Site
Ski Resort
Deep Woods
Bigfoot Survivalist
3
Level 03
The Suburbs
Neighborhoods
Schools
Shopping Mall
Airshow
Slender Man UFO Cult Sky Divers News Teams
4
Level 04
The Lake
Ferry Boats
Beach Park
Marina
Dam
Nessie Water Skier The Fog
5
Level 05
The Desert
National Park
Meteor Crater
Music Festival
Grand Canyon
Thunderbird Lost Person
6
Level 06
The Industrial Zone
Quarry & Mines
Major Airport
Processing Plant
Train Station
Illuminati Trolls Delivery Drivers
7
Level 07
The Arctic
Research Station
Whaling Ships
Fishing Village
Frozen Wasteland
The Thing Yeti Frozen Mothership
8
Level 08
The Ocean
Ships
Pier
Underwater Research Station
Islands
Mermaids Castaway Entry: Underwater Mothership
9
Level 09
The City
Rooftops
Docks
Marathon
Subway
Vigilante Mothman
10
Level 10
Area 51
Outside Base
Underground
Save Alien Destroy Base Escape
2
World Domination
11
Level 11
Los Angeles
Movie Set
Venice Beach
Griffith Observatory
Sunset Strip
Movie Star Cult Leader
12
Level 12
Tokyo
Downtown Tokyo
Mount Fuji
Senso-ji Temple
Nuclear Power Plant
Sumo Wrestler Ninjas Axe Gang
13
Level 13
London
Buckingham Palace
London Landmarks
Stonehenge
The Queen
14
Level 14
Moscow
Red Square
St. Basil's Cathedral
Siberian Tundra
Trans-Siberian Railway
The Leader
15
Level 15
Dubai
Burj Khalifa
Palm Islands
Desert Racetrack
Gold Souk
The King
16
Level 16
Paris
Downtown Paris
The Louvre
Champagne Winery
Catacombs
Famous Model Mimes
17
Level 17
Portland
Downtown Portland
The Coast
Mt. Hood
Columbia River Gorge
Unicycle Bagpiper
18
Level 18
Las Vegas
The Strip
Casino Floor
Neon Boneyard
Hoover Dam
Elvis Impersonator
19
Level 19
New York City
Times Square
Central Park
Brooklyn
Statue of Liberty
The Mayor
20
Level 20
Washington D.C.
The White House
The Pentagon
National Mall
Capitol Building
The President
3
Time Travel
21
Level 21
Medieval England
Camelot Castle
King Arthur Merlin Dragons
22
Level 22
Roman Empire
Colosseum
Caesar Gladiators
23
Level 23
Egypt
Pyramids
King Tut Cleopatra
24
Level 24
The Wild West
Train Heist
Jesse James
25
Level 25
Ancient Greece
First Olympics
Perseus Medusa
26
Level 26
Pirates of the Caribbean
Caribbean Sea
Blackbeard Kraken
27
Level 27
The Celtics
Stonehenge
Druid Leader
28
Level 28
China
Great Wall
Emperor Genghis Khan
29
Level 29
Ice Age
Glaciers
Mammoths Sabertooth Tigers Cavemen
30
Level 30
Jurassic
Asteroid Event
Dinosaurs
4
Space
31
Level 31
The Moon
32
Level 32
Venus
33
Level 33
Mars
34
Level 34
Asteroid Field
35
Level 35
Jupiter: Europa
36
Level 36
Saturn: Titan
37
Level 37
Orion Nebula
38
Level 38
Sirius
39
Level 39
Space Megastructure
40
Level 40
Alien Homeworld
UFO INVASION  ·  MISSION ROSTER  ·  GDD v1.0  ·  GODOT 4  ·  iOS + DESKTOP
UFO Invasion — Mission Roster
// Invasion Target Manifest //

UFO INVASION

Mission Roster  ·  40 Levels  ·  3 Phases  ·  GDD v1.0
Tutorial
|
Phase 1 — Earth Encounters
Phase 2 — World Domination
Phase 3 — Time Travel
Phase 4 — Space
|
★ Tutorial Sub-Zone
|
VIPVIP Target
CREATUREHidden Creature
MECHANICKey Feature
1
Earth Encounters
1
Level 01
The Countryside
Farmland ★ Tutorial
Main Street
County Fairgrounds
Drive-In Theater
The Mayor Prize Cow Chupacabra
2
Level 02
The Forest
Camp Grounds
Logging Site
Ski Resort
Deep Woods
Bigfoot Survivalist
3
Level 03
The Suburbs
Neighborhoods
Schools
Shopping Mall
Airshow
Slender Man UFO Cult Sky Divers News Teams
4
Level 04
The Lake
Ferry Boats
Beach Park
Marina
Dam
Nessie Water Skier The Fog
5
Level 05
The Desert
National Park
Meteor Crater
Music Festival
Grand Canyon
Thunderbird Lost Person
6
Level 06
The Industrial Zone
Quarry & Mines
Major Airport
Processing Plant
Train Station
Illuminati Trolls Delivery Drivers
7
Level 07
The Arctic
Research Station
Whaling Ships
Fishing Village
Frozen Wasteland
The Thing Yeti Frozen Mothership
8
Level 08
The Ocean
Ships
Pier
Underwater Research Station
Islands
Mermaids Castaway Entry: Underwater Mothership
9
Level 09
The City
Rooftops
Docks
Marathon
Subway
Vigilante Mothman
10
Level 10
Area 51
Outside Base
Underground
Save Alien Destroy Base Escape
2
World Domination
11
Level 11
Los Angeles
Movie Set
Venice Beach
Griffith Observatory
Sunset Strip
Movie Star Cult Leader
12
Level 12
Tokyo
Downtown Tokyo
Mount Fuji
Senso-ji Temple
Nuclear Power Plant
Sumo Wrestler Ninjas Axe Gang
13
Level 13
London
Buckingham Palace
London Landmarks
Stonehenge
The Queen
14
Level 14
Moscow
Red Square
St. Basil's Cathedral
Siberian Tundra
Trans-Siberian Railway
The Leader
15
Level 15
Dubai
Burj Khalifa
Palm Islands
Desert Racetrack
Gold Souk
The King
16
Level 16
Paris
Downtown Paris
The Louvre
Champagne Winery
Catacombs
Famous Model Mimes
17
Level 17
Portland
Downtown Portland
The Coast
Mt. Hood
Columbia River Gorge
Unicycle Bagpiper
18
Level 18
Las Vegas
The Strip
Casino Floor
Neon Boneyard
Hoover Dam
Elvis Impersonator
19
Level 19
New York City
Times Square
Central Park
Brooklyn
Statue of Liberty
The Mayor
20
Level 20
Washington D.C.
The White House
The Pentagon
National Mall
Capitol Building
The President
3
Time Travel
21
Level 21
Medieval England
Camelot Castle
King Arthur Merlin Dragons
22
Level 22
Roman Empire
Colosseum
Caesar Gladiators
23
Level 23
Egypt
Pyramids
King Tut Cleopatra
24
Level 24
The Wild West
Train Heist
Jesse James
25
Level 25
Ancient Greece
First Olympics
Perseus Medusa
26
Level 26
Pirates of the Caribbean
Caribbean Sea
Blackbeard Kraken
27
Level 27
The Celtics
Stonehenge
Druid Leader
28
Level 28
China
Great Wall
Emperor Genghis Khan
29
Level 29
Ice Age
Glaciers
Mammoths Sabertooth Tigers Cavemen
30
Level 30
Jurassic
Asteroid Event
Dinosaurs
4
Space
31
Level 31
The Moon
32
Level 32
Venus
33
Level 33
Mars
34
Level 34
Asteroid Field
35
Level 35
Jupiter: Europa
36
Level 36
Saturn: Titan
37
Level 37
Orion Nebula
38
Level 38
Sirius
39
Level 39
Space Megastructure
40
Level 40
Alien Homeworld
UFO INVASION  ·  MISSION ROSTER  ·  GDD v1.0  ·  GODOT 4  ·  iOS + DESKTOP