Skip to content

Commit

Permalink
Added Doom Buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvhewitt committed Dec 1, 2024
1 parent afef93b commit 1f73352
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 0 deletions.
74 changes: 74 additions & 0 deletions design/DoomBuggy.txt
Original file line number Diff line number Diff line change
@@ -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


2 changes: 2 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file added image/mav_doombuggy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/mecha_doombuggy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/prop_ferry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f73352

Please sign in to comment.