changing keybinds
This commit is contained in:
13
bin/main/data/aspects/powers/explosion_immunity.json
Normal file
13
bin/main/data/aspects/powers/explosion_immunity.json
Normal 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."
|
||||
}
|
||||
Reference in New Issue
Block a user