added aspects, added dendro

This commit is contained in:
missingbinary
2021-12-13 11:14:52 -04:00
parent 2587a6a79e
commit 5de75636bd
128 changed files with 5694 additions and 3349 deletions

View File

@@ -0,0 +1,18 @@
{
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
"amount": 4,
"source": {
"name": "explosion",
"bypasses_armor": false
}
},
"damage_condition": {
"type": "origins:name",
"name": "inWall"
},
"cooldown": 1,
"name":"Crystalline",
"description":"You take more damage from explosions."
}