Add new equipment types and attributes for Aether-themed items across various RPG classes, including archers, bards, berserkers, elemental wizards, forcemasters, paladins, and rogues; enhance sound properties for Aether-related entities in Sound Physics Remastered.

This commit is contained in:
Leonid Pershin
2026-05-08 11:07:10 +03:00
parent 05fd7ec484
commit 2e99f341f4
1176 changed files with 188646 additions and 47 deletions
+26
View File
@@ -166,6 +166,32 @@
"attack_damage": 11.0,
"attack_speed": -2.8,
"attributes": []
},
"aether_holy_staff": {
"attack_damage": 4.0,
"attack_speed": -3.0,
"attributes": [
{
"attribute": "spell_power:healing",
"value": 8.0,
"operation": "ADD_VALUE"
}
]
},
"aether_claymore": {
"attack_damage": 13.0,
"attack_speed": -3.0,
"attributes": []
},
"aether_great_hammer": {
"attack_damage": 16.0,
"attack_speed": -3.2,
"attributes": []
},
"aether_mace": {
"attack_damage": 11.0,
"attack_speed": -2.8,
"attributes": []
}
},
"armor_sets": {
+15
View File
@@ -63,6 +63,21 @@
"operation": "ADD_VALUE"
}
]
},
"paladins:aether_kite_shield": {
"durability": 2688,
"attributes": [
{
"attribute": "minecraft:generic.armor_toughness",
"value": 1.0,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.max_health",
"value": 6.0,
"operation": "ADD_VALUE"
}
]
}
}
}