Files
Aris-Random-Additions/elements/PassiveIncomeEnchantment.mod.json
2026-03-02 14:53:17 -08:00

22 lines
458 B
JSON

{
"_fv": 73,
"_type": "enchantment",
"definition": {
"name": "Passive Income",
"supportedSlots": "armor",
"weight": 1,
"anvilCost": 8,
"maxLevel": 5,
"damageModifier": 0,
"incompatibleEnchantments": [],
"supportedItems": [
{
"value": "TAG:enchantable/equippable"
}
],
"isTreasureEnchantment": true,
"isCurse": false,
"canGenerateInLootTables": true,
"canVillagerTrade": true
}
}