Skip to content

Commit

Permalink
Fix broken AI base defence in RA2 Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Aug 20, 2023
1 parent 5efc615 commit 881ab05
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions game-assets/ra2mode.pack/rulesmd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,10 @@ BuildNavalYard=NAYARD,GAYARD
BuildDummy=GAPILL,NALASR
NeutralTechBuildings=CAAIRP,CATHOSP,CAOILD,CAOUTP

; belonit - additions needed for YR exe compatibility
AlliedBaseDefenses=GAPILL,ATESLA,NASAM
SovietBaseDefenses=NALASR,TESLA,NAFLAK

GDIWallDefense=6
GDIWallDefenseCoefficient=3
NodBaseDefenseCoefficient=1.2 ;gs Obsolete. Use explicit SovietBaseDefenseCounts
Expand Down Expand Up @@ -10549,6 +10553,10 @@ HasStupidGuardMode=false
WorkingSound=PowerOn
NotWorkingSound=PowerOff

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=25
AntiAirValue=0

;This existed
; Allied Prism Tower
Expand Down Expand Up @@ -10590,6 +10598,10 @@ HasStupidGuardMode=false
WorkingSound=PowerOn
NotWorkingSound=PowerOff

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=25
AntiAirValue=0

; Soviet Nuclear Missile
[NAMISL]
Expand Down Expand Up @@ -10669,6 +10681,10 @@ ThreatPosed=30 ; This value MUST be 0 for all building addons
IsBaseDefense=yes
HasStupidGuardMode=false

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=10
AntiAirValue=0

; PillBox
[GAPILL]
Expand Down Expand Up @@ -10707,6 +10723,11 @@ DamageParticleSystems=SparkSys,LGSparkSys
IsBaseDefense=yes
HasStupidGuardMode=false

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=25
AntiArmorValue=10
AntiAirValue=0

; SAM
[NASAM]
UIName=Name:NASAM
Expand Down Expand Up @@ -10750,6 +10771,11 @@ WorkingSound=PowerOn
NotWorkingSound=PowerOff
VHPScan=Strong

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=0
AntiArmorValue=0
AntiAirValue=25

[CAOUTP]
UIName=Name:CAOUTP
Name=Tech Outpost
Expand Down Expand Up @@ -16194,6 +16220,11 @@ HasStupidGuardMode=false
WorkingSound=PowerOn
NotWorkingSound=PowerOff

; belonit - additions needed for YR exe compatibility
AntiInfantryValue=0
AntiArmorValue=0
AntiAirValue=25

; ******* Weapon Statistics *******
; The weapons specified here are attached to the various combat
; units and buildings.
Expand Down

0 comments on commit 881ab05

Please sign in to comment.