te
This commit is contained in:
parent
01151e679b
commit
57b2f0400e
265 changed files with 22828 additions and 6 deletions
87
Unused/Decal.Interop.Core/eSkill.cs
Normal file
87
Unused/Decal.Interop.Core/eSkill.cs
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
using System.Security;
|
||||
|
||||
namespace Decal.Interop.Core;
|
||||
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
public enum eSkill
|
||||
{
|
||||
eCurrentMeleeDefense = 6,
|
||||
eCurrentMissileDefense = 7,
|
||||
eCurrentArcaneLore = 14,
|
||||
eCurrentMagicDefense = 15,
|
||||
eCurrentManaConversion = 16,
|
||||
eCurrentItemTinkering = 18,
|
||||
eCurrentAssessPerson = 19,
|
||||
eCurrentDeception = 20,
|
||||
eCurrentHealing = 21,
|
||||
eCurrentJump = 22,
|
||||
eCurrentLockpick = 23,
|
||||
eCurrentRun = 24,
|
||||
eCurrentAssessCreature = 27,
|
||||
eCurrentWeaponTinkering = 28,
|
||||
eCurrentArmorTinkering = 29,
|
||||
eCurrentMagicItemTinkering = 30,
|
||||
eCurrentCreatureEnchantment = 31,
|
||||
eCurrentItemEnchantment = 32,
|
||||
eCurrentLifeMagic = 33,
|
||||
eCurrentWarMagic = 34,
|
||||
eCurrentLeadership = 35,
|
||||
eCurrentLoyalty = 36,
|
||||
eCurrentFletchingSkill = 37,
|
||||
eCurrentAlchemySkill = 38,
|
||||
eCurrentCookingSkill = 39,
|
||||
eCurrentSkillSalvaging = 40,
|
||||
eCurrentTwoHandedCombat = 41,
|
||||
eCurrentGearcraft = 42,
|
||||
eCurrentVoidMagic = 43,
|
||||
eCurrentHeavyWeapons = 44,
|
||||
eCurrentLightWeapons = 45,
|
||||
eCurrentFinesseWeapons = 46,
|
||||
eCurrentMissileWeapons = 47,
|
||||
eCurrentShield = 48,
|
||||
eCurrentDualWield = 49,
|
||||
eCurrentRecklessness = 50,
|
||||
eCurrentSneakAttack = 51,
|
||||
eCurrentDirtyFighting = 52,
|
||||
eCurrentSummoning = 54,
|
||||
eBaseMeleeDefense = 56,
|
||||
eBaseMissileDefense = 57,
|
||||
eBaseArcaneLore = 64,
|
||||
eBaseMagicDefense = 65,
|
||||
eBaseManaConversion = 66,
|
||||
eBaseItemTinkering = 68,
|
||||
eBaseAssessPerson = 69,
|
||||
eBaseDeception = 70,
|
||||
eBaseHealing = 71,
|
||||
eBaseJump = 72,
|
||||
eBaseLockpick = 73,
|
||||
eBaseRun = 74,
|
||||
eBaseAssessCreature = 77,
|
||||
eBaseWeaponTinkering = 78,
|
||||
eBaseArmorTinkering = 79,
|
||||
eBaseMagicItemTinkering = 80,
|
||||
eBaseCreatureEnchantment = 81,
|
||||
eBaseItemEnchantment = 82,
|
||||
eBaseLifeMagic = 83,
|
||||
eBaseWarMagic = 84,
|
||||
eBaseLeadership = 85,
|
||||
eBaseLoyalty = 86,
|
||||
eBaseFletchingSkill = 87,
|
||||
eBaseAlchemySkill = 88,
|
||||
eBaseCookingSkill = 89,
|
||||
eBaseSkillSalvaging = 90,
|
||||
eBaseTwoHandedCombat = 91,
|
||||
eBaseGearcraft = 92,
|
||||
eBaseVoidMagic = 93,
|
||||
eBaseHeavyWeapons = 94,
|
||||
eBaseLightWeapons = 95,
|
||||
eBaseFinesseWeapons = 96,
|
||||
eBaseMissileWeapons = 97,
|
||||
eBaseShield = 98,
|
||||
eBaseDualWield = 99,
|
||||
eBaseRecklessness = 100,
|
||||
eBaseSneakAttack = 101,
|
||||
eBaseDirtyFighting = 102,
|
||||
eBaseSummoning = 104,
|
||||
eSkill_DWORD = int.MaxValue
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue