Suicide Bomber will allow players to use a Targeting Computer and Timed Explosives to explode.
Usage
- Move a targeting computer to quickbar
- Select the computer from your quickbar
- Press E
- Count down briefly (6s)
- Explode!
Configuration
- damage (default 1200)The amount of damage done to objects closest to you
- radius (default 12)The maximum radius of the explosive damage
- explosives (default 10)The number of Explosives required to use the Targeting Computer
- c4 (default 1)The number of Timed Explosives required to use the Targeting Computer
- flare (default true)Whether or not a flare is required
- scream (default true)Whether or not the bomber screams before exploding
{
"c4": 1,
"damage": 1200.0,
"explosives": 10,
"flare": true,
"messages": {
"You lack the required {0} explosives": "You lack the required {0} explosives",
"You lack the required {0} timed explosives": "You lack the required {0} timed explosives",
"You lack the required flare": "You lack the required flare",
"You will explode shortly..": "You will explode shortly.."
},
"radius": 12.0,
"scream": true
}
Notes
- You do the most damage to the players/buildings closest to you. The damage will disperse the farther away the object is.
- The scream sound may be disabled but is enabled by default
- Localization is supported so you may change the message language
MIT License
Copyright (c) 2019 Calytic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

