finished all 3 types, ready for prerelease
This commit is contained in:
18
bin/main/data/aspects/powers/fire_damage.json
Normal file
18
bin/main/data/aspects/powers/fire_damage.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user