...
|
...
|
@@ -3422,23 +3422,30 @@ newEntity{ base = "BASE_WHIP", --Thanks Grayswandir! |
3422
|
3422
|
require = { stat = { dex=14 }, },
|
3423
|
3423
|
cost = 150,
|
3424
|
3424
|
rarity = 325,
|
3425
|
|
- level_range = {4, 12},
|
|
3425
|
+ level_range = {40, 50},
|
3426
|
3426
|
metallic = false,
|
3427
|
|
- material_level = 1,
|
|
3427
|
+ material_level = 5,
|
3428
|
3428
|
combat = {
|
3429
|
|
- dam = 19,
|
|
3429
|
+ dam = 55,
|
3430
|
3430
|
apr = 8,
|
3431
|
|
- physcrit = 5,
|
|
3431
|
+ physcrit = 9,
|
3432
|
3432
|
dammod = {dex=1},
|
3433
|
|
- melee_project={[DamageType.BLEED] = 15},
|
|
3433
|
+ melee_project={[DamageType.BLEED] = 30},
|
3434
|
3434
|
burst_on_crit = {
|
3435
|
|
- [DamageType.BLEED] = 20,
|
|
3435
|
+ [DamageType.BLEED] = 50,
|
3436
|
3436
|
},
|
3437
|
|
- talent_on_hit = { [Talents.T_BONE_GRAB] = {level=1, chance=20} },
|
|
3437
|
+ talent_on_hit = { [Talents.T_BONE_GRAB] = {level=3, chance=10}, [Talents.T_BONE_SPEAR] = {level=4, chance=20} },
|
|
3438
|
+
|
3438
|
3439
|
},
|
3439
|
|
- max_power = 24, power_regen = 1,
|
3440
|
|
- use_talent = { id = Talents.T_BONE_NOVA, level = 2, power = 24 },
|
3441
|
|
- talent_on_spell = { {chance=10, talent=Talents.T_BONE_SPEAR, level=2} },
|
|
3440
|
+ wielder = {
|
|
3441
|
+ combat_def = 12,
|
|
3442
|
+ combat_spellpower = 4,
|
|
3443
|
+ combat_physspeed = 0.1,
|
|
3444
|
+ talents_types_mastery = { ["corruption/bone"] = 0.25, },
|
|
3445
|
+ },
|
|
3446
|
+ max_power = 20, power_regen = 1,
|
|
3447
|
+ use_talent = { id = Talents.T_BONE_NOVA, level = 4, power = 20 },
|
|
3448
|
+ talent_on_spell = { {chance=10, talent=Talents.T_BONE_SPEAR, level=4} },
|
3442
|
3449
|
}
|
3443
|
3450
|
|
3444
|
3451
|
newEntity{ base = "BASE_MINDSTAR",
|
...
|
...
|
@@ -3447,7 +3454,7 @@ newEntity{ base = "BASE_MINDSTAR", |
3447
|
3454
|
name = "Core of the Forge", image = "object/artifact/core_of_the_forge.png",
|
3448
|
3455
|
unided_name = "fiery mindstar",
|
3449
|
3456
|
level_range = {38, 50},
|
3450
|
|
- color=colors.RED, image = "object/artifact/nexus_of_the_way.png",
|
|
3457
|
+ color=colors.RED,
|
3451
|
3458
|
rarity = 350,
|
3452
|
3459
|
desc = [[This blazing hot mindstar beats rhythmically, releasing a burst of heat with each strike.]],
|
3453
|
3460
|
cost = 280,
|
...
|
...
|
@@ -3461,7 +3468,7 @@ newEntity{ base = "BASE_MINDSTAR", |
3461
|
3468
|
damtype = DamageType.DREAMFORGE,
|
3462
|
3469
|
},
|
3463
|
3470
|
wielder = {
|
3464
|
|
- combat_mindpower = 14,
|
|
3471
|
+ combat_mindpower = 15,
|
3465
|
3472
|
combat_mindcrit = 8,
|
3466
|
3473
|
combat_atk=10,
|
3467
|
3474
|
combat_dam=10,
|
...
|
...
|
@@ -3591,7 +3598,7 @@ newEntity{ base = "BASE_ARROW", --Thanks Grayswandir! |
3591
|
3598
|
power_source = {arcane=true},
|
3592
|
3599
|
unique = true,
|
3593
|
3600
|
name = "Void Quiver",
|
3594
|
|
- unided_name = "etheral quiver",
|
|
3601
|
+ unided_name = "ethereal quiver",
|
3595
|
3602
|
desc = [[An endless supply of arrows lay within this deep black quiver. Tiny white lights dot its surface.]],
|
3596
|
3603
|
color = colors.BLUE, image = "object/artifact/void_quiver.png",
|
3597
|
3604
|
level_range = {35, 50},
|
...
|
...
|
@@ -3605,7 +3612,7 @@ newEntity{ base = "BASE_ARROW", --Thanks Grayswandir! |
3605
|
3612
|
dam = 45,
|
3606
|
3613
|
apr = 30, --No armor can stop the void
|
3607
|
3614
|
physcrit = 6,
|
3608
|
|
- dammod = {dex=0.7, str=0.5},
|
|
3615
|
+ dammod = {dex=0.7, str=0.5, mag=0.1,},
|
3609
|
3616
|
damtype = DamageType.VOID,
|
3610
|
3617
|
talent_on_hit = { [Talents.T_QUANTUM_SPIKE] = {level=1, chance=10}, [Talents.T_TEMPORAL_CLONE] = {level=1, chance=5} },
|
3611
|
3618
|
},
|
...
|
...
|
@@ -5440,7 +5447,7 @@ newEntity{ base = "BASE_LONGSWORD", |
5440
|
5447
|
local Talents = require "engine.interface.ActorTalents"
|
5441
|
5448
|
o.running=true
|
5442
|
5449
|
if target:canBe("instakill") then
|
5443
|
|
- who:forceUseTalent(Talents.T_DEVOUR, {ignore_cd=true, ignore_energy=true, force_target=target, force_level=4, ignore_ressources=true})
|
|
5450
|
+ who:forceUseTalent(Talents.T_SWALLOW, {ignore_cd=true, ignore_energy=true, force_target=target, force_level=4, ignore_ressources=true})
|
5444
|
5451
|
end
|
5445
|
5452
|
o.running=false
|
5446
|
5453
|
end},
|
...
|
...
|
|