diff --git a/mods/cnc/rules/system.yaml b/mods/cnc/rules/system.yaml index d234e56710..5ea8a1ce14 100644 --- a/mods/cnc/rules/system.yaml +++ b/mods/cnc/rules/system.yaml @@ -158,7 +158,7 @@ CRATE: TerrainTypes: Clear, Rough, Road, Tiberium, BlueTiberium, Beach GiveCashCrateAction: Amount: 1000 - SelectionShares: 50 + SelectionShares: 20 Effect: dollar RevealMapCrateAction: SelectionShares: 1 @@ -167,7 +167,13 @@ CRATE: SelectionShares: 5 Effect: hide-map LevelUpCrateAction: - SelectionShares: 40 + SelectionShares: 20 + ExplodeCrateAction@fire: + Weapon: Napalm.Crate + SelectionShares: 5 + ExplodeCrateAction@boom: + Weapon: Atomic + SelectionShares: 5 CloakCrateAction: SelectionShares: 5 InitialDelay: .4 @@ -176,5 +182,8 @@ CRATE: UncloakSound: appear1.aud Effect: stealth ExcludedActorTypes: e1,e2,e3,e4,e5,e6,rmbo,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10 + GiveMcvCrateAction: + SelectionShares: 1000 + Unit: mcv RenderUnit: BelowUnits: diff --git a/mods/cnc/weapons.yaml b/mods/cnc/weapons.yaml index de52548a2f..70ae32b737 100644 --- a/mods/cnc/weapons.yaml +++ b/mods/cnc/weapons.yaml @@ -587,6 +587,20 @@ Napalm: SmudgeType: Scorch Damage: 100 +Napalm.Crate: + Warhead: + Spread: 4 + Versus: + None: 90% + Light: 60% + Heavy: 25% + Concrete: 50% + InfDeath: 4 + Explosion: 3 + ImpactSound: flamer2 + SmudgeType: Scorch + Damage: 500 + Laser: ROF: 90 Range: 7.5 @@ -662,4 +676,4 @@ Tiberium: Spread: 1 InfDeath: 4 Damage: 5 - PreventProne: yes + PreventProne: yes \ No newline at end of file