Skip to content

Commit

Permalink
Balance changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Dec 25, 2024
1 parent 9f41c78 commit f0d554b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 13 deletions.
7 changes: 4 additions & 3 deletions mods/sp/rules/support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ GAFIRE:
-RevealOnFire:
MustBeDestroyed:
RequiredForShortGame: false
-GivesBuildableArea:
GivesBuildableArea:
Voiced:
VoiceSet: FirestormGeneratorVoice
Volume: 0.5
Expand Down Expand Up @@ -1160,7 +1160,7 @@ NASTLH:
Prerequisite: AINASTLHBuildLimit
MustBeDestroyed:
RequiredForShortGame: false
-GivesBuildableArea:
GivesBuildableArea:
Voiced:
VoiceSet: StealthGeneratorVoice
Volume: 0.5
Expand Down Expand Up @@ -1337,6 +1337,7 @@ MUVENTI:
ProvidesPrerequisite@swlimit:
RequiresPrerequisites: global-swlimit
Prerequisite: enoughmuventi
GivesBuildableArea:
SupportPowerChargeBar:
NukePower:
PauseOnCondition: empdisable
Expand Down Expand Up @@ -1677,7 +1678,7 @@ CABEYE:
Voiced:
VoiceSet: EyeOfCABALVoice
Volume: 0.5
-GivesBuildableArea:
GivesBuildableArea:

CABSW1:
Inherits: ^AffectPowerBuilding
Expand Down
6 changes: 3 additions & 3 deletions mods/sp/rules/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ APC: #Amphibious APC
Inherits@EXPERIENCE: ^GainsExperience
Inherits@PIPS: ^CargoPips
Valued:
Cost: 800
Cost: 850
Tooltip:
Name: apc-name
UpdatesPlayerStatistics:
Expand All @@ -181,14 +181,14 @@ APC: #Amphibious APC
Description: apc-desc
BuildPaletteOrder: 23
Prerequisites: ~gaweap, gapile, ~techlevel.2
BuildDuration: 500
BuildDuration: 625
BuildDurationModifier: 100
Mobile:
TurnSpeed: 24
Speed: 90
Locomotor: AmphAPCLocomotor
Health:
HP: 30000
HP: 35000
Turreted:
TurnSpeed: 20
Offset: -200,0,390
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/scripts/domination.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
local distance_to_flag = 2048
local check_interval_ticks = 25
local points_per_interval = 1
local target_points = 350
local target_points = 250

local flags
local neutral
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/weapons/cabweapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CyborgVulcan:
CyborgRocket:
Inherits: ^RocketWeapon
Inherits@2: ^Small_Clsn
ReloadDelay: 60
ReloadDelay: 50
Range: 6c0
Report: rketinf1.aud
ValidTargets: Ground, Water
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/weapons/gdiweapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MarineRifleAP:
GrenadierBazooka:
Inherits: ^RocketWeapon
Inherits@2: ^Small_Clsn
ReloadDelay: 60
ReloadDelay: 50
Range: 6c0
Report: rketinf1.aud
ValidTargets: Ground, Water
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/weapons/mutweapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MarauderShotgunInnacurate:

FiendShard2:
Inherits: ^ArmorPierceAmmoWeapon
ReloadDelay: 60
ReloadDelay: 50
Burst: 2
Range: 5c0
StartBurstReport: fiend2.aud
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/weapons/nodweapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HologramMilitantRifle:
CrusaderBazooka:
Inherits: ^RocketWeapon
Inherits@2: ^Small_Clsn
ReloadDelay: 60
ReloadDelay: 50
Range: 6c0
Report: rketinf1.aud
ValidTargets: Ground, Water, Vehicle, Building, Infantry
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/weapons/scrweapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SharkJump:
LegioNeedler:
Inherits: ^RocketWeapon
Inherits@2: ^Scrin_Pulse
ReloadDelay: 60
ReloadDelay: 50
Range: 6c0
Report: photon1.wav
ValidTargets: Ground, Water, Infantry, Vehicle, Building
Expand Down
2 changes: 1 addition & 1 deletion mods/sp/weapons/weapondefaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Building: 20
Defense: 15
Light: 40
Heavy: 15
Heavy: 10
Aircraft: 100
Concrete: 5

Expand Down

0 comments on commit f0d554b

Please sign in to comment.