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:
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user