Files
PupaMLupa/config/druids/effects_v0.json
T

22 lines
412 B
JSON

{
"effects": {
"druids:thorned": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": 2.0,
"operation": "ADD_VALUE"
}
]
},
"druids:poison_ritual": {
"attributes": [
{
"attribute": "spell_power:nature",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
}
}