Psychokhaos
Legacy Supporter 3
		- Joined
 - Jun 5, 2011
 
- Location
 - Puyallup, WA, USA
 
		Code:
	
	item:
    ==: org.bukkit.inventory.ItemStack
    type: DIAMOND_AXE
    meta:
        ==: ItemMeta
        meta-type: UNSPECIFIC
        display-name: §a§lHewer of Souls
        lore:
        - §6Used in ancient times by Dagith-Narr's
        - §6daemonic forces in the slaughtering of
        - §6Heroes.
        - §55% Drain life on hit
        enchants:
            DAMAGE_ALL: 3
            FIRE_ASPECT: 2
	(Figured the helmet would be the best place for various items that aren't strictly boots/leggings/chest/helmet, unless they're more specifically placed, like a belt. So I'm just going to use GOLDEN_HELMET for necklaces, rings, etc)
		Code:
	
	item:
    ==: org.bukkit.inventory.ItemStack
    type: GOLDEN_HELMET
    meta:
        ==: ItemMeta
        meta-type: UNSPECIFIC
        display-name: §a§lRing of the Lake
        lore:
        - §6Given to a Sky Knight in need
        - §6by a Gifted Soul, blessed by
        - §6holy magicks.
        - §515% Debuff Immunity
        - §55% Knockback Resistance
        enchants:
            DURABILITY: 12
	Don't know how possible the Debuff immunity and life absorb based on damage dealt works with this currently, but figured these are good ideas