First commit
This commit is contained in:
commit
5b48414900
263 changed files with 24830 additions and 0 deletions
5
sources/Perks/Berserker/Skills/NiceSkillZerkBrawler.uc
Normal file
5
sources/Perks/Berserker/Skills/NiceSkillZerkBrawler.uc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class NiceSkillZerkBrawler extends NiceSkill
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
SkillName="Brawler"
SkillEffects="Clots can't grab you."
|
||||
}
|
||||
6
sources/Perks/Berserker/Skills/NiceSkillZerkCleave.uc
Normal file
6
sources/Perks/Berserker/Skills/NiceSkillZerkCleave.uc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkCleave extends NiceSkill
|
||||
abstract;
|
||||
var float bonusDegrees;
|
||||
defaultproperties
|
||||
{
bonusDegrees=0.523599
SkillName="Cleave"
SkillEffects="Add 30 degrees to wide attacks with melee weapons."
|
||||
}
|
||||
6
sources/Perks/Berserker/Skills/NiceSkillZerkColossus.uc
Normal file
6
sources/Perks/Berserker/Skills/NiceSkillZerkColossus.uc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkColossus extends NiceSkill
|
||||
abstract;
|
||||
var float timeBonus;
|
||||
defaultproperties
|
||||
{
timeBonus=1.000000
SkillName="Colossus"
SkillEffects="Invincibility period lasts 1 second longer."
|
||||
}
|
||||
6
sources/Perks/Berserker/Skills/NiceSkillZerkFury.uc
Normal file
6
sources/Perks/Berserker/Skills/NiceSkillZerkFury.uc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkFury extends NiceSkill
|
||||
abstract;
|
||||
var float attackSpeedBonus;
|
||||
defaultproperties
|
||||
{
attackSpeedBonus=1.500000
SkillName="Fury"
SkillEffects="Attack 50% faster during invincibility."
|
||||
}
|
||||
6
sources/Perks/Berserker/Skills/NiceSkillZerkGunzerker.uc
Normal file
6
sources/Perks/Berserker/Skills/NiceSkillZerkGunzerker.uc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkGunzerker extends NiceSkill
|
||||
abstract;
|
||||
var float cooldown;
|
||||
defaultproperties
|
||||
{
cooldown=-2.000000
SkillName="Gunzerker"
SkillEffects="You're able to activate melee-invincibility with non-melee headshots, but your misses are punished by a 2 second cooldown, during which you cannot activate invincibility."
|
||||
}
|
||||
6
sources/Perks/Berserker/Skills/NiceSkillZerkUndead.uc
Normal file
6
sources/Perks/Berserker/Skills/NiceSkillZerkUndead.uc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkUndead extends NiceSkill
|
||||
abstract;
|
||||
var int addedSafeMisses;
|
||||
defaultproperties
|
||||
{
addedSafeMisses=1
SkillName="Undead"
SkillEffects="Get additional safe melee-miss during invincibility period."
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkVorpalBlade extends NiceSkill
|
||||
abstract;
|
||||
var float damageBonus;
|
||||
defaultproperties
|
||||
{
damageBonus=2.000000
SkillName="Vorpal blade"
SkillEffects="Your head-shot deals double damage on your first invincibility extension against the zed."
|
||||
}
|
||||
5
sources/Perks/Berserker/Skills/NiceSkillZerkWhirlwind.uc
Normal file
5
sources/Perks/Berserker/Skills/NiceSkillZerkWhirlwind.uc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class NiceSkillZerkWhirlwind extends NiceSkill
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
SkillName="Whirlwind"
SkillEffects="Move twice as fast during invincibility."
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
class NiceSkillZerkWindCutter extends NiceSkill
|
||||
abstract;
|
||||
var float rangeBonus;
|
||||
defaultproperties
|
||||
{
rangeBonus=1.500000
SkillName="Wind cutter"
SkillEffects="Increase your reach with melee-weapons by 50%."
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class NiceSkillZerkZEDAccelerate extends NiceSkill
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
SkillName="Accelerate"
SkillEffects="Move and attack at the same speed during zed-time."
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class NiceSkillZerkZEDUnbreakable extends NiceSkill
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
SkillName="Unbreakable"
SkillEffects="You resist all damage during zed time."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue