diff --git a/design/DoomBuggy.txt b/design/DoomBuggy.txt new file mode 100644 index 00000000..9e3a0082 --- /dev/null +++ b/design/DoomBuggy.txt @@ -0,0 +1,74 @@ +Mecha + form = MT_Groundcar + environment_list = [GroundEnv, UrbanEnv] + scale = MechaScale + material = Metal + shop_tags = [MECHA] + portrait = mecha_doombuggy.png + imagename = mav_doombuggy.png + name = 'Doom Buggy' + family = 'None' + desc = "" + role_list = [Trooper] + faction_list = [BoneDevils, DeadzoneFederation, Ravagers] + desig = TP0-X1 + SUB + Torso + size = 3 + SUB + Engine + size = 300 + Cockpit + Gyroscope + Mount + name = 'Hood Mount' + INV + Launcher + size = 2 + SUB + Missile + name = 'Light Rockets' + accuracy = 1 + penetration = 2 + quantity = 20 + reach = 4 + damage = 1 + END + END + Armor + size = 2 + Wheels + size = 3 + integral = True + Sensor + size = 2 + END + Turret + size = 1 + SUB + Armor + size = 1 + Mount + name = 'Turret Mount' + INV + BallisticWeapon + shot_anim = SmallBullet + attributes = [BurstFire3, Accurate] + accuracy = 3 + magazine = 12 + ammo_type = Shells_25mm + penetration = 2 + area_anim = BigBoom + name = 'Mech Cannon' + reach = 3 + damage = 1 + SUB + Ammo + ammo_type = Shells_25mm + quantity = 12 + END + END + END + END + + diff --git a/history.md b/history.md index c7535850..a1daa801 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,5 @@ +* Added Doom Buggy mecha + v0.975 November 29, 2024 * Updated the Allied Armor bookshelf * Enchantments do not continue to update on dead/destroyed combatants diff --git a/image/mav_doombuggy.png b/image/mav_doombuggy.png new file mode 100644 index 00000000..931f91ab Binary files /dev/null and b/image/mav_doombuggy.png differ diff --git a/image/mecha_doombuggy.png b/image/mecha_doombuggy.png new file mode 100644 index 00000000..23205ab3 Binary files /dev/null and b/image/mecha_doombuggy.png differ diff --git a/image/prop_ferry.png b/image/prop_ferry.png index 12056fcc..8d96974f 100644 Binary files a/image/prop_ferry.png and b/image/prop_ferry.png differ