From 8bec765925ee35a0e7c766210e44c45c54c9b828 Mon Sep 17 00:00:00 2001 From: Arular101 Date: Fri, 10 Nov 2017 00:31:57 +0100 Subject: [PATCH] Campaign file changes and cleanup Remove NoAutoTarget --- mods/ra/maps/allies-01/allies01.lua | 1 - mods/ra/maps/allies-01/map.yaml | 6 --- mods/ra/maps/allies-01/weapons.yaml | 8 ---- mods/ra/maps/allies-02/map.yaml | 5 -- mods/ra/maps/allies-02/rules.yaml | 4 -- mods/ra/maps/allies-02/weapons.yaml | 7 --- mods/ra/maps/allies-03b/rules.yaml | 8 ---- mods/ra/maps/allies-03b/weapons.yaml | 4 -- mods/ra/maps/allies-05a/rules.yaml | 10 +--- mods/ra/maps/allies-05a/weapons.yaml | 10 +--- mods/ra/maps/allies-06a/map.yaml | 2 - mods/ra/maps/allies-06a/weapons.yaml | 7 --- mods/ra/maps/soviet-02a/map.yaml | 6 --- mods/ra/maps/soviet-02a/rules.yaml | 14 ++---- mods/ra/maps/soviet-02b/map.yaml | 7 --- mods/ra/maps/soviet-02b/rules.yaml | 25 +--------- mods/ra/maps/soviet-02b/weapons.yaml | 21 --------- mods/ra/maps/soviet-03/map.yaml | 7 --- mods/ra/maps/soviet-03/rules.yaml | 16 ------- mods/ra/maps/soviet-03/weapons.yaml | 21 --------- mods/ra/maps/soviet-04a/map.yaml | 3 -- mods/ra/maps/soviet-05/map.yaml | 2 +- mods/ra/maps/soviet-05/rules.yaml | 5 -- mods/ra/maps/soviet-05/soviet05-AI.lua | 2 +- mods/ra/maps/soviet-06a/map.yaml | 2 - mods/ra/maps/soviet-06a/rules.yaml | 6 --- mods/ra/maps/soviet-06b/map.yaml | 2 - mods/ra/maps/soviet-06b/rules.yaml | 6 --- mods/ra/maps/soviet-07/rules.yaml | 19 -------- mods/ra/maps/soviet-07/weapons.yaml | 65 ++------------------------ 30 files changed, 14 insertions(+), 287 deletions(-) delete mode 100644 mods/ra/maps/allies-02/weapons.yaml delete mode 100644 mods/ra/maps/allies-06a/weapons.yaml delete mode 100644 mods/ra/maps/soviet-02b/weapons.yaml delete mode 100644 mods/ra/maps/soviet-03/weapons.yaml diff --git a/mods/ra/maps/allies-01/allies01.lua b/mods/ra/maps/allies-01/allies01.lua index d0ca2cac58..ac1262b9cf 100644 --- a/mods/ra/maps/allies-01/allies01.lua +++ b/mods/ra/maps/allies-01/allies01.lua @@ -37,7 +37,6 @@ RunInitialActivities = function() Patrol2.Hunt() Patrol3.Hunt() Patrol4.Hunt() - Harvester.FindResources() Civilian1.Wait(DateTime.Seconds(6)) Civilian2.Wait(DateTime.Seconds(6)) Civilian1.Hunt() diff --git a/mods/ra/maps/allies-01/map.yaml b/mods/ra/maps/allies-01/map.yaml index f82ee12e8e..46e4740b34 100644 --- a/mods/ra/maps/allies-01/map.yaml +++ b/mods/ra/maps/allies-01/map.yaml @@ -149,11 +149,9 @@ Actors: Actor33: proc Location: 73,58 Owner: USSR - FreeActor: False Actor34: kenn Location: 64,65 Owner: USSR - Health: 99 Actor35: powr Location: 65,57 Owner: USSR @@ -364,10 +362,6 @@ Actors: OilPump: v19 Location: 59,57 Owner: USSR - Harvester: harv - Location: 72,60 - Owner: USSR - Facing: 224 LabGuard1: e1 Location: 64,61 Owner: USSR diff --git a/mods/ra/maps/allies-01/weapons.yaml b/mods/ra/maps/allies-01/weapons.yaml index 3f94399b36..14bfcdba1d 100644 --- a/mods/ra/maps/allies-01/weapons.yaml +++ b/mods/ra/maps/allies-01/weapons.yaml @@ -1,10 +1,2 @@ 8Inch: Range: 25c0 - -M60mg: - Range: 5c0 - ReloadDelay: 20 - Burst: 1 - Warhead: SpreadDamage - Damage: 20 - DamageTypes: Prone50Percent, TriggerProne, BulletDeath diff --git a/mods/ra/maps/allies-02/map.yaml b/mods/ra/maps/allies-02/map.yaml index b91a8c6691..8ec29b6efb 100644 --- a/mods/ra/maps/allies-02/map.yaml +++ b/mods/ra/maps/allies-02/map.yaml @@ -460,7 +460,6 @@ Actors: Actor137: e2 Location: 73,51 Owner: USSR - Health: 56 Facing: 224 SubCell: 4 Actor138: medi @@ -567,7 +566,6 @@ Actors: SovietKennel: kenn Location: 58,68 Owner: USSR - Health: 99 SovietBarracks: barr Location: 56,66 Owner: USSR @@ -577,7 +575,6 @@ Actors: Harvester: harv Location: 55,65 Owner: USSR - Health: 50 Facing: 160 PathGuard1: e1 Location: 50,72 @@ -673,5 +670,3 @@ Actors: Owner: Neutral Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, rules.yaml - -Weapons: weapons.yaml diff --git a/mods/ra/maps/allies-02/rules.yaml b/mods/ra/maps/allies-02/rules.yaml index 559715aa42..93ffa83cb2 100644 --- a/mods/ra/maps/allies-02/rules.yaml +++ b/mods/ra/maps/allies-02/rules.yaml @@ -24,10 +24,6 @@ World: tough: Real tough guy Default: easy -HARV: - Buildable: - Prerequisites: weap - APWR: Buildable: Prerequisites: ~disabled diff --git a/mods/ra/maps/allies-02/weapons.yaml b/mods/ra/maps/allies-02/weapons.yaml deleted file mode 100644 index d2b5afea76..0000000000 --- a/mods/ra/maps/allies-02/weapons.yaml +++ /dev/null @@ -1,7 +0,0 @@ -M60mg: - Range: 5c0 - ReloadDelay: 20 - Burst: 1 - Warhead: SpreadDamage - Damage: 20 - DamageTypes: Prone50Percent, TriggerProne, BulletDeath diff --git a/mods/ra/maps/allies-03b/rules.yaml b/mods/ra/maps/allies-03b/rules.yaml index 357f5ac7af..796da79c92 100644 --- a/mods/ra/maps/allies-03b/rules.yaml +++ b/mods/ra/maps/allies-03b/rules.yaml @@ -63,14 +63,6 @@ CAMERA: RevealsShroud: Range: 8c5 -FTUR: - DetectCloaked: - Range: 0 - -DOME: - DetectCloaked: - Range: 0 - CAMERA.VeryLarge: Inherits: CAMERA RevealsShroud: diff --git a/mods/ra/maps/allies-03b/weapons.yaml b/mods/ra/maps/allies-03b/weapons.yaml index b13a192fa2..2d19eddc9b 100644 --- a/mods/ra/maps/allies-03b/weapons.yaml +++ b/mods/ra/maps/allies-03b/weapons.yaml @@ -5,10 +5,6 @@ Colt45: Versus: Truk: 50 -FireballLauncher: - Projectile: - High: True - BarrelExplode: Warhead@1Dam: ValidTargets: Ground, Prisoner diff --git a/mods/ra/maps/allies-05a/rules.yaml b/mods/ra/maps/allies-05a/rules.yaml index 4b572c28cc..bced5d50b9 100644 --- a/mods/ra/maps/allies-05a/rules.yaml +++ b/mods/ra/maps/allies-05a/rules.yaml @@ -24,19 +24,11 @@ Camera.Small: RevealsShroud: Range: 4c0 -FTUR: - DetectCloaked: - Range: 0 - TSLA: - DetectCloaked: - Range: 0 Buildable: Prerequisites: ~disabled SAM: - DetectCloaked: - Range: 0 Buildable: Prerequisites: ~disabled @@ -97,7 +89,7 @@ MISS: TargetTypes: Ground, C4, DetonateAttack, Structure, Mission Objectives AttackOmni: Armament: - Weapon: MissionColt + Weapon: PrisonColt E1.Autotarget: Inherits: E1 diff --git a/mods/ra/maps/allies-05a/weapons.yaml b/mods/ra/maps/allies-05a/weapons.yaml index a51c4b27dc..bd85e066ee 100644 --- a/mods/ra/maps/allies-05a/weapons.yaml +++ b/mods/ra/maps/allies-05a/weapons.yaml @@ -1,12 +1,6 @@ -MissionColt: - ReloadDelay: 6 - Range: 7c0 +PrisonColt: + ReloadDelay: 5 Report: gun5.aud Projectile: InstantHit Warhead@1Dam: SpreadDamage - Spread: 42 - Damage: 50 - Versus: - Wood: 10 - DamageTypes: Prone50Percent, TriggerProne, BulletDeath AffectsParent: true diff --git a/mods/ra/maps/allies-06a/map.yaml b/mods/ra/maps/allies-06a/map.yaml index 3e542cf78a..7f598b33bf 100644 --- a/mods/ra/maps/allies-06a/map.yaml +++ b/mods/ra/maps/allies-06a/map.yaml @@ -638,5 +638,3 @@ Actors: Location: 73,90 Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, rules.yaml - -Weapons: weapons.yaml diff --git a/mods/ra/maps/allies-06a/weapons.yaml b/mods/ra/maps/allies-06a/weapons.yaml deleted file mode 100644 index d2b5afea76..0000000000 --- a/mods/ra/maps/allies-06a/weapons.yaml +++ /dev/null @@ -1,7 +0,0 @@ -M60mg: - Range: 5c0 - ReloadDelay: 20 - Burst: 1 - Warhead: SpreadDamage - Damage: 20 - DamageTypes: Prone50Percent, TriggerProne, BulletDeath diff --git a/mods/ra/maps/soviet-02a/map.yaml b/mods/ra/maps/soviet-02a/map.yaml index 15a77d6bdd..f758f900ae 100644 --- a/mods/ra/maps/soviet-02a/map.yaml +++ b/mods/ra/maps/soviet-02a/map.yaml @@ -148,11 +148,9 @@ Actors: Actor34: fact Location: 72,52 Owner: USSR - Health: 99 Actor35: weap Location: 41,50 Owner: Germany - Health: 98 Actor37: fact Location: 39,54 Owner: Germany @@ -162,7 +160,6 @@ Actors: Actor40: powr Location: 36,52 Owner: Germany - Health: 99 Actor41: tent Location: 41,58 Owner: Germany @@ -494,15 +491,12 @@ Actors: CommandCenter: fcom Location: 76,52 Owner: USSR - Health: 99 AlliedDome: dome Location: 45,50 Owner: Germany - Health: 98 AlliedProc: proc Location: 43,53 Owner: Germany - Health: 99 Barrel: brl3 Location: 60,60 Owner: Germany diff --git a/mods/ra/maps/soviet-02a/rules.yaml b/mods/ra/maps/soviet-02a/rules.yaml index 4cfa13a615..f1727088d2 100644 --- a/mods/ra/maps/soviet-02a/rules.yaml +++ b/mods/ra/maps/soviet-02a/rules.yaml @@ -92,17 +92,11 @@ AFLD: ParatroopersPower@paratroopers: Prerequisites: ~disabled -DOG: - Health: - HP: 25 - AutoTarget: - ScanRadius: 5 - -powerproxy.paratroopers: - ParatroopersPower: - DropItems: E2,E2,E2,E2,E2 - HARV: Harvester: SearchFromProcRadius: 50 SearchFromOrderRadius: 50 + +powerproxy.paratroopers: + ParatroopersPower: + DropItems: E2,E2,E2,E2,E2 diff --git a/mods/ra/maps/soviet-02b/map.yaml b/mods/ra/maps/soviet-02b/map.yaml index a585ec40de..21d4b25daf 100644 --- a/mods/ra/maps/soviet-02b/map.yaml +++ b/mods/ra/maps/soviet-02b/map.yaml @@ -197,7 +197,6 @@ Actors: Actor51: proc Location: 80,59 Owner: Germany - FreeActor: False Actor52: powr Location: 83,55 Owner: Germany @@ -288,12 +287,10 @@ Actors: Actor86: jeep Location: 85,66 Owner: Germany - Health: 55 Facing: 128 Actor89: jeep Location: 55,56 Owner: Germany - Health: 59 Facing: 224 Actor90: jeep Location: 79,54 @@ -443,12 +440,10 @@ Actors: BridgeGun1: gun Location: 68,64 Owner: Germany - Health: 56 Facing: 160 BridgeGun2: gun Location: 74,64 Owner: Germany - Health: 53 Facing: 160 IntroSoldier1: e1 Location: 71,65 @@ -489,5 +484,3 @@ Actors: Owner: Neutral Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, rules.yaml - -Weapons: weapons.yaml diff --git a/mods/ra/maps/soviet-02b/rules.yaml b/mods/ra/maps/soviet-02b/rules.yaml index a18b11f7f6..426e5fd772 100644 --- a/mods/ra/maps/soviet-02b/rules.yaml +++ b/mods/ra/maps/soviet-02b/rules.yaml @@ -84,12 +84,6 @@ MIG: Buildable: Prerequisites: ~disabled -GUN: - -RepairableBuilding: - -FCOM: - RepairableBuilding: - AFLD: Buildable: Prerequisites: ~disabled @@ -98,29 +92,14 @@ AFLD: ParatroopersPower@paratroopers: Prerequisites: ~disabled -DOG: - Health: - HP: 25 - AutoTarget: - ScanRadius: 5 +GUN: + -RepairableBuilding: HARV: Harvester: SearchFromProcRadius: 50 SearchFromOrderRadius: 50 -BARL: - Health: - HP: 1 - Explodes: - Weapon: MissionBarrelExplode - -BRL3: - Health: - HP: 1 - Explodes: - Weapon: MissionBarrelExplode - MONEYCRATE: GiveCashCrateAction: Amount: 2000 diff --git a/mods/ra/maps/soviet-02b/weapons.yaml b/mods/ra/maps/soviet-02b/weapons.yaml deleted file mode 100644 index 3f46f31baa..0000000000 --- a/mods/ra/maps/soviet-02b/weapons.yaml +++ /dev/null @@ -1,21 +0,0 @@ -MissionBarrelExplode: - Warhead@1Dam: SpreadDamage - Spread: 600 - Damage: 100 - Falloff: 1000, 368, 135, 50, 18, 7, 0 - Delay: 5 - Versus: - None: 120 - Wood: 200 - Light: 50 - Heavy: 25 - Concrete: 10 - DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath - Warhead@2Smu: LeaveSmudge - SmudgeType: Scorch - Size: 2,1 - Delay: 5 - Warhead@3Eff: CreateEffect - Explosions: napalm - ImpactSounds: firebl3.aud - Delay: 5 diff --git a/mods/ra/maps/soviet-03/map.yaml b/mods/ra/maps/soviet-03/map.yaml index 50551f8885..b1011b90c8 100644 --- a/mods/ra/maps/soviet-03/map.yaml +++ b/mods/ra/maps/soviet-03/map.yaml @@ -411,7 +411,6 @@ Actors: Actor120: v07 Location: 42,37 Owner: Germany - Health: 99 Actor122: brl3 Location: 43,38 Owner: Creeps @@ -978,7 +977,6 @@ Actors: BaseBuilding6: miss Location: 78,27 Owner: Soviet - Health: 56 CameraBarrier: waypoint Location: 64,51 Owner: Neutral @@ -1124,18 +1122,15 @@ Actors: SpyHideout1: v01 Location: 77,52 Owner: Germany - Health: 99 SpyHideout2: v01 Location: 37,63 Owner: Germany - Health: 99 SpyHideout3: v01 Location: 61,36 Owner: Germany SpyHideout4: v01 Location: 36,32 Owner: Germany - Health: 99 SpyWaypoint1: waypoint Location: 76,42 Owner: Neutral @@ -1170,6 +1165,4 @@ Actors: Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, rules.yaml -Weapons: weapons.yaml - Notifications: notifications.yaml diff --git a/mods/ra/maps/soviet-03/rules.yaml b/mods/ra/maps/soviet-03/rules.yaml index 074576d41d..92758818ee 100644 --- a/mods/ra/maps/soviet-03/rules.yaml +++ b/mods/ra/maps/soviet-03/rules.yaml @@ -16,10 +16,6 @@ World: hard: Hard Default: easy -^TechBuilding: - Targetable: - TargetTypes: Ground, C4, DetonateAttack, Structure, NoAutoTarget - ^Infantry: -GivesBounty: @@ -31,18 +27,6 @@ World: Health: HP: 9000 -BARL: - Health: - HP: 1 - Explodes: - Weapon: MissionBarrelExplode - -BRL3: - Health: - HP: 1 - Explodes: - Weapon: MissionBarrelExplode - FENC: Health: HP: 9000 diff --git a/mods/ra/maps/soviet-03/weapons.yaml b/mods/ra/maps/soviet-03/weapons.yaml deleted file mode 100644 index d4f2a7d387..0000000000 --- a/mods/ra/maps/soviet-03/weapons.yaml +++ /dev/null @@ -1,21 +0,0 @@ -MissionBarrelExplode: - Warhead@1Dam: SpreadDamage - Spread: 600 - Damage: 200 - Falloff: 1000, 368, 135, 50, 18, 7, 0 - Delay: 5 - Versus: - None: 120 - Wood: 200 - Light: 50 - Heavy: 25 - Concrete: 10 - DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath - Warhead@2Smu: LeaveSmudge - SmudgeType: Scorch - Size: 2,1 - Delay: 5 - Warhead@3Eff: CreateEffect - Explosions: napalm - ImpactSounds: firebl3.aud - Delay: 5 diff --git a/mods/ra/maps/soviet-04a/map.yaml b/mods/ra/maps/soviet-04a/map.yaml index 3cdf7b1ffb..c272314018 100644 --- a/mods/ra/maps/soviet-04a/map.yaml +++ b/mods/ra/maps/soviet-04a/map.yaml @@ -387,12 +387,10 @@ Actors: Actor144: 2tnk Location: 92,55 Owner: Greece - Health: 99 Facing: 192 Actor145: 2tnk Location: 86,58 Owner: Greece - Health: 99 Facing: 160 Actor146: jeep Location: 89,60 @@ -530,7 +528,6 @@ Actors: Tank3: 3tnk Location: 87,86 Owner: USSR - Health: 99 Tank4: 3tnk Location: 85,86 Owner: USSR diff --git a/mods/ra/maps/soviet-05/map.yaml b/mods/ra/maps/soviet-05/map.yaml index 8e62d87832..a5528b69d4 100644 --- a/mods/ra/maps/soviet-05/map.yaml +++ b/mods/ra/maps/soviet-05/map.yaml @@ -270,7 +270,7 @@ Actors: Barr: tent Location: 63,47 Owner: Greece - Shipyard: syrd + Navalyard: syrd Location: 78,48 Owner: Greece Actor73: powr diff --git a/mods/ra/maps/soviet-05/rules.yaml b/mods/ra/maps/soviet-05/rules.yaml index 7a12664529..cef5ffb2ac 100644 --- a/mods/ra/maps/soviet-05/rules.yaml +++ b/mods/ra/maps/soviet-05/rules.yaml @@ -85,11 +85,6 @@ APC: DOME: ExternalCondition@lua: Condition: captured - Targetable: - RequiresCondition: captured - Targetable@NOAUTOTARGET: - RequiresCondition: !captured - TargetTypes: Ground, Structure, C4, DetonateAttack, SpyInfiltrate, NoAutoTarget powerproxy.paratroopers: ParatroopersPower: diff --git a/mods/ra/maps/soviet-05/soviet05-AI.lua b/mods/ra/maps/soviet-05/soviet05-AI.lua index 6f450f014f..8c31aebe75 100644 --- a/mods/ra/maps/soviet-05/soviet05-AI.lua +++ b/mods/ra/maps/soviet-05/soviet05-AI.lua @@ -99,7 +99,7 @@ ProduceInfantry = function() end ProduceShips = function() - if Shipyard.IsDead then + if Navalyard.IsDead then return end diff --git a/mods/ra/maps/soviet-06a/map.yaml b/mods/ra/maps/soviet-06a/map.yaml index 149acaa3cc..5893f4a641 100644 --- a/mods/ra/maps/soviet-06a/map.yaml +++ b/mods/ra/maps/soviet-06a/map.yaml @@ -585,12 +585,10 @@ Actors: Actor186: 3tnk Location: 56,47 Owner: USSR - Health: 99 Facing: 32 Actor187: 3tnk Location: 60,49 Owner: USSR - Health: 99 Facing: 32 Actor191: v2rl Location: 57,49 diff --git a/mods/ra/maps/soviet-06a/rules.yaml b/mods/ra/maps/soviet-06a/rules.yaml index 3d12778c0e..4c3b9c8eeb 100644 --- a/mods/ra/maps/soviet-06a/rules.yaml +++ b/mods/ra/maps/soviet-06a/rules.yaml @@ -146,12 +146,6 @@ MNLY: Buildable: Prerequisites: ~disabled -DOG: - Health: - HP: 25 - AutoTarget: - ScanRadius: 5 - HARV: Harvester: SearchFromProcRadius: 50 diff --git a/mods/ra/maps/soviet-06b/map.yaml b/mods/ra/maps/soviet-06b/map.yaml index 1f29ce9fb5..df8195c89a 100644 --- a/mods/ra/maps/soviet-06b/map.yaml +++ b/mods/ra/maps/soviet-06b/map.yaml @@ -325,12 +325,10 @@ Actors: Actor110: 3tnk Location: 43,63 Owner: USSR - Health: 99 Facing: 32 Actor111: 3tnk Location: 44,62 Owner: USSR - Health: 99 Facing: 32 Actor112: v2rl Location: 41,64 diff --git a/mods/ra/maps/soviet-06b/rules.yaml b/mods/ra/maps/soviet-06b/rules.yaml index 1ea3b7f6af..74890e324f 100644 --- a/mods/ra/maps/soviet-06b/rules.yaml +++ b/mods/ra/maps/soviet-06b/rules.yaml @@ -146,12 +146,6 @@ MNLY: Buildable: Prerequisites: ~disabled -DOG: - Health: - HP: 25 - AutoTarget: - ScanRadius: 5 - HARV: Harvester: SearchFromProcRadius: 50 diff --git a/mods/ra/maps/soviet-07/rules.yaml b/mods/ra/maps/soviet-07/rules.yaml index cc88362955..43cdb8d520 100644 --- a/mods/ra/maps/soviet-07/rules.yaml +++ b/mods/ra/maps/soviet-07/rules.yaml @@ -19,30 +19,11 @@ World: ^Infantry: -GivesBounty: -BARL: - Health: - HP: 1 - Explodes: - Weapon: MissionBarrelExplodeInterior - -BRL3: - Health: - HP: 1 - Explodes: - Weapon: MissionBarrelExplodeInterior - CAMERA: RevealsShroud: Range: 6c0 -E1: - Armament@PRIMARY: - Weapon: M1CarbineInterior - FTUR: - Armament: - Weapon: FireballLauncherInterior - LocalOffset: 512,0,0 Valued: Cost: 0 Power: diff --git a/mods/ra/maps/soviet-07/weapons.yaml b/mods/ra/maps/soviet-07/weapons.yaml index 323e7e57cc..077f968607 100644 --- a/mods/ra/maps/soviet-07/weapons.yaml +++ b/mods/ra/maps/soviet-07/weapons.yaml @@ -1,64 +1,5 @@ -M1CarbineInterior: - ReloadDelay: 20 +M1Carbine: Range: 3c0 - Report: gun11.aud - Projectile: Bullet - Speed: 1c682 - Warhead@1Dam: SpreadDamage - Spread: 128 - Damage: 15 - Versus: - Wood: 25 - Light: 30 - Heavy: 10 - Concrete: 10 - DamageTypes: Prone50Percent, TriggerProne, BulletDeath - Warhead@2Eff: CreateEffect - Explosions: piffs -FireballLauncherInterior: - ReloadDelay: 65 - Range: 3c0 - Burst: 2 - BurstDelays: 20 - Projectile: Bullet - Speed: 204 - TrailImage: fb2 - Image: FB1 - Warhead@1Dam: SpreadDamage - Spread: 213 - Damage: 150 - Versus: - None: 90 - Wood: 50 - Light: 60 - Heavy: 25 - Concrete: 50 - DamageTypes: Prone50Percent, TriggerProne, FireDeath - Warhead@2Smu: LeaveSmudge - SmudgeType: Scorch - Warhead@3Eff: CreateEffect - Explosions: napalm - ImpactSounds: firebl3.aud - -MissionBarrelExplodeInterior: - Warhead@1Dam: SpreadDamage - Spread: 350 - Damage: 250 - Falloff: 1000, 368, 135, 50, 18, 7, 0 - Delay: 5 - Versus: - None: 120 - Wood: 200 - Light: 50 - Heavy: 25 - Concrete: 10 - DamageTypes: Prone50Percent, TriggerProne, ExplosionDeath - Warhead@2Smu: LeaveSmudge - SmudgeType: Scorch - Size: 2,1 - Delay: 5 - Warhead@3Eff: CreateEffect - Explosions: napalm - ImpactSounds: firebl3.aud - Delay: 5 +FireballLauncher: + Range: 3c128