various updates, ready for release 2

This commit is contained in:
missingbinary
2021-12-13 18:00:21 -04:00
parent 5de75636bd
commit b7420f3369
297 changed files with 5488 additions and 3533 deletions

View File

@@ -2,7 +2,10 @@
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
"amount": 2
"amount": 2,
"source": {
"name": "generic"
}
},
"damage_condition": {
"type": "origins:name",
@@ -10,5 +13,11 @@
},
"cooldown": 1,
"name":"Darkness Damage",
"description":"You take more damage from wither damage."
"description":"You take more damage from wither damage.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
"text": "Negative"
}
]
}