Add support for 1/10 2/10 3/10
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
import { SigviewRecord as Signature } from "@/lib/pbtypes";
|
||||
|
||||
const oneOutOfTen = [
|
||||
"Minmatar Contracted Bio-Farm",
|
||||
"Old Meanie - Cultivation Center",
|
||||
"Pith Robux Asteroid Mining & Co.",
|
||||
"Sansha Military Outpost",
|
||||
"Serpentis Drug Outlet",
|
||||
];
|
||||
const twoOutOfTen = [
|
||||
"Angel Creo-Corp Mining",
|
||||
"Blood Raider Human Farm",
|
||||
"Pith Merchant Depot",
|
||||
"Sansha Acclimatization Facility",
|
||||
"Serpentis Live Cargo Distribution Facilities",
|
||||
"Rogue Drone Infestation Sprout",
|
||||
];
|
||||
const threeOutOfTen = [
|
||||
"Angel Repurposed Outpost",
|
||||
"Blood Raider Intelligence Collection Point",
|
||||
"Guristas Guerilla Grounds",
|
||||
"Sansha's Command Relay Outpost",
|
||||
"Serpentis Narcotic Warehouses",
|
||||
"Rogue Drone Asteroid Infestation",
|
||||
];
|
||||
const fourOutOfTen = [
|
||||
"Angel Cartel Occupied Mining Colony",
|
||||
"Mul-Zatah Monastery",
|
||||
|
Reference in New Issue
Block a user