Skip to content

Commit

Permalink
china bulldozer is now a voxel unit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Feb 3, 2024
1 parent 3ecafa4 commit aaaa88e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
Binary file added mods/ca/bits/china/bulldozer.hva
Binary file not shown.
Binary file added mods/ca/bits/china/bulldozer.vxl
Binary file not shown.
17 changes: 8 additions & 9 deletions mods/ca/rules/china/vehicles.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
CHNMCV:
Inherits: ^ConstructionVehicle
Inherits: ^TDVehicleSprite
Inherits: ^VoxelVehicle
RenderVoxels:
Scale: 0.7
Image: bulldozer
RenderSprites:
Image: chmcv
Inherits: ^BigVehicle
Inherits@EarlyGame: ^EarlyGameBuildBoost
Inherits: ^EarlyGameBuildBoost
BaseProvider:
PauseOnCondition: being-captured
Range: 6c0
Expand All @@ -17,10 +23,9 @@ CHNMCV:
Prerequisites: ~chcommand
IconPalette: chrometd
Queue: Building
Description: Builds structures.
Description: Builds structures. Allows to expand to remote places via Headquarter.
Selectable:
Priority: 4
SelectionDecorations:
Health:
HP: 60000
Mobile:
Expand All @@ -30,8 +35,6 @@ CHNMCV:
Range: 4c0
Voiced:
VoiceSet: PRCMCCVoice
RenderSprites:
Image: chmcv
MustBeDestroyed:
RequiredForShortGame: true
ProvidesPrerequisite@faction:
Expand All @@ -51,13 +54,10 @@ CHNMCV:

chbattle:
Inherits: ^Tank
Inherits: ^TDVehicleSprite
Inherits: ^VoxelTurretedTank
RenderVoxels:
Scale: 0.7
Image: chbattle
WithVoxelBody:
ShowShadow: true
Inherits: ^BiologicalDriver
Inherits: ^PrioAntiHeavy
Inherits: ^GeneralsVehicle
Expand Down Expand Up @@ -97,7 +97,6 @@ chbattle:
AttackTurreted:
PauseOnCondition: empdisable || being-warped || parachute
WithMuzzleOverlay:
SelectionDecorations:
Voiced:
VoiceSet: BattlemasterTankVoice

Expand Down
6 changes: 1 addition & 5 deletions mods/ca/sequences/china.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

chmcv:
Inherits: ^VehicleOverlays
Inherits: ^LowRes
idle:
Facings: 32
UseClassicFacings: True
idle: invisibleitem
icon: chmcvicon

chcommand:
Expand Down Expand Up @@ -510,7 +507,6 @@ chlotus:

chbattle:
Inherits: ^VehicleOverlays
Inherits: ^LowRes
idle: invisibleitem
turret: invisibleitem
muzzle: gunfire2
Expand Down
3 changes: 3 additions & 0 deletions mods/ca/sequences/voxels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ chhelix.speaker:
idle: helixspeaker
chhelix.bunker:
idle: helixbunker

bulldozer:
idle: bulldozer

0 comments on commit aaaa88e

Please sign in to comment.