Skip to content
Snippets Groups Projects
Commit 7833a9bd authored by dg's avatar dg
Browse files

Buffed Chromatic Harness

git-svn-id: http://svn.net-core.org/repos/t-engine4@4321 51575b47-30f0-44d4-a5cc-537603b46e54
parent bea28c9c
No related branches found
No related tags found
No related merge requests found
......@@ -214,23 +214,32 @@ newEntity{ base = "BASE_LIGHT_ARMOR",
talent_on_spell = { {chance=10, talent=Talents.T_LIGHTNING, level=2} },
}
newEntity{ base = "BASE_LIGHT_ARMOR",
newEntity{ base = "BASE_HEAVY_ARMOR",
power_source = {nature=true},
define_as = "CHROMATIC_HARNESS", rarity=false, image = "object/artifact/armor_chromatic_harness.png",
name = "Chromatic Harness", unique=true,
unided_name = "multi-hued leather armour", color=colors.VIOLET,
desc = [[This leather harness shines with multiple colors, quickly shifting through them in a seemingly chaotic manner.]],
unided_name = "multi-hued scale-mail armour", color=colors.VIOLET,
desc = [[This dragon scale harness shines with multiple colors, quickly shifting through them in a seemingly chaotic manner.]],
level_range = {40, 50},
rarity = 280,
cost = 500,
material_level = 5,
wielder = {
talent_cd_reduction={[Talents.T_ICE_BREATH]=3, [Talents.T_FIRE_BREATH]=3, [Talents.T_SAND_BREATH]=3, },
inc_stats = { [Stats.STAT_WIL] = 6, [Stats.STAT_CUN] = 4, [Stats.STAT_DEX] = 3, [Stats.STAT_LCK] = 10, },
poison_immune = 0.7,
combat_armor = 10,
talent_cd_reduction={[Talents.T_ICE_BREATH]=3, [Talents.T_FIRE_BREATH]=3, [Talents.T_SAND_BREATH]=3, [Talents.T_LIGHTNING_BREATH]=3,},
inc_stats = { [Stats.STAT_WIL] = 6, [Stats.STAT_CUN] = 4, [Stats.STAT_STR] = 6, [Stats.STAT_LCK] = 10, },
blind_immune = 0.5,
stun_immune = 0.5,
knockback_immune = 1,
esp = { dragon = 1 },
fatigue = 10,
combat_def = 10,
combat_armor = 14,
fatigue = 16,
resists = {
[DamageType.COLD] = 20,
[DamageType.LIGHTNING] = 20,
[DamageType.FIRE] = 20,
[DamageType.PHYSICAL] = 20,
},
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment