Files

168 lines
4.0 KiB
JSON

{
"effects": {
"more_rpg_classes:molten_armor": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": -0.1,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.armor_toughness",
"value": -1.0,
"operation": "ADD_VALUE"
}
]
},
"more_rpg_classes:frozen_solid": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.15,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:collected_soul": {
"attributes": [
{
"attribute": "spell_power:soul",
"value": 0.1,
"operation": "ADD_VALUE"
}
]
},
"more_rpg_classes:grievous_wounds": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "spell_engine:healing_taken",
"value": -0.1,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:frosted": {
"attributes": [
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.05,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:bleeding": {
"attributes": []
},
"more_rpg_classes:fear": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.25,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:stagger": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.armor",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:soaked": {
"attributes": []
},
"more_rpg_classes:carve": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:fatal_poison": {
"attributes": []
},
"more_rpg_classes:ignited": {
"attributes": [
{
"attribute": "spell_engine:healing_taken",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:withers_curse": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:arcane_precision": {
"attributes": []
},
"more_rpg_classes:zephyrs_speed": {
"attributes": [
{
"attribute": "spell_power:critical_chance",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:sirens_tear": {
"attributes": []
},
"more_rpg_classes:duelists_focus_owner": {
"attributes": []
},
"more_rpg_classes:duelists_focus_target": {
"attributes": []
},
"more_rpg_classes:dragonslayers_fury": {
"attributes": [
{
"attribute": "spell_power:critical_damage",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "critical_strike:damage",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
}
}