mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
({
|
|
UnlockGroup(Weapon(Sword)): {General(HealthIncrease): Some(1)},
|
|
UnlockGroup(Weapon(Axe)): {General(HealthIncrease): Some(1)},
|
|
UnlockGroup(Weapon(Hammer)): {General(HealthIncrease): Some(1)},
|
|
UnlockGroup(Weapon(Bow)): {General(HealthIncrease): Some(1)},
|
|
UnlockGroup(Weapon(Staff)): {General(HealthIncrease): Some(1)},
|
|
UnlockGroup(Weapon(Sceptre)): {General(HealthIncrease): Some(1)},
|
|
Sword(SDamage): {Sword(SUnlockSpin): None},
|
|
Sword(SSpeed): {Sword(SUnlockSpin): None},
|
|
Sword(SCost): {Sword(SUnlockSpin): None},
|
|
Sword(SSpins): {Sword(SUnlockSpin): None},
|
|
Sword(DDrain): {Sword(DDamage): Some(1)},
|
|
Sword(DCost): {Sword(DDamage): Some(1)},
|
|
Sword(DSpeed): {Sword(DDamage): Some(1)},
|
|
Sword(DInfinite): {Sword(DDamage): Some(1)},
|
|
Sword(DScaling): {Sword(DDamage): Some(1)},
|
|
Sword(TsDamage): {Sword(TsCombo): None},
|
|
Sword(TsRegen): {Sword(TsCombo): None},
|
|
Sword(TsSpeed): {Sword(TsCombo): None},
|
|
Axe(DsDamage): {Axe(DsCombo): None},
|
|
Axe(DsSpeed): {Axe(DsCombo): None},
|
|
Axe(DsRegen): {Axe(DsCombo): None},
|
|
Axe(SHelicopter): {Axe(SInfinite): None},
|
|
Axe(SDamage): {Axe(SInfinite): None},
|
|
Axe(SSpeed): {Axe(SInfinite): None},
|
|
Axe(SCost): {Axe(SInfinite): None},
|
|
Axe(LDamage): {Axe(LUnlockLeap): None},
|
|
Axe(LKnockback): {Axe(LUnlockLeap): None},
|
|
Axe(LCost): {Axe(LUnlockLeap): None},
|
|
Axe(LDistance): {Axe(LUnlockLeap): None},
|
|
Hammer(SsDamage): {Hammer(SsKnockback): Some(1)},
|
|
Hammer(SsRegen): {Hammer(SsKnockback): Some(1)},
|
|
Hammer(SsSpeed): {Hammer(SsKnockback): Some(1)},
|
|
Hammer(CDamage): {Hammer(CKnockback): Some(1)},
|
|
Hammer(CDrain): {Hammer(CKnockback): Some(1)},
|
|
Hammer(CSpeed): {Hammer(CKnockback): Some(1)},
|
|
Hammer(LDamage): {Hammer(LUnlockLeap): None},
|
|
Hammer(LCost): {Hammer(LUnlockLeap): None},
|
|
Hammer(LDistance): {Hammer(LUnlockLeap): None},
|
|
Hammer(LKnockback): {Hammer(LUnlockLeap): None},
|
|
Hammer(LRange): {Hammer(LUnlockLeap): None},
|
|
}) |