balance patch 2025

This commit is contained in:
N.N
2025-05-21 13:08:16 +02:00
committed by Gustas Kažukauskas
parent b0514bdb87
commit 76b8a949e1
17 changed files with 454 additions and 210 deletions

View File

@@ -30,6 +30,7 @@ options-starting-units =
.mcv-only = MCV Only .mcv-only = MCV Only
.light-support = Light Support .light-support = Light Support
.heavy-support = Heavy Support .heavy-support = Heavy Support
.carryall = MCV + Carryall
resource-spice = Spice resource-spice = Spice

View File

@@ -25,7 +25,7 @@ Player:
Decisions: Decisions:
Airstrike: Airstrike:
OrderName: AirstrikePowerInfoOrder OrderName: AirstrikePowerInfoOrder
MinimumAttractiveness: 2000 MinimumAttractiveness: 2500
Consideration@1: Consideration@1:
Against: Enemy Against: Enemy
Types: Vehicle, Tank, Infantry Types: Vehicle, Tank, Infantry
@@ -34,25 +34,37 @@ Player:
CheckRadius: 3c0 CheckRadius: 3c0
Consideration@2: Consideration@2:
Against: Enemy Against: Enemy
Types: Structure Types: Structure, Defense
Attractiveness: 1 Attractiveness: 1
TargetMetric: Value TargetMetric: Value
CheckRadius: 2c0 CheckRadius: 5c0
Consideration@3: Consideration@3:
Against: Ally Against: Ally
Types: Ground Types: Ground
Attractiveness: -10 Attractiveness: -10
TargetMetric: Value TargetMetric: Value
CheckRadius: 4c0 CheckRadius: 4c0
Consideration@4:
Against: Enemy
Types: Defense
Attractiveness: 6
TargetMetric: Value
CheckRadius: 4c0
NukePower: NukePower:
OrderName: NukePowerInfoOrder OrderName: NukePowerInfoOrder
MinimumAttractiveness: 3000 MinimumAttractiveness: 3500
Consideration@1: Consideration@1:
Against: Enemy Against: Enemy
Types: Structure Types: Structure, Defense
Attractiveness: 1 Attractiveness: 10
TargetMetric: Value TargetMetric: Value
CheckRadius: 5c0 CheckRadius: 5c0
Consideration@3:
Against: Enemy
Types: Infantry, Vehicle, Tank, Defense
Attractiveness: 5
TargetMetric: Value
CheckRadius: 4c0
Consideration@2: Consideration@2:
Against: Ally Against: Ally
Types: Air, Ground Types: Air, Ground
@@ -70,8 +82,8 @@ Player:
BaseBuilderBotModule@omnius: BaseBuilderBotModule@omnius:
RequiresCondition: enable-omnius-ai RequiresCondition: enable-omnius-ai
BuildingQueues: Building, Upgrade BuildingQueues: Building, Upgrade
MinimumExcessPower: 50 MinimumExcessPower: 60
MaximumExcessPower: 200 MaximumExcessPower: 250
ExcessPowerIncrement: 50 ExcessPowerIncrement: 50
ExcessPowerIncreaseThreshold: 4 ExcessPowerIncreaseThreshold: 4
MaxBaseRadius: 40 MaxBaseRadius: 40
@@ -129,8 +141,8 @@ Player:
BaseBuilderBotModule@vidious: BaseBuilderBotModule@vidious:
RequiresCondition: enable-vidious-ai RequiresCondition: enable-vidious-ai
BuildingQueues: Building, Upgrade BuildingQueues: Building, Upgrade
MinimumExcessPower: 50 MinimumExcessPower: 60
MaximumExcessPower: 200 MaximumExcessPower: 250
ExcessPowerIncrement: 50 ExcessPowerIncrement: 50
ExcessPowerIncreaseThreshold: 4 ExcessPowerIncreaseThreshold: 4
MaxBaseRadius: 40 MaxBaseRadius: 40
@@ -186,8 +198,8 @@ Player:
BaseBuilderBotModule@gladius: BaseBuilderBotModule@gladius:
RequiresCondition: enable-gladius-ai RequiresCondition: enable-gladius-ai
BuildingQueues: Building, Upgrade BuildingQueues: Building, Upgrade
MinimumExcessPower: 50 MinimumExcessPower: 60
MaximumExcessPower: 200 MaximumExcessPower: 250
ExcessPowerIncrement: 50 ExcessPowerIncrement: 50
ExcessPowerIncreaseThreshold: 4 ExcessPowerIncreaseThreshold: 4
MaxBaseRadius: 40 MaxBaseRadius: 40

View File

@@ -1,19 +1,19 @@
carryall.reinforce: carryall.reinforce:
Inherits: ^Plane Inherits: ^Plane
Valued: Valued:
Cost: 1100 Cost: 1000
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
AddToAssetsValue: false AddToAssetsValue: false
Tooltip: Tooltip:
Name: actor-carryall-reinforce.name Name: actor-carryall-reinforce.name
Health: Health:
HP: 48000 HP: 20000
Armor: Armor:
Type: light Type: light
Aircraft: Aircraft:
CruiseAltitude: 2160 CruiseAltitude: 2160
CruisingCondition: cruising CruisingCondition: cruising
Speed: 144 Speed: 170
TurnSpeed: 16 TurnSpeed: 16
LandableTerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune, Concrete LandableTerrainTypes: Sand, Rock, Transition, Spice, SpiceSand, Dune, Concrete
Repulsable: False Repulsable: False
@@ -21,7 +21,8 @@ carryall.reinforce:
CanForceLand: false CanForceLand: false
CanSlide: True CanSlide: True
VTOL: true VTOL: true
IdleTurnSpeed: 4 IdleTurnSpeed: 5
IdleSpeed: 115
Targetable@GROUND: Targetable@GROUND:
TargetTypes: Ground, Vehicle TargetTypes: Ground, Vehicle
RequiresCondition: !airborne RequiresCondition: !airborne
@@ -108,7 +109,7 @@ ornithopter:
Armament: Armament:
Weapon: OrniBomb Weapon: OrniBomb
Health: Health:
HP: 9000 HP: 8000
Armor: Armor:
Type: light Type: light
Encyclopedia: Encyclopedia:
@@ -129,7 +130,6 @@ ornithopter:
SpawnActorOnDeath: SpawnActorOnDeath:
Actor: ornithopter.husk Actor: ornithopter.husk
RejectsOrders: RejectsOrders:
RevealOnFire:
-MapEditorData: -MapEditorData:
ornithopter.husk: ornithopter.husk:
@@ -141,6 +141,16 @@ ornithopter.husk:
Speed: 224 Speed: 224
RenderSprites: RenderSprites:
Image: ornithopter Image: ornithopter
FallsToEarth:
MaximumSpinSpeed: 1
FireProjectilesOnDeath@derbisshort:
Weapons: Debris, Debris2
Pieces: 1, 3
Range: 1c0, 2c512
FireProjectilesOnDeath@derbislong:
Weapons: Debris, Debris2, Debris3, Debris4
Pieces: 2, 4
Range: 3c0, 6c0
carryall.husk: carryall.husk:
Inherits: ^AircraftHusk Inherits: ^AircraftHusk
@@ -153,6 +163,14 @@ carryall.husk:
VTOL: true VTOL: true
RenderSprites: RenderSprites:
Image: carryall Image: carryall
FireProjectilesOnDeath@derbisshort:
Weapons: Debris, Debris2
Pieces: 1, 3
Range: 1c0, 2c512
FireProjectilesOnDeath@derbislong:
Weapons: Debris, Debris2, Debris3, Debris4
Pieces: 2, 4
Range: 3c0, 6c0
carryall.huskVTOL: carryall.huskVTOL:
Inherits: ^AircraftHusk Inherits: ^AircraftHusk
@@ -167,3 +185,11 @@ carryall.huskVTOL:
VTOL: true VTOL: true
RenderSprites: RenderSprites:
Image: carryall Image: carryall
FireProjectilesOnDeath@derbisshort:
Weapons: Debris, Debris2
Pieces: 1, 3
Range: 1c0, 2c512
FireProjectilesOnDeath@derbislong:
Weapons: Debris, Debris2, Debris3, Debris4
Pieces: 2, 4
Range: 3c0, 6c0

View File

@@ -156,6 +156,7 @@ sietch:
-WithMakeAnimation: -WithMakeAnimation:
-WithCrumbleOverlay: -WithCrumbleOverlay:
-WithBuildingRepairDecoration: -WithBuildingRepairDecoration:
-FireWarheadsOnDeath@sabotuerDemolition:
pass01_destroyable_bottom: pass01_destroyable_bottom:
Inherits: ^DestroyableTile Inherits: ^DestroyableTile

View File

@@ -222,8 +222,14 @@
PauseOnCondition: notmobile PauseOnCondition: notmobile
Selectable: Selectable:
Bounds: 1024, 1024 Bounds: 1024, 1024
ExternalCondition@deviatorInfluence:
Condition: unit-captured
Targetable: Targetable:
TargetTypes: Ground, Vehicle, C4 TargetTypes: Ground, Vehicle, C4
RequiresCondition: !unit-captured
Targetable@CAPTURED:
TargetTypes: Ground, CapturedUnit
RequiresCondition: unit-captured
Passenger: Passenger:
CargoType: Vehicle CargoType: Vehicle
AttackMove: AttackMove:
@@ -241,6 +247,16 @@
AmbientSound@onBeingDemolished: AmbientSound@onBeingDemolished:
SoundFiles: O_SCONF2.AUD SoundFiles: O_SCONF2.AUD
RequiresCondition: being-demolished RequiresCondition: being-demolished
FireWarheadsOnDeath@sabotuerDemolition:
RequiresCondition: being-demolished
Type: CenterPosition
Weapon: PlasmaSaboteur
EmptyWeapon: PlasmaSaboteur
FireProjectilesOnDeath@OnsabotuerDemolition:
Weapons: Debris2, Debris3, Debris4, ExplosiveDebris
Pieces: 3, 7
Range: 3c512, 6c0
RequiresCondition: being-demolished
TemporaryOwnerManager: TemporaryOwnerManager:
MustBeDestroyed: MustBeDestroyed:
Voiced: Voiced:
@@ -254,7 +270,6 @@
Margin: 7, 9 Margin: 7, 9
Sequence: pickup-indicator Sequence: pickup-indicator
RequiresCondition: carryall-reserved RequiresCondition: carryall-reserved
RevealOnFire:
RevealOnDeath: RevealOnDeath:
Duration: 100 Duration: 100
Radius: 2c512 Radius: 2c512
@@ -285,12 +300,16 @@
Inherits: ^Vehicle Inherits: ^Vehicle
Mobile: Mobile:
Locomotor: tank Locomotor: tank
GrantConditionOnDamageState@HEAVY:
ValidDamageStates: Critical
SpawnActorOnDeath:
RequiresCondition: !being-demolished
^Husk: ^Husk:
Inherits@1: ^SpriteActor Inherits@1: ^SpriteActor
Interactable: Interactable:
Health: Health:
HP: 10000 HP: 8000
Armor: Armor:
Type: light Type: light
HiddenUnderFog: HiddenUnderFog:
@@ -340,16 +359,16 @@
Duration: 1500 Duration: 1500
RequiresCondition: decoration2 || decoration3 RequiresCondition: decoration2 || decoration3
ChangesHealth: ChangesHealth:
Step: -30 Step: -27
StartIfBelow: 101 StartIfBelow: 101
Delay: 4 Delay: 4
GrantRandomCondition: GrantRandomCondition:
Conditions: decoration1, decoration2, decoration3 Conditions: decoration1, decoration2, decoration3
TransformOnCapture: TransformOnCapture:
ForceHealthPercentage: 20 ForceHealthPercentage: 5
InfiltrateForTransform: InfiltrateForTransform:
Types: Husk Types: Husk
ForceHealthPercentage: 20 ForceHealthPercentage: 5
^AircraftHusk: ^AircraftHusk:
Inherits: ^Husk Inherits: ^Husk
@@ -359,7 +378,7 @@
FallsToEarth: FallsToEarth:
MaximumSpinSpeed: 0 MaximumSpinSpeed: 0
Moves: True Moves: True
Explosion: UnitExplodeLarge Explosion: ExplosionAircraft
-MapEditorData: -MapEditorData:
^Infantry: ^Infantry:
@@ -396,7 +415,7 @@
IdleSequences: idle1, idle2 IdleSequences: idle1, idle2
TakeCover: TakeCover:
DamageModifiers: DamageModifiers:
Prone50Percent: 50 Prone80Percent: 80
DamageTriggers: TriggerProne DamageTriggers: TriggerProne
ProneOffset: 300,0,0 ProneOffset: 300,0,0
WithDeathAnimation: WithDeathAnimation:
@@ -427,7 +446,6 @@
Rough: 80 Rough: 80
Voiced: Voiced:
VoiceSet: InfantryVoice VoiceSet: InfantryVoice
RevealOnFire:
RevealOnDeath: RevealOnDeath:
Duration: 100 Duration: 100
HitShape: HitShape:
@@ -527,6 +545,11 @@
AmbientSound@onBeingDemolished: AmbientSound@onBeingDemolished:
SoundFiles: O_SCONF2.AUD SoundFiles: O_SCONF2.AUD
RequiresCondition: being-demolished RequiresCondition: being-demolished
FireWarheadsOnDeath@sabotuerDemolition:
RequiresCondition: being-demolished
Type: CenterPosition
Weapon: PlasmaSaboteur
EmptyWeapon: PlasmaSaboteur
Sellable: Sellable:
RequiresCondition: !build-incomplete && !being-demolished RequiresCondition: !build-incomplete && !being-demolished
SellSounds: BUILD1.WAV SellSounds: BUILD1.WAV
@@ -564,7 +587,7 @@
PauseOnCondition: build-incomplete PauseOnCondition: build-incomplete
RenderRangeCircle: RenderRangeCircle:
DetectCloaked: DetectCloaked:
Range: 1c768 Range: 4c768
-GivesBuildableArea: -GivesBuildableArea:
WithMakeAnimation: WithMakeAnimation:
BodyNames: make BodyNames: make
@@ -582,7 +605,6 @@
Range: 2c0, 4c0 Range: 2c0, 4c0
MustBeDestroyed: MustBeDestroyed:
RequiredForShortGame: false RequiredForShortGame: false
RevealOnFire:
Targetable: Targetable:
TargetTypes: Ground, C4, Structure, Defense TargetTypes: Ground, C4, Structure, Defense
MapEditorData: MapEditorData:
@@ -623,6 +645,7 @@
Modifier: 0 Modifier: 0
RepairableBuilding: RepairableBuilding:
RepairCondition: repairing RepairCondition: repairing
RepairStep: 500
WithBuildingRepairDecoration: WithBuildingRepairDecoration:
Offsets: Offsets:
powerdown: -10, 0 powerdown: -10, 0

View File

@@ -1,7 +1,7 @@
mcv.husk: mcv.husk:
Inherits: ^VehicleHusk Inherits: ^VehicleHusk
Health: Health:
HP: 13000 HP: 11000
Tooltip: Tooltip:
Name: actor-mcv-husk-name Name: actor-mcv-husk-name
TransformOnCapture: TransformOnCapture:
@@ -53,7 +53,7 @@ sonic_tank.husk:
Husk: Husk:
Locomotor: vehicle Locomotor: vehicle
Health: Health:
HP: 11000 HP: 9000
Tooltip: Tooltip:
Name: actor-sonic-tank-husk-name Name: actor-sonic-tank-husk-name
ThrowsParticle@turret: ThrowsParticle@turret:
@@ -76,7 +76,7 @@ devastator.husk:
Husk: Husk:
Locomotor: devastator Locomotor: devastator
Health: Health:
HP: 12500 HP: 10000
Tooltip: Tooltip:
Name: actor-devastator-husk-name Name: actor-devastator-husk-name
TransformOnCapture: TransformOnCapture:
@@ -87,7 +87,7 @@ devastator.husk:
deviator.husk: deviator.husk:
Inherits: ^VehicleHusk Inherits: ^VehicleHusk
Health: Health:
HP: 11000 HP: 10000
Tooltip: Tooltip:
Name: actor-deviator-husk-name Name: actor-deviator-husk-name
ThrowsParticle@turret: ThrowsParticle@turret:
@@ -105,6 +105,10 @@ deviator.husk:
IntoActor: deviator IntoActor: deviator
InfiltrateForTransform: InfiltrateForTransform:
IntoActor: deviator IntoActor: deviator
FireWarheads:
Weapons: DeviatorGas
Interval: 50
StartCooldown: 100
^combat_tank.husk: ^combat_tank.husk:
Inherits: ^VehicleHusk Inherits: ^VehicleHusk

View File

@@ -31,9 +31,9 @@ engineer:
Inherits@selection: ^SelectableSupportUnit Inherits@selection: ^SelectableSupportUnit
Buildable: Buildable:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 30 BuildPaletteOrder: 80
Prerequisites: upgrade.barracks, ~techlevel.medium Prerequisites: upgrade.barracks, ~techlevel.medium
BuildDuration: 125 BuildDuration: 150
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-engineer.description Description: actor-engineer.description
Valued: Valued:
@@ -67,7 +67,6 @@ engineer:
Description: actor-engineer.encyclopedia Description: actor-engineer.encyclopedia
Order: 30 Order: 30
Category: Units Category: Units
-RevealOnFire:
Voiced: Voiced:
VoiceSet: EngineerVoice VoiceSet: EngineerVoice
-AttackFrontal: -AttackFrontal:
@@ -79,11 +78,11 @@ trooper:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 20 BuildPaletteOrder: 20
Prerequisites: upgrade.barracks, ~techlevel.medium Prerequisites: upgrade.barracks, ~techlevel.medium
BuildDuration: 85 BuildDuration: 124
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-trooper.description Description: actor-trooper.description
Valued: Valued:
Cost: 90 Cost: 100
Tooltip: Tooltip:
Name: actor-trooper.name Name: actor-trooper.name
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
@@ -108,10 +107,9 @@ trooper:
thumper: thumper:
Inherits: ^Infantry Inherits: ^Infantry
-RevealOnFire:
Buildable: Buildable:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 40 BuildPaletteOrder: 100
Prerequisites: upgrade.barracks, ~techlevel.high Prerequisites: upgrade.barracks, ~techlevel.high
BuildDuration: 125 BuildDuration: 125
BuildDurationModifier: 100 BuildDurationModifier: 100
@@ -303,6 +301,9 @@ mpsardaukar:
saboteur: saboteur:
Inherits: ^Infantry Inherits: ^Infantry
Selectable:
Priority: 8
PriorityModifiers: Ctrl, Alt
Buildable: Buildable:
Queue: Infantry Queue: Infantry
BuildPaletteOrder: 100 BuildPaletteOrder: 100
@@ -315,36 +316,57 @@ saboteur:
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
AddToArmyValue: true AddToArmyValue: true
Health: Health:
HP: 4000 HP: 5000
Encyclopedia: Encyclopedia:
Description: actor-saboteur.encyclopedia Description: actor-saboteur.encyclopedia
Order: 80 Order: 80
Category: Units Category: Units
Mobile: Mobile:
Speed: 43 Speed: 43
PauseOnCondition: triggered
Demolition: Demolition:
DetonationDelay: 25 DetonationDelay: 50
Flashes: 3 Flashes: 3
EnterBehaviour: Suicide EnterBehaviour: Suicide
-RevealOnFire:
GrantChargedConditionOnToggle:
ActivatedCondition: cloaked
CanCancelCondition: true
ChargeDuration: 1250
ChargeThreshhold: 100
ConditionDuration: 375
Cloak: Cloak:
RequiresCondition: cloaked InitialDelay: 100
InitialDelay: 0 CloakDelay: 100
CloakDelay: 25
CloakSound: STEALTH1.WAV CloakSound: STEALTH1.WAV
UncloakOn: Attack, Unload, Infiltrate, Demolish, Damage, Heal UncloakOn: Attack, Unload, Infiltrate, Demolish, Damage, Heal
PauseOnCondition: cloak-force-disabled PauseOnCondition: cloak-force-disabled
RequiresCondition: !triggered
FireWarheadsOnDeath@Selfkill:
Weapon: PlasmaSaboteur
EmptyWeapon: PlasmaSaboteur
RequiresCondition: kamikadze
GrantConditionOnDeploy:
DeployCursor: c4
DeployedCondition: triggered
PauseOnCondition: triggered
GrantConditionOnDamageState@UNCLOAK: GrantConditionOnDamageState@UNCLOAK:
Condition: cloak-force-disabled Condition: cloak-force-disabled
ValidDamageStates: Critical ValidDamageStates: Critical
KillsSelf@SuicideKillCount:
Delay: 45
RequiresCondition: triggered
GrantsCondition: kamikadze
TakeCover:
RequiresCondition: triggered
Voiced: Voiced:
VoiceSet: SaboteurVoice VoiceSet: SaboteurVoice
RevealsShroud:
Range: 4c768
Crushable:
WarnProbability: 95
WithInfantryBody:
RequiresCondition: !triggered
WithIdleOverlay:
Sequence: active
RequiresCondition: triggered
WithIdleOverlay@prone:
StartSequence: standup
Sequence: prone-stand
RequiresCondition: triggered
-AttackFrontal: -AttackFrontal:
nsfremen: nsfremen:

View File

@@ -242,7 +242,7 @@ upgrade.barracks:
Prerequisites: barracks Prerequisites: barracks
Queue: Upgrade Queue: Upgrade
BuildLimit: 1 BuildLimit: 1
BuildDuration: 208 BuildDuration: 260
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-upgrade-barracks.description Description: actor-upgrade-barracks.description
Valued: Valued:
@@ -266,7 +266,7 @@ upgrade.light:
Prerequisites: light_factory Prerequisites: light_factory
Queue: Upgrade Queue: Upgrade
BuildLimit: 1 BuildLimit: 1
BuildDuration: 268 BuildDuration: 330
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-upgrade-light.description Description: actor-upgrade-light.description
Valued: Valued:
@@ -290,7 +290,7 @@ upgrade.heavy:
Prerequisites: heavy_factory Prerequisites: heavy_factory
Queue: Upgrade Queue: Upgrade
BuildLimit: 1 BuildLimit: 1
BuildDuration: 468 BuildDuration: 600
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-upgrade-heavy.description Description: actor-upgrade-heavy.description
Valued: Valued:

View File

@@ -97,7 +97,7 @@ construction_yard:
ProductionBar: ProductionBar:
ProductionType: Building ProductionType: Building
Power: Power:
Amount: 20 Amount: 50
RenderSprites: RenderSprites:
Image: conyard.ordos Image: conyard.ordos
FactionImages: FactionImages:
@@ -139,7 +139,7 @@ wind_trap:
Category: Buildings Category: Buildings
Order: 20 Order: 20
Health: Health:
HP: 30000 HP: 28000
HitShape: HitShape:
Type: Rectangle Type: Rectangle
TopLeft: -1024, -1024 TopLeft: -1024, -1024
@@ -174,13 +174,13 @@ barracks:
Prerequisites: wind_trap Prerequisites: wind_trap
Queue: Building Queue: Building
BuildPaletteOrder: 220 BuildPaletteOrder: 220
BuildDuration: 268 BuildDuration: 290
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-barracks.description Description: actor-barracks.description
Selectable: Selectable:
Bounds: 2048, 2048 Bounds: 2048, 2048
Valued: Valued:
Cost: 225 Cost: 300
Tooltip: Tooltip:
Name: actor-barracks.name Name: actor-barracks.name
D2kBuilding: D2kBuilding:
@@ -227,7 +227,7 @@ barracks:
Prerequisite: barracks.harkonnen Prerequisite: barracks.harkonnen
Factions: harkonnen Factions: harkonnen
Power: Power:
Amount: -30 Amount: -50
RenderSprites: RenderSprites:
Image: barracks.ordos Image: barracks.ordos
FactionImages: FactionImages:
@@ -276,7 +276,7 @@ refinery:
TopLeft: -1536, 0 TopLeft: -1536, 0
BottomRight: 512, 1024 BottomRight: 512, 1024
Armor: Armor:
Type: heavy Type: building
RevealsShroud: RevealsShroud:
Range: 3c768 Range: 3c768
Refinery: Refinery:
@@ -382,13 +382,13 @@ light_factory:
Prerequisites: refinery Prerequisites: refinery
Queue: Building Queue: Building
BuildPaletteOrder: 230 BuildPaletteOrder: 230
BuildDuration: 321 BuildDuration: 390
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-light-factory.description Description: actor-light-factory.description
Selectable: Selectable:
Bounds: 3072, 2048 Bounds: 3072, 2048
Valued: Valued:
Cost: 500 Cost: 600
Tooltip: Tooltip:
Name: actor-light-factory.name Name: actor-light-factory.name
D2kBuilding: D2kBuilding:
@@ -455,7 +455,7 @@ light_factory:
Factions: ordos, smuggler, mercenary Factions: ordos, smuggler, mercenary
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
Power: Power:
Amount: -125 Amount: -100
GrantConditionOnPrerequisite@UPGRADEABLE: GrantConditionOnPrerequisite@UPGRADEABLE:
Prerequisites: upgrade.light Prerequisites: upgrade.light
@@ -473,7 +473,7 @@ heavy_factory:
Selectable: Selectable:
Bounds: 3072, 3072 Bounds: 3072, 3072
Valued: Valued:
Cost: 1000 Cost: 1200
Tooltip: Tooltip:
Name: actor-heavy-factory.name Name: actor-heavy-factory.name
D2kBuilding: D2kBuilding:
@@ -588,7 +588,14 @@ outpost:
Armor: Armor:
Type: building Type: building
RevealsShroud: RevealsShroud:
Range: 5c768 Range: 11c0
RequiresCondition: !disabled
RevealsShroud@lowpower:
Range: 4c0
RequiresCondition: disabled
DetectCloaked:
Range: 6c0
RequiresCondition: !disabled
ProvidesRadar: ProvidesRadar:
RequiresCondition: !disabled RequiresCondition: !disabled
RenderSprites: RenderSprites:
@@ -606,7 +613,7 @@ outpost:
GrantConditionOnDamageState@STOPDISH: GrantConditionOnDamageState@STOPDISH:
Condition: severe-damaged Condition: severe-damaged
Power: Power:
Amount: -125 Amount: -75
ProvidesPrerequisite@buildingname: ProvidesPrerequisite@buildingname:
starport: starport:
@@ -713,7 +720,7 @@ wall:
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-wall.description Description: actor-wall.description
Valued: Valued:
Cost: 20 Cost: 100
CustomSellValue: CustomSellValue:
Value: 0 Value: 0
Tooltip: Tooltip:
@@ -777,7 +784,7 @@ medium_gun_turret:
Queue: Building Queue: Building
Prerequisites: barracks Prerequisites: barracks
BuildPaletteOrder: 510 BuildPaletteOrder: 510
BuildDuration: 268 BuildDuration: 310
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-medium-gun-turret.description Description: actor-medium-gun-turret.description
Valued: Valued:
@@ -790,15 +797,15 @@ medium_gun_turret:
Bounds: 1024, 1024 Bounds: 1024, 1024
DecorationBounds: 1024, 1280, 0, -256 DecorationBounds: 1024, 1280, 0, -256
Health: Health:
HP: 27000 HP: 24000
Encyclopedia: Encyclopedia:
Description: actor-medium-gun-turret.encyclopedia Description: actor-medium-gun-turret.encyclopedia
Category: Buildings Category: Buildings
Order: 100 Order: 100
Armor: Armor:
Type: heavy Type: wall
RevealsShroud: RevealsShroud:
Range: 4c768 Range: 5c0
BodyOrientation: BodyOrientation:
QuantizedFacings: 32 QuantizedFacings: 32
WithMuzzleOverlay: WithMuzzleOverlay:
@@ -825,7 +832,7 @@ large_gun_turret:
Queue: Building Queue: Building
Prerequisites: outpost, upgrade.conyard, ~techlevel.medium Prerequisites: outpost, upgrade.conyard, ~techlevel.medium
BuildPaletteOrder: 610 BuildPaletteOrder: 610
BuildDuration: 312 BuildDuration: 380
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-large-gun-turret.description Description: actor-large-gun-turret.description
Valued: Valued:
@@ -842,11 +849,11 @@ large_gun_turret:
Bounds: 1024, 1024 Bounds: 1024, 1024
DecorationBounds: 1024, 1280, 0, -256 DecorationBounds: 1024, 1280, 0, -256
Health: Health:
HP: 30000 HP: 27000
Armor: Armor:
Type: heavy Type: wall
RevealsShroud: RevealsShroud:
Range: 5c768 Range: 6c0
BodyOrientation: BodyOrientation:
QuantizedFacings: 32 QuantizedFacings: 32
Armament: Armament:
@@ -858,8 +865,6 @@ large_gun_turret:
RealignDelay: -1 RealignDelay: -1
Power: Power:
Amount: -60 Amount: -60
RevealOnDeath:
Radius: 5c768
Replacement: Replacement:
ReplaceableTypes: Tower ReplaceableTypes: Tower
@@ -867,7 +872,7 @@ repair_pad:
Inherits: ^Building Inherits: ^Building
Buildable: Buildable:
Queue: Building Queue: Building
Prerequisites: heavy_factory, upgrade.heavy, ~techlevel.medium Prerequisites: heavy_factory, ~techlevel.medium
BuildPaletteOrder: 430 BuildPaletteOrder: 430
BuildDuration: 375 BuildDuration: 375
BuildDurationModifier: 100 BuildDurationModifier: 100
@@ -1165,12 +1170,12 @@ palace:
MissileImage: deathhand MissileImage: deathhand
MissileDelay: 18 MissileDelay: 18
SpawnOffset: 32,816,0 SpawnOffset: 32,816,0
DetonationAltitude: 3c0 DetonationAltitude: 6c0
RemoveMissileOnDetonation: False RemoveMissileOnDetonation: True
DisplayBeacon: True DisplayBeacon: True
DisplayRadarPing: True DisplayRadarPing: True
CameraRange: 10c0 CameraRange: 10c0
CameraRemoveDelay: 60 CameraRemoveDelay: 90
ArrowSequence: arrow ArrowSequence: arrow
CircleSequence: circles CircleSequence: circles
FlightVelocity: 384 FlightVelocity: 384
@@ -1185,7 +1190,7 @@ palace:
PauseOnCondition: disabled PauseOnCondition: disabled
RequiresCondition: atreides RequiresCondition: atreides
Prerequisites: ~techlevel.superweapons, ~palace.fremen Prerequisites: ~techlevel.superweapons, ~palace.fremen
Actors: fremen, fremen Actors: fremen, fremen, fremen, fremen, fremen
Type: Fremen Type: Fremen
ChargeInterval: 2250 ChargeInterval: 2250
EndChargeTextNotification: notification-fremen-ready EndChargeTextNotification: notification-fremen-ready

View File

@@ -2,7 +2,7 @@ mcv:
Inherits: ^Tank Inherits: ^Tank
Inherits@selection: ^SelectableSupportUnit Inherits@selection: ^SelectableSupportUnit
Buildable: Buildable:
Prerequisites: repair_pad, upgrade.heavy, ~techlevel.medium Prerequisites: repair_pad, ~techlevel.medium
Queue: Armor Queue: Armor
BuildPaletteOrder: 110 BuildPaletteOrder: 110
BuildDuration: 750 BuildDuration: 750
@@ -50,7 +50,6 @@ mcv:
Step: 50 Step: 50
Delay: 3 Delay: 3
StartIfBelow: 50 StartIfBelow: 50
-RevealOnFire:
harvester: harvester:
Inherits: ^Tank Inherits: ^Tank
@@ -109,7 +108,6 @@ harvester:
Step: 50 Step: 50
Delay: 3 Delay: 3
StartIfBelow: 50 StartIfBelow: 50
-RevealOnFire:
WithStoresResourcesPipsDecoration: WithStoresResourcesPipsDecoration:
Position: BottomLeft Position: BottomLeft
Margin: 1, 4 Margin: 1, 4
@@ -158,7 +156,7 @@ trike:
TurnSpeed: 40 TurnSpeed: 40
Speed: 128 Speed: 128
RevealsShroud: RevealsShroud:
Range: 4c768 Range: 5c512
WithMuzzleOverlay: WithMuzzleOverlay:
Armament: Armament:
Weapon: HMG Weapon: HMG
@@ -223,17 +221,17 @@ siege_tank:
Queue: Armor Queue: Armor
Prerequisites: upgrade.heavy, ~techlevel.medium Prerequisites: upgrade.heavy, ~techlevel.medium
BuildPaletteOrder: 50 BuildPaletteOrder: 50
BuildDuration: 375 BuildDuration: 475
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-siege-tank.description Description: actor-siege-tank.description
Valued: Valued:
Cost: 700 Cost: 800
Tooltip: Tooltip:
Name: actor-siege-tank.name Name: actor-siege-tank.name
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
AddToArmyValue: true AddToArmyValue: true
Health: Health:
HP: 12000 HP: 11500
Armor: Armor:
Type: light Type: light
Encyclopedia: Encyclopedia:
@@ -241,7 +239,7 @@ siege_tank:
Order: 170 Order: 170
Category: Units Category: Units
Mobile: Mobile:
Speed: 43 Speed: 40
TurnSpeed: 12 TurnSpeed: 12
RevealsShroud: RevealsShroud:
Range: 6c768 Range: 6c768
@@ -256,11 +254,13 @@ siege_tank:
MuzzleSequence: muzzle MuzzleSequence: muzzle
AttackFrontal: AttackFrontal:
FacingTolerance: 0 FacingTolerance: 0
ForceFireIgnoresActors: True
TargetFrozenActors: True
WithMuzzleOverlay: WithMuzzleOverlay:
WithSpriteTurret: WithSpriteTurret:
FireWarheadsOnDeath: FireWarheadsOnDeath:
Weapon: UnitExplodeMed Weapon: SiegeExplode
EmptyWeapon: UnitExplodeMed EmptyWeapon: SiegeExplode
AutoTarget: AutoTarget:
InitialStanceAI: Defend InitialStanceAI: Defend
Selectable: Selectable:
@@ -271,6 +271,10 @@ siege_tank:
EffectiveOwnerFromOwner: true EffectiveOwnerFromOwner: true
AttractsWorms: AttractsWorms:
Intensity: 600 Intensity: 600
FireProjectilesOnDeath:
Weapons: Debris3, Debris
Pieces: 0,2
Range: 2c0, 3c0
missile_tank: missile_tank:
Inherits: ^Tank Inherits: ^Tank
@@ -290,7 +294,7 @@ missile_tank:
Valued: Valued:
Cost: 900 Cost: 900
Mobile: Mobile:
Speed: 64 Speed: 60
TurnSpeed: 20 TurnSpeed: 20
Health: Health:
HP: 13000 HP: 13000
@@ -307,6 +311,8 @@ missile_tank:
LocalOffset: -128,128,171, -128,-128,171 LocalOffset: -128,128,171, -128,-128,171
AttackFrontal: AttackFrontal:
FacingTolerance: 0 FacingTolerance: 0
ForceFireIgnoresActors: True
TargetFrozenActors: True
AutoTarget: AutoTarget:
InitialStanceAI: Defend InitialStanceAI: Defend
FireWarheadsOnDeath: FireWarheadsOnDeath:
@@ -337,11 +343,11 @@ sonic_tank:
Queue: Armor Queue: Armor
BuildPaletteOrder: 100 BuildPaletteOrder: 100
Prerequisites: ~heavy.atreides, research_centre, ~techlevel.high Prerequisites: ~heavy.atreides, research_centre, ~techlevel.high
BuildDuration: 562 BuildDuration: 600
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-sonic-tank.description Description: actor-sonic-tank.description
Valued: Valued:
Cost: 1000 Cost: 1100
Tooltip: Tooltip:
Name: actor-sonic-tank.name Name: actor-sonic-tank.name
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
@@ -386,7 +392,7 @@ devastator:
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-devastator.description Description: actor-devastator.description
Valued: Valued:
Cost: 1050 Cost: 1200
Tooltip: Tooltip:
Name: actor-devastator.name Name: actor-devastator.name
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
@@ -400,11 +406,11 @@ devastator:
Speed: 31 Speed: 31
Locomotor: devastator Locomotor: devastator
RequiresCondition: !overload RequiresCondition: !overload
PauseOnCondition: notmobile PauseOnCondition: notmobile || being-demolished
AutoCarryable: AutoCarryable:
RequiresCondition: !overload RequiresCondition: !overload
RevealsShroud: RevealsShroud:
Range: 4c768 Range: 5c512
Armament: Armament:
Weapon: DevBullet Weapon: DevBullet
LocalOffset: 640,0,32 LocalOffset: 640,0,32
@@ -425,6 +431,7 @@ devastator:
Actor: devastator.husk Actor: devastator.husk
OwnerType: InternalName OwnerType: InternalName
EffectiveOwnerFromOwner: true EffectiveOwnerFromOwner: true
RequiresCondition: !meltdown
FireWarheadsOnDeath@OVERLOAD: FireWarheadsOnDeath@OVERLOAD:
Weapon: PlasmaExplosion Weapon: PlasmaExplosion
EmptyWeapon: PlasmaExplosion EmptyWeapon: PlasmaExplosion
@@ -432,6 +439,7 @@ devastator:
GrantConditionOnDeploy@REACTOR: GrantConditionOnDeploy@REACTOR:
DeployedCondition: overload DeployedCondition: overload
PauseOnCondition: overload PauseOnCondition: overload
RequiresCondition: !unit-captured
WithIdleOverlay@OVERLOAD: WithIdleOverlay@OVERLOAD:
Sequence: active Sequence: active
RequiresCondition: overload RequiresCondition: overload
@@ -439,7 +447,7 @@ devastator:
Sequence: active-2 Sequence: active-2
RequiresCondition: overload RequiresCondition: overload
KillsSelf@MELTDOWN: KillsSelf@MELTDOWN:
Delay: 240 Delay: 150
RequiresCondition: overload RequiresCondition: overload
GrantsCondition: meltdown GrantsCondition: meltdown
AmbientSound@onMeltDown: AmbientSound@onMeltDown:
@@ -449,11 +457,20 @@ devastator:
AttractsWorms: AttractsWorms:
Intensity: 700 Intensity: 700
ChangesHealth: ChangesHealth:
Step: 50 Step: 40
Delay: 3 Delay: 3
StartIfBelow: 50 StartIfBelow: 50
Selectable: Selectable:
DecorationBounds: 1408, 1216, 0, 0 DecorationBounds: 1408, 1216, 0, 0
FireProjectilesOnDeath@OnMeldown:
Weapons: Debris2, Debris3, Debris4
Pieces: 7, 15
Range: 3c512, 6c0
RequiresCondition: meltdown
FireProjectilesOnDeath@standart:
Weapons: Debris, ExplosiveDebris
Pieces: 1, 2
RequiresCondition: !meltdown
raider: raider:
Inherits: ^Vehicle Inherits: ^Vehicle
@@ -463,11 +480,11 @@ raider:
Queue: Vehicle Queue: Vehicle
BuildPaletteOrder: 10 BuildPaletteOrder: 10
Prerequisites: ~light.raider Prerequisites: ~light.raider
BuildDuration: 225 BuildDuration: 255
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-raider.description Description: actor-raider.description
Valued: Valued:
Cost: 350 Cost: 330
Tooltip: Tooltip:
Name: actor-raider.name Name: actor-raider.name
Encyclopedia: Encyclopedia:
@@ -477,16 +494,16 @@ raider:
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
AddToArmyValue: true AddToArmyValue: true
Health: Health:
HP: 10000 HP: 9200
Armor: Armor:
Type: wood Type: wood
Mobile: Mobile:
TurnSpeed: 40 TurnSpeed: 40
Speed: 149 Speed: 140
RevealsShroud: RevealsShroud:
Range: 4c768 Range: 4c768
WithMuzzleOverlay: WithMuzzleOverlay:
Armament@damage: Armament:
Weapon: HMGo Weapon: HMGo
MuzzleSequence: muzzle MuzzleSequence: muzzle
LocalOffset: 100,0,0 LocalOffset: 100,0,0
@@ -503,7 +520,7 @@ stealth_raider:
Buildable: Buildable:
Prerequisites: ~light.ordos, upgrade.light, high_tech_factory, ~techlevel.medium Prerequisites: ~light.ordos, upgrade.light, high_tech_factory, ~techlevel.medium
BuildPaletteOrder: 30 BuildPaletteOrder: 30
BuildDuration: 225 BuildDuration: 275
BuildDurationModifier: 100 BuildDurationModifier: 100
Description: actor-stealth-raider.description Description: actor-stealth-raider.description
Valued: Valued:
@@ -520,6 +537,8 @@ stealth_raider:
GrantConditionOnDamageState@UNCLOAK: GrantConditionOnDamageState@UNCLOAK:
Condition: cloak-force-disabled Condition: cloak-force-disabled
ValidDamageStates: Critical ValidDamageStates: Critical
Health:
HP: 10000
Encyclopedia: Encyclopedia:
Description: actor-stealth-raider.encyclopedia Description: actor-stealth-raider.encyclopedia
Order: 120 Order: 120
@@ -550,7 +569,7 @@ deviator:
TurnSpeed: 12 TurnSpeed: 12
Speed: 53 Speed: 53
Health: Health:
HP: 11000 HP: 12500
Armor: Armor:
Type: wood Type: wood
Encyclopedia: Encyclopedia:
@@ -558,7 +577,7 @@ deviator:
Order: 210 Order: 210
Category: Units Category: Units
RevealsShroud: RevealsShroud:
Range: 4c768 Range: 6c0
Armament: Armament:
Weapon: DeviatorMissile Weapon: DeviatorMissile
LocalOffset: -299,0,85 LocalOffset: -299,0,85
@@ -571,7 +590,7 @@ deviator:
EmptyWeapon: UnitExplodeLarge EmptyWeapon: UnitExplodeLarge
SpawnActorOnDeath: SpawnActorOnDeath:
Actor: deviator.husk Actor: deviator.husk
OwnerType: InternalName OwnerType: Victim
EffectiveOwnerFromOwner: true EffectiveOwnerFromOwner: true
AttractsWorms: AttractsWorms:
Intensity: 600 Intensity: 600
@@ -591,7 +610,7 @@ deviator:
UpdatesPlayerStatistics: UpdatesPlayerStatistics:
AddToArmyValue: true AddToArmyValue: true
Health: Health:
HP: 21000 HP: 22000
Armor: Armor:
Type: heavy Type: heavy
Mobile: Mobile:
@@ -656,7 +675,7 @@ combat_tank_h:
Mobile: Mobile:
Speed: 64 Speed: 64
Health: Health:
HP: 27000 HP: 28500
SpawnActorOnDeath: SpawnActorOnDeath:
Actor: combat_tank_h.husk Actor: combat_tank_h.husk
@@ -677,6 +696,6 @@ combat_tank_o:
Mobile: Mobile:
Speed: 85 Speed: 85
Health: Health:
HP: 18000 HP: 19000
SpawnActorOnDeath: SpawnActorOnDeath:
Actor: combat_tank_o.husk Actor: combat_tank_o.husk

View File

@@ -179,12 +179,18 @@ World:
ClassName: options-starting-units.mcv-only ClassName: options-starting-units.mcv-only
BaseActor: mcv BaseActor: mcv
Factions: atreides, ordos, harkonnen Factions: atreides, ordos, harkonnen
StartingUnits@Carryall:
Class: carryall
ClassName: options-starting-units.carryall
BaseActor: mcv
SupportActors: carryall
Factions: atreides, ordos, harkonnen
StartingUnits@lightatreides: StartingUnits@lightatreides:
Class: light Class: light
ClassName: options-starting-units.light-support ClassName: options-starting-units.light-support
Factions: atreides Factions: atreides
BaseActor: mcv BaseActor: mcv
SupportActors: light_inf, light_inf, light_inf, trooper, grenadier, trike, quad SupportActors: light_inf, light_inf, light_inf, trooper, grenadier, trike, quad, carryall
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
StartingUnits@lightharkonnen: StartingUnits@lightharkonnen:
@@ -192,7 +198,7 @@ World:
ClassName: options-starting-units.light-support ClassName: options-starting-units.light-support
Factions: harkonnen Factions: harkonnen
BaseActor: mcv BaseActor: mcv
SupportActors: light_inf, light_inf, light_inf, trooper, trooper, trike, quad SupportActors: light_inf, light_inf, light_inf, trooper, trooper, trike, quad, carryall
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
StartingUnits@lightordos: StartingUnits@lightordos:
@@ -200,7 +206,7 @@ World:
ClassName: options-starting-units.light-support ClassName: options-starting-units.light-support
Factions: ordos Factions: ordos
BaseActor: mcv BaseActor: mcv
SupportActors: light_inf, light_inf, light_inf, trooper, engineer, raider, quad SupportActors: light_inf, light_inf, light_inf, trooper, engineer, raider, quad, carryall
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
StartingUnits@heavyatreides: StartingUnits@heavyatreides:
@@ -208,7 +214,7 @@ World:
ClassName: options-starting-units.heavy-support ClassName: options-starting-units.heavy-support
Factions: atreides Factions: atreides
BaseActor: mcv BaseActor: mcv
SupportActors: light_inf, light_inf, light_inf, trooper, grenadier, trike, combat_tank_a, missile_tank SupportActors: light_inf, light_inf, light_inf, trooper, grenadier, trike, combat_tank_a, missile_tank, carryall
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
StartingUnits@heavyharkonnen: StartingUnits@heavyharkonnen:
@@ -216,7 +222,7 @@ World:
ClassName: options-starting-units.heavy-support ClassName: options-starting-units.heavy-support
Factions: harkonnen Factions: harkonnen
BaseActor: mcv BaseActor: mcv
SupportActors: light_inf, light_inf, light_inf, trooper, engineer, quad, combat_tank_h, siege_tank SupportActors: light_inf, light_inf, light_inf, trooper, engineer, quad, combat_tank_h, siege_tank, carryall
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
StartingUnits@heavyordos: StartingUnits@heavyordos:
@@ -224,7 +230,7 @@ World:
ClassName: options-starting-units.heavy-support ClassName: options-starting-units.heavy-support
Factions: ordos Factions: ordos
BaseActor: mcv BaseActor: mcv
SupportActors: light_inf, light_inf, light_inf, trooper, engineer, raider, combat_tank_o, missile_tank SupportActors: light_inf, light_inf, light_inf, trooper, engineer, raider, combat_tank_o, missile_tank, carryall
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
SpawnStartingUnits: SpawnStartingUnits:
@@ -239,6 +245,9 @@ World:
ScriptTriggers: ScriptTriggers:
CellTriggerOverlay: CellTriggerOverlay:
StartGameNotification: StartGameNotification:
FlashPostProcessEffect:
Type: flash
Color: E2DD8F4D
TimeLimitManager: TimeLimitManager:
TimeLimitDisplayOrder: 2 TimeLimitDisplayOrder: 2
ColorPickerManager: ColorPickerManager:

View File

@@ -472,6 +472,12 @@ saboteur:
Facings: -8 Facings: -8
Transpose: true Transpose: true
Tick: 120 Tick: 120
active:
Filename: DATA.R16
Start: 3839
Length: 14
Tick: 80
BlendMode: Additive
die1: die1:
Filename: DATA.R16 Filename: DATA.R16
Frames: 2325, 2332, 2339, 2346, 2353, 2360, 2367, 2374, 2381, 2383, 2385, 2387 Frames: 2325, 2332, 2339, 2346, 2353, 2360, 2367, 2374, 2381, 2383, 2385, 2387

View File

@@ -12,7 +12,7 @@ Debris:
BounceRangeModifier: 20 BounceRangeModifier: 20
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1500 Damage: 1500
Spread: 1c0 Spread: 0c756
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 20 none: 20
@@ -25,7 +25,7 @@ Debris:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 50 harvester: 50
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath DamageTypes: TriggerProne, SmallExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater SmudgeType: SandCrater
@@ -44,7 +44,7 @@ Debris2:
TrailInterval: 1 TrailInterval: 1
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 2500 Damage: 2500
Spread: 2c0 Spread: 1c0
Versus: Versus:
none: 90 none: 90
wall: 5 wall: 5
@@ -56,7 +56,7 @@ Debris2:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 25
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath DamageTypes: TriggerProne, ExplosionDeath
Warhead@3Eff: CreateEffect Warhead@3Eff: CreateEffect
Explosions: small_napalm Explosions: small_napalm
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
@@ -69,6 +69,7 @@ Debris3:
TrailImage: small_trail2 TrailImage: small_trail2
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1500 Damage: 1500
Spread: 1c512
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
Damage: 1350 Damage: 1350
@@ -77,6 +78,8 @@ Debris4:
Projectile: Bullet Projectile: Bullet
Image: shrapnel4 Image: shrapnel4
TrailImage: large_trail TrailImage: large_trail
Warhead@1Dam: SpreadDamage
Spread: 2c0
DebrisMissile: DebrisMissile:
Inherits: ^Missile Inherits: ^Missile

View File

@@ -1,6 +1,6 @@
^Cannon: ^Cannon:
ReloadDelay: 50 ReloadDelay: 50
Range: 4c0 Range: 4c624
Report: MEDTANK1.WAV Report: MEDTANK1.WAV
Projectile: Bullet Projectile: Bullet
Speed: 562 Speed: 562
@@ -8,7 +8,7 @@
InaccuracyType: PerCellIncrement InaccuracyType: PerCellIncrement
Image: 120mm Image: 120mm
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 2700 Damage: 2800
Spread: 1c0 Spread: 1c0
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
@@ -20,7 +20,7 @@
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 50 harvester: 50
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath DamageTypes: Prone80Percent, TriggerProne, SmallExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater SmudgeType: SandCrater, RockCrater
@@ -34,18 +34,24 @@
110mm_Gun: 110mm_Gun:
Inherits: ^Cannon Inherits: ^Cannon
ReloadDelay: 35 ReloadDelay: 35
Range: 5c0 Range: 6c0
Report: TURRET1.WAV Report: TURRET1.WAV
Projectile: Bullet Projectile: Bullet
Speed: 875 Speed: 800
Blockable: false Blockable: false
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 2900 Damage: 2900
Versus:
none: 65
wood: 80
heavy: 30
harvester: 50
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
Damage: 2900 Damage: 2900
80mm_A: 80mm_A:
Inherits: ^Cannon Inherits: ^Cannon
Range: 5c112
80mm_H: 80mm_H:
Inherits: ^Cannon Inherits: ^Cannon
@@ -53,7 +59,7 @@
80mm_O: 80mm_O:
Inherits: ^Cannon Inherits: ^Cannon
ReloadDelay: 45 ReloadDelay: 44
DevBullet: DevBullet:
Inherits: ^Cannon Inherits: ^Cannon
@@ -64,7 +70,7 @@ DevBullet:
Image: doubleblastbullet Image: doubleblastbullet
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 6500 Damage: 6500
Spread: 1c0 Spread: 1c225
Versus: Versus:
none: 65 none: 65
wall: 100 wall: 100
@@ -82,8 +88,8 @@ DevBullet:
155mm: 155mm:
Inherits: ^Cannon Inherits: ^Cannon
ReloadDelay: 80 ReloadDelay: 105
Range: 5c512 Range: 6c900
Report: MORTAR1.WAV Report: MORTAR1.WAV
Projectile: Bullet Projectile: Bullet
Speed: 192 Speed: 192
@@ -94,10 +100,10 @@ DevBullet:
Image: 155mm Image: 155mm
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 4500 Damage: 4500
Spread: 2c0 Spread: 1c800
Versus: Versus:
none: 125 none: 100
wall: 100 wall: 70
building: 100 building: 100
wood: 70 wood: 70
light: 30 light: 30
@@ -105,11 +111,7 @@ DevBullet:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 25
DamageTypes: Prone50Percent, ExplosionDeath DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath
Warhead@proneeffect: TargetDamage
DamageTypes: TriggerProne
Damage: 1
Spread: 1c512
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
Damage: 5625 Damage: 5625
Warhead@3Eff: CreateEffect Warhead@3Eff: CreateEffect

View File

@@ -1,30 +1,30 @@
^Rocket: ^Rocket:
ReloadDelay: 40 ReloadDelay: 40
Range: 3c0 Range: 3c870
Report: ROCKET1.WAV Report: ROCKET1.WAV
Projectile: Bullet Projectile: Bullet
Blockable: false Blockable: false
Speed: 281 Speed: 281
Inaccuracy: 140 Inaccuracy: 130
InaccuracyType: PerCellIncrement InaccuracyType: PerCellIncrement
Image: RPG Image: RPG
TrailImage: bazooka_trail2 TrailImage: bazooka_trail2
TrailInterval: 1 TrailInterval: 1
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 3000 Damage: 3000
Spread: 1c0 Spread: 870
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 15 none: 10
wall: 75 wall: 75
building: 40 building: 40
wood: 45 wood: 55
light: 70 light: 70
heavy: 100 heavy: 100
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 50 harvester: 60
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath DamageTypes: Prone80Percent, TriggerProne, SmallExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater SmudgeType: SandCrater, RockCrater
@@ -39,14 +39,14 @@
^Missile: ^Missile:
Inherits: ^Rocket Inherits: ^Rocket
ReloadDelay: 60 ReloadDelay: 60
Range: 5c512 Range: 7c0
MinRange: 0c512 MinRange: 0c512
Projectile: Missile Projectile: Missile
Shadow: true Shadow: true
InaccuracyType: Maximum InaccuracyType: Maximum
Inaccuracy: 250 Inaccuracy: 250
HorizontalRateOfTurn: 22 HorizontalRateOfTurn: 22
RangeLimit: 7c614 RangeLimit: 10c0
CruiseAltitude: 1c0 CruiseAltitude: 1c0
MinimumLaunchAngle: 64 MinimumLaunchAngle: 64
VerticalRateOfTurn: 40 VerticalRateOfTurn: 40
@@ -57,16 +57,16 @@
Damage: 4800 Damage: 4800
Spread: 1c0 Spread: 1c0
Versus: Versus:
none: 15 none: 10
wall: 75 wall: 75
building: 60 building: 60
wood: 65 wood: 60
light: 90 light: 80
heavy: 100 heavy: 100
invulnerable: 0 invulnerable: 0
cy: 30 cy: 30
harvester: 50 harvester: 50
DamageTypes: Prone50Percent, SmallExplosionDeath DamageTypes: Prone80Percent, SmallExplosionDeath
Warhead@proneeffect: TargetDamage Warhead@proneeffect: TargetDamage
Damage: 1 Damage: 1
Spread: 600 Spread: 600
@@ -82,22 +82,25 @@ Bazooka:
Rocket: Rocket:
Inherits: ^Rocket Inherits: ^Rocket
ReloadDelay: 30 ReloadDelay: 50
Range: 3c512 Burst: 2
BurstDelays: 10
Range: 4c112
Projectile: Bullet Projectile: Bullet
Speed: 352 Speed: 352
Inaccuracy: 140
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 2500 Damage: 2500
Versus: Versus:
none: 25 none: 25
wall: 100 wall: 70
building: 50 building: 50
wood: 65 wood: 65
light: 100 light: 100
heavy: 50 heavy: 50
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 50 harvester: 55
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
Damage: 625 Damage: 625
Warhead@3Eff: CreateEffect Warhead@3Eff: CreateEffect
@@ -111,17 +114,18 @@ TowerMissile:
ValidTargets: Ground, Air ValidTargets: Ground, Air
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
ValidTargets: Ground, Air ValidTargets: Ground, Air
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath
mtank_pri: mtank_pri:
Inherits: ^Missile Inherits: ^Missile
ReloadDelay: 115 ReloadDelay: 115
Burst: 2 Burst: 2
BurstDelays: 115 BurstDelays: 115
Range: 6c0 Range: 7c900
MinRange: 1c0
ValidTargets: Ground, Air ValidTargets: Ground, Air
Projectile: Missile Projectile: Missile
RangeLimit: 7c204 RangeLimit: 11c0
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 6000 Damage: 6000
ValidTargets: Ground, Air ValidTargets: Ground, Air
@@ -131,7 +135,7 @@ mtank_pri:
DeviatorMissile: DeviatorMissile:
Inherits: ^Missile Inherits: ^Missile
ReloadDelay: 160 ReloadDelay: 160
Range: 5c0 Range: 6c0
Report: MISSLE1.WAV Report: MISSLE1.WAV
Projectile: Missile Projectile: Missile
RangeLimit: 6c0 RangeLimit: 6c0
@@ -141,7 +145,7 @@ DeviatorMissile:
TrailPalette: player TrailPalette: player
TrailUsePlayerPalette: true TrailUsePlayerPalette: true
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1000 Damage: 2000
Spread: 480 Spread: 480
Versus: Versus:
none: 100 none: 100
@@ -161,8 +165,11 @@ DeviatorMissile:
-ImpactSounds: -ImpactSounds:
Warhead@5OwnerChange: ChangeOwner Warhead@5OwnerChange: ChangeOwner
Range: 512 Range: 512
Duration: 375 Duration: 405
InvalidTargets: Infantry, Structure InvalidTargets: Infantry, Structure
ValidRelationships: Enemy, Neutral ValidRelationships: Enemy, Neutral
Warhead@Trigger: GrantExternalCondition
Condition: unit-captured
Duration: 405
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
Damage: 1000 Damage: 1000

View File

@@ -1,6 +1,6 @@
Sound: Sound:
ReloadDelay: 90 ReloadDelay: 90
Range: 5c0 Range: 6c0
Report: SONIC1.WAV Report: SONIC1.WAV
Projectile: SonicBlast Projectile: SonicBlast
Speed: 0c128 Speed: 0c128
@@ -8,8 +8,8 @@ Sound:
InaccuracyType: PerCellIncrement InaccuracyType: PerCellIncrement
DamageInterval: 1 DamageInterval: 1
Falloff: 0, 0, 100, 0 Falloff: 0, 0, 100, 0
Range: 0, 0c512, 4c0, 6c0 Range: 0, 0c756, 6c0, 6c100
MinDistance: 5c0 MinDistance: 6c0
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Falloff: 100, 0 Falloff: 100, 0
Spread: 1c756 Spread: 1c756
@@ -39,9 +39,9 @@ WormJaw:
OrniBomb: OrniBomb:
ReloadDelay: 25 ReloadDelay: 25
Burst: 5 Burst: 7
BurstDelays: 6 BurstDelays: 6
Range: 3c0 Range: 3c512 #3c0 in original, reduce when bombers can do multiple passes
Report: ORNIBOMB.WAV Report: ORNIBOMB.WAV
Projectile: GravityBomb Projectile: GravityBomb
Image: BOMBS Image: BOMBS
@@ -49,20 +49,20 @@ OrniBomb:
Acceleration: 0, 0, 0 Acceleration: 0, 0, 0
Shadow: true Shadow: true
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 7500 #400 in original, reduce when bombers can do multiple passes Damage: 10000
Spread: 2c0 Spread: 2c0
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 90 none: 90
wall: 50 wall: 120
building: 75 building: 75
wood: 60 wood: 60
light: 60 light: 60
heavy: 60 heavy: 100
invulnerable: 0 invulnerable: 0
cy: 25 cy: 25
harvester: 60 harvester: 60
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath DamageTypes: Prone80Percent, TriggerProne, SmallExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater SmudgeType: SandCrater, RockCrater
@@ -88,13 +88,16 @@ Demolish:
Explosions: building Explosions: building
ImpactSounds: EXPLLG2.WAV ImpactSounds: EXPLLG2.WAV
ImpactActors: false ImpactActors: false
Warhead@flash: FlashEffect
FlashType: flash
Duration: 20
DeathHand: DeathHand:
Warhead@Cluster: FireCluster Warhead@Cluster: FireCluster
Weapon: DeathHandCluster Weapon: DeathHandCluster
RandomClusterCount: 14 RandomClusterCount: 36
Dimensions: 3,3 Dimensions: 6,6
Footprint: xxx xXx xxx Footprint: xXxXxX xxXXxx xXXXXx xxXXxx xXxxXx XxXxXx
Warhead@2Eff: CreateEffect Warhead@2Eff: CreateEffect
Explosions: nuke Explosions: nuke
ImpactSounds: EXPLLG2.WAV ImpactSounds: EXPLLG2.WAV
@@ -103,8 +106,12 @@ DeathHand:
Duration: 20 Duration: 20
Intensity: 5 Intensity: 5
Multiplier: 1,1 Multiplier: 1,1
Warhead@flash: FlashEffect
FlashType: flash
Duration: 20
DeathHandCluster: DeathHandCluster:
Report: NAPALM1.WAV
Inherits: Debris2 Inherits: Debris2
Range: 7c0 Range: 7c0
Projectile: Bullet Projectile: Bullet
@@ -115,19 +122,19 @@ DeathHandCluster:
Inaccuracy: 1c512 Inaccuracy: 1c512
BounceCount: 0 BounceCount: 0
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 4500 Damage: 6000
Spread: 2c0 Spread: 2c0
Versus: Versus:
none: 90 none: 90
wall: 50 wall: 110
building: 100 building: 100
wood: 60 wood: 60
light: 60 light: 80
heavy: 60 heavy: 100
invulnerable: 0 invulnerable: 0
cy: 25 cy: 25
harvester: 60 harvester: 60
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater SmudgeType: SandCrater, RockCrater
@@ -154,7 +161,7 @@ CrateExplosion:
cy: 20 cy: 20
harvester: 25 harvester: 25
AffectsParent: true AffectsParent: true
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath DamageTypes: Prone80Percent, TriggerProne, SmallExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Eff: CreateEffect Warhead@2Eff: CreateEffect
Explosions: large_explosion Explosions: large_explosion
@@ -192,6 +199,15 @@ WallExplode:
ImpactSounds: EXPLHG1.WAV ImpactSounds: EXPLHG1.WAV
ImpactActors: false ImpactActors: false
SiegeExplode:
Inherits: 155mm
Warhead@1Dam: SpreadDamage
Damage: 4500
Spread: 2c0
Warhead@3Eff: CreateEffect
Explosions: med_explosion
ImpactSounds: EXPLSML2.WAV
CliffExplode: CliffExplode:
Warhead@1Eff: CreateEffect Warhead@1Eff: CreateEffect
Explosions: building Explosions: building
@@ -203,7 +219,7 @@ CliffExplode:
grenade: grenade:
ReloadDelay: 50 ReloadDelay: 50
Range: 4c0 Range: 4c225
Projectile: Bullet Projectile: Bullet
Speed: 160 Speed: 160
Blockable: false Blockable: false
@@ -214,7 +230,7 @@ grenade:
Shadow: true Shadow: true
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1500 Damage: 1500
Spread: 2c0 Spread: 1c512
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 135 none: 135
@@ -224,12 +240,8 @@ grenade:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 25
DamageTypes: Prone50Percent, ExplosionDeath DamageTypes: Prone80Percent, ExplosionDeath, TriggerProne
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@proneeffect: TargetDamage
Damage: 1
Spread: 1c0
DamageTypes: TriggerProne
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater SmudgeType: SandCrater
InvalidTargets: Vehicle, Structure InvalidTargets: Vehicle, Structure
@@ -243,7 +255,7 @@ grenade:
GrenDeath: GrenDeath:
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1500 Damage: 1500
Spread: 2c0 Spread: 1c512
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 125 none: 125
@@ -253,7 +265,7 @@ GrenDeath:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 25
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater SmudgeType: SandCrater, RockCrater
@@ -267,18 +279,19 @@ GrenDeath:
SardDeath: SardDeath:
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 3000 Damage: 3000
Spread: 512 Spread: 1c0
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 15 none: 10
wall: 75 wall: 75
building: 60 building: 60
wood: 65 wood: 65
light: 90 light: 90
heavy: 140
invulnerable: 0 invulnerable: 0
cy: 30 cy: 30
harvester: 50 harvester: 50
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater SmudgeType: SandCrater, RockCrater
@@ -311,7 +324,7 @@ SpiceExplosion:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 25
DamageTypes: Prone50Percent, TriggerProne, SpiceExplosion DamageTypes: Prone80Percent, TriggerProne, SpiceExplosion
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
AffectsParent: true AffectsParent: true
Warhead@2Res: CreateResource Warhead@2Res: CreateResource
@@ -339,7 +352,7 @@ BloomExplosion:
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 25
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath, SpiceExplosion DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath, SpiceExplosion
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
AffectsParent: true AffectsParent: true
Warhead@2Res: CreateResource Warhead@2Res: CreateResource
@@ -349,7 +362,7 @@ BloomExplosion:
PlasmaExplosion: PlasmaExplosion:
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 20000 Damage: 20000
Spread: 3c0 Spread: 6c0
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
None: 100 None: 100
@@ -357,11 +370,101 @@ PlasmaExplosion:
Light: 100 Light: 100
Heavy: 100 Heavy: 100
Concrete: 60 Concrete: 60
DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath DamageTypes: Prone80Percent, TriggerProne, ExplosionDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Smu: LeaveSmudge Warhead@Resources: DestroyResource
SmudgeType: SandCrater Size: 5
Warhead@Smudge1: LeaveSmudge
SmudgeType: SandCrater, RockCrater
Delay: 1
Warhead@Smudge2: LeaveSmudge
SmudgeType: SandCrater, RockCrater
Delay: 2
Warhead@Smudge3: LeaveSmudge
SmudgeType: SandCrater, RockCrater
Delay: 3
Warhead@Smudge4: LeaveSmudge
SmudgeType: SandCrater, RockCrater
Delay: 4
Warhead@Smudge5: LeaveSmudge
SmudgeType: SandCrater, RockCrater
Size: 1
Delay: 5
Warhead@3Eff: CreateEffect Warhead@3Eff: CreateEffect
Explosions: devastator Explosions: devastator
ImpactSounds: EXPLLG5.WAV
Warhead@4Concrete: DamagesConcrete Warhead@4Concrete: DamagesConcrete
Damage: 20000 Damage: 20000
Warhead@5Shake: ShakeScreen
Duration: 15
Intensity: 10
Multiplier: 2,2
PlasmaSaboteur:
Inherits: PlasmaExplosion
Warhead@flash: FlashEffect
FlashType: flash
Duration: 20
ExplosionAircraft:
Warhead@sound: CreateEffect
Explosions: building
ImpactSounds: EXPLLG3.WAV
Inaccuracy: 1c0
Warhead@1: SpreadDamage
Spread: 2c0
Damage: 13000
Falloff: 100, 0
DamageTypes: Prone80Percent, TriggerProne, SmallExplosionDeath
Versus:
none: 110
light: 80
heavy: 50
harvester: 70
wall: 80
invulnerable: 0
cy: 30
Warhead@4Concrete: DamagesConcrete
Damage: 4500
Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater
InvalidTargets: Vehicle, Structure
ExplosiveDebris:
Inherits: Debris2
Range: 7c0
Projectile: Bullet
Image: 120mm
TrailImage: small_trail2
Speed: 50, 70
LaunchAngle: 150, 220
Inaccuracy: 2c512
BounceCount: 1
Warhead@1Dam: SpreadDamage
Damage: 3000
Spread: 1c562
Versus:
none: 100
wood: 100
light: 100
heavy: 50
harvester: 100
Warhead@2Smu: LeaveSmudge
SmudgeType: SandCrater, RockCrater
InvalidTargets: Vehicle, Structure
Warhead@3Eff: CreateEffect
Explosions: large_explosion
ImpactSounds: EXPLSML4.WAV
Warhead@4Concrete: DamagesConcrete
Damage: 4500
DeviatorGas:
Warhead@5OwnerChange: ChangeOwner
Range: 1c850
Duration: 160
ValidRelationships: Enemy, Neutral
InvalidTargets: Infantry, Structure
Warhead@3Eff: CreateEffect
Explosions: deviator
ExplosionPalette: player
UsePlayerPalette: true

View File

@@ -1,25 +1,25 @@
^MG: ^MG:
ReloadDelay: 30 ReloadDelay: 30
Range: 2c512 Range: 3c112
Report: MGUN2.WAV Report: MGUN2.WAV
Projectile: InstantHit Projectile: InstantHit
Inaccuracy: 135 Inaccuracy: 135
InaccuracyType: PerCellIncrement InaccuracyType: PerCellIncrement
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1250 Damage: 1250
Spread: 480 Spread: 512
Falloff: 100, 0 Falloff: 100, 0
Versus: Versus:
none: 110 none: 115
wall: 10 wall: 10
building: 25 building: 30
wood: 75 wood: 65
light: 40 light: 35
heavy: 18 heavy: 13
invulnerable: 0 invulnerable: 0
cy: 20 cy: 20
harvester: 25 harvester: 23
DamageTypes: Prone50Percent, TriggerProne, BulletDeath DamageTypes: Prone80Percent, TriggerProne, BulletDeath
DamageCalculationType: ClosestTargetablePosition DamageCalculationType: ClosestTargetablePosition
Warhead@2Eff: CreateEffect Warhead@2Eff: CreateEffect
Explosions: piffs Explosions: piffs
@@ -41,6 +41,7 @@ M_LMG:
Inherits: ^MG Inherits: ^MG
ReloadDelay: 40 ReloadDelay: 40
ValidTargets: Infantry ValidTargets: Infantry
Range: 4c0
M_LMG_H: M_LMG_H:
Inherits: M_LMG Inherits: M_LMG
@@ -49,7 +50,7 @@ M_LMG_H:
M_HMG: M_HMG:
Inherits: ^MG Inherits: ^MG
ReloadDelay: 40 ReloadDelay: 40
Range: 3c512 Range: 4c0
Report: 20MMGUN1.WAV Report: 20MMGUN1.WAV
InvalidTargets: Infantry InvalidTargets: Infantry
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
@@ -76,14 +77,14 @@ Fremen_L:
Inherits: M_HMG Inherits: M_HMG
Report: BAZOOK2.WAV Report: BAZOOK2.WAV
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
DamageTypes: Prone50Percent, TriggerProne, SmallExplosionDeath DamageTypes: Prone80Percent, TriggerProne, SmallExplosionDeath
Warhead@2Eff: CreateEffect Warhead@2Eff: CreateEffect
Explosions: small_explosion Explosions: small_explosion
HMG: HMG:
Inherits: ^MG Inherits: ^MG
ReloadDelay: 20 ReloadDelay: 20
Range: 3c0 Range: 3c875
Report: 20MMGUN1.WAV Report: 20MMGUN1.WAV
Warhead@1Dam: SpreadDamage Warhead@1Dam: SpreadDamage
Damage: 1800 Damage: 1800