ModernUO/Projects/UOContent/Items/Weapons/Ranged/LongbowOfMight.cs
2021-08-19 09:12:24 -07:00

11 lines
286 B
C#

namespace Server.Items
{
[Serializable(0)]
public partial class LongbowOfMight : ElvenCompositeLongbow
{
[Constructible]
public LongbowOfMight() => Attributes.WeaponDamage = 5;
public override int LabelNumber => 1073508; // longbow of might
}
}