Skip to content

Commit 42e1031

Browse files
mateokladaricLocalIdentity
andauthored
Fix Artillery Ballista missing skill part name (#1660)
* Add Bolt string literal to damage source from Artillery * Add name to export --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 7639d99 commit 42e1031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Skills/act_str.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ skills["ArtilleryBallistaPlayer"] = {
10281028
}
10291029
}
10301030
skills["ArtilleryBallistaProjectilePlayer"] = {
1031-
name = "",
1031+
name = "Ballista Bolt",
10321032
hidden = true,
10331033
skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Sustained] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.UsedByTotem] = true, [SkillType.AttackInPlace] = true, },
10341034
weaponTypes = {

src/Export/Skills/act_str.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ addFlags = {
5757
#mods
5858
#skillEnd
5959

60-
#skill ArtilleryBallistaProjectilePlayer
60+
#skill ArtilleryBallistaProjectilePlayer Ballista Bolt
6161
#set ArtilleryBallistaProjectilePlayer
6262
#flags attack area projectile totem
6363
#mods

0 commit comments

Comments
 (0)