primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
8
veloren/assets/common/skillset/preset/rank2/axe.ron
Normal file
8
veloren/assets/common/skillset/preset/rank2/axe.ron
Normal file
@@ -0,0 +1,8 @@
|
||||
([
|
||||
Group(Weapon(Axe)),
|
||||
|
||||
Skill((Axe(BrutalSwing), 1)),
|
||||
Skill((Axe(Rake), 1)),
|
||||
Skill((Axe(SkullBash), 1)),
|
||||
|
||||
])
|
||||
17
veloren/assets/common/skillset/preset/rank2/bow.ron
Normal file
17
veloren/assets/common/skillset/preset/rank2/bow.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
([
|
||||
Group(Weapon(Bow)),
|
||||
|
||||
// Projectile Speed
|
||||
Skill((Bow(ProjSpeed), 1)),
|
||||
|
||||
// Charged
|
||||
Skill((Bow(CDamage), 1)),
|
||||
Skill((Bow(CKnockback), 1)),
|
||||
Skill((Bow(CSpeed), 1)),
|
||||
Skill((Bow(CRegen), 1)),
|
||||
|
||||
// Repeater
|
||||
Skill((Bow(RDamage), 1)),
|
||||
Skill((Bow(RCost), 1)),
|
||||
|
||||
])
|
||||
@@ -0,0 +1,9 @@
|
||||
([
|
||||
Tree("common.skillset.preset.rank2.axe"),
|
||||
Tree("common.skillset.preset.rank2.bow"),
|
||||
Tree("common.skillset.preset.rank2.general"),
|
||||
Tree("common.skillset.preset.rank2.hammer"),
|
||||
Tree("common.skillset.preset.rank2.sceptre"),
|
||||
Tree("common.skillset.preset.rank2.staff"),
|
||||
Tree("common.skillset.preset.rank2.sword"),
|
||||
])
|
||||
2
veloren/assets/common/skillset/preset/rank2/general.ron
Normal file
2
veloren/assets/common/skillset/preset/rank2/general.ron
Normal file
@@ -0,0 +1,2 @@
|
||||
([
|
||||
])
|
||||
16
veloren/assets/common/skillset/preset/rank2/hammer.ron
Normal file
16
veloren/assets/common/skillset/preset/rank2/hammer.ron
Normal file
@@ -0,0 +1,16 @@
|
||||
([
|
||||
Group(Weapon(Hammer)),
|
||||
|
||||
// Single Strike, as single as you are
|
||||
Skill((Hammer(SsKnockback), 1)),
|
||||
Skill((Hammer(SsDamage), 2)),
|
||||
Skill((Hammer(SsRegen), 1)),
|
||||
Skill((Hammer(SsSpeed), 1)),
|
||||
|
||||
// Charged
|
||||
Skill((Hammer(CDamage), 1)),
|
||||
Skill((Hammer(CKnockback), 1)),
|
||||
Skill((Hammer(CDrain), 1)),
|
||||
Skill((Hammer(CSpeed), 1)),
|
||||
|
||||
])
|
||||
16
veloren/assets/common/skillset/preset/rank2/sceptre.ron
Normal file
16
veloren/assets/common/skillset/preset/rank2/sceptre.ron
Normal file
@@ -0,0 +1,16 @@
|
||||
([
|
||||
Group(Weapon(Sceptre)),
|
||||
|
||||
// Beam
|
||||
Skill((Sceptre(LDamage), 1)),
|
||||
Skill((Sceptre(LRange), 1)),
|
||||
Skill((Sceptre(LLifesteal), 1)),
|
||||
Skill((Sceptre(LRegen), 1)),
|
||||
|
||||
// Heal
|
||||
Skill((Sceptre(HHeal), 1)),
|
||||
Skill((Sceptre(HDuration), 1)),
|
||||
Skill((Sceptre(HRange), 1)),
|
||||
Skill((Sceptre(HCost), 1)),
|
||||
|
||||
])
|
||||
13
veloren/assets/common/skillset/preset/rank2/staff.ron
Normal file
13
veloren/assets/common/skillset/preset/rank2/staff.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
([
|
||||
Group(Weapon(Staff)),
|
||||
|
||||
// Fireball
|
||||
Skill((Staff(BDamage), 2)),
|
||||
Skill((Staff(BRegen), 2)),
|
||||
Skill((Staff(BRadius), 1)),
|
||||
|
||||
// Flamethrower
|
||||
Skill((Staff(FRange), 2)),
|
||||
Skill((Staff(FDamage), 2)),
|
||||
|
||||
])
|
||||
9
veloren/assets/common/skillset/preset/rank2/sword.ron
Normal file
9
veloren/assets/common/skillset/preset/rank2/sword.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
([
|
||||
Group(Weapon(Sword)),
|
||||
Skill((Sword(CrescentSlash), 1)),
|
||||
Skill((Sword(Cascade), 1)),
|
||||
Skill((Sword(CrossCut), 1)),
|
||||
Skill((Sword(Skewer), 1)),
|
||||
Skill((Sword(FellStrike), 1)),
|
||||
Skill((Sword(Finisher), 1)),
|
||||
])
|
||||
Reference in New Issue
Block a user