added support for extra keybinds

This commit is contained in:
missingbinary
2021-12-14 08:10:00 -04:00
parent 5d7d9247b7
commit ddf013971f
223 changed files with 3927 additions and 2254 deletions

View File

@@ -0,0 +1,13 @@
{
"type": "origins:modify_damage_taken",
"damage_condition": {
"type": "origins:name",
"name":"explosion.player"
},
"modifier": {
"operation": "addition",
"value": -1000
},
"name":"Explosion Immunity",
"description":"Explosions don't hurt you."
}