Skip to content

Commit

Permalink
Fix #630 - Muzzleflashes on cnc apache
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Mar 19, 2011
1 parent 8e079c3 commit dea1994
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
7 changes: 3 additions & 4 deletions mods/cnc/rules/vehicles.yaml
Expand Up @@ -505,11 +505,10 @@ HELI:
RevealsShroud:
Range: 8
AttackHeli:
PrimaryWeapon: HighV
SecondaryWeapon: HighV
PrimaryOffset: -5,0,0,2
SecondaryOffset: 5,0,0,2
PrimaryWeapon: HighV.Heli
PrimaryOffset: 0,-10,0,3
FacingTolerance: 20
WithMuzzleFlash:
RenderUnitRotor:
PrimaryOffset: 0,0,0,-2
WithShadow:
Expand Down
5 changes: 4 additions & 1 deletion mods/cnc/sequences/vehicles.yaml
Expand Up @@ -61,7 +61,10 @@ heli:
slow-rotor: lrotor
Start: 4
Length: 8

muzzle: minigun
Start: 0
Length: 6
Facings: 8
orca:
idle:
Start: 0
Expand Down
16 changes: 16 additions & 0 deletions mods/cnc/weapons.yaml
Expand Up @@ -110,6 +110,22 @@ HighV:
Heavy: 25%
InfDeath: 1
Explosion: 1
HighV.Heli:
ROF: 40
Range: 4
Report: GUN8
Projectile: Bullet
Speed: 100
Warhead:
Damage: 40
Spread: 3
Versus:
None: 100%
Wood: 50%
Light: 50%
Heavy: 25%
InfDeath: 1
Explosion: 1

Pistol:
ROF: 7
Expand Down

0 comments on commit dea1994

Please sign in to comment.