diff --git a/.template.md b/.template.md index 5da548d..eb15c92 100644 --- a/.template.md +++ b/.template.md @@ -49,4 +49,4 @@ | Max Drymass | 10-30T | | Max Thrust | 66T | | Max Speed | 260 m/s | -| Weapon Points | 20 | \ No newline at end of file +| Weapon Points | 20 | diff --git a/GridClasses/Ground/Civilian/UtilityVehicle.md b/GridClasses/Ground/Civilian/UtilityVehicle.md new file mode 100644 index 0000000..a74bd4d --- /dev/null +++ b/GridClasses/Ground/Civilian/UtilityVehicle.md @@ -0,0 +1,7 @@ +# Utility Ground Vehicle + +| **STATS** | | +|------------------|:--------------:| +| Grid Type | Small Grid | +| Max Speed | 70 m/s | +| Weapon Points | 0 | diff --git a/GridClasses/Ground/Military/LAV.md b/GridClasses/Ground/Military/LAV.md new file mode 100644 index 0000000..01aec6a --- /dev/null +++ b/GridClasses/Ground/Military/LAV.md @@ -0,0 +1,15 @@ +# LAV + +> Light assault vehicle + +LAVs can be equipped with a task at hand and it doesn't have to be limited to being a mobile firepower vehicle as some nations prefer to use more heavily armored vehicles and the LAV can become an armored mechanized vehicle to support MBTs, this is the most flexible platform to use if you want small trucks with anti tank launchers or the most armored IFVs. + +| **STATS** | | +|------------------|:--------------:| +| Grid Type | Small Grid | +| Block Count | 2000-5000 | +| Max Caliber | 57 mm | +| Max Speed | 70 m/s | +| Weapon Points | 20 | + +> TODO: Add Weapons Table diff --git a/GridClasses/Ground/Military/MBT.md b/GridClasses/Ground/Military/MBT.md new file mode 100644 index 0000000..bbd3c19 --- /dev/null +++ b/GridClasses/Ground/Military/MBT.md @@ -0,0 +1,15 @@ +# MBT + +> Main Battle Tank + +hence the name these vehicles are made for frontline combat and are often equipped with heavy armor to go along with their powerful guns. + +| **STATS** | | +|------------------|:--------------:| +| Grid Type | Small Grid | +| Block Count | 2000-4500 | +| Max Caliber | 140 mm | +| Max Speed | 70 m/s | +| Weapon Points | 20 | + +> TODO: Add Weapons Table diff --git a/GridClasses/Ground/Military/SPAA.md b/GridClasses/Ground/Military/SPAA.md new file mode 100644 index 0000000..a2dde69 --- /dev/null +++ b/GridClasses/Ground/Military/SPAA.md @@ -0,0 +1,15 @@ +# SPAA + +> Self Propelled Anti Air + +Much like the LAV, this vehicle is just as flexible but dedicated for the task of defending against aircraft with the choice of long range missiles to short range autocannons + +| **STATS** | | +|------------------|:--------------:| +| Grid Type | Small Grid | +| Block Count | 2000-4500 | +| Max Caliber | 57 mm | +| Max Speed | 70 m/s | +| Weapon Points | 20 | + +> TODO: Add Weapons Table diff --git a/GridClasses/Ground/Military/SPG.md b/GridClasses/Ground/Military/SPG.md new file mode 100644 index 0000000..8800bc5 --- /dev/null +++ b/GridClasses/Ground/Military/SPG.md @@ -0,0 +1,15 @@ +# SPG + +> Self Propelled Gun + +They can be tank destoryers or long range artillery depending on a nation's doctrine. + +| **STATS** | | +|------------------|:--------------:| +| Grid Type | Small Grid | +| Block Count | 2000-4500 | +| Max Caliber | 203 mm | +| Max Speed | 70 m/s | +| Weapon Points | 20 | + +> TODO: Add Weapons Table