1...
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#loader mixin
|
||||
|
||||
// Perk effectiveness (Alcara, focus)
|
||||
static perkEff_AlcaraFocus0 as float = 1.1f;
|
||||
static perkEff_AlcaraFocus1 as float = 1.1f;
|
||||
static perkEff_AlcaraFocus0 as float = 1.03f;
|
||||
static perkEff_AlcaraFocus1 as float = 1.03f;
|
||||
|
||||
// Armor (Armara, outer-most ring)
|
||||
static armor_ArmaraOuter as float = 0.01f;
|
||||
@@ -38,8 +38,10 @@ static damage_Rampage1 as float = 0.06f;
|
||||
|
||||
// Near Sniper
|
||||
static crit_Sniper as float = 1.2f;
|
||||
static damage_Sniper as float = 1.02f;
|
||||
// Precision
|
||||
static crit_Precision as float = 1.2f;
|
||||
static damage_Precision as float = 1.02f;
|
||||
// Discidia root
|
||||
static crit_DiscidiaRoot as float = 4.0f;
|
||||
static damage_rootDiscidia0 as float = 0.03f;
|
||||
@@ -47,6 +49,12 @@ static damage_rootDiscidia1 as float = 0.03f;
|
||||
|
||||
// Evorsio root
|
||||
static damage_rootEvorsio as float = 0.07f;
|
||||
// Evorsio Outer
|
||||
static perkEff_EvorsioOuter0 as float = 1.01f;
|
||||
static perkEff_EvorsioOuter1 as float = 1.01f;
|
||||
// Evorsio Branch
|
||||
static atkSpeed_EvorsioBranch0 as float = 1.05f;
|
||||
|
||||
|
||||
|
||||
// Damage, Discidia Key
|
||||
@@ -55,16 +63,22 @@ static crit_dst_damage1 as float = 0.6f;
|
||||
static crit_dst_damage2 as float = 0.6f;
|
||||
static crit_dst_damage3 as float = 0.6f;
|
||||
|
||||
// Discidia Branch
|
||||
static damage_DiscidiaBranch0 as float = 0.05f;
|
||||
static damage_DiscidiaBranch1 as float = 0.07f;
|
||||
|
||||
|
||||
|
||||
// Damage (Discidia, outer-most ring)
|
||||
static damage_DiscidiaOuter as float = 0.01f;
|
||||
static crit_cullDiscidiaOuter as float = 0.05f;
|
||||
|
||||
// Perk effectiveness (tiered)
|
||||
static perkEff_major as float = 0.2f;
|
||||
static perkEff_t1 as float = 0.04f;
|
||||
static perkEff_t2 as float = 0.03f;
|
||||
static perkEff_t3 as float = 0.025f;
|
||||
static perkEff_t4 as float = 0.02f;
|
||||
static perkEff_major as float = 0.08f;
|
||||
static perkEff_t1 as float = 0.035f;
|
||||
static perkEff_t2 as float = 0.025f;
|
||||
static perkEff_t3 as float = 0.02f;
|
||||
static perkEff_t4 as float = 0.015f;
|
||||
|
||||
// Perk effectiveness (Vorux, focus)
|
||||
static perkEff_VoruxFocus0 as float = 0.1f;
|
||||
@@ -75,7 +89,15 @@ static damage_meleeMulti as float = 1.03f;
|
||||
static crit_meleeMulti as float = 0.2f;
|
||||
|
||||
// Discidia damage medium
|
||||
static damage_medDiscidia0 as float = 0.05f;
|
||||
static damage_medDiscidia1 as float = 0.05f;
|
||||
static damage_medDiscidia0 as float = 0.03f;
|
||||
static damage_medDiscidia1 as float = 0.03f;
|
||||
|
||||
// Aevitas outer
|
||||
static perkEff_AevitasOuter0 as float = 1.01f;
|
||||
static perkEff_AevitasOuter1 as float = 1.01f;
|
||||
|
||||
// Vicio key
|
||||
static atkSpeed_VicioKey0 as float = 0.03f;
|
||||
static atkSpeed_VicioKey1 as float = 0.04f;
|
||||
static atkSpeed_VicioKey2 as float = 0.10f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user