cosmetic fixes
This commit is contained in:
19
build/resources/main/data/aspects/powers/fire_immunity.json
Normal file
19
build/resources/main/data/aspects/powers/fire_immunity.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "origins:modify_damage_taken",
|
||||
"damage_condition": {
|
||||
"type": "origins:fire"
|
||||
},
|
||||
"modifier": {
|
||||
"operation": "multiply_total",
|
||||
"value": -1
|
||||
},
|
||||
|
||||
"name":"Fire Immunity",
|
||||
"description":"You are immune to fire damage.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/check.png",
|
||||
"text": "Positive"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user