├── .gitignore ├── DEPRECIATED └── SplashDamage-20201110.lua ├── IADS.lua ├── LICENSE ├── README.md ├── Splash_Damage_2_0.lua └── splash damage 2.gif /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .buildpath 3 | .project 4 | .settings/org.eclipse.ldt.prefs 5 | -------------------------------------------------------------------------------- /DEPRECIATED/SplashDamage-20201110.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencershepard/DCS-Scripts/HEAD/DEPRECIATED/SplashDamage-20201110.lua -------------------------------------------------------------------------------- /IADS.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencershepard/DCS-Scripts/HEAD/IADS.lua -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencershepard/DCS-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencershepard/DCS-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Splash_Damage_2_0.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencershepard/DCS-Scripts/HEAD/Splash_Damage_2_0.lua -------------------------------------------------------------------------------- /splash damage 2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencershepard/DCS-Scripts/HEAD/splash damage 2.gif --------------------------------------------------------------------------------