cosmetic fixes
This commit is contained in:
24
build/resources/main/data/aspects/powers/fire_damage.json
Normal file
24
build/resources/main/data/aspects/powers/fire_damage.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "origins:action_when_damage_taken",
|
||||
"entity_action": {
|
||||
"type": "origins:damage",
|
||||
"amount": 2,
|
||||
"source": {
|
||||
"name": "onFire",
|
||||
"fire": true,
|
||||
"bypasses_armor": true
|
||||
}
|
||||
},
|
||||
"damage_condition": {
|
||||
"type": "origins:fire"
|
||||
},
|
||||
"cooldown": 20,
|
||||
"name":"Evaporation",
|
||||
"description":"Fire hurts you a lot more than it normally would.",
|
||||
"badges": [
|
||||
{
|
||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||
"text": "Negative"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user