diff --git a/mods/ra/maps/training-camp/map.yaml b/mods/ra/maps/training-camp/map.yaml index 50d0fe6715..c7b907700c 100644 --- a/mods/ra/maps/training-camp/map.yaml +++ b/mods/ra/maps/training-camp/map.yaml @@ -819,9 +819,6 @@ Rules: Type: Vehicle BuildSpeed: 1 LowPowerSlowdown: 3 - ^Tank: - Mobile: - Crushes: wall, atmine, crate, ^Tree OILB: Health: HP: 6000 diff --git a/mods/ra/rules/defaults.yaml b/mods/ra/rules/defaults.yaml index c151deed50..00dad857f0 100644 --- a/mods/ra/rules/defaults.yaml +++ b/mods/ra/rules/defaults.yaml @@ -1,7 +1,7 @@ ^Vehicle: AppearsOnRadar: Mobile: - Crushes: atmine, crate, apmine + Crushes: mine, crate TerrainSpeeds: Clear: 80 Rough: 40 @@ -50,7 +50,7 @@ ^Tank: AppearsOnRadar: Mobile: - Crushes: wall, atmine, crate, apmine + Crushes: wall, mine, crate TerrainSpeeds: Clear: 80 Rough: 70 @@ -105,7 +105,7 @@ RevealsShroud: Range: 4c0 Mobile: - Crushes: apmine, crate + Crushes: mine, crate SharesCell: true TerrainSpeeds: Clear: 90 diff --git a/mods/ra/rules/system-actors.yaml b/mods/ra/rules/system-actors.yaml index 1e4e381237..c3b93435aa 100644 --- a/mods/ra/rules/system-actors.yaml +++ b/mods/ra/rules/system-actors.yaml @@ -1,12 +1,12 @@ MINP: Mine: - CrushClasses: apmine,atmine - DetonateClasses: apmine,atmine + CrushClasses: mine + DetonateClasses: mine AvoidFriendly: no Explodes: Weapon: APMine Health: - HP: 50 + HP: 100 Armor: Type: Light RenderSimple: @@ -16,7 +16,7 @@ MINP: UncloakSound: Palette: Tooltip: - Name: Anti-Personnel Mine + Name: Mine ProximityCaptor: Types: Mine TargetableUnit: @@ -25,13 +25,13 @@ MINP: MINV: Mine: - CrushClasses: atmine,apmine - DetonateClasses: atmine + CrushClasses: mine + DetonateClasses: mine AvoidFriendly: no Explodes: Weapon: ATMine Health: - HP: 50 + HP: 100 Armor: Type: Light RenderSimple: @@ -41,7 +41,7 @@ MINV: UncloakSound: Palette: Tooltip: - Name: Anti-Tank Mine + Name: Mine ProximityCaptor: Types: Mine TargetableUnit: diff --git a/mods/ra/rules/vehicles.yaml b/mods/ra/rules/vehicles.yaml index 743803058f..4a9d6cc00a 100644 --- a/mods/ra/rules/vehicles.yaml +++ b/mods/ra/rules/vehicles.yaml @@ -85,7 +85,7 @@ V2RL: Type: Heavy Mobile: Speed: 85 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 5c0 Turreted: @@ -127,7 +127,7 @@ V2RL: Type: Heavy Mobile: Speed: 71 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 5c0 Turreted: @@ -171,7 +171,7 @@ V2RL: Type: Heavy Mobile: Speed: 42 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 6c0 Turreted: @@ -266,7 +266,7 @@ HARV: Type: Heavy Mobile: Speed: 85 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 4c0 RenderHarvester: @@ -303,7 +303,7 @@ MCV: Type: Light Mobile: Speed: 85 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 4c0 Transforms: @@ -393,11 +393,11 @@ MNLY.AP: BuildPaletteOrder: 30 Prerequisites: fix Owner: soviet - Hotkey: p + Hotkey: i Valued: Cost: 800 Tooltip: - Name: Minelayer (Anti-Personnel) + Name: Minelayer Description: Lays mines to destroy unwary enemy units.\n Unarmed Health: HP: 100 @@ -413,7 +413,7 @@ MNLY.AP: Mine: MINP MineImmune: LimitedAmmo: - Ammo: 5 + Ammo: 3 DetectCloaked: Range: 5 RenderDetectionCircle: @@ -429,7 +429,7 @@ MNLY.AT: Valued: Cost: 800 Tooltip: - Name: Minelayer (Anti-Tank) + Name: Minelayer Description: Lays mines to destroy unwary enemy units.\n Unarmed Health: HP: 100 @@ -562,7 +562,7 @@ TTNK: Type: Light Mobile: Speed: 113 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 7c0 Armament: @@ -666,7 +666,7 @@ CTNK: Type: Light Mobile: Speed: 113 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 6c0 RenderUnit: @@ -701,7 +701,7 @@ QTNK: Type: Heavy Mobile: Speed: 56 - Crushes: wall, atmine, crate, infantry + Crushes: wall, mine, crate, infantry RevealsShroud: Range: 6c0 Selectable: diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml index c1218c431e..d48e655367 100644 --- a/mods/ra/weapons.yaml +++ b/mods/ra/weapons.yaml @@ -1163,23 +1163,16 @@ Crush: ATMine: Warhead: - Damage: 500 - Versus: - None: 0% - Wood: 0% - Concrete: 0% + Spread: 256 + Damage: 400 ImpactSound: mineblo1.aud Explosion: large_explosion APMine: Warhead: - Damage: 500 - Versus: - Wood: 0% - Light: 10% - Heavy: 10% - Concrete: 0% - ImpactSound: mine1 + Spread: 256 + Damage: 400 + ImpactSound: mine1.aud InfDeath: 3 Explosion: napalm