One thing we seem to be lacking is good endgame artifact belts. We effectively have Neira's Memory for mana casters, Emblem of Evasion for dex chars/general utility and Girdle of Preservation for defence. So a couple of offensive T4/5 belts would be welcome. Maybe someone else can take a shot at a melee belt? Here's a caster belt, not sure about the stats/aura effects though so feedback on those would be good.
Code:
newEntity{ base = "BASE_LEATHER_BELT",
power_source = {arcane=true},
unique = true,
name = "Crystalline Links", image = "object/artifact/crystalline_links.png",
unided_name = "chain of crystals",
desc = [[This belt is formed of tiny crystals that have somehow been linked together with impossible precision. As you watch them reflect a rainbow of of colours, a slight humming can be heard.]],
level_range = {40, 50},
rarity = 350,
cost = 750,
material_level = 5,
wielder = {
lite = 1,
inc_stats = { [Stats.STAT_MAG] = 5, [Stats.STAT_CUN] = 5, },
combat_spellpower = 15,
combat_spellresist = 20,
},
special_desc = function(self) return "On casting a spell, gain an aura for 5 turns granting 10% increased damage and affinity to that element, and a unique bonus." end,
--whatever code to trigger the elemental effects, which are listed below
Arcane - Cooldown reduction
Fire - Global speed
Cold - Damage shield
Lightning - +all stats
Acid - Heal over time
Light - Debuff removal
Darkness - Evasion
Temporal - Increased Paradox and reduced Paradox Failure
Blight - Critical damage
Physical - Resist all
}