Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | /**
* @packageDocumentation
* @module ErBsClient
**/
export enum MetaTypes {
ActionCost = 'ActionCost',
Area = 'Area',
AreaSound = 'AreaSound',
BotAiModel = 'BotAiModel',
BotCraft = 'BotCraft',
BotMastery = 'BotMastery',
BotNickName = 'BotNickName',
BotSkillBuild = 'BotSkillBuild',
BulletCapacity = 'BulletCapacity',
Character = 'Character',
CharacterAttributes = 'CharacterAttributes',
CharacterExp = 'CharacterExp',
CharacterLevelUpStat = 'CharacterLevelUpStat',
CharacterMastery = 'CharacterMastery',
CharacterModeModifier = 'CharacterModeModifier',
CharacterState = 'CharacterState',
CharacterStateGroup = 'CharacterStateGroup',
CharacterVoice = 'CharacterVoice',
CharacterVoiceRandomCount = 'CharacterVoiceRandomCount',
Collectible = 'Collectible',
ControlTypeUse = 'ControlTypeUse',
CriticalChance = 'CriticalChance',
DropGroup = 'DropGroup',
EffectAndSound = 'EffectAndSound',
Emotion = 'Emotion',
FootStep = 'FootStep',
GameRankExp = 'GameRankExp',
HookLineProjectile = 'HookLineProjectile',
HowToFindItem = 'HowToFindItem',
ItemArmor = 'ItemArmor',
ItemConsumable = 'ItemConsumable',
ItemMisc = 'ItemMisc',
ItemSearchOption = 'ItemSearchOption',
ItemSpawn = 'ItemSpawn',
ItemSpecial = 'ItemSpecial',
ItemWeapon = 'ItemWeapon',
KeyText = 'KeyText',
Level = 'Level',
MasteryExp = 'MasteryExp',
MasteryLevel = 'MasteryLevel',
MatchingQueueTier = 'MatchingQueueTier',
Mission = 'Mission',
Monster = 'Monster',
MonsterLevelUpStat = 'MonsterLevelUpStat',
MonsterSpawnLevel = 'MonsterSpawnLevel',
NaviCollectAndHunt = 'NaviCollectAndHunt',
NearByArea = 'NearByArea',
Noise = 'Noise',
PreMadeTeamTierRestrict = 'PreMadeTeamTierRestrict',
ProductAsset = 'ProductAsset',
ProductCharacter = 'ProductCharacter',
ProductInstant = 'ProductInstant',
ProjectileSetting = 'ProjectileSetting',
RecommendedArea = 'RecommendedArea',
RecommendedItemList = 'RecommendedItemList',
RecommendedList = 'RecommendedList',
RestrictedArea = 'RestrictedArea',
Reward = 'Reward',
RewardItem = 'RewardItem',
SecurityConsolEvent = 'SecurityConsolEvent',
ServerRegion = 'ServerRegion',
Skill = 'Skill',
SkillEvolution = 'SkillEvolution',
SkillEvolutionPoint = 'SkillEvolutionPoint',
SkillExtension = 'SkillExtension',
SkillGroup = 'SkillGroup',
SoundGroup = 'SoundGroup',
StartItem = 'StartItem',
SummonObject = 'SummonObject',
TimeOfDay = 'TimeOfDay',
TutorialReward = 'TutorialReward',
WeaponAnimatorLayers = 'WeaponAnimatorLayers',
WeaponMount = 'WeaponMount',
WeaponRoute = 'WeaponRoute',
WeaponTypeInfo = 'WeaponTypeInfo'
}
|