Attributes apply to non-specified slots (if the item is applicable to multiple slots)
SiverDX opened this issue ยท 2 comments
Tried it and the bonus does get applied
If I lootify a curios item which can only be used on the trinkets
slot no bonus will be applied (item does not get affixed)
{
"type": "apotheosis:attribute",
"attribute": "minecraft:generic.max_health",
"operation": "ADDITION",
"values": {
"common": {
"min": 1,
"steps": 1,
"step": 1
},
"uncommon": {
"min": 2,
"steps": 1,
"step": 1
},
"rare": {
"min": 2,
"steps": 2,
"step": 1
},
"epic": {
"min": 3,
"steps": 2,
"step": 1
},
"mythic": {
"min": 4,
"steps": 2,
"step": 1
},
"ancient": {
"min": 5,
"steps": 3,
"step": 1
}
},
"types": [
"curios:belt",
"curios:hands",
"curios:head",
"curios:ring"
]
}
https://www.curseforge.com/minecraft/mc-mods/nameless-trinkets
(One of the examples is from this)
and
https://www.curseforge.com/minecraft/mc-mods/artifacts
(Think this had one with only one slot - the other probably has those too though)