Merge pull request #9340 from reaperrr/d2k-bal-weapons

Changed D2k health, armor types and weapon stats to match original
This commit is contained in:
Pavel Penev
2015-09-22 23:55:25 +03:00
7 changed files with 609 additions and 414 deletions

View File

@@ -59,7 +59,8 @@ namespace OpenRA.Mods.Common.Effects
[Desc("Interval in ticks between each spawned Trail animation.")]
public readonly int TrailInterval = 2;
[PaletteReference] public readonly string TrailPalette = "effect";
// TODO: Re-add PaletteReference as soon as it handles player palettes
public readonly string TrailPalette = "effect";
public readonly bool TrailUsePlayerPalette = false;
public readonly int ContrailLength = 0;