mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add files via upload
referencing the original upload in Discord here: https://discord.com/channels/595702951800995872/768226890158702654/809571449979142174 and wheelyjoe's github repository here: https://github.com/wheelyjoe/DCS-Scripts "Improves splash damage modelling by pulling weapon warhead info (where available) and using this to create explosions (only way to apply damage) to units in more sensible range." Makes using non-precision weaponry actually viable for ground targets.
This commit is contained in:
12
resources/plugins/splashdamage/plugin.json
Normal file
12
resources/plugins/splashdamage/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"nameInUI": "Splash Damage",
|
||||
"defaultValue": false,
|
||||
"specificOptions": [],
|
||||
"scriptsWorkOrders": [
|
||||
{
|
||||
"file": "SplashDamage.lua",
|
||||
"mnemonic": "Splash Damage"
|
||||
}
|
||||
],
|
||||
"configurationWorkOrders": []
|
||||
}
|
||||
Reference in New Issue
Block a user