From 4429d311c2913e624c311fd528db9a52bbd49f64 Mon Sep 17 00:00:00 2001 From: Matthew Bowra-Dean Date: Wed, 31 Mar 2010 18:11:45 +1300 Subject: [PATCH] A good chunk of weapons.yaml done. --- mods/ra/mod.yaml | 3 +- mods/ra/weapons.yaml | 226 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 228 insertions(+), 1 deletion(-) create mode 100644 mods/ra/weapons.yaml diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index c225e66e7f..12b5f926b4 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -26,6 +26,7 @@ LegacyRules: Rules: mods/ra/defaults.yaml: Basic stuff mods/ra/rules.yaml: OpenRA actorinfos + mods/ra/weapons.yaml: Weapon definitions Sequences: mods/ra/sequences.xml: Original animation sequences @@ -37,4 +38,4 @@ Assemblies: mods/ra/OpenRA.Mods.RA.dll: Traits used ChromeLayout: - mods/ra/menus.yaml: \ No newline at end of file + mods/ra/menus.yaml: diff --git a/mods/ra/weapons.yaml b/mods/ra/weapons.yaml new file mode 100644 index 0000000000..49e80ee841 --- /dev/null +++ b/mods/ra/weapons.yaml @@ -0,0 +1,226 @@ +Colt45: + Damage: 50 + ROF: 5 + Range: 5.75 + Report: GUNS + Bullet: + Speed: 100 + Warhead: + Spread: 1 + Verses: 100%,5%,5%,5%,5% + Explosion: 1 + InfDeath: 1 + +ZSU-23: + Damage: 25 + ROF: 10 + Range: 6 + Report: AACANON3 + Bullet: + AA: true + AG: false + Speed: 100 + Warhead: + Spread: 3 + Versus: 30%,75%,75%,100%,50% + Explosion: 4 + +Vulcan: + Damage: 40 + ROF: 40 + Range: 5 + Report: GUN13 + Bullet: + Speed: 100 + Warhead: + Spread: 3 + Verses: 100%,50%,60%,25%,25% + Explosion: 2 + InfDeath: 1 + +Maverick: + Damage: 50 + ROF: 3 + Range: 6 + Report: MISSILE7 + Missile: + Speed: 30 + Arm: 2 + High: true + Shadow: false + Proximity: true + Trail: smokey + Inaccurate: true + AA: true + Image: DRAGON + ROT: 5 + RangeLimit: 20 + Warhead: + Spread: 3 + Wall: true + Wood: true + Verses: 30%,75%,75%,100%,50% + Explosion: 4 + InfDeath: 3 + SmudgeType: Crater + +FireballLauncher: + Damage: 125 + ROF: 50 + Range: 4 + Bullet: + Speed: 12 + Trail: fb2 + Image: FB1 + Warhead: + Spread: 4 + Wood: true + Verses: 90%,100%,60%,25%,50% + Explosion: 3 + InfDeath: 4 + SmudgeType: Scorch + ImpactSound: firebl3 + +Flamer: + Damage: 70 + ROF: 50 + Range: 5 + Bullet: + Speed: 12 + Trail: fb2 + Image: FB1 + Warhead: + Spread: 4 + Wood: true + Verses: 90%,100%,60%,25%,50% + Explosion: 3 + InfDeath: 4 + SmudgeType: Scorch + ImpactSound: firebl3 + +ChainGun: + Damage: 40 + ROF: 3 + Range: 5 + Report: GUN13 + Bullet: + Speed: 100 + Warhead: + Spread: 3 + Verses: 100%,50%,60%,25%,25% + Explosion: 2 + InfDeath: 1 + +Pistol: + Damage: 1 + ROF: 7 + Range: 1.75 + Report: GUN27 + Bullet: + Speed: 100 + Warhead: + Spread: 3 + Verses: 100%,50%,60%,25%,25% + Explosion: 2 + InfDeath: 1 + +M1Carbine: + Damage: 15 + ROF: 20 + Range: 5 + Report: GUN11 + Bullet: + Speed: 100 + Warhead: + Spread: 3 + Verses: 100%,50%,60%,25%,25% + Explosion: 2 + InfDeath: 1 + +Dragon: + Damage: 35 + ROF: 50 + Range: 5 + Report: MISSILE6 + Missile: + Speed: 25 + Arm: 2 + High: true + Shadow: false + Proximity: true + Trail: smokey + Inaccurate: true + AA: true + Image: DRAGON + ROT: 5 + RangeLimit: 20 + Warhead: + Spread: 3 + Wall: true + Wood: true + Verses: 30%,75%,75%,100%,50% + Explosion: 4 + InfDeath: 3 + SmudgeType: Crater + +Hellfire: + Damage: 40 + ROF: 60 + Range: 4 + Report: MISSILE6 + Missile: + Speed: 30 + Arm: 2 + High: true + Shadow: false + Proximity: true + Trail: smokey + Inaccurate: true + AA: true + Image: DRAGON + ROT: 5 + RangeLimit: 20 + Warhead: + Spread: 3 + Wall: true + Wood: true + Verses: 30%,75%,75%,100%,50% + Explosion: 4 + InfDeath: 3 + SmudgeType: Crater + +Grenade: + Damage: 50 + ROF: 60 + Range: 4 + Bullet: + Speed: 5 + High: true + Arching: true + Inaccurate: true + Image: BOMB + Warhead: + Spread: 6 + Wall: true + Wood: true + Verses: 90%,75%,60%,25%,100% + Explosion: 5 + InfDeath: 2 + SmudgeType: Crater + +75mm: + Damage: 25 + ROF: 40 + Range: 4 + Report: CANNON2 + Bullet: + Speed: 40 + Image: 120MM + Warhead: + Spread: 3 + Wall: true + Wood: true + Verses: 30%,75%,75%,100%,50% + Explosion: 4 + InfDeath: 3 + SmudgeType: Crater