19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"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.",
|
|
"badges": [
|
|
{
|
|
"sprite": "aspects:textures/gui/badge/check.png",
|
|
"text": "Positive"
|
|
}
|
|
]
|
|
} |