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,19 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 4
},
"tick_rate": 20,
"condition": {
"type": "origins:on_block",
"block_condition": {
"type": "origins:height",
"comparison": "<=",
"compare_to": 30
}
},
"name":"Deepdweller",
"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30."
}