About Extra Life
Allows players that has a certain item (with custom skin supported) to avoid death when health drops to 0 and instead regain a configureable amount of health.
The item is consumed upon usage.
The "Extra-Life" can be given with a chat command or sold via shops that support custom skinid items.
Funtion:
- If the item you set in the config is in the inventory, it will not die but will be revived.
FAQ:
Q: The bag function does not work.
A: in config change `Block Backpack Drop` true
Chat Commands:
in game - /el "ya mang" 10 "Revival 100 Token"
console - el "ya mang" 10 "Revival 100 Token"
Permission:
Admin Permission: extralife.admin (using give item)
Config:
{
"General Settings": {
"Prefix": "[Extra-Life]",
"SteamID": "0",
"Commands": [
"extralife",
"el"
],
"SoundEffect": "assets/prefabs/tools/medical syringe/effects/inject_self.prefab",
"Image Remove Time": 3.0,
"block Revival Zone (ZoneManager Require)": []
},
"Revival Settings": {
"Revival 100 Token": {
"Shortname": "metal.fragments",
"Skin": 2986119719,
"If Revival Heal Amount": 100.0,
"Block Active Drop": true,
"Block Backpack Drop": false
},
"Revival 50 Token": {
"Shortname": "stones",
"Skin": 2986119719,
"If Revival Heal Amount": 50.0,
"Block Active Drop": true,
"Block Backpack Drop": false
},
"Revival 10 Token": {
"Shortname": "wood",
"Skin": 2986119719,
"If Revival Heal Amount": 10.0,
"Block Active Drop": true,
"Block Backpack Drop": false
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 4
}
}