Add BattleNpcSubKind.BattleNpcPart

Adds an enum value (and associated documentation) for `BattleNpcPart`s (otherwise known as "weak spots"), alongside documentation and relevant examples.

Co-authored-by: jeroen -local <jeroen@buelens.com>
This commit is contained in:
AllunEve 2023-05-03 21:17:38 +02:00 committed by GitHub
parent 66f955c87c
commit 59de22b192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,12 @@ public enum BattleNpcSubKind : byte
/// </summary>
None = 0,
///<summary>
/// Weak Spots / Battle NPC parts
/// Eg: Titan's Heart (Naval), Tioman's left and right wing (Sohm Al), Golem Soulstone (The Sunken Temple of Qarn)
/// </summary>
BattleNpcPart = 1,
/// <summary>
/// BattleNpc representing a Pet.
/// </summary>