diff --git a/src/tankopedia/vendored.rs b/src/tankopedia/vendored.rs index ce3c8e9..06509ee 100644 --- a/src/tankopedia/vendored.rs +++ b/src/tankopedia/vendored.rs @@ -2,7 +2,7 @@ use crate::models::{TankId, Vehicle, VehicleAvailability::*, VehicleType::*}; -pub static ALL_TANK_IDS: [TankId; 610] = [ +pub static ALL_TANK_IDS: [TankId; 612] = [ TankId(1), TankId(17), TankId(33), @@ -378,6 +378,7 @@ pub static ALL_TANK_IDS: [TankId; 610] = [ TankId(16145), TankId(16193), TankId(16209), + TankId(16257), TankId(16401), TankId(16449), TankId(16465), @@ -517,6 +518,7 @@ pub static ALL_TANK_IDS: [TankId; 610] = [ TankId(26129), TankId(26145), TankId(26401), + TankId(26641), TankId(26657), TankId(26913), TankId(27169), @@ -993,6 +995,7 @@ pub const fn is_known_tank_id(tank_id: TankId) -> bool { | TankId(16145) | TankId(16193) | TankId(16209) + | TankId(16257) | TankId(16401) | TankId(16449) | TankId(16465) @@ -1132,6 +1135,7 @@ pub const fn is_known_tank_id(tank_id: TankId) -> bool { | TankId(26129) | TankId(26145) | TankId(26401) + | TankId(26641) | TankId(26657) | TankId(26913) | TankId(27169) @@ -4126,7 +4130,7 @@ pub const fn get_vehicle(tank_id: TankId) -> Option { name: "CS-63", tier: 10, type_: Medium, - availability: Researchable, + availability: Collectible, image_content: include_bytes!("vendored/14977.webp"), }), TankId(15137) => Some(Vehicle { @@ -4233,6 +4237,14 @@ pub const fn get_vehicle(tank_id: TankId) -> Option { availability: Researchable, image_content: include_bytes!("vendored/16209.webp"), }), + TankId(16257) => Some(Vehicle { + tank_id: TankId(16257), + name: "Outcast", + tier: 6, + type_: Heavy, + availability: Collectible, + image_content: include_bytes!("vendored/16257.webp"), + }), TankId(16401) => Some(Vehicle { tank_id: TankId(16401), name: "WT auf Pz. IV", @@ -5345,6 +5357,14 @@ pub const fn get_vehicle(tank_id: TankId) -> Option { availability: Collectible, image_content: include_bytes!("vendored/26401.webp"), }), + TankId(26641) => Some(Vehicle { + tank_id: TankId(26641), + name: "Kpz 07 RH", + tier: 8, + type_: Medium, + availability: Premium, + image_content: include_bytes!("vendored/26641.webp"), + }), TankId(26657) => Some(Vehicle { tank_id: TankId(26657), name: "ASTRON Rex", diff --git a/src/tankopedia/vendored/16257.webp b/src/tankopedia/vendored/16257.webp new file mode 100644 index 0000000..4cc8693 Binary files /dev/null and b/src/tankopedia/vendored/16257.webp differ diff --git a/src/tankopedia/vendored/26641.webp b/src/tankopedia/vendored/26641.webp new file mode 100644 index 0000000..1200ba9 Binary files /dev/null and b/src/tankopedia/vendored/26641.webp differ diff --git a/src/tankopedia/vendored/3377.webp b/src/tankopedia/vendored/3377.webp index 1c0017b..816aaf0 100644 Binary files a/src/tankopedia/vendored/3377.webp and b/src/tankopedia/vendored/3377.webp differ diff --git a/src/tankopedia/vendored/3889.webp b/src/tankopedia/vendored/3889.webp index a4a36b3..584f29d 100644 Binary files a/src/tankopedia/vendored/3889.webp and b/src/tankopedia/vendored/3889.webp differ diff --git a/src/tankopedia/vendored/4913.webp b/src/tankopedia/vendored/4913.webp index b2768ac..fc6a9a6 100644 Binary files a/src/tankopedia/vendored/4913.webp and b/src/tankopedia/vendored/4913.webp differ