9911 lines
361 KiB
Lua
9911 lines
361 KiB
Lua
XTable = {
|
|
XTableInfo = {
|
|
Name = {ValueType = "string"},
|
|
Sha1 = {ValueType = "string"},
|
|
},
|
|
XTableConfig = {
|
|
Key = {ValueType = "string"},
|
|
Type = {ValueType = "string"},
|
|
Value = {ValueType = "string"},
|
|
},
|
|
XTableServerInfo = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
State = {ValueType = "int"},
|
|
LoginUrl = {ValueType = "string"},
|
|
},
|
|
XTableCodeText = {
|
|
Id = {ValueType = "int"},
|
|
Key = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
},
|
|
XTableText = {
|
|
Key = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
},
|
|
XTableGmText = {
|
|
Key = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
},
|
|
XTableCode = {
|
|
Code = {ValueType = "string"},
|
|
},
|
|
XTableGuideGroup = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Ignore = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
GuideType = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
CompleteId = {ValueType = "int"},
|
|
ActiveUi = {ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
},
|
|
XTableGuideStep = {
|
|
Id = {ValueType = "int"},
|
|
NextStep = {ValueType = "int"},
|
|
Mask = {ValueType = "int"},
|
|
ConditionType = {ValueType = "int"},
|
|
ConditionParam = {ValueType = "string"},
|
|
CompleteType = {ValueType = "int"},
|
|
CompleteParam = {ValueType = "string"},
|
|
Effect = {ValueType = "string"},
|
|
Arrow = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
IsFlow = {Type = 1, ValueType = "int"},
|
|
FlowParam = {Type = 1, ValueType = "string"},
|
|
ListIndex = {Type = 1, ValueType = "int"},
|
|
Target = {Type = 1, ValueType = "string"},
|
|
Record = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
IconPos = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
},
|
|
XTableGuideFightStep = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
DescriptionType = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
NeedSendCommonClick = {ValueType = "bool"},
|
|
OffsetY = {ValueType = "float"},
|
|
IsMask = {ValueType = "bool"},
|
|
MaskTarget = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
UiType = {ValueType = "int"},
|
|
ClickKey = {ValueType = "string"},
|
|
NeedSendCommonClick = {ValueType = "bool"},
|
|
},
|
|
XTableFightTalkOption = {
|
|
Id = {ValueType = "int"},
|
|
Option1 = {ValueType = "string"},
|
|
Option2 = {ValueType = "string"},
|
|
Option3 = {ValueType = "string"},
|
|
Option4 = {ValueType = "string"},
|
|
TimeToEnd = {ValueType = "int"},
|
|
},
|
|
XTableGuideFight = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
NpcId = {Type = 1, ValueType = "int"},
|
|
Weapon = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableGuideComplete = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNpc = {
|
|
Id = {ValueType = "int"},
|
|
UiResId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Kind = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
UseShadowMesh = {ValueType = "bool"},
|
|
ShadowQuadScale = {ValueType = "float"},
|
|
ModelId = {ValueType = "string"},
|
|
ColliderType = {ValueType = "int"},
|
|
PolygonId = {ValueType = "int"},
|
|
BodyRadius = {ValueType = "fix"},
|
|
HitRadius = {ValueType = "float"},
|
|
BaseHeight = {ValueType = "float"},
|
|
CameraCollideRadius = {ValueType = "float"},
|
|
MoveUseFaceDir = {ValueType = "bool"},
|
|
AttribId = {ValueType = "int"},
|
|
AttribType = {ValueType = "int"},
|
|
PromotedId = {ValueType = "int"},
|
|
AttackSkillId = {ValueType = "int"},
|
|
DodgeSkillId = {ValueType = "int"},
|
|
ModelScale = {ValueType = "float"},
|
|
EffectScale = {ValueType = "float"},
|
|
MissileScale = {ValueType = "fix"},
|
|
OffsetScale = {ValueType = "fix"},
|
|
CatchType = {ValueType = "int"},
|
|
BossHp = {ValueType = "bool"},
|
|
HpWdigetCount = {ValueType = "int"},
|
|
HpWidgetHeight = {ValueType = "float"},
|
|
HpWidgetType = {ValueType = "int"},
|
|
RollCharHeight = {ValueType = "float"},
|
|
HasRunTilt = {ValueType = "bool"},
|
|
HasSprintTilt = {ValueType = "bool"},
|
|
HasRunToStand = {ValueType = "bool"},
|
|
HasSprintToStand = {ValueType = "bool"},
|
|
HasRunStart = {ValueType = "bool"},
|
|
HasStandTransition = {ValueType = "bool"},
|
|
HasSquatState = {ValueType = "bool"},
|
|
HasSprintState = {ValueType = "bool"},
|
|
WalkMotionOffset = {ValueType = "bool"},
|
|
RunMotionOffset = {ValueType = "bool"},
|
|
SquatMotionOffset = {ValueType = "bool"},
|
|
SprintMotionOffset = {ValueType = "bool"},
|
|
BeHitInterval = {ValueType = "fix"},
|
|
LieOnFloorTime = {ValueType = "fix"},
|
|
StandUpImmuneHitTime = {ValueType = "fix"},
|
|
StandUpTailTime = {ValueType = "fix"},
|
|
MaxHitValue = {ValueType = "int"},
|
|
DeathTime = {ValueType = "fix"},
|
|
NoThreat = {ValueType = "bool"},
|
|
NotToThreatTarget = {ValueType = "bool"},
|
|
CollisionPriority = {ValueType = "int"},
|
|
IgnoreCollisionToNpc = {ValueType = "bool"},
|
|
IgnoreCollisionFromNpc = {ValueType = "bool"},
|
|
ForceSqueezeOut = {ValueType = "bool"},
|
|
RobotBornMagic = {Type = 1, ValueType = "int"},
|
|
BornMagic = {Type = 1, ValueType = "int"},
|
|
DeathMagic = {Type = 1, ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
Ball = {ValueType = "string"},
|
|
RandomBall = {ValueType = "string"},
|
|
ImmuneHitLevel = {ValueType = "int"},
|
|
},
|
|
XTableNpcRes = {
|
|
Id = {ValueType = "int"},
|
|
ModelId = {ValueType = "string"},
|
|
HeadImageName = {ValueType = "string"},
|
|
},
|
|
XTableNieRNpc = {
|
|
Id = {ValueType = "int"},
|
|
AutoStateMachine = {ValueType = "bool"},
|
|
ShowEffect = {Type = 1, ValueType = "string"},
|
|
HideEffect = {Type = 1, ValueType = "string"},
|
|
SwitchDelay = {Type = 1, ValueType = "float"},
|
|
},
|
|
XTableModel = {
|
|
Id = {ValueType = "string"},
|
|
ModelPath = {ValueType = "string"},
|
|
LowModelPath = {ValueType = "string"},
|
|
ControllerPath = {ValueType = "string"},
|
|
DisplayControllerPath = {ValueType = "string"},
|
|
UiDefaultAnimationPath = {ValueType = "string"},
|
|
},
|
|
XTableUiModel = {
|
|
Id = {ValueType = "string"},
|
|
ModelPath = {ValueType = "string"},
|
|
LowModelPath = {ValueType = "string"},
|
|
ControllerPath = {ValueType = "string"},
|
|
DisplayControllerPath = {ValueType = "string"},
|
|
UiDefaultAnimationPath = {ValueType = "string"},
|
|
FashionControllerPath = {ValueType = "string"},
|
|
},
|
|
XTableSummonedNpcModel = {
|
|
NpcId = {ValueType = "int"},
|
|
MasterModelId = {ValueType = "string"},
|
|
ModelId = {ValueType = "string"},
|
|
},
|
|
XTableNpcAttrib = {
|
|
Id = {ValueType = "int"},
|
|
Life = {ValueType = "fix"},
|
|
Energy = {ValueType = "fix"},
|
|
RunSpeed = {ValueType = "fix"},
|
|
SprintSpeed = {ValueType = "fix"},
|
|
WalkSpeed = {ValueType = "fix"},
|
|
TurnRoundSpeed = {ValueType = "fix"},
|
|
BallInterval = {ValueType = "fix"},
|
|
DamageNormalImmunity = {ValueType = "fix"},
|
|
DamageMagicImmunity = {ValueType = "fix"},
|
|
AntiDamageNormalImmunity = {ValueType = "fix"},
|
|
AntiDamageMagicImmunity = {ValueType = "fix"},
|
|
AttackNormal = {ValueType = "fix"},
|
|
AttackMagic1 = {ValueType = "fix"},
|
|
AttackMagic2 = {ValueType = "fix"},
|
|
AttackMagic3 = {ValueType = "fix"},
|
|
AttackMagic4 = {ValueType = "fix"},
|
|
AntiAttackNormal = {ValueType = "fix"},
|
|
AntiAttackMagic1 = {ValueType = "fix"},
|
|
AntiAttackMagic2 = {ValueType = "fix"},
|
|
AntiAttackMagic3 = {ValueType = "fix"},
|
|
AntiAttackMagic4 = {ValueType = "fix"},
|
|
DefenseNormal = {ValueType = "fix"},
|
|
AntiDefenseNormal = {ValueType = "fix"},
|
|
DamageChangeP = {ValueType = "fix"},
|
|
DamageNormalChangeP = {ValueType = "fix"},
|
|
DamageMagic1ChangeP = {ValueType = "fix"},
|
|
DamageMagic2ChangeP = {ValueType = "fix"},
|
|
DamageMagic3ChangeP = {ValueType = "fix"},
|
|
DamageMagic4ChangeP = {ValueType = "fix"},
|
|
AntiDamageChangeP = {ValueType = "fix"},
|
|
AntiDamageNormalChangeP = {ValueType = "fix"},
|
|
AntiDamageMagic1ChangeP = {ValueType = "fix"},
|
|
AntiDamageMagic2ChangeP = {ValueType = "fix"},
|
|
AntiDamageMagic3ChangeP = {ValueType = "fix"},
|
|
AntiDamageMagic4ChangeP = {ValueType = "fix"},
|
|
Damage1P = {ValueType = "fix"},
|
|
Damage2P = {ValueType = "fix"},
|
|
Damage3P = {ValueType = "fix"},
|
|
Crit = {ValueType = "fix"},
|
|
CritP = {ValueType = "fix"},
|
|
CritDamageP = {ValueType = "fix"},
|
|
AntiCritP = {ValueType = "fix"},
|
|
AntiCritDamageP = {ValueType = "fix"},
|
|
Lifesteal = {ValueType = "fix"},
|
|
LifestealP = {ValueType = "fix"},
|
|
CureChangeP = {ValueType = "fix"},
|
|
AntiCureChangeP = {ValueType = "fix"},
|
|
Endure = {ValueType = "fix"},
|
|
ThreatRateP = {ValueType = "fix"},
|
|
DodgeEnergy = {ValueType = "fix"},
|
|
DodgeEnergyAutoRecovery = {ValueType = "fix"},
|
|
CustomEnergy = {ValueType = "fix"},
|
|
AccuResistance1 = {ValueType = "fix"},
|
|
AccuResistance2 = {ValueType = "fix"},
|
|
AccuResistance3 = {ValueType = "fix"},
|
|
AccuResistance4 = {ValueType = "fix"},
|
|
AccuResistance5 = {ValueType = "fix"},
|
|
AccuResistance6 = {ValueType = "fix"},
|
|
AccuResistance7 = {ValueType = "fix"},
|
|
AccuResistance8 = {ValueType = "fix"},
|
|
AccuResistance9 = {ValueType = "fix"},
|
|
AccuResistance10 = {ValueType = "fix"},
|
|
SquatSpeed = {ValueType = "fix"},
|
|
NormalWeaknessP = {ValueType = "fix"},
|
|
Magic1WeaknessP = {ValueType = "fix"},
|
|
Magic2WeaknessP = {ValueType = "fix"},
|
|
Magic3WeaknessP = {ValueType = "fix"},
|
|
Magic4WeaknessP = {ValueType = "fix"},
|
|
CustomEnergyGroup1 = {ValueType = "fix"},
|
|
CustomEnergyGroup2 = {ValueType = "fix"},
|
|
CustomEnergyGroup3 = {ValueType = "fix"},
|
|
CustomEnergyGroup4 = {ValueType = "fix"},
|
|
Hack = {ValueType = "fix"},
|
|
HackChangeP = {ValueType = "fix"},
|
|
AntiHackChangeP = {ValueType = "fix"},
|
|
HackAutoRecovery = {ValueType = "fix"},
|
|
},
|
|
XTableNpcAffix = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Level = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableMap = {
|
|
Id = {ValueType = "int"},
|
|
Behavior = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Environment = {ValueType = "string"},
|
|
TerrainRoot = {ValueType = "string"},
|
|
CloseLoadingDelay = {ValueType = "fix"},
|
|
SwitchNpcCd = {ValueType = "fix"},
|
|
SceneCamera = {ValueType = "string"},
|
|
CameraId = {ValueType = "int"},
|
|
Terrains = {Type = 1, ValueType = "int"},
|
|
Position = {Type = 1, ValueType = "string"},
|
|
Rotation = {Type = 1, ValueType = "string"},
|
|
IsAsyncLoadNpc = {ValueType = "bool"},
|
|
},
|
|
XTableMapLut = {
|
|
Scene = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
Size = {ValueType = "string"},
|
|
Area = {ValueType = "string"},
|
|
Position = {ValueType = "string"},
|
|
},
|
|
XTableNavMeshSize = {
|
|
CellWidth = {ValueType = "int"},
|
|
CellHeight = {ValueType = "int"},
|
|
OffsetX = {ValueType = "fix"},
|
|
OffsetY = {ValueType = "fix"},
|
|
RotationY = {ValueType = "fix"},
|
|
UseAreaPathFind = {ValueType = "bool"},
|
|
},
|
|
XTableNavMeshArea = {
|
|
Key = {ValueType = "string"},
|
|
CellX = {ValueType = "int"},
|
|
CellY = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
CollisionEffect = {ValueType = "bool"},
|
|
},
|
|
XTableNavMeshPosition = {
|
|
Info = {ValueType = "string"},
|
|
Key = {ValueType = "string"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
},
|
|
XTableMagicType = {
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "string"},
|
|
},
|
|
XTableMagic = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Level = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableBuff = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Delay = {ValueType = "fix"},
|
|
Duration = {ValueType = "fix"},
|
|
Cd = {ValueType = "fix"},
|
|
Limit = {ValueType = "int"},
|
|
Kind = {ValueType = "string"},
|
|
Mutex = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
Magic = {ValueType = "int"},
|
|
Effect = {ValueType = "string"},
|
|
EffectJoint = {ValueType = "string"},
|
|
TriggerInterval = {ValueType = "fix"},
|
|
TriggerMagic = {ValueType = "int"},
|
|
TriggerOnAdd = {ValueType = "bool"},
|
|
EffectType = {ValueType = "int"},
|
|
AffixId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
DyingRemove = {ValueType = "bool"},
|
|
GroupIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableEmoji = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
Path = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
WorldDesc = {ValueType = "string"},
|
|
IsFree = {ValueType = "int"},
|
|
ConvertItemId = {ValueType = "int"},
|
|
ConvertItemCount = {ValueType = "int"},
|
|
TimeLimitType = {ValueType = "int"},
|
|
ExpireTimeStr = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
},
|
|
XTableNameplate = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
NameplateQuality = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
NameplateGameplayType = {ValueType = "string"},
|
|
Hint = {Type = 1, ValueType = "string"},
|
|
NameplateGetWay = {ValueType = "string"},
|
|
NameplateUpgradeType = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
DecomposeExp = {ValueType = "int"},
|
|
UpgradeExp = {ValueType = "int"},
|
|
ConvertItemId = {ValueType = "int"},
|
|
ConvertItemCount = {ValueType = "int"},
|
|
ExpireTimeStr = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
IconType = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
BackBoard = {ValueType = "string"},
|
|
OutLineColor = {ValueType = "string"},
|
|
QualityIcon = {ValueType = "string"},
|
|
},
|
|
XTableChatEffect = {
|
|
Id = {ValueType = "int"},
|
|
BeginTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
Keyword = {Type = 1, ValueType = "string"},
|
|
Path = {Type = 1, ValueType = "string"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
CoolTime = {ValueType = "string"},
|
|
TriggerType = {ValueType = "int"},
|
|
Channel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNpcMovie = {
|
|
Id = {ValueType = "string"},
|
|
OffsetType = {ValueType = "int"},
|
|
TotalFrame = {ValueType = "int"},
|
|
UseStartPosition = {ValueType = "bool"},
|
|
LauncherStartX = {ValueType = "fix"},
|
|
LauncherStartZ = {ValueType = "fix"},
|
|
LauncherStartRadian = {ValueType = "fix"},
|
|
LauncherEndX = {ValueType = "fix"},
|
|
LauncherEndZ = {ValueType = "fix"},
|
|
LauncherEndRadian = {ValueType = "fix"},
|
|
TargetEndX = {ValueType = "fix"},
|
|
TargetEndZ = {ValueType = "fix"},
|
|
TargetEndRadian = {ValueType = "fix"},
|
|
NpcEndX = {Type = 1, ValueType = "fix"},
|
|
NpcEndZ = {Type = 1, ValueType = "fix"},
|
|
NpcEndRadian = {Type = 1, ValueType = "fix"},
|
|
},
|
|
XTableNpcAnimationEvent = {
|
|
Role = {ValueType = "string"},
|
|
Animation = {ValueType = "string"},
|
|
Layer = {ValueType = "int"},
|
|
TotalFrame = {ValueType = "int"},
|
|
TailLength = {ValueType = "fix"},
|
|
Function = {ValueType = "string"},
|
|
Params = {Type = 1, ValueType = "string"},
|
|
EventDataDict = {Type = 2, KeyType = "int", ValueType = ""},
|
|
},
|
|
XTableNpcAnimationEventType = {
|
|
Id = {ValueType = "int"},
|
|
Function = {ValueType = "string"},
|
|
Params = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableNpcMovieMotion = {
|
|
Id = {ValueType = "string"},
|
|
BindingKey = {ValueType = "string"},
|
|
TotalFrame = {ValueType = "int"},
|
|
TailLength = {ValueType = "fix"},
|
|
OffsetX = {Type = 1, ValueType = "fix"},
|
|
OffsetZ = {Type = 1, ValueType = "fix"},
|
|
},
|
|
XTableBehaviorNodeType = {
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "string"},
|
|
},
|
|
XTableBehaviorNode = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Negative = {ValueType = "bool"},
|
|
Name = {ValueType = "string"},
|
|
Param = {ValueType = "string"},
|
|
Children = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBehavior = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
PrefixRoot = {ValueType = "int"},
|
|
Root = {ValueType = "int"},
|
|
PreLoadRoot = {ValueType = "int"},
|
|
},
|
|
XTableSkill = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SkillType = {ValueType = "int"},
|
|
SkillMoveType = {ValueType = "int"},
|
|
SkillFaceType = {ValueType = "int"},
|
|
Animation = {ValueType = "string"},
|
|
CastTime = {ValueType = "fix"},
|
|
AfterTime = {ValueType = "fix"},
|
|
Cd = {ValueType = "fix"},
|
|
DistNoTarget = {ValueType = "fix"},
|
|
SkillMoveTrackDistance = {ValueType = "fix"},
|
|
DistAbort = {ValueType = "fix"},
|
|
DodgeLimitTime = {ValueType = "fix"},
|
|
MissileLockTarget = {ValueType = "bool"},
|
|
CastMagicIds = {ValueType = "string"},
|
|
FinalMagicIds = {ValueType = "string"},
|
|
SkillPriority = {ValueType = "int"},
|
|
SkillAnimationPriority = {ValueType = "int"},
|
|
CoexistSkills = {ValueType = "string"},
|
|
Snapshot = {ValueType = "bool"},
|
|
StandStage = {ValueType = "int"},
|
|
},
|
|
XTableSkillKeyframe = {
|
|
Id = {ValueType = "int"},
|
|
Key = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableMissile = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Shape = {ValueType = "int"},
|
|
SizeX = {ValueType = "fix"},
|
|
SizeY = {ValueType = "fix"},
|
|
OffsetX = {ValueType = "fix"},
|
|
OffsetY = {ValueType = "fix"},
|
|
Speed = {ValueType = "fix"},
|
|
HitSpeed = {ValueType = "fix"},
|
|
Direction = {ValueType = "int"},
|
|
LockLauncherFightTarget = {ValueType = "bool"},
|
|
TargetType = {ValueType = "int"},
|
|
TrackTarget = {ValueType = "bool"},
|
|
SwitchTargetOnHit = {ValueType = "bool"},
|
|
LiveTime = {ValueType = "fix"},
|
|
FillTime = {ValueType = "fix"},
|
|
ActiveDelayTime = {ValueType = "fix"},
|
|
DeadExplosion = {ValueType = "bool"},
|
|
HitCount = {ValueType = "int"},
|
|
RepeatDamage = {ValueType = "bool"},
|
|
HitEffectUseMissileDirection = {ValueType = "bool"},
|
|
HitEffect = {Type = 1, ValueType = "string"},
|
|
DamageInterval = {ValueType = "fix"},
|
|
StartJoint = {ValueType = "string"},
|
|
Effect = {ValueType = "string"},
|
|
WaitTime = {ValueType = "fix"},
|
|
DamageCount = {ValueType = "int"},
|
|
DamageRange = {ValueType = "fix"},
|
|
ExplodeOnFloor = {ValueType = "bool"},
|
|
ExplosionEffect = {ValueType = "string"},
|
|
LineType = {ValueType = "int"},
|
|
LineParams = {Type = 1, ValueType = "fix"},
|
|
Magic = {Type = 1, ValueType = "int"},
|
|
MagicLauncherPlayer = {Type = 1, ValueType = "int"},
|
|
MagicLauncherNpc = {Type = 1, ValueType = "int"},
|
|
ScaleFunction = {ValueType = "int"},
|
|
ScaleType = {ValueType = "int"},
|
|
ScaleParams = {Type = 1, ValueType = "fix"},
|
|
BornPosition = {ValueType = "int"},
|
|
ChildDelay = {ValueType = "fix"},
|
|
ChildInterval = {ValueType = "fix"},
|
|
ChildCountLimit = {ValueType = "int"},
|
|
ChildId = {ValueType = "string"},
|
|
BornChildWhileDead = {ValueType = "bool"},
|
|
NpcSearcherId = {ValueType = "int"},
|
|
OverrideTarget = {ValueType = "bool"},
|
|
BornDirectionType = {ValueType = "int"},
|
|
BindLauncher = {ValueType = "int"},
|
|
EffectHeight = {ValueType = "float"},
|
|
HitOnJoint = {ValueType = "string"},
|
|
ResizeEffect = {ValueType = "bool"},
|
|
BeHitCenter = {ValueType = "int"},
|
|
BeHitState = {ValueType = "int"},
|
|
BindSkill = {ValueType = "bool"},
|
|
DodgeLimitMark = {ValueType = "bool"},
|
|
IgnoreNpcTimeScale = {ValueType = "bool"},
|
|
ScaleTimeOnHit = {ValueType = "bool"},
|
|
TimeScale = {ValueType = "fix"},
|
|
TimeScaleDuration = {ValueType = "int"},
|
|
TimeScaleEaseIn = {ValueType = "int"},
|
|
TimeScaleEaseOut = {ValueType = "int"},
|
|
HitShakeDuration = {ValueType = "float"},
|
|
HitShakeIntensity = {ValueType = "float"},
|
|
HitShakeDirection = {ValueType = "float"},
|
|
MoveExcludeObstacle = {ValueType = "bool"},
|
|
ActsExcludeObstacle = {ValueType = "bool"},
|
|
ExplosionOnCollideObstacle = {ValueType = "bool"},
|
|
ReboundTimes = {ValueType = "int"},
|
|
ReboundType = {ValueType = "int"},
|
|
DeathWithNpc = {ValueType = "int"},
|
|
},
|
|
XTableChain = {
|
|
Id = {ValueType = "int"},
|
|
Effect = {ValueType = "string"},
|
|
LeapInterval = {ValueType = "fix"},
|
|
LeapRange = {ValueType = "fix"},
|
|
LeapTimes = {ValueType = "int"},
|
|
TargetType = {ValueType = "int"},
|
|
WithBuffKind = {Type = 1, ValueType = "int"},
|
|
WithoutBuffKind = {Type = 1, ValueType = "int"},
|
|
Magics = {Type = 1, ValueType = "int"},
|
|
LauncherMagics = {Type = 1, ValueType = "int"},
|
|
Joint = {ValueType = "string"},
|
|
HitEffect = {ValueType = "string"},
|
|
BeHitState = {ValueType = "int"},
|
|
BeHitDirection = {ValueType = "int"},
|
|
HitShakeDuration = {ValueType = "float"},
|
|
HitShakeIntensity = {ValueType = "float"},
|
|
HitShakeEulerY = {ValueType = "float"},
|
|
},
|
|
XTableTrap = {
|
|
Name = {ValueType = "string"},
|
|
CellX = {ValueType = "int"},
|
|
CellY = {ValueType = "int"},
|
|
},
|
|
XTableAction = {
|
|
Name = {ValueType = "string"},
|
|
ActionLoop = {ValueType = "int"},
|
|
ActionDelay = {ValueType = "int"},
|
|
ActionParamType = {ValueType = "string"},
|
|
},
|
|
XTableBigSprite = {
|
|
Tag = {ValueType = "string"},
|
|
IsOneByOne = {ValueType = "int"},
|
|
},
|
|
XTableNpcBeHitState = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
OriginType = {ValueType = "int"},
|
|
Time = {ValueType = "fix"},
|
|
HoverTime = {ValueType = "fix"},
|
|
ImmuneHitTime = {ValueType = "fix"},
|
|
ImmuneHitValue = {ValueType = "int"},
|
|
Speed = {ValueType = "fix"},
|
|
Acceleration = {ValueType = "fix"},
|
|
MoveTime = {ValueType = "fix"},
|
|
HitFlyMoveSpeed = {ValueType = "fix"},
|
|
HitFlyMoveAcceleration = {ValueType = "fix"},
|
|
HitFlyUpSpeed = {ValueType = "fix"},
|
|
HitFlyDownSpeed = {ValueType = "fix"},
|
|
Rebound = {ValueType = "fix"},
|
|
IgnoreImmuneLevel = {ValueType = "int"},
|
|
},
|
|
XTableNpcSearcher = {
|
|
Id = {ValueType = "int"},
|
|
Range = {ValueType = "fix"},
|
|
WithBuffs = {Type = 1, ValueType = "int"},
|
|
WithoutBuffs = {Type = 1, ValueType = "int"},
|
|
DistanceCoe = {ValueType = "fix"},
|
|
AngleCoe = {ValueType = "fix"},
|
|
},
|
|
XTableNpcSkillBall = {
|
|
Id = {ValueType = "int"},
|
|
Icon = {Type = 1, ValueType = "string"},
|
|
LinkEffect = {Type = 1, ValueType = "string"},
|
|
ReleaseEffect = {Type = 1, ValueType = "string"},
|
|
ExEffect = {Type = 1, ValueType = "string"},
|
|
ClickEffect = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableCharacter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TradeName = {ValueType = "string"},
|
|
LogName = {ValueType = "string"},
|
|
EnName = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
Sex = {ValueType = "int"},
|
|
StoryChapterId = {ValueType = "int"},
|
|
Intro = {ValueType = "string"},
|
|
ItemId = {ValueType = "int"},
|
|
LevelUpTemplateId = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
EquipType = {ValueType = "int"},
|
|
EquipId = {ValueType = "int"},
|
|
EmotionIcon = {ValueType = "string"},
|
|
Foreshow = {ValueType = "int"},
|
|
DefaultNpcFashtionId = {ValueType = "int"},
|
|
CaptainSkillId = {ValueType = "int"},
|
|
MissionInfo = {ValueType = "string"},
|
|
NeedFirstShow = {ValueType = "int"},
|
|
Code = {ValueType = "string"},
|
|
Element = {ValueType = "int"},
|
|
ShowTimeId = {ValueType = "int"},
|
|
},
|
|
XTableGraph = {
|
|
Id = {ValueType = "int"},
|
|
GraphName = {ValueType = "string"},
|
|
},
|
|
XTableCharacterInitData = {
|
|
Id = {ValueType = "int"},
|
|
},
|
|
XTableCharacterLevelUp = {
|
|
Level = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
},
|
|
XTableCharDetail = {
|
|
Id = {ValueType = "int"},
|
|
BigImgPath = {ValueType = "string"},
|
|
ObtainElementList = {Type = 1, ValueType = "int"},
|
|
ObtainElementValueList = {Type = 1, ValueType = "int"},
|
|
ObtainSpeicalTitle = {Type = 1, ValueType = "string"},
|
|
ObtainSpeicalDes = {Type = 1, ValueType = "string"},
|
|
AttribGraphDes = {Type = 1, ValueType = "string"},
|
|
AttribGraphNum = {Type = 1, ValueType = "int"},
|
|
Career = {ValueType = "int"},
|
|
DetailDes = {ValueType = "string"},
|
|
CareerIcon = {ValueType = "string"},
|
|
},
|
|
XTableCharacterRecommend = {
|
|
Id = {ValueType = "int"},
|
|
CharacterRecomend = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableEquipRecommend = {
|
|
Id = {ValueType = "int"},
|
|
EquipRecomend = {ValueType = "int"},
|
|
ChipRecomend = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterElement = {
|
|
Id = {ValueType = "int"},
|
|
ElementName = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Icon2 = {ValueType = "string"},
|
|
},
|
|
XTableCharacterTabId = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
TabId = {ValueType = "int"},
|
|
TabName = {ValueType = "string"},
|
|
RecommendType = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
},
|
|
XTableItem = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
WorldDesc = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
ItemType = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
GridCount = {ValueType = "int"},
|
|
TimelinessType = {ValueType = "int"},
|
|
StartTime = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
RecycleRewardId = {ValueType = "int"},
|
|
RecycleByMail = {ValueType = "bool"},
|
|
SellForId = {ValueType = "int"},
|
|
SellForCount = {ValueType = "int"},
|
|
RecType = {ValueType = "int"},
|
|
RecTime = {ValueType = "string"},
|
|
RecCount = {ValueType = "int"},
|
|
SuitId = {ValueType = "int"},
|
|
FastTrading = {ValueType = "int"},
|
|
SkipIdParams = {Type = 1, ValueType = "int"},
|
|
SubTypeParams = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterQualityFragment = {
|
|
Id = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
DecomposeCount = {ValueType = "int"},
|
|
ComposeCount = {ValueType = "int"},
|
|
StarUseCount = {Type = 1, ValueType = "int"},
|
|
PromoteItemId = {ValueType = "int"},
|
|
PromoteUseCoin = {ValueType = "int"},
|
|
},
|
|
XTableCharacterQuality = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
AttrId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterLiberation = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
GrowUpLevel = {ValueType = "int"},
|
|
ModelId = {ValueType = "string"},
|
|
EffectRootName = {ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableCharacterGrade = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Grade = {ValueType = "int"},
|
|
UseItemKey = {ValueType = "int"},
|
|
UseItemCount = {ValueType = "int"},
|
|
AttrId = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
GradeBigIcon = {ValueType = "string"},
|
|
GradeIcon = {ValueType = "string"},
|
|
Star = {ValueType = "string"},
|
|
NoStar = {ValueType = "string"},
|
|
GradeName = {ValueType = "string"},
|
|
},
|
|
XTableCharacterSkill = {
|
|
CharacterId = {ValueType = "int"},
|
|
SkillGroupId = {Type = 1, ValueType = "int"},
|
|
Pos = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillGroup = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillUpgrade = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Intro = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
UseSkillPoint = {ValueType = "int"},
|
|
UseCoin = {ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillUpgradeDes = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
WeaponSkillDes = {ValueType = "string"},
|
|
Intro = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
EntryId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillEntry = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableCharacterSkillLevelEffect = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
BornMagic = {Type = 1, ValueType = "int"},
|
|
SubSkillId = {Type = 1, ValueType = "int"},
|
|
SubMagicId = {Type = 1, ValueType = "int"},
|
|
Ability = {ValueType = "int"},
|
|
ResonanceAbility = {ValueType = "int"},
|
|
PlusAbility = {ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillType = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillTypePlus = {
|
|
Id = {ValueType = "int"},
|
|
CharacterType = {Type = 1, ValueType = "int"},
|
|
SkillType = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterPos = {
|
|
CharacterId = {ValueType = "int"},
|
|
MainSkillIcon = {Type = 1, ValueType = "string"},
|
|
MainSkillName = {Type = 1, ValueType = "string"},
|
|
MainSkillType = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableCharacterSkillTeach = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
WebUrl = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
TeachIcon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableNpcAnimatorAction = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IsTrigger = {ValueType = "bool"},
|
|
},
|
|
XTableCharacterRes = {
|
|
Id = {ValueType = "int"},
|
|
},
|
|
XTableCharacterQualityIcon = {
|
|
Quality = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
IconCharacter = {ValueType = "string"},
|
|
IconGoods = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTablePartGrade = {
|
|
Id = {ValueType = "int"},
|
|
PartId = {ValueType = "int"},
|
|
Grade = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
NeedCoin = {ValueType = "int"},
|
|
AttrId = {ValueType = "int"},
|
|
GradeIcon = {ValueType = "string"},
|
|
PartLevel = {ValueType = "int"},
|
|
PartName = {ValueType = "string"},
|
|
},
|
|
XTablePart = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Part = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableStage = {
|
|
StageId = {ValueType = "int"},
|
|
EventId = {ValueType = "int"},
|
|
NormalEventId = {Type = 1, ValueType = "int"},
|
|
PreEventId = {Type = 1, ValueType = "int"},
|
|
NormalEventIdOnPassed = {ValueType = "int"},
|
|
UnlockEventId = {Type = 1, ValueType = "int"},
|
|
RebootId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
StarDesc = {Type = 1, ValueType = "string"},
|
|
SettleLoseTipId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
StoryIcon = {ValueType = "string"},
|
|
OrderId = {ValueType = "int"},
|
|
BgmId = {ValueType = "int"},
|
|
AmbientSound = {ValueType = "int"},
|
|
LoadingType = {ValueType = "string"},
|
|
RewardTipId = {ValueType = "int"},
|
|
RecommandLevel = {ValueType = "int"},
|
|
IsMultiplayer = {ValueType = "bool"},
|
|
RequireLevel = {ValueType = "int"},
|
|
RequireActionPoint = {ValueType = "int"},
|
|
CharacterLimitType = {ValueType = "int"},
|
|
LimitBuffId = {ValueType = "int"},
|
|
PassTimeLimit = {ValueType = "int"},
|
|
PreStageId = {Type = 1, ValueType = "int"},
|
|
FinishRewardShow = {ValueType = "int"},
|
|
FirstRewardShow = {ValueType = "int"},
|
|
FinishDropId = {ValueType = "int"},
|
|
FirstRewardId = {ValueType = "int"},
|
|
FlopRewardId = {ValueType = "int"},
|
|
StarRewardId = {Type = 1, ValueType = "int"},
|
|
TeamExp = {ValueType = "int"},
|
|
CardExp = {ValueType = "int"},
|
|
MaxChallengeNums = {ValueType = "int"},
|
|
BuyChallengeCost = {ValueType = "int"},
|
|
BuyChallengeCount = {ValueType = "int"},
|
|
KeepPlayingStory = {ValueType = "int"},
|
|
BeginStoryId = {ValueType = "string"},
|
|
EndStoryId = {ValueType = "string"},
|
|
OnlineLockChar = {ValueType = "bool"},
|
|
OnlineLockEquipment = {ValueType = "bool"},
|
|
OnlinePlayerLeast = {ValueType = "int"},
|
|
OnlinePlayerLimit = {ValueType = "int"},
|
|
MonsterIcon = {Type = 1, ValueType = "string"},
|
|
HaveAssist = {ValueType = "int"},
|
|
StandardUseTimeSec = {ValueType = "int"},
|
|
SuggestedConditionId = {Type = 1, ValueType = "int"},
|
|
ForceConditionId = {Type = 1, ValueType = "int"},
|
|
HaveFirstPass = {ValueType = "bool"},
|
|
FirstGotoSkipId = {ValueType = "int"},
|
|
FunctionLeftBtn = {ValueType = "int"},
|
|
FunctionRightBtn = {ValueType = "int"},
|
|
RobotId = {Type = 1, ValueType = "int"},
|
|
UrgentEventId = {Type = 1, ValueType = "int"},
|
|
AutoFightId = {ValueType = "int"},
|
|
StageType = {ValueType = "int"},
|
|
StageGridStyle = {ValueType = "string"},
|
|
FightControlId = {ValueType = "int"},
|
|
NeedJobType = {Type = 1, ValueType = "int"},
|
|
DisableJoystick = {ValueType = "bool"},
|
|
MultiChallengeId = {ValueType = "int"},
|
|
Restartable = {ValueType = "bool"},
|
|
ResetHpCount = {Type = 1, ValueType = "int"},
|
|
StoryUiStyle = {ValueType = "int"},
|
|
OnlineMsgId = {ValueType = "int"},
|
|
ForceAllyEffect = {ValueType = "bool"},
|
|
DisableDeadEffect = {ValueType = "bool"},
|
|
},
|
|
XTableMultiChallengeStage = {
|
|
Id = {ValueType = "int"},
|
|
ConsumeId = {Type = 1, ValueType = "int"},
|
|
ConsumeNum = {Type = 1, ValueType = "int"},
|
|
MultiChallengeMin = {ValueType = "int"},
|
|
MultiChallengeMax = {ValueType = "int"},
|
|
},
|
|
XTableStageLevelControl = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
RecommendationLevel = {ValueType = "int"},
|
|
FirstRewardShow = {ValueType = "int"},
|
|
FinishRewardShow = {ValueType = "int"},
|
|
FirstRewardId = {ValueType = "int"},
|
|
FinishDropId = {ValueType = "int"},
|
|
MonsterLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStageMultiplayerLevelControl = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Difficulty = {ValueType = "int"},
|
|
DifficultyDesc = {ValueType = "string"},
|
|
RecommendAbility = {ValueType = "int"},
|
|
AdditionDest = {ValueType = "string"},
|
|
FirstRewardId = {ValueType = "int"},
|
|
FinishDropId = {ValueType = "int"},
|
|
FlopRewardId = {ValueType = "int"},
|
|
MonsterLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStageTransform = {
|
|
Id = {ValueType = "int"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionY = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
RotationX = {ValueType = "float"},
|
|
RotationY = {ValueType = "float"},
|
|
RotationZ = {ValueType = "float"},
|
|
Scale = {ValueType = "float"},
|
|
ChildPosX = {ValueType = "float"},
|
|
ChildPosY = {ValueType = "float"},
|
|
ChildRotaionX = {ValueType = "float"},
|
|
ChildRotaionY = {ValueType = "float"},
|
|
ChildRotaionZ = {ValueType = "float"},
|
|
},
|
|
XTableChapterMain = {
|
|
Id = {ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
ChapterEn = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
OrderId = {ValueType = "int"},
|
|
Difficult = {ValueType = "int"},
|
|
BfrtId = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
ZhouMuId = {ValueType = "int"},
|
|
},
|
|
XTableChapterExtra = {
|
|
Id = {ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
ChapterEn = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
OrderId = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
ZhouMuId = {ValueType = "int"},
|
|
},
|
|
XTableChapter = {
|
|
ChapterId = {ValueType = "int"},
|
|
OrderId = {ValueType = "int"},
|
|
Difficult = {ValueType = "int"},
|
|
ChapterEn = {ValueType = "string"},
|
|
PrefabName = {ValueType = "string"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
TreasureId = {Type = 1, ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
ActivityCondition = {ValueType = "int"},
|
|
ExploreGroupId = {ValueType = "int"},
|
|
OpenCondition = {ValueType = "int"},
|
|
},
|
|
XTableChapterExtraDetails = {
|
|
ChapterId = {ValueType = "int"},
|
|
OrderId = {ValueType = "int"},
|
|
Difficult = {ValueType = "int"},
|
|
ChapterEn = {ValueType = "string"},
|
|
PrefabName = {ValueType = "string"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
TreasureId = {Type = 1, ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
MoveStageIndex = {ValueType = "int"},
|
|
DatumLinePrecent = {ValueType = "float"},
|
|
Icon = {ValueType = "string"},
|
|
ActivityCondition = {ValueType = "int"},
|
|
ExploreGroupId = {ValueType = "int"},
|
|
StageTitle = {ValueType = "string"},
|
|
OpenCondition = {ValueType = "int"},
|
|
},
|
|
XTableSection = {
|
|
SectionId = {ValueType = "int"},
|
|
SectionName = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
OrderId = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
TreasureId = {Type = 1, ValueType = "int"},
|
|
PosX = {ValueType = "float"},
|
|
PosY = {ValueType = "float"},
|
|
},
|
|
XTableTreasure = {
|
|
TreasureId = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableChapterExtraStarTreasure = {
|
|
TreasureId = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableMainLineActivity = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
BfrtChapter = {ValueType = "int"},
|
|
ChapterTimeId = {ValueType = "int"},
|
|
HideChapterTimeId = {ValueType = "int"},
|
|
},
|
|
XTableChapterExtraActivity = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
ChapterTimeId = {ValueType = "int"},
|
|
HideChapterTimeId = {ValueType = "int"},
|
|
},
|
|
XTableCharacterStoryChaper = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
TaskId = {ValueType = "int"},
|
|
StoryStageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterStoryStage = {
|
|
Id = {ValueType = "int"},
|
|
OpenConditionId = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
StoryId = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Picture = {ValueType = "string"},
|
|
TaskId = {ValueType = "int"},
|
|
},
|
|
XTableAutoFight = {
|
|
Id = {ValueType = "int"},
|
|
Limit = {ValueType = "int"},
|
|
},
|
|
XTableFightTips = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Time = {ValueType = "float"},
|
|
},
|
|
XTableDailyDungeonRules = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Describe = {ValueType = "string"},
|
|
Remark = {ValueType = "string"},
|
|
SpecialConditionId = {Type = 1, ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
OpenDayOfWeek = {Type = 1, ValueType = "int"},
|
|
DungeonOfWeek = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDailyDungeonData = {
|
|
Id = {ValueType = "int"},
|
|
Code = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
BgImg = {ValueType = "string"},
|
|
Difficult = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
ShopId = {ValueType = "int"},
|
|
},
|
|
XTableDailySpecialCondition = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
IntParam = {Type = 1, ValueType = "int"},
|
|
StringParam = {Type = 1, ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
},
|
|
XTableDailyDropGroup = {
|
|
Id = {ValueType = "int"},
|
|
DungeonId = {ValueType = "int"},
|
|
OpenDayOfWeek = {ValueType = "int"},
|
|
Remark = {ValueType = "string"},
|
|
RandomRewardId = {ValueType = "int"},
|
|
FixedRewardId = {ValueType = "int"},
|
|
},
|
|
XTableChallengeDayReward = {
|
|
DayOfWeek = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableUrgentEvent = {
|
|
Id = {ValueType = "int"},
|
|
SimpleDesc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Effect = {ValueType = "string"},
|
|
StageIcon = {ValueType = "string"},
|
|
StageEffect = {ValueType = "string"},
|
|
BgEffect = {ValueType = "string"},
|
|
BgColor = {ValueType = "string"},
|
|
SuccessRate = {ValueType = "int"},
|
|
DayMaxLimit = {ValueType = "int"},
|
|
Time = {ValueType = "int"},
|
|
IsFailDestory = {ValueType = "bool"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
FightEvent = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFightPasswordMap = {
|
|
Id = {ValueType = "int"},
|
|
ImgPath = {ValueType = "string"},
|
|
Password = {ValueType = "int"},
|
|
},
|
|
XTableFightPasswordGame = {
|
|
Id = {ValueType = "int"},
|
|
MinPasswordMapId = {ValueType = "int"},
|
|
MaxPasswordMapId = {ValueType = "int"},
|
|
CorrectPasswords = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFightPreload = {
|
|
Type = {ValueType = "int"},
|
|
AssetName = {ValueType = "string"},
|
|
},
|
|
XTableFightPreloadSprite = {
|
|
Url = {ValueType = "string"},
|
|
BorderX = {ValueType = "int"},
|
|
BorderY = {ValueType = "int"},
|
|
BorderZ = {ValueType = "int"},
|
|
BorderW = {ValueType = "int"},
|
|
},
|
|
XTableSpriteTextAsset = {
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableFightEvent = {
|
|
Id = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
BornMagic = {Type = 1, ValueType = "int"},
|
|
EnemyBornMagic = {Type = 1, ValueType = "int"},
|
|
PartnerBornMagic = {Type = 1, ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableStageFightEvent = {
|
|
StageId = {ValueType = "int"},
|
|
FightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStageFightEventDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableWords = {
|
|
Word = {ValueType = "string"},
|
|
},
|
|
XTableFubenOnlineMsg = {
|
|
Id = {ValueType = "int"},
|
|
Msg = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableEquip = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Site = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
WeaponSkillId = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
DefaultLock = {ValueType = "bool"},
|
|
SuitId = {ValueType = "int"},
|
|
CharacterType = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
LogName = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
NeedFirstShow = {ValueType = "int"},
|
|
},
|
|
XTableEquipRes = {
|
|
Id = {ValueType = "int"},
|
|
BigIconPath = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
ModelTransId = {Type = 1, ValueType = "int"},
|
|
ResonanceModelTransId1 = {Type = 1, ValueType = "int"},
|
|
ResonanceModelTransId2 = {Type = 1, ValueType = "int"},
|
|
ResonanceModelTransId3 = {Type = 1, ValueType = "int"},
|
|
LiHuiPath = {ValueType = "string"},
|
|
PainterName = {ValueType = "string"},
|
|
},
|
|
XTableEquipInit = {
|
|
Id = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableEquipLevelUp = {
|
|
Level = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
AllExp = {ValueType = "int"},
|
|
},
|
|
XTableEquipBreakthrough = {
|
|
Id = {ValueType = "int"},
|
|
EquipId = {ValueType = "int"},
|
|
Times = {ValueType = "int"},
|
|
LevelLimit = {ValueType = "int"},
|
|
UseItemId = {ValueType = "int"},
|
|
UseMoney = {ValueType = "int"},
|
|
AttribId = {ValueType = "int"},
|
|
AttribPromotedId = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
LevelUpTemplateId = {ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
ResId = {ValueType = "int"},
|
|
ItemId = {Type = 1, ValueType = "int"},
|
|
ItemCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableEquipSuit = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
BigIconPath = {ValueType = "string"},
|
|
SkillEffect = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
SkillDescription = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
},
|
|
XTableEquipSuitEffect = {
|
|
Id = {ValueType = "int"},
|
|
BornMagic = {Type = 1, ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
Ability = {ValueType = "int"},
|
|
},
|
|
XTableEquipDecompose = {
|
|
Id = {ValueType = "int"},
|
|
Site = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
Breakthrough = {ValueType = "int"},
|
|
ExpToOneCoin = {ValueType = "float"},
|
|
ExpToItemId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTablePlayer = {
|
|
Level = {ValueType = "int"},
|
|
MaxExp = {ValueType = "int"},
|
|
MaxActionPoint = {ValueType = "int"},
|
|
FreeActionPoint = {ValueType = "int"},
|
|
MaxFriendCount = {ValueType = "int"},
|
|
},
|
|
XTableEquipModel = {
|
|
Id = {ValueType = "int"},
|
|
ModelName = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
ResonanceEffectPath = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
ResonanceEffectShowDelay = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
AnimController = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
UiAnimStateName = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
UiAnimCueId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
UiAnimDelay = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
UiAutoRotateDelay = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTableEquipAnim = {
|
|
ModelId = {ValueType = "string"},
|
|
Params = {ValueType = "int"},
|
|
},
|
|
XTableEquipModelTransform = {
|
|
Id = {ValueType = "int"},
|
|
IndexId = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionY = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
RotationX = {ValueType = "float"},
|
|
RotationY = {ValueType = "float"},
|
|
RotationZ = {ValueType = "float"},
|
|
ScaleX = {ValueType = "float"},
|
|
ScaleY = {ValueType = "float"},
|
|
ScaleZ = {ValueType = "float"},
|
|
},
|
|
XTableEquipSkipId = {
|
|
Id = {ValueType = "int"},
|
|
EatType = {ValueType = "int"},
|
|
Site = {ValueType = "int"},
|
|
SkipIdParams = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableUiModelTransform = {
|
|
Id = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
ModelName = {ValueType = "string"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionY = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
RotationX = {ValueType = "float"},
|
|
RotationY = {ValueType = "float"},
|
|
RotationZ = {ValueType = "float"},
|
|
ScaleX = {ValueType = "float"},
|
|
ScaleY = {ValueType = "float"},
|
|
ScaleZ = {ValueType = "float"},
|
|
},
|
|
XTableUiSceneTransform = {
|
|
Id = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
SceneUrl = {ValueType = "string"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionY = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
RotationX = {ValueType = "float"},
|
|
RotationY = {ValueType = "float"},
|
|
RotationZ = {ValueType = "float"},
|
|
ScaleX = {ValueType = "float"},
|
|
ScaleY = {ValueType = "float"},
|
|
ScaleZ = {ValueType = "float"},
|
|
},
|
|
XTableItemInitData = {
|
|
Id = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableCameraParam = {
|
|
Id = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
IsDragOrRotate = {ValueType = "int"},
|
|
IsTweenCamera = {ValueType = "int"},
|
|
AllowZoom = {ValueType = "int"},
|
|
Distance = {ValueType = "float"},
|
|
MinDistance = {ValueType = "float"},
|
|
MaxDistance = {ValueType = "float"},
|
|
ZoomSpeed = {ValueType = "float"},
|
|
AllowXAxis = {ValueType = "int"},
|
|
TargetAngleX = {ValueType = "float"},
|
|
MinAngleX = {ValueType = "float"},
|
|
MaxAngleX = {ValueType = "float"},
|
|
XAxisSpeed = {ValueType = "float"},
|
|
AllowYAxis = {ValueType = "int"},
|
|
TargetAngleY = {ValueType = "float"},
|
|
MinAngleY = {ValueType = "float"},
|
|
MaxAngleY = {ValueType = "float"},
|
|
YAxisSpeed = {ValueType = "float"},
|
|
AllowDrag = {ValueType = "int"},
|
|
DragSpeed = {ValueType = "float"},
|
|
OffsetViewportX = {ValueType = "float"},
|
|
OffsetViewportY = {ValueType = "float"},
|
|
IsLockOnViewportOffset = {ValueType = "int"},
|
|
ViewportPointX = {ValueType = "float"},
|
|
ViewportPointY = {ValueType = "float"},
|
|
},
|
|
XTableFlopReward = {
|
|
Id = {ValueType = "int"},
|
|
ConsumeItemId = {ValueType = "int"},
|
|
ConsumeItemCount = {ValueType = "int"},
|
|
ExtraActionPoint = {ValueType = "int"},
|
|
ShowRewardId = {ValueType = "int"},
|
|
DropId = {ValueType = "int"},
|
|
ShowDropId = {ValueType = "int"},
|
|
},
|
|
XTableDropGroup = {
|
|
Id = {ValueType = "int"},
|
|
DropIds = {Type = 1, ValueType = "string"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDropSet = {
|
|
Id = {ValueType = "int"},
|
|
GroupIds = {Type = 1, ValueType = "int"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrop = {
|
|
Id = {ValueType = "int"},
|
|
TargetIds = {Type = 1, ValueType = "int"},
|
|
Layers = {Type = 1, ValueType = "int"},
|
|
Probability = {Type = 1, ValueType = "int"},
|
|
BottomIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDropBottom = {
|
|
Id = {ValueType = "int"},
|
|
BottomDropType = {ValueType = "int"},
|
|
BottomDropId = {ValueType = "int"},
|
|
MeasureSetIds = {ValueType = "string"},
|
|
MeasureGroupIds = {ValueType = "string"},
|
|
MeasureDropIds = {ValueType = "string"},
|
|
Min = {ValueType = "int"},
|
|
Max = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
IsClose = {ValueType = "int"},
|
|
UsableCount = {ValueType = "int"},
|
|
CycleNeedCount = {ValueType = "int"},
|
|
},
|
|
XTableDropBottomLimit = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
},
|
|
XTableDraw = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
DrawType = {ValueType = "int"},
|
|
UseItemId = {ValueType = "int"},
|
|
UseItemCount = {ValueType = "int"},
|
|
DailyLimitTimes = {ValueType = "int"},
|
|
ActivityLimitTimes = {ValueType = "int"},
|
|
StartTime = {ValueType = "string"},
|
|
EndTime = {ValueType = "string"},
|
|
Banner = {ValueType = "string"},
|
|
PrimaryIdsMap = {ValueType = "string"},
|
|
ExtraIdsMap = {ValueType = "string"},
|
|
BtnDrawCount = {Type = 1, ValueType = "int"},
|
|
DrawBottomIds = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
Note = {ValueType = "string"},
|
|
SpecifiedGoodsId = {ValueType = "int"},
|
|
MaxNotTriggerCount = {ValueType = "int"},
|
|
ShowPriority = {ValueType = "int"},
|
|
PurchaseUiType = {ValueType = "int"},
|
|
CapacityCheckType = {ValueType = "int"},
|
|
PurchaseId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrawGroupLogName = {
|
|
Id = {ValueType = "int"},
|
|
LogName = {ValueType = "string"},
|
|
},
|
|
XTableDrawGroup = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ClockId = {ValueType = "int"},
|
|
StartTime = {ValueType = "string"},
|
|
EndTime = {ValueType = "string"},
|
|
SwitchDrawIdActivityId = {ValueType = "int"},
|
|
MaxSwitchDrawIdCount = {ValueType = "int"},
|
|
Banner = {ValueType = "string"},
|
|
UiPrefab = {ValueType = "string"},
|
|
UiBackGround = {ValueType = "string"},
|
|
IsClosed = {ValueType = "bool"},
|
|
Tag = {ValueType = "int"},
|
|
OptionalDrawIdCount = {ValueType = "string"},
|
|
GoodsLimitConfig = {Type = 1, ValueType = "int"},
|
|
TransformSuitList = {Type = 1, ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Note = {ValueType = "string"},
|
|
ExtraRewardId = {ValueType = "int"},
|
|
ExtraRewardCycleTimes = {ValueType = "int"},
|
|
},
|
|
XTableDrawGoodsLimit = {
|
|
Id = {ValueType = "int"},
|
|
MinTimes = {ValueType = "int"},
|
|
MaxTimes = {ValueType = "int"},
|
|
LimitCount = {ValueType = "int"},
|
|
UsePoolId = {ValueType = "int"},
|
|
},
|
|
XTableDrawGoodsLimitPool = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
GoodsId = {ValueType = "int"},
|
|
},
|
|
XTableDrawProbShow = {
|
|
Id = {ValueType = "int"},
|
|
DrawId = {ValueType = "int"},
|
|
IsUp = {ValueType = "bool"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "string"},
|
|
ProbShow = {ValueType = "string"},
|
|
Sort = {ValueType = "int"},
|
|
},
|
|
XTableDrawPreview = {
|
|
Id = {ValueType = "int"},
|
|
UpGoodsId = {Type = 1, ValueType = "int"},
|
|
GoodsId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrawCombinations = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
GoodsId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrawGroupRule = {
|
|
Id = {ValueType = "int"},
|
|
TitleCN = {ValueType = "string"},
|
|
TitleEN = {ValueType = "string"},
|
|
RareRank = {ValueType = "int"},
|
|
GroupBtnBg = {ValueType = "string"},
|
|
MainRules = {Type = 1, ValueType = "string"},
|
|
BaseRuleTitles = {Type = 1, ValueType = "string"},
|
|
BaseRules = {Type = 1, ValueType = "string"},
|
|
EventRuleTitles = {Type = 1, ValueType = "string"},
|
|
EventRules = {Type = 1, ValueType = "string"},
|
|
UpType = {ValueType = "string"},
|
|
UpQuality = {ValueType = "string"},
|
|
UpProbability = {ValueType = "string"},
|
|
BottomText = {ValueType = "string"},
|
|
NewHandBottomCount = {ValueType = "int"},
|
|
SpecialBottomMin = {ValueType = "int"},
|
|
SpecialBottomMax = {ValueType = "int"},
|
|
DrawBottomHint = {ValueType = "string"},
|
|
},
|
|
XTableDrawShow = {
|
|
Type = {ValueType = "int"},
|
|
TypeText = {ValueType = "string"},
|
|
QualityText = {Type = 1, ValueType = "string"},
|
|
UiAnim = {ValueType = "string"},
|
|
UiResultAnim = {ValueType = "string"},
|
|
DrawEffectGroupId = {Type = 1, ValueType = "int"},
|
|
GachaEffectGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrawNewYearActivityShow = {
|
|
Type = {ValueType = "int"},
|
|
TypeText = {ValueType = "string"},
|
|
QualityText = {Type = 1, ValueType = "string"},
|
|
UiAnim = {ValueType = "string"},
|
|
UiResultAnim = {ValueType = "string"},
|
|
PanelOpenUp = {Type = 1, ValueType = "string"},
|
|
PanelOpenDown = {Type = 1, ValueType = "string"},
|
|
PanelCardShowOff = {Type = 1, ValueType = "string"},
|
|
EffectOpenBox = {Type = 1, ValueType = "string"},
|
|
SkipEffect = {ValueType = "string"},
|
|
PanelGachaOpenUp = {Type = 1, ValueType = "string"},
|
|
PanelGachaOpenDown = {Type = 1, ValueType = "string"},
|
|
EffectOpenGacha = {Type = 1, ValueType = "string"},
|
|
GachaSkipEffect = {ValueType = "string"},
|
|
},
|
|
XTableDrawShowEffect = {
|
|
EffectGroupId = {ValueType = "int"},
|
|
Note = {ValueType = "string"},
|
|
PanelOpenUp = {ValueType = "string"},
|
|
PanelOpenDown = {ValueType = "string"},
|
|
PanelCardShowOff = {ValueType = "string"},
|
|
EffectOpenBox = {ValueType = "string"},
|
|
SkipEffect = {ValueType = "string"},
|
|
},
|
|
XTableDrawGroupRelation = {
|
|
NormalGroupId = {ValueType = "int"},
|
|
DestinyGroupId = {ValueType = "int"},
|
|
},
|
|
XTableDrawCamera = {
|
|
Id = {ValueType = "int"},
|
|
AllowHDR = {ValueType = "bool"},
|
|
Intensity = {ValueType = "float"},
|
|
Threshold = {ValueType = "float"},
|
|
Saturation = {ValueType = "float"},
|
|
SoftKnee = {ValueType = "float"},
|
|
Radius = {ValueType = "float"},
|
|
Iterations = {ValueType = "int"},
|
|
},
|
|
XTableDrawTabs = {
|
|
Id = {ValueType = "int"},
|
|
TxtName1 = {ValueType = "string"},
|
|
TxtName2 = {ValueType = "string"},
|
|
TxtName3 = {ValueType = "string"},
|
|
TxtTagName = {ValueType = "string"},
|
|
TabBg = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
ParentName = {ValueType = "string"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrawSkip = {
|
|
DrawGroupId = {ValueType = "int"},
|
|
SkipId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTeam = {
|
|
Id = {ValueType = "int"},
|
|
IsCaptain = {ValueType = "bool"},
|
|
IsFirstFight = {ValueType = "bool"},
|
|
EffectPath = {ValueType = "string"},
|
|
Color = {ValueType = "string"},
|
|
},
|
|
XTableTeamType = {
|
|
TeamId = {ValueType = "int"},
|
|
TypeId = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
SectionId = {Type = 1, ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAttribDesc = {
|
|
Index = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Attrib = {ValueType = "string"},
|
|
},
|
|
XTableAttribAbility = {
|
|
Key = {ValueType = "string"},
|
|
Ability = {ValueType = "fix"},
|
|
PartnerAbility = {ValueType = "fix"},
|
|
},
|
|
XTableDisplay = {
|
|
Id = {ValueType = "int"},
|
|
Model = {ValueType = "string"},
|
|
Action = {ValueType = "string"},
|
|
ContentId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableDisplayContent = {
|
|
Id = {ValueType = "int"},
|
|
Sound = {ValueType = "int"},
|
|
Text = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
},
|
|
XTableNpcTypeIcon = {
|
|
Type = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
IconTranspose = {ValueType = "string"},
|
|
Des = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableSecondaryFunctional = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Activate = {ValueType = "int"},
|
|
OpenId = {ValueType = "int"},
|
|
Picture = {ValueType = "string"},
|
|
Redirection = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
Click = {ValueType = "string"},
|
|
},
|
|
XTableCamera = {
|
|
Id = {ValueType = "int"},
|
|
NewScheme = {ValueType = "bool"},
|
|
DefaultMovementCoefficient = {ValueType = "float"},
|
|
FocusMovementCoefficient = {ValueType = "float"},
|
|
DollyOutCoefficient = {ValueType = "float"},
|
|
DollyInCoefficient = {ValueType = "float"},
|
|
DefaultRotationCoefficient = {ValueType = "float"},
|
|
RotationSpeed = {ValueType = "float"},
|
|
ExpBase = {ValueType = "float"},
|
|
BufferRadian = {ValueType = "float"},
|
|
DeadZoneRadius = {ValueType = "float"},
|
|
HardZoneRadius = {ValueType = "float"},
|
|
DeadZoneHeight = {ValueType = "float"},
|
|
DefaultOffset = {ValueType = "float"},
|
|
DefaultDistance = {ValueType = "float"},
|
|
DefaultMinDistance = {ValueType = "float"},
|
|
DefaultMaxDistance = {ValueType = "float"},
|
|
MaxDistance = {ValueType = "float"},
|
|
FocusMinDistance = {ValueType = "float"},
|
|
FocusMaxDistance = {ValueType = "float"},
|
|
FocusHorizontalCoefficient = {ValueType = "float"},
|
|
FocusVerticalCoefficient = {ValueType = "float"},
|
|
FocusMaxAngle = {ValueType = "float"},
|
|
DefaultHeight = {ValueType = "float"},
|
|
FocusHeight = {ValueType = "float"},
|
|
MinHeight = {ValueType = "float"},
|
|
MaxHeight = {ValueType = "float"},
|
|
HeightUpCoefficient = {ValueType = "float"},
|
|
HeightDownCoefficient = {ValueType = "float"},
|
|
HeightOffset = {ValueType = "float"},
|
|
RecenterThreshold = {ValueType = "float"},
|
|
RecenterCoefficient = {ValueType = "float"},
|
|
HorizontalDragSensitivity = {ValueType = "float"},
|
|
VerticalDragSensitivity = {ValueType = "float"},
|
|
MaxHorizontalDragSpeed = {ValueType = "float"},
|
|
MaxVerticalDragSpeed = {ValueType = "float"},
|
|
HorizontalDragAcceleration = {ValueType = "float"},
|
|
VerticalDragAcceleration = {ValueType = "float"},
|
|
RotationOverrideTime = {ValueType = "float"},
|
|
ScaleSensitivity = {ValueType = "float"},
|
|
MaxScaleSpeed = {ValueType = "float"},
|
|
ScaleAcceleration = {ValueType = "float"},
|
|
DefaultFOV = {ValueType = "float"},
|
|
FocusFOV = {ValueType = "float"},
|
|
DefaultToFocusDuration = {ValueType = "float"},
|
|
FocusToDefaultDuration = {ValueType = "float"},
|
|
MinVerticalAngle = {ValueType = "float"},
|
|
MaxVerticalAngle = {ValueType = "float"},
|
|
},
|
|
XTableFightRollChar = {
|
|
Key = {ValueType = "string"},
|
|
UiTemplate = {ValueType = "string"},
|
|
UiCotainer = {ValueType = "string"},
|
|
RollCharRandomRangeHorizontal = {ValueType = "float"},
|
|
RollCharRandomRangeVertical = {ValueType = "float"},
|
|
RollCharMinDir = {ValueType = "float"},
|
|
RollCharMaxDir = {ValueType = "float"},
|
|
RollCharSpeed = {ValueType = "float"},
|
|
RollCharLifeTime = {ValueType = "float"},
|
|
RollCharBeginOpacity = {ValueType = "float"},
|
|
RollCharEndOpacity = {ValueType = "float"},
|
|
RollCharChangeOpacityTime = {ValueType = "float"},
|
|
RollCharStayDuration = {ValueType = "float"},
|
|
RollCharStayTime = {ValueType = "float"},
|
|
RollCharOffsetX = {ValueType = "float"},
|
|
RollCharOffsetY = {ValueType = "float"},
|
|
},
|
|
XTableFightDynamicHp = {
|
|
Id = {ValueType = "int"},
|
|
Key = {ValueType = "string"},
|
|
UiTemplate = {ValueType = "string"},
|
|
},
|
|
XTableStory = {
|
|
Id = {ValueType = "int"},
|
|
Mask = {ValueType = "int"},
|
|
BackgroundMusic = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Introduce = {ValueType = "string"},
|
|
TitleIcon = {ValueType = "string"},
|
|
SentenceId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSentence = {
|
|
SentenceId = {ValueType = "int"},
|
|
OptionId = {ValueType = "int"},
|
|
PlayTime = {ValueType = "float"},
|
|
BackgroundMusic = {ValueType = "string"},
|
|
DialogSoundEffect = {ValueType = "string"},
|
|
DialogSoundMusic = {ValueType = "string"},
|
|
RoleId = {ValueType = "int"},
|
|
RoleName = {ValueType = "string"},
|
|
IsNewRole = {ValueType = "bool"},
|
|
PositionType = {ValueType = "int"},
|
|
RoleIcon = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
RoleEffect = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
IsForce = {ValueType = "bool"},
|
|
BgAimation = {ValueType = "string"},
|
|
InAnimation = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
OutAnimation = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
BackgroundEffect = {ValueType = "string"},
|
|
DialogBgImg = {ValueType = "string"},
|
|
BackgroundImg = {ValueType = "string"},
|
|
BackgroundImg2 = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
},
|
|
XTableObstacle = {
|
|
Id = {ValueType = "int"},
|
|
Model = {ValueType = "string"},
|
|
Shape = {ValueType = "int"},
|
|
ShapeParams = {ValueType = "fix"},
|
|
Lifetime = {ValueType = "fix"},
|
|
Destructible = {ValueType = "bool"},
|
|
Type = {ValueType = "int"},
|
|
BlockNpc = {ValueType = "bool"},
|
|
NpcTargetType = {ValueType = "int"},
|
|
BlockMissile = {ValueType = "bool"},
|
|
MissileKind = {ValueType = "int"},
|
|
MissileTargetType = {ValueType = "int"},
|
|
MissileInteractType = {ValueType = "int"},
|
|
MissileInteractParams = {ValueType = "int"},
|
|
},
|
|
XTableOption = {
|
|
Id = {ValueType = "int"},
|
|
StoryId = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
Title = {Type = 1, ValueType = "string"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStoryRole = {
|
|
RoleId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RoleIcon = {ValueType = "string"},
|
|
Race = {ValueType = "string"},
|
|
BodyId = {ValueType = "int"},
|
|
BodyFeature = {ValueType = "string"},
|
|
Age = {ValueType = "int"},
|
|
BirthData = {ValueType = "string"},
|
|
Height = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
BWH = {ValueType = "string"},
|
|
BodyFace = {ValueType = "string"},
|
|
Awareness = {ValueType = "string"},
|
|
ActionStandard = {ValueType = "string"},
|
|
CarrayDevice = {ValueType = "string"},
|
|
IQ = {ValueType = "int"},
|
|
EQ = {ValueType = "int"},
|
|
Physical = {ValueType = "int"},
|
|
Tactics = {ValueType = "int"},
|
|
LeaderShip = {ValueType = "int"},
|
|
},
|
|
XTableMovieActor = {
|
|
RoleId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RoleIcon = {ValueType = "string"},
|
|
Race = {ValueType = "string"},
|
|
Age = {ValueType = "int"},
|
|
Height = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Wepon = {ValueType = "string"},
|
|
Team = {ValueType = "string"},
|
|
FacePosX = {ValueType = "int"},
|
|
FacePosY = {ValueType = "int"},
|
|
},
|
|
XTableMovieStaff = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableMovieRoleFace = {
|
|
RoleId = {ValueType = "int"},
|
|
FaceLook = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableCondition = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Formula = {ValueType = "string"},
|
|
},
|
|
XTableAssist = {
|
|
AssistType = {ValueType = "int"},
|
|
LevelKey = {ValueType = "int"},
|
|
RoleMinLevel = {ValueType = "int"},
|
|
RoleMaxLevel = {ValueType = "int"},
|
|
TargetMinLevel = {ValueType = "int"},
|
|
TargetMaxLevel = {ValueType = "int"},
|
|
},
|
|
XTableAssistCommon = {
|
|
AssistType = {ValueType = "int"},
|
|
ShowNm = {ValueType = "int"},
|
|
RoleRewardId = {ValueType = "int"},
|
|
TargetRewardId = {ValueType = "int"},
|
|
RoleRewardMaxNum = {ValueType = "int"},
|
|
},
|
|
XTableAssistRobot = {
|
|
Id = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
},
|
|
XTableAssistRevise = {
|
|
Id = {ValueType = "int"},
|
|
MaxValue = {ValueType = "int"},
|
|
MinValue = {ValueType = "int"},
|
|
AttribReviseId = {ValueType = "int"},
|
|
},
|
|
XTableAttribRevise = {
|
|
Id = {ValueType = "int"},
|
|
AttribTypes = {Type = 1, ValueType = "int"},
|
|
Values = {Type = 1, ValueType = "fix"},
|
|
},
|
|
XTableAssistRule = {
|
|
Id = {ValueType = "int"},
|
|
DisplayRange = {Type = 1, ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
SuccessRate = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
},
|
|
XTableAssistType = {
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableReward = {
|
|
Id = {ValueType = "int"},
|
|
SubIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRewardGoods = {
|
|
Id = {ValueType = "int"},
|
|
TemplateId = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRewardItem = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableRewardFashion = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableRewardEquip = {
|
|
Id = {ValueType = "int"},
|
|
TemplateId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
BreakThrough = {ValueType = "int"},
|
|
},
|
|
XTableDropGoods = {
|
|
Id = {ValueType = "int"},
|
|
TemplateId = {ValueType = "int"},
|
|
MinCount = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
Span = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTask = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
PreTaskId = {ValueType = "int"},
|
|
ActivateCondition = {Type = 1, ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
Result = {ValueType = "int"},
|
|
DropId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
StartTime = {ValueType = "string"},
|
|
EndTime = {ValueType = "string"},
|
|
Suffix = {ValueType = "string"},
|
|
ShowAfterTaskId = {ValueType = "int"},
|
|
AchvType = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
ShowAfterGroup = {ValueType = "int"},
|
|
GroupTheme = {ValueType = "int"},
|
|
ShowType = {ValueType = "int"},
|
|
ShowCondition = {ValueType = "int"},
|
|
},
|
|
XTableCourse = {
|
|
StageId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ShowId = {ValueType = "int"},
|
|
Tip = {ValueType = "string"},
|
|
TipEn = {ValueType = "string"},
|
|
},
|
|
XTableTaskPool = {
|
|
TaskPoolId = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTaskReset = {
|
|
ResetId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
LowerLevel = {ValueType = "int"},
|
|
UpperLevel = {ValueType = "int"},
|
|
TaskPool = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTaskCondition = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTaskActiveness = {
|
|
Type = {ValueType = "int"},
|
|
Activeness = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTaskTimeLimit = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
PlayerCondition = {Type = 1, ValueType = "int"},
|
|
Duration = {ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
DayTaskId = {Type = 1, ValueType = "int"},
|
|
WeekTaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNewPlayerTaskGroup = {
|
|
Id = {ValueType = "int"},
|
|
OpenDay = {ValueType = "int"},
|
|
FirstTalk = {ValueType = "string"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNewPlayerTaskTalk = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
SpellName = {ValueType = "string"},
|
|
RoleHalfIcon = {ValueType = "string"},
|
|
ShowCharId = {ValueType = "int"},
|
|
GetCount = {Type = 1, ValueType = "int"},
|
|
TalkContent = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableBoneOffset = {
|
|
Role = {ValueType = "string"},
|
|
Animation = {ValueType = "string"},
|
|
Bone = {ValueType = "string"},
|
|
Layer = {ValueType = "int"},
|
|
OffsetX = {Type = 1, ValueType = "fix"},
|
|
OffsetZ = {Type = 1, ValueType = "fix"},
|
|
},
|
|
XTableBuyAsset = {
|
|
Id = {ValueType = "int"},
|
|
DailyLimit = {ValueType = "int"},
|
|
Config = {Type = 1, ValueType = "int"},
|
|
ExchangeType = {ValueType = "int"},
|
|
CanMutiply = {ValueType = "int"},
|
|
AutoClose = {ValueType = "int"},
|
|
},
|
|
XTableBuyAssetConfig = {
|
|
Id = {ValueType = "int"},
|
|
Times = {ValueType = "int"},
|
|
GainCount = {ValueType = "int"},
|
|
ConsumeId = {Type = 1, ValueType = "int"},
|
|
ConsumeCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableUiBuyAsset = {
|
|
Id = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
},
|
|
XTableSkipFunctional = {
|
|
SkipId = {ValueType = "int"},
|
|
Origin = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
ParamId = {ValueType = "int"},
|
|
Explain = {ValueType = "string"},
|
|
FunctionalId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
StartTime = {ValueType = "string"},
|
|
CloseTime = {ValueType = "string"},
|
|
CustomParams = {Type = 1, ValueType = "int"},
|
|
IsHideFunc = {ValueType = "bool"},
|
|
IsShowExplain = {ValueType = "bool"},
|
|
},
|
|
XTableFunctionalOpen = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
Hint = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
},
|
|
XTableShieldFunc = {
|
|
Id = {ValueType = "int"},
|
|
UiName = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableFunctionalContents = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
NpcName = {ValueType = "string"},
|
|
NpcHalfIconPath = {ValueType = "string"},
|
|
Contents = {ValueType = "string"},
|
|
CueId = {ValueType = "int"},
|
|
ContentsSkip = {ValueType = "int"},
|
|
OptionTitle = {Type = 1, ValueType = "string"},
|
|
Optionskip = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFunctionalCommunication = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ConditionIds = {Type = 1, ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
BtnContent = {ValueType = "string"},
|
|
NpcName = {ValueType = "string"},
|
|
NpcHandIcon = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
UiType = {ValueType = "int"},
|
|
ContentsGroupId = {ValueType = "int"},
|
|
},
|
|
XTableFunctionalFestivalCommunication = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ConditionIds = {Type = 1, ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
BtnContent = {ValueType = "string"},
|
|
NpcName = {ValueType = "string"},
|
|
NpcHandIcon = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
UiType = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
ContentsGroupId = {ValueType = "int"},
|
|
},
|
|
XTableMail = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
SendName = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
ValidTime = {ValueType = "int"},
|
|
RewardIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMailInitData = {
|
|
Ids = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSound = {
|
|
Id = {ValueType = "int"},
|
|
SoundType = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Path = {ValueType = "string"},
|
|
Volume = {ValueType = "int"},
|
|
FadeCrossTime = {ValueType = "int"},
|
|
Loop = {ValueType = "int"},
|
|
LoopInterval = {ValueType = "int"},
|
|
},
|
|
XTableScreenEffect = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SortOrder = {ValueType = "int"},
|
|
PlayAlone = {ValueType = "bool"},
|
|
Hash = {ValueType = "int"},
|
|
},
|
|
XTableEffectsSound = {
|
|
Hash = {ValueType = "int"},
|
|
SoundId = {ValueType = "int"},
|
|
PlayRefType = {ValueType = "int"},
|
|
},
|
|
XTableMovementSound = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "string"},
|
|
Motion = {ValueType = "string"},
|
|
SoundId = {ValueType = "int"},
|
|
},
|
|
XTableMainAd = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
PicType = {ValueType = "int"},
|
|
PicAddr = {ValueType = "string"},
|
|
JumpType = {ValueType = "int"},
|
|
JumpAddr = {ValueType = "string"},
|
|
ChannelId = {ValueType = "int"},
|
|
},
|
|
XTableMainActivitySkip = {
|
|
Id = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
StageType = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableShop = {
|
|
Id = {ValueType = "int"},
|
|
Owner = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
SecondType = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
ShowId = {Type = 1, ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
Kind = {ValueType = "int"},
|
|
GoodsBuyTimesLimit = {ValueType = "int"},
|
|
ManualResetTimesLimit = {ValueType = "int"},
|
|
ResetCostId = {ValueType = "int"},
|
|
ResetCostCountStr = {ValueType = "string"},
|
|
AutoResetClockId = {ValueType = "int"},
|
|
TargetId = {Type = 1, ValueType = "int"},
|
|
IsResetManualTimes = {ValueType = "bool"},
|
|
IsAddSelloutGoods = {ValueType = "bool"},
|
|
IsUnShelve = {ValueType = "bool"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
ScreenGroup = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBaseEquip = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Part = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
BigSuccessProbability = {ValueType = "int"},
|
|
BigSuccessBottomId = {ValueType = "int"},
|
|
PoolId = {Type = 1, ValueType = "int"},
|
|
BigSuccessPoolId = {Type = 1, ValueType = "int"},
|
|
RecoveryRewardId = {ValueType = "int"},
|
|
NotEvaluatedDesc = {Type = 1, ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
Obtain = {ValueType = "int"},
|
|
},
|
|
XTableAttribGroup = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
AttribId = {ValueType = "int"},
|
|
AttribGrowRateId = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
MaxAttribDesc = {ValueType = "string"},
|
|
},
|
|
XTableAttribPoolTmp = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
AttribId = {ValueType = "int"},
|
|
AttribGrowRateId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
MaxAttribDesc = {ValueType = "string"},
|
|
},
|
|
XTableBaseEquipBottomPool = {
|
|
Id = {ValueType = "int"},
|
|
Min = {ValueType = "int"},
|
|
Max = {ValueType = "int"},
|
|
},
|
|
XTableBaseEquipScore = {
|
|
Key = {ValueType = "string"},
|
|
Numerical = {ValueType = "int"},
|
|
GrowRate = {ValueType = "int"},
|
|
},
|
|
XTableFetter = {
|
|
Level = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
Add = {ValueType = "int"},
|
|
},
|
|
XTableFetterType = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Min = {ValueType = "int"},
|
|
Max = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableGoods = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
ObtainId = {ValueType = "int"},
|
|
ObtainCount = {ValueType = "int"},
|
|
ObtainParamStr = {ValueType = "string"},
|
|
ConsumeId = {Type = 1, ValueType = "int"},
|
|
ConsumeCount = {Type = 1, ValueType = "int"},
|
|
IsShowWhenSaleTimeLimit = {ValueType = "bool"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
BuyTimesLimit = {ValueType = "int"},
|
|
OnSaleStr = {ValueType = "string"},
|
|
AutoResetClockId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Tags = {ValueType = "int"},
|
|
IsResetWhenShopReset = {ValueType = "bool"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
IsUnShelve = {ValueType = "bool"},
|
|
IsHideWhenConditionLimit = {ValueType = "bool"},
|
|
GiftRewardId = {ValueType = "int"},
|
|
PayKeySuffix = {ValueType = "string"},
|
|
},
|
|
XTableGoodsGroup = {
|
|
Id = {ValueType = "int"},
|
|
ChancePercent = {ValueType = "int"},
|
|
GoodsCount = {ValueType = "int"},
|
|
GoodsIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFashion = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
ResourcesId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
Series = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
WorldDescription = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
SkipIdParams = {Type = 1, ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
ItemKey = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
SmallHeadIcon = {ValueType = "string"},
|
|
SmallHeadIconLiberation = {ValueType = "string"},
|
|
BigHeadIcon = {ValueType = "string"},
|
|
RoundnessNotItemHeadIcon = {ValueType = "string"},
|
|
RoundnessNotItemHeadIconLiberation = {ValueType = "string"},
|
|
RoundnessHeadIcon = {ValueType = "string"},
|
|
BigRoundnessHeadIcon = {ValueType = "string"},
|
|
HalfBodyImage = {ValueType = "string"},
|
|
RoleCharacterBigImage = {ValueType = "string"},
|
|
BigHeadIconLiberation = {ValueType = "string"},
|
|
CharacterIcon = {ValueType = "string"},
|
|
ShowTimeStr = {ValueType = "string"},
|
|
SceneModelId = {ValueType = "int"},
|
|
EffectRootName = {ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
},
|
|
XTableFashionQuality = {
|
|
Id = {ValueType = "int"},
|
|
IconDesc = {ValueType = "string"},
|
|
},
|
|
XTableCue = {
|
|
Id = {ValueType = "int"},
|
|
CueSheetId = {ValueType = "int"},
|
|
CueName = {ValueType = "string"},
|
|
Is1pOr3p = {ValueType = "int"},
|
|
},
|
|
XTableCv = {
|
|
Id = {ValueType = "int"},
|
|
Cvs = {Type = 1, ValueType = "int"},
|
|
CvContent = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableCueSheet = {
|
|
Id = {ValueType = "int"},
|
|
CueSheetName = {ValueType = "string"},
|
|
CueAwb = {ValueType = "string"},
|
|
HasAwb = {ValueType = "bool"},
|
|
},
|
|
XTableGraphic = {
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
SubLevels = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableGraphicSetting = {
|
|
Name = {ValueType = "string"},
|
|
DisplayName = {ValueType = "string"},
|
|
Consumption = {ValueType = "int"},
|
|
},
|
|
XTableGpu = {
|
|
GpuName = {ValueType = "string"},
|
|
Level = {ValueType = "int"},
|
|
},
|
|
XTableCpu = {
|
|
CpuName = {ValueType = "string"},
|
|
Level = {ValueType = "int"},
|
|
},
|
|
XTableDormBgm = {
|
|
Id = {ValueType = "int"},
|
|
BgmId = {ValueType = "int"},
|
|
SuitNum = {ValueType = "int"},
|
|
SuitId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Order = {ValueType = "int"},
|
|
},
|
|
XTableDormRecommendLevel = {
|
|
LevelId = {ValueType = "int"},
|
|
LowerLimit = {ValueType = "int"},
|
|
UpperLimit = {ValueType = "int"},
|
|
},
|
|
XTableDormRecommendSearch = {
|
|
Level = {ValueType = "int"},
|
|
RecommendList = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterFavorAttr = {
|
|
CharacterId = {ValueType = "int"},
|
|
AttrType = {ValueType = "int"},
|
|
},
|
|
XTableDormCharacterWork = {
|
|
DormitoryNum = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
Vitality = {ValueType = "int"},
|
|
Time = {ValueType = "int"},
|
|
Seat = {ValueType = "int"},
|
|
Mood = {ValueType = "int"},
|
|
ExtraReward = {ValueType = "int"},
|
|
},
|
|
XTableDormExceptionItem = {
|
|
Id = {ValueType = "int"},
|
|
ConvertId = {ValueType = "int"},
|
|
ConvertCount = {ValueType = "int"},
|
|
},
|
|
XTableFurniturePutNum = {
|
|
PutId = {ValueType = "int"},
|
|
PutCount = {ValueType = "int"},
|
|
},
|
|
XTableDormitory = {
|
|
Id = {ValueType = "int"},
|
|
IsFree = {ValueType = "int"},
|
|
SceneId = {ValueType = "int"},
|
|
Width = {ValueType = "int"},
|
|
Height = {ValueType = "int"},
|
|
CharCapacity = {ValueType = "int"},
|
|
BigFurnitureCapacity = {ValueType = "int"},
|
|
SmallFurnitureCapacity = {ValueType = "int"},
|
|
DecorateCapacity = {ValueType = "int"},
|
|
PetCapacity = {ValueType = "int"},
|
|
ShieldCapacity = {ValueType = "int"},
|
|
ConsumeItemId = {ValueType = "int"},
|
|
ConsumeItemCount = {ValueType = "int"},
|
|
InitNumber = {ValueType = "int"},
|
|
InitName = {ValueType = "string"},
|
|
InitFurniture = {Type = 1, ValueType = "int"},
|
|
InitFurniturePos = {Type = 1, ValueType = "string"},
|
|
InitFurnitureAttr = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFurnitureType = {
|
|
Id = {ValueType = "int"},
|
|
MajorType = {ValueType = "int"},
|
|
MajorName = {ValueType = "string"},
|
|
MinorType = {ValueType = "int"},
|
|
MinorName = {ValueType = "string"},
|
|
Category = {ValueType = "int"},
|
|
CategoryName = {ValueType = "string"},
|
|
PicNum = {ValueType = "int"},
|
|
UseId = {ValueType = "int"},
|
|
UseNum = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
TypeIcon = {ValueType = "string"},
|
|
},
|
|
XTableFurnitureLevel = {
|
|
Id = {ValueType = "int"},
|
|
FurnitureType = {ValueType = "int"},
|
|
AttrScore = {Type = 1, ValueType = "int"},
|
|
MinScore = {ValueType = "int"},
|
|
MaxScore = {ValueType = "int"},
|
|
ReturnId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
},
|
|
XTableFurnitureReward = {
|
|
Id = {ValueType = "int"},
|
|
FurnitureId = {ValueType = "int"},
|
|
ExtraAttrId = {ValueType = "int"},
|
|
AdditionId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableDormCharacterFondle = {
|
|
CharacterId = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
RecoveryTime = {ValueType = "int"},
|
|
Lower = {Type = 1, ValueType = "int"},
|
|
Upper = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterMoodBuff = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Interval = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
Speed = {ValueType = "int"},
|
|
},
|
|
XTableDormCharacterEventReward = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableFurniture = {
|
|
Id = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
Width = {ValueType = "int"},
|
|
Height = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
SmallIcon = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
Model = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
TypeId = {ValueType = "int"},
|
|
LocateType = {ValueType = "int"},
|
|
IsObstacle = {ValueType = "int"},
|
|
SuitId = {ValueType = "int"},
|
|
GainType = {ValueType = "int"},
|
|
InitAttr = {ValueType = "int"},
|
|
CreateTime = {ValueType = "int"},
|
|
RandomGroupId = {ValueType = "int"},
|
|
InteractRange = {ValueType = "int"},
|
|
InteractWeight = {ValueType = "int"},
|
|
InteractPos = {ValueType = "int"},
|
|
InteractName = {ValueType = "string"},
|
|
ReturnId = {ValueType = "int"},
|
|
PicId = {ValueType = "int"},
|
|
PicNum = {ValueType = "int"},
|
|
MoneyNum = {ValueType = "int"},
|
|
IlluminationSO = {ValueType = "string"},
|
|
PointLight = {ValueType = "string"},
|
|
BehaviorType = {Type = 1, ValueType = "string"},
|
|
AttractBehaviorType = {Type = 1, ValueType = "string"},
|
|
AnimationId = {ValueType = "int"},
|
|
AttrTagY = {ValueType = "float"},
|
|
FunitureBehaviorType = {ValueType = "string"},
|
|
PutOnWidgetHight = {ValueType = "float"},
|
|
HasBehavior = {ValueType = "bool"},
|
|
PosChangeType = {ValueType = "int"},
|
|
PutNumType = {ValueType = "int"},
|
|
IsDefaultLocked = {ValueType = "bool"},
|
|
},
|
|
XTableFurnitureBehavior = {
|
|
Id = {ValueType = "int"},
|
|
FurnitureId = {ValueType = "int"},
|
|
State = {ValueType = "string"},
|
|
BehaviorId = {ValueType = "string"},
|
|
},
|
|
XTableDormFunitureAnimation = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {Type = 1, ValueType = "int"},
|
|
CharacterAnimationName = {Type = 1, ValueType = "string"},
|
|
ClickType = {ValueType = "int"},
|
|
OnceAnimationName = {ValueType = "string"},
|
|
RepaatAnimationName = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableFurnitureAdditionalAttr = {
|
|
AttributeId = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
AddType = {ValueType = "int"},
|
|
AddValue = {Type = 1, ValueType = "int"},
|
|
AddScore = {ValueType = "int"},
|
|
RestrictedRole = {Type = 1, ValueType = "int"},
|
|
Introduce = {ValueType = "string"},
|
|
QualityType = {ValueType = "int"},
|
|
},
|
|
XTableFurnitureAdditionalAttrRandom = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
AttrId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Introduce = {ValueType = "string"},
|
|
},
|
|
XTableDormCharacterRecovery = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
VitalityRecoveryType = {ValueType = "int"},
|
|
VitalityRecovery = {ValueType = "int"},
|
|
MoodRecoveryType = {ValueType = "int"},
|
|
MoodRecovery = {ValueType = "int"},
|
|
Pre = {ValueType = "int"},
|
|
CompareType = {ValueType = "int"},
|
|
AttrTotal = {ValueType = "int"},
|
|
AttrCondition = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableDormCharacterEvent = {
|
|
EventId = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
BehaviorId = {ValueType = "string"},
|
|
HappenReward = {ValueType = "int"},
|
|
FinishReward = {ValueType = "int"},
|
|
ConditionList = {Type = 1, ValueType = "int"},
|
|
CompletedType = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterBehavior = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
State = {ValueType = "string"},
|
|
BehaviorId = {ValueType = "string"},
|
|
CanClick = {ValueType = "int"},
|
|
StateMachine = {ValueType = "string"},
|
|
},
|
|
XTableDormInteractiveEvent = {
|
|
Id = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
MinDis = {ValueType = "int"},
|
|
MaxDis = {ValueType = "int"},
|
|
CharacterIds = {Type = 1, ValueType = "int"},
|
|
State = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableDormTemplate = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Order = {ValueType = "int"},
|
|
IsShow = {ValueType = "bool"},
|
|
PicturePath = {ValueType = "string"},
|
|
FurnitureId = {Type = 1, ValueType = "int"},
|
|
FurniturePos = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableDormTemplateCollect = {
|
|
Id = {ValueType = "int"},
|
|
DefaultName = {ValueType = "string"},
|
|
DefaultIcon = {ValueType = "string"},
|
|
SkipTemplateId = {ValueType = "int"},
|
|
CaptureCameraId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
},
|
|
XTableDormTemplateGroup = {
|
|
Id = {ValueType = "int"},
|
|
SecondIndex = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
HasScond = {ValueType = "bool"},
|
|
SecondTagType = {ValueType = "int"},
|
|
DormType = {ValueType = "int"},
|
|
DormId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterEventType = {
|
|
Id = {ValueType = "int"},
|
|
CompareOrder = {ValueType = "int"},
|
|
EventType = {ValueType = "int"},
|
|
EventNum = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
CharacterNum = {ValueType = "int"},
|
|
CharacterCondition = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormEventCondition = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterStyle = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Model = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
NameFrist = {ValueType = "string"},
|
|
NameLast = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
HeadRoundIcon = {ValueType = "string"},
|
|
ExpFondleWidgetHeight = {ValueType = "float"},
|
|
ExpDetailWidgetHeight = {ValueType = "float"},
|
|
PutOnWidgetHight = {ValueType = "float"},
|
|
DailogWidgetHight = {ValueType = "float"},
|
|
DailogTouchHight = {ValueType = "float"},
|
|
EffectWidgetHight = {ValueType = "float"},
|
|
TouchWidgetHight = {ValueType = "float"},
|
|
LoveType = {ValueType = "int"},
|
|
LikeType = {ValueType = "int"},
|
|
LikeCharIds = {Type = 1, ValueType = "int"},
|
|
HateCharIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterReward = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
ConvertItemId = {ValueType = "int"},
|
|
ConvertItemCount = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
SmallIcon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
WorldDescription = {ValueType = "string"},
|
|
},
|
|
XTableDormCharacterMood = {
|
|
Id = {ValueType = "int"},
|
|
MoodMinValue = {ValueType = "int"},
|
|
MoodMaxValue = {ValueType = "int"},
|
|
Describe = {ValueType = "string"},
|
|
Color = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableDormCharacterEffect = {
|
|
Id = {ValueType = "int"},
|
|
Path = {ValueType = "string"},
|
|
Hight = {ValueType = "float"},
|
|
},
|
|
XTableDormShowEvent = {
|
|
Id = {ValueType = "int"},
|
|
ShowType = {ValueType = "int"},
|
|
Description = {Type = 1, ValueType = "string"},
|
|
State = {ValueType = "string"},
|
|
},
|
|
XTableDormF2CBehaviorRelation = {
|
|
Id = {ValueType = "int"},
|
|
FurnitureId = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
PositionId = {ValueType = "int"},
|
|
Behavior = {Type = 1, ValueType = "string"},
|
|
BehaviorWeight = {Type = 1, ValueType = "int"},
|
|
AttractBehavior = {Type = 1, ValueType = "string"},
|
|
AttractBehaviorWeight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableHostelRoom = {
|
|
Id = {ValueType = "int"},
|
|
Floor = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
CostId = {ValueType = "int"},
|
|
CostCount = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFurnitureCreateAttr = {
|
|
Id = {ValueType = "int"},
|
|
FurnitureType = {ValueType = "int"},
|
|
MinConsume = {ValueType = "int"},
|
|
AttrTotal = {Type = 1, ValueType = "int"},
|
|
AttrWeight = {Type = 1, ValueType = "int"},
|
|
ExtraAttrTotal = {Type = 1, ValueType = "int"},
|
|
ExtraAttrWeight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFunctionDevice = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Des = {ValueType = "string"},
|
|
BelongType = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
CostId = {ValueType = "int"},
|
|
CostCount = {ValueType = "int"},
|
|
CostTime = {ValueType = "int"},
|
|
FunctionParam = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterDialog = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
MoodMinValue = {ValueType = "int"},
|
|
MoodMaxValue = {ValueType = "int"},
|
|
State = {ValueType = "string"},
|
|
Content = {Type = 1, ValueType = "string"},
|
|
Time = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDormCharacterAction = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
State = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableHostelRest = {
|
|
Floor = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
AreaName = {ValueType = "string"},
|
|
Comfortable = {ValueType = "int"},
|
|
RestCD = {ValueType = "int"},
|
|
RecoveryValue = {ValueType = "int"},
|
|
RestCharCount = {ValueType = "int"},
|
|
},
|
|
XTableRoleEffect = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Models = {Type = 1, ValueType = "bool"},
|
|
Intensity = {ValueType = "float"},
|
|
FadeIn = {ValueType = "float"},
|
|
FadeOut = {ValueType = "float"},
|
|
Params = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableHostelRoomNode = {
|
|
Id = {ValueType = "int"},
|
|
Scene = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Path = {ValueType = "string"},
|
|
},
|
|
XTableHostelDeviceNode = {
|
|
Id = {ValueType = "int"},
|
|
RoomType = {ValueType = "int"},
|
|
Scene = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Path = {ValueType = "string"},
|
|
OpenUI = {ValueType = "string"},
|
|
},
|
|
XTableHostelHud = {
|
|
Id = {ValueType = "int"},
|
|
HudType = {ValueType = "int"},
|
|
DeviceType = {ValueType = "int"},
|
|
HudX = {ValueType = "float"},
|
|
HudY = {ValueType = "float"},
|
|
HudHeight = {ValueType = "float"},
|
|
HudWidth = {ValueType = "float"},
|
|
HudScale = {ValueType = "float"},
|
|
},
|
|
XTableHostelDelegate = {
|
|
Id = {ValueType = "int"},
|
|
SlotType = {ValueType = "int"},
|
|
DelegateType = {ValueType = "int"},
|
|
DelegateName = {ValueType = "string"},
|
|
DelegateDes = {ValueType = "string"},
|
|
ReportDes = {ValueType = "string"},
|
|
PublishAwardPercent = {ValueType = "int"},
|
|
AssistAwardPercent = {ValueType = "int"},
|
|
HuixinAward = {ValueType = "int"},
|
|
SHuixinAward = {ValueType = "int"},
|
|
DelegateCount = {ValueType = "int"},
|
|
NormalReport = {ValueType = "string"},
|
|
HuixinReport = {ValueType = "string"},
|
|
SHuixinReport = {ValueType = "string"},
|
|
},
|
|
XTableRobot = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
CharacterLevel = {ValueType = "int"},
|
|
CharacterQuality = {ValueType = "int"},
|
|
CharacterStar = {ValueType = "int"},
|
|
CharacterGrade = {ValueType = "int"},
|
|
SkillLevel = {ValueType = "int"},
|
|
RemoveSkillId = {Type = 1, ValueType = "int"},
|
|
FashionId = {ValueType = "int"},
|
|
WeaponId = {ValueType = "int"},
|
|
WeaponLevel = {ValueType = "int"},
|
|
WeaponBeakThrough = {ValueType = "int"},
|
|
WaferId = {Type = 1, ValueType = "int"},
|
|
WaferLevel = {Type = 1, ValueType = "int"},
|
|
WaferBreakThrough = {Type = 1, ValueType = "int"},
|
|
ShowAbility = {ValueType = "int"},
|
|
LiberateLv = {ValueType = "int"},
|
|
WeaponFashion = {ValueType = "int"},
|
|
WeaponResonance = {ValueType = "string"},
|
|
WeaponResonanceType = {ValueType = "string"},
|
|
WaferResonance = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
WaferResonanceType = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
WaferAwakeCount = {Type = 1, ValueType = "int"},
|
|
RobotPartnerId = {ValueType = "int"},
|
|
},
|
|
XTableRobotPartner = {
|
|
Id = {ValueType = "int"},
|
|
PartnerId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
BreakThrough = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
StarSchedule = {ValueType = "int"},
|
|
MainSkillGroup = {ValueType = "int"},
|
|
MainSkillLevel = {ValueType = "int"},
|
|
PassiveSkillId = {Type = 1, ValueType = "int"},
|
|
PassiveSkillLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSubGraphic = {
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableBloom = {
|
|
Enable = {ValueType = "bool"},
|
|
Threshold = {Type = 1, ValueType = "float"},
|
|
BlurSize = {Type = 1, ValueType = "float"},
|
|
Intensity = {Type = 1, ValueType = "float"},
|
|
BlurIterations = {Type = 1, ValueType = "int"},
|
|
Saturation = {Type = 1, ValueType = "float"},
|
|
SoftKnee = {Type = 1, ValueType = "float"},
|
|
Radius = {Type = 1, ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableResolution = {
|
|
Scale = {ValueType = "float"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableResourceLut = {
|
|
Id = {ValueType = "string"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableHashResourceLut = {
|
|
Hash = {ValueType = "int"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableScreenQteLut = {
|
|
Id = {ValueType = "int"},
|
|
BtnPath = {ValueType = "string"},
|
|
SuccEffectName = {ValueType = "string"},
|
|
FailEffectName = {ValueType = "string"},
|
|
},
|
|
XTablePhotoCapture = {
|
|
Id = {ValueType = "int"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableFillBarLut = {
|
|
Id = {ValueType = "string"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableShadow = {
|
|
ShadowType = {ValueType = "int"},
|
|
SoftShadow = {ValueType = "bool"},
|
|
TextureSize = {ValueType = "int"},
|
|
Range = {ValueType = "int"},
|
|
Layers = {Type = 1, ValueType = "int"},
|
|
LightCameraDistance = {ValueType = "float"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableMirror = {
|
|
Enable = {ValueType = "bool"},
|
|
Blur = {ValueType = "bool"},
|
|
TextureSize = {ValueType = "int"},
|
|
Layers = {Type = 1, ValueType = "int"},
|
|
BlurIteration = {ValueType = "int"},
|
|
BlurLerp = {ValueType = "float"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableDistortion = {
|
|
Enable = {ValueType = "bool"},
|
|
DistortionType = {ValueType = "int"},
|
|
DownSample = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableNpcGraphic = {
|
|
Outline = {ValueType = "bool"},
|
|
VertexLight = {ValueType = "bool"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableFxaa = {
|
|
Enable = {ValueType = "bool"},
|
|
Quality = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableRadialBlur = {
|
|
Enable = {ValueType = "bool"},
|
|
Times = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableAfterImage = {
|
|
MaxCount = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
DisplayName = {ValueType = "string"},
|
|
},
|
|
XTableVignette = {
|
|
Id = {ValueType = "int"},
|
|
Mode = {ValueType = "int"},
|
|
Color = {ValueType = "string"},
|
|
CenterX = {ValueType = "float"},
|
|
CenterY = {ValueType = "float"},
|
|
Intensity = {ValueType = "float"},
|
|
Smoothness = {ValueType = "float"},
|
|
Roundness = {ValueType = "float"},
|
|
Rounded = {ValueType = "bool"},
|
|
},
|
|
XTableTerrain = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Info = {ValueType = "string"},
|
|
BornPosition = {Type = 1, ValueType = "string"},
|
|
LookPosition = {Type = 1, ValueType = "string"},
|
|
DefaultObstacleArea = {Type = 1, ValueType = "string"},
|
|
DefaultDynamicObject = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableTerrainLut = {
|
|
Name = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
Size = {ValueType = "string"},
|
|
Area = {ValueType = "string"},
|
|
Position = {ValueType = "string"},
|
|
PathArea = {ValueType = "string"},
|
|
PathPosition = {ValueType = "string"},
|
|
PathLink = {ValueType = "string"},
|
|
UseFootStepEffect = {ValueType = "bool"},
|
|
},
|
|
XTableTip = {
|
|
Id = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableMotionLut = {
|
|
Id = {ValueType = "string"},
|
|
HasMotion = {ValueType = "bool"},
|
|
},
|
|
XTableAnimationMotion = {
|
|
Role = {ValueType = "string"},
|
|
Layer = {ValueType = "int"},
|
|
Animation = {ValueType = "string"},
|
|
TotalFrame = {ValueType = "int"},
|
|
TailLength = {ValueType = "fix"},
|
|
OffsetX = {Type = 1, ValueType = "fix"},
|
|
OffsetZ = {Type = 1, ValueType = "fix"},
|
|
Cos = {Type = 1, ValueType = "fix"},
|
|
Sin = {Type = 1, ValueType = "fix"},
|
|
},
|
|
XTableAnimationTransition = {
|
|
Role = {ValueType = "string"},
|
|
Layer = {ValueType = "int"},
|
|
State = {ValueType = "string"},
|
|
Target = {ValueType = "string"},
|
|
TransitionDuration = {ValueType = "float"},
|
|
},
|
|
XTableHeadPortrait = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
IsInit = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ImgSrc = {ValueType = "string"},
|
|
LockDesc = {ValueType = "string"},
|
|
ConvertItemId = {ValueType = "int"},
|
|
ConvertItemCount = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
WorldDesc = {ValueType = "string"},
|
|
Effect = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
LimitType = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ShowTimeStr = {ValueType = "string"},
|
|
Duration = {ValueType = "int"},
|
|
IsRepetition = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
},
|
|
XTableBossSingleGrade = {
|
|
LevelType = {ValueType = "int"},
|
|
Offline = {ValueType = "int"},
|
|
MinPlayerLevel = {ValueType = "int"},
|
|
MaxPlayerLevel = {ValueType = "int"},
|
|
PreLevel = {ValueType = "int"},
|
|
NeedScore = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
LevelName = {ValueType = "string"},
|
|
HideBossOpen = {ValueType = "bool"},
|
|
ChallengeCount = {ValueType = "int"},
|
|
WeekChallengeCount = {ValueType = "int"},
|
|
StaminaCount = {ValueType = "int"},
|
|
BaseRankNum = {ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBossSingleGroup = {
|
|
Id = {ValueType = "int"},
|
|
GroupIcon = {ValueType = "string"},
|
|
GroupName = {ValueType = "string"},
|
|
SectionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBossSingleRankReward = {
|
|
Id = {ValueType = "int"},
|
|
LevelType = {ValueType = "int"},
|
|
MinRank = {ValueType = "float"},
|
|
MaxRank = {ValueType = "float"},
|
|
MailID = {ValueType = "int"},
|
|
RankIcon = {ValueType = "string"},
|
|
},
|
|
XTableBossSingleScoreReward = {
|
|
Id = {ValueType = "int"},
|
|
LevelType = {ValueType = "int"},
|
|
Score = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
RankIcon = {ValueType = "string"},
|
|
},
|
|
XTableBossSingleSection = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
BossHeadIcon = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
ActivityTag = {Type = 1, ValueType = "string"},
|
|
TeamBuffId = {ValueType = "int"},
|
|
ActivityTimeId = {Type = 1, ValueType = "int"},
|
|
SwitchTimeId = {ValueType = "int"},
|
|
},
|
|
XTableBossSingleStage = {
|
|
StageId = {ValueType = "int"},
|
|
ModelId = {ValueType = "string"},
|
|
BossName = {ValueType = "string"},
|
|
Score = {ValueType = "int"},
|
|
BossLoseHpScore = {ValueType = "int"},
|
|
LeftTimeScore = {ValueType = "int"},
|
|
LeftHpScore = {ValueType = "int"},
|
|
DifficultyType = {ValueType = "int"},
|
|
DifficultyDesc = {ValueType = "string"},
|
|
DifficultyDescEn = {ValueType = "string"},
|
|
AutoFight = {ValueType = "bool"},
|
|
FightCharCount = {ValueType = "int"},
|
|
PreFullScore = {Type = 1, ValueType = "int"},
|
|
OpenCondition = {Type = 1, ValueType = "int"},
|
|
BuffDetailsId = {Type = 1, ValueType = "int"},
|
|
FeaturesId = {Type = 1, ValueType = "int"},
|
|
ProposedLevel = {Type = 1, ValueType = "int"},
|
|
SkillTitle = {Type = 1, ValueType = "string"},
|
|
SkillDesc = {Type = 1, ValueType = "string"},
|
|
AttackName = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableStageTeamBuff = {
|
|
Id = {ValueType = "int"},
|
|
Quality = {Type = 1, ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
OnIcon = {ValueType = "string"},
|
|
OffIcon = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableFubenFeatures = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableBossSingleScoreRule = {
|
|
Id = {ValueType = "int"},
|
|
BossLoseHp = {Type = 1, ValueType = "float"},
|
|
BossLoseHpScore = {Type = 1, ValueType = "int"},
|
|
BossTotalHp = {Type = 1, ValueType = "int"},
|
|
LeftTime = {Type = 1, ValueType = "int"},
|
|
LeftTimeScore = {Type = 1, ValueType = "float"},
|
|
CharLeftHp = {Type = 1, ValueType = "float"},
|
|
CharLeftHpSocre = {Type = 1, ValueType = "float"},
|
|
},
|
|
XTableRank = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ClockId = {ValueType = "int"},
|
|
PresetMemberCount = {ValueType = "int"},
|
|
TimeStrToEffect = {ValueType = "string"},
|
|
TimeStrToClose = {ValueType = "string"},
|
|
TimeStrToInvalid = {ValueType = "string"},
|
|
},
|
|
XTableRankReward = {
|
|
Id = {ValueType = "int"},
|
|
RankId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Ranking = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableRobotPlayer = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Level = {ValueType = "int"},
|
|
HeadPortrait = {ValueType = "int"},
|
|
Sign = {ValueType = "string"},
|
|
CharRobot = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBossOnlineSection = {
|
|
Id = {ValueType = "int"},
|
|
LastSectionId = {ValueType = "int"},
|
|
Activity = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
DifficultType = {ValueType = "int"},
|
|
ModelId = {ValueType = "string"},
|
|
StageId = {ValueType = "int"},
|
|
Animation = {ValueType = "string"},
|
|
Scene = {ValueType = "string"},
|
|
NpcPic = {ValueType = "string"},
|
|
CameraSetting = {Type = 1, ValueType = "string"},
|
|
Description = {Type = 1, ValueType = "string"},
|
|
SkillName = {Type = 1, ValueType = "string"},
|
|
SkillDes = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableBossOnlineChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableBossOnlineRisk = {
|
|
Id = {ValueType = "int"},
|
|
MinCount = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Color = {ValueType = "string"},
|
|
},
|
|
XTableSystemReset = {
|
|
ResetKey = {ValueType = "int"},
|
|
ResetType = {ValueType = "int"},
|
|
ResetTime = {ValueType = "string"},
|
|
},
|
|
XTableAlarmClock = {
|
|
ClockId = {ValueType = "int"},
|
|
EpochTime = {ValueType = "int"},
|
|
AlarmCycle = {ValueType = "int"},
|
|
DayOfWeek = {ValueType = "string"},
|
|
DayOfMonth = {ValueType = "string"},
|
|
},
|
|
XTableAccumulativeBuff = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Value = {ValueType = "int"},
|
|
},
|
|
XTableAccumulativeBuffType = {
|
|
Type = {ValueType = "int"},
|
|
Buff = {ValueType = "int"},
|
|
Duration = {ValueType = "fix"},
|
|
Cd = {ValueType = "fix"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableServer = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
GameIp = {ValueType = "string"},
|
|
GamePort = {ValueType = "int"},
|
|
AccountIp = {ValueType = "string"},
|
|
AccountPort = {ValueType = "int"},
|
|
},
|
|
XTableIosModel = {
|
|
ModelId = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
},
|
|
XTableBountyTaskRank = {
|
|
RankLevel = {ValueType = "int"},
|
|
RankName = {ValueType = "string"},
|
|
RankIcon = {ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
LevelUpExp = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableBountyTask = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
StageIcon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
RoleIcon = {ValueType = "string"},
|
|
SmallRoleIcon = {ValueType = "string"},
|
|
EnterAnimation = {Type = 1, ValueType = "string"},
|
|
DifficultLevel = {ValueType = "int"},
|
|
TextColor = {ValueType = "string"},
|
|
DifficultLevelIcon = {ValueType = "string"},
|
|
DifficultLevelIconX = {ValueType = "string"},
|
|
TaskExp = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
RandomWeightList = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBountyTaskRandomEvent = {
|
|
EventId = {ValueType = "int"},
|
|
EventName = {ValueType = "string"},
|
|
RandomWeight = {ValueType = "int"},
|
|
},
|
|
XTableBountyTaskDifficultStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RandomWeight = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
},
|
|
XTableTaskForceSection = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
TaskCount = {ValueType = "int"},
|
|
TaskPoolId = {ValueType = "int"},
|
|
SectionIcon = {ValueType = "string"},
|
|
SectionChapterIcon = {ValueType = "string"},
|
|
Desc = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableTaskForceTask = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TaskPoolId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
RandomWeight = {ValueType = "int"},
|
|
ShowId = {ValueType = "int"},
|
|
DropId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
Duration = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
ExtraRewardId = {ValueType = "int"},
|
|
ExtraRewardConditionId = {ValueType = "int"},
|
|
ConditionList = {Type = 1, ValueType = "int"},
|
|
MemberCount = {ValueType = "int"},
|
|
},
|
|
XTableTaskForceConfig = {
|
|
Id = {ValueType = "int"},
|
|
MaxTaskForceCount = {ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
},
|
|
XTableTaskForceExpend = {
|
|
RefreshCount = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
},
|
|
XTableBfrtChapter = {
|
|
ChapterId = {ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
ChapterEn = {ValueType = "string"},
|
|
OpenTimeStr = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
OrderId = {ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
PrefabName = {ValueType = "string"},
|
|
ActivityCondition = {ValueType = "int"},
|
|
Cover = {ValueType = "string"},
|
|
},
|
|
XTableBfrtGroup = {
|
|
GroupId = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
PreGroupId = {ValueType = "int"},
|
|
ChallengeNum = {ValueType = "int"},
|
|
BaseStage = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
FightInfoId = {Type = 1, ValueType = "int"},
|
|
TeamFightSeq = {ValueType = "string"},
|
|
LogisticsInfoId = {Type = 1, ValueType = "int"},
|
|
GroupOrderId = {ValueType = "int"},
|
|
},
|
|
XTableEchelonInfo = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
NeedCharacter = {ValueType = "int"},
|
|
RequireAbility = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableFubenResourceLevelSection = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
MinLevel = {ValueType = "int"},
|
|
DaliyCount = {ValueType = "int"},
|
|
StageList = {Type = 1, ValueType = "int"},
|
|
WeightList = {Type = 1, ValueType = "int"},
|
|
DifficultyList = {Type = 1, ValueType = "string"},
|
|
ColorChallengeList = {Type = 1, ValueType = "string"},
|
|
ColorRewardList = {Type = 1, ValueType = "string"},
|
|
},
|
|
XFubenResourceChapter = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
NameEn = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
SimpleDesc = {ValueType = "string"},
|
|
DetailDesc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
IsClose = {ValueType = "bool"},
|
|
},
|
|
XTableFightReboot = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
RebootItemId = {ValueType = "int"},
|
|
MaxRebootCount = {ValueType = "int"},
|
|
ConsumeCount = {Type = 1, ValueType = "int"},
|
|
HpRetain = {ValueType = "fix"},
|
|
MagicIds = {Type = 1, ValueType = "int"},
|
|
RebootCondition = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFightOnlineReboot = {
|
|
Id = {ValueType = "int"},
|
|
MaxRebootCount = {ValueType = "int"},
|
|
RescueDistance = {ValueType = "fix"},
|
|
WaitingTime = {ValueType = "fix"},
|
|
RescueTime = {ValueType = "fix"},
|
|
HpRetain = {ValueType = "fix"},
|
|
MagicIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRecommendLevel = {
|
|
Id = {ValueType = "int"},
|
|
LowerLevel = {ValueType = "int"},
|
|
UpperLevel = {ValueType = "int"},
|
|
},
|
|
XTableRecommendSearch = {
|
|
Level = {ValueType = "int"},
|
|
RecommendList = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableVoteGroup = {
|
|
Id = {ValueType = "int"},
|
|
VotesResetClockId = {ValueType = "int"},
|
|
VoteLimitClockId = {ValueType = "int"},
|
|
TimeStrToEffect = {ValueType = "string"},
|
|
TimeStrToClose = {ValueType = "string"},
|
|
TimeStrToInvalid = {ValueType = "string"},
|
|
VoteId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterSkillPool = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableWeaponAnimationTransition = {
|
|
Role = {ValueType = "string"},
|
|
Layer = {ValueType = "int"},
|
|
State = {ValueType = "string"},
|
|
Target = {ValueType = "string"},
|
|
},
|
|
XTableWeaponSkillPool = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWeaponSkill = {
|
|
Id = {ValueType = "int"},
|
|
BornMagic = {Type = 1, ValueType = "int"},
|
|
SubSkillId = {Type = 1, ValueType = "int"},
|
|
Ability = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
DesLinkCharacterSkillId = {ValueType = "int"},
|
|
},
|
|
XTableEquipResonance = {
|
|
Id = {ValueType = "int"},
|
|
AttribPoolId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
AttribPoolWeight = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
CharacterSkillPoolId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
CharacterSkillPoolWeight = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
WeaponSkillPoolId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
WeaponSkillPoolWeight = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTableEquipResonanceUseItem = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {Type = 1, ValueType = "int"},
|
|
ItemCount = {Type = 1, ValueType = "int"},
|
|
SelectSkillItemId = {Type = 1, ValueType = "int"},
|
|
SelectSkillItemCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableEquipAwake = {
|
|
Id = {ValueType = "int"},
|
|
AttribId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
AttribDes1 = {Type = 1, ValueType = "string"},
|
|
AttribDes2 = {Type = 1, ValueType = "string"},
|
|
ItemId = {Type = 1, ValueType = "int"},
|
|
ItemCount = {Type = 1, ValueType = "int"},
|
|
ItemCrystalId = {Type = 1, ValueType = "int"},
|
|
ItemCrystalCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableEatEquipCost = {
|
|
Id = {ValueType = "int"},
|
|
Site = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
UseMoney = {ValueType = "int"},
|
|
},
|
|
XTableSignBoardFeedback = {
|
|
Id = {ValueType = "int"},
|
|
RoleId = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
ConditionParam = {ValueType = "int"},
|
|
Content = {ValueType = "string"},
|
|
CvId = {ValueType = "int"},
|
|
FaceId = {ValueType = "int"},
|
|
ActionId = {ValueType = "string"},
|
|
Duration = {Type = 2, KeyType = "int", ValueType = "float"},
|
|
Validity = {ValueType = "float"},
|
|
CoolTime = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
FavorLimit = {ValueType = "string"},
|
|
ShowButton = {ValueType = "string"},
|
|
ActivityId = {ValueType = "int"},
|
|
ShowTime = {ValueType = "string"},
|
|
StandType = {ValueType = "int"},
|
|
ChangeToStandType = {ValueType = "int"},
|
|
ShowType = {ValueType = "int"},
|
|
},
|
|
XTableCharacterTrustExp = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
TrustLv = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PlayId = {ValueType = "int"},
|
|
},
|
|
XTableCharacterBaseData = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
ShapId = {ValueType = "int"},
|
|
BaseDataTitle = {Type = 1, ValueType = "string"},
|
|
BaseData = {Type = 1, ValueType = "string"},
|
|
Cast = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableCharacterInformation = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
UnlockLv = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
ConditionDescript = {ValueType = "string"},
|
|
},
|
|
XTableCharacterStrangeNews = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
UnlockType = {ValueType = "int"},
|
|
UnlockPara = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
Picture = {ValueType = "string"},
|
|
ConditionDescript = {ValueType = "string"},
|
|
PreviewPicture = {ValueType = "string"},
|
|
},
|
|
XTableCharacterVoice = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
CvId = {ValueType = "int"},
|
|
UnlockLv = {ValueType = "int"},
|
|
ConditionDescript = {ValueType = "string"},
|
|
SoundType = {ValueType = "int"},
|
|
IsShow = {ValueType = "int"},
|
|
},
|
|
XTableCharacterStory = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
UnlockLv = {ValueType = "int"},
|
|
ConditionDescript = {ValueType = "string"},
|
|
SectionNumber = {ValueType = "int"},
|
|
},
|
|
XTableCharacterTrustItem = {
|
|
Id = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
FavorCharacterId = {Type = 1, ValueType = "int"},
|
|
FavorExp = {ValueType = "int"},
|
|
TrustItemType = {ValueType = "int"},
|
|
},
|
|
XTableExhibitionReward = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
LevelId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
HeadPortrait = {ValueType = "int"},
|
|
ConditionIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTrustGameConfig = {
|
|
Id = {ValueType = "int"},
|
|
GameRewardId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Difficult = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableCharacterReward = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
UnlockType = {ValueType = "int"},
|
|
UnlockPara = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
ConditionDescript = {ValueType = "string"},
|
|
},
|
|
XTableTrustGameReward = {
|
|
Id = {ValueType = "int"},
|
|
FinishNum = {Type = 1, ValueType = "int"},
|
|
TrustExp = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFavorabilityLevelConfig = {
|
|
Id = {ValueType = "int"},
|
|
WordColor = {ValueType = "string"},
|
|
LevelIcon = {ValueType = "string"},
|
|
},
|
|
XTableTrustGameClickPool = {
|
|
Id = {ValueType = "int"},
|
|
Question = {ValueType = "string"},
|
|
Answer = {ValueType = "string"},
|
|
Time = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Difficult = {ValueType = "int"},
|
|
},
|
|
XTableTrustGameEliminatePool = {
|
|
Id = {ValueType = "int"},
|
|
Question = {ValueType = "string"},
|
|
Answer = {ValueType = "string"},
|
|
Times = {ValueType = "int"},
|
|
LimitTimes = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Difficult = {ValueType = "int"},
|
|
},
|
|
XTableTrustGamePosition = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BgIcon = {ValueType = "string"},
|
|
},
|
|
XTableTrustGameTypeConfig = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
ResultTitle = {ValueType = "string"},
|
|
ResultDesc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableTrustGameGrid = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
SmallIcon = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
},
|
|
XTableTrialChallenge = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Picture = {ValueType = "string"},
|
|
BigPicture = {ValueType = "string"},
|
|
Explain = {ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
PreId = {ValueType = "int"},
|
|
AvgAbility = {ValueType = "int"},
|
|
LimitTime = {ValueType = "int"},
|
|
Unlocklevel = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Des = {Type = 1, ValueType = "string"},
|
|
ConditionExplain = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableTrialTypeReward = {
|
|
Type = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
MinIcon = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableChallengeArea = {
|
|
ChallengeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ArenaLv = {ValueType = "int"},
|
|
MinLv = {ValueType = "int"},
|
|
MaxLv = {ValueType = "int"},
|
|
DistributeId = {ValueType = "int"},
|
|
JoinNum = {ValueType = "int"},
|
|
DanUpRank = {ValueType = "int"},
|
|
DanKeepRank = {ValueType = "int"},
|
|
DanDownRank = {ValueType = "int"},
|
|
UpRewardId = {ValueType = "int"},
|
|
KeepRewardId = {ValueType = "int"},
|
|
DownRewardId = {ValueType = "int"},
|
|
DayUnlockNum = {ValueType = "int"},
|
|
WeekEndUnlockNum = {ValueType = "int"},
|
|
AreaId = {Type = 1, ValueType = "int"},
|
|
BaseTeamRank = {ValueType = "int"},
|
|
DifShowRate = {ValueType = "int"},
|
|
AvgScore = {ValueType = "int"},
|
|
MinScore = {ValueType = "int"},
|
|
ContributeScore = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAreaDistribute = {
|
|
Id = {ValueType = "int"},
|
|
AreaGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAreaGroup = {
|
|
Id = {ValueType = "int"},
|
|
AreaId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAreaStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BuffId = {ValueType = "int"},
|
|
BuffDesc = {ValueType = "string"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
MarkId = {Type = 1, ValueType = "int"},
|
|
AutoFight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMark = {
|
|
MarkId = {ValueType = "int"},
|
|
MinPoint = {ValueType = "int"},
|
|
MaxPoint = {ValueType = "int"},
|
|
EnemyHpPoint = {ValueType = "string"},
|
|
MyHpPoint = {ValueType = "string"},
|
|
TimePoint = {ValueType = "string"},
|
|
MaxEnemyHpPoint = {ValueType = "int"},
|
|
MaxMyHpPoint = {ValueType = "int"},
|
|
MaxTimePoint = {ValueType = "int"},
|
|
NpcGroupPoint = {ValueType = "string"},
|
|
MaxNpcGroupPoint = {ValueType = "int"},
|
|
},
|
|
XTableArenaLevel = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableArenaActivityControl = {
|
|
Id = {ValueType = "int"},
|
|
BeginTime = {ValueType = "int"},
|
|
EndTime = {ValueType = "int"},
|
|
RestTime = {ValueType = "int"},
|
|
FightTime = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableTeamRankReward = {
|
|
Id = {ValueType = "int"},
|
|
ChallengeId = {ValueType = "int"},
|
|
MinRank = {ValueType = "int"},
|
|
MaxRank = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableWaveRevise = {
|
|
Id = {ValueType = "int"},
|
|
ChallengeId = {ValueType = "int"},
|
|
MinWave = {ValueType = "int"},
|
|
MaxWave = {ValueType = "int"},
|
|
AttribReviseId = {ValueType = "int"},
|
|
},
|
|
XTableNpcType = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
NpcId = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNpcModel = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IsSelect = {ValueType = "bool"},
|
|
NpcId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNpcGroup = {
|
|
Id = {ValueType = "int"},
|
|
TypeId = {Type = 1, ValueType = "int"},
|
|
AffixGroupId = {ValueType = "int"},
|
|
},
|
|
XTableStageNpcBuffLimit = {
|
|
Id = {ValueType = "int"},
|
|
ForbidBuffId = {Type = 1, ValueType = "int"},
|
|
InevitablyBuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAffixType = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAffixGroup = {
|
|
Id = {ValueType = "int"},
|
|
AffixTypeId = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableStageNpc = {
|
|
Id = {ValueType = "int"},
|
|
NpcGroupId = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableNpcRefresh = {
|
|
Id = {ValueType = "int"},
|
|
ModeLimit = {ValueType = "int"},
|
|
ModeIdStr = {ValueType = "string"},
|
|
NpcGroupIdStr = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableStageNpcRefresh = {
|
|
Id = {ValueType = "int"},
|
|
RefreshId = {ValueType = "int"},
|
|
UniformRefresh = {ValueType = "int"},
|
|
},
|
|
XTableArenaNpcLevel = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
ChallengeId = {ValueType = "int"},
|
|
NpcId = {Type = 1, ValueType = "int"},
|
|
NpcLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArenaStage = {
|
|
StageId = {ValueType = "int"},
|
|
DifficuIocn = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
BgIconSmall = {ValueType = "string"},
|
|
BgIconBig = {ValueType = "string"},
|
|
MarkId = {ValueType = "int"},
|
|
},
|
|
XTablePrequelChapter = {
|
|
ChapterId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
ActivityBegin = {ValueType = "string"},
|
|
ActivityEnd = {ValueType = "string"},
|
|
ActivityCondition = {ValueType = "int"},
|
|
OpenCondition = {Type = 1, ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
PrefabName = {ValueType = "string"},
|
|
ConditionPriority = {ValueType = "int"},
|
|
TabRawImagePath = {ValueType = "string"},
|
|
RImgChapterNamePath = {ValueType = "string"},
|
|
UiBgPath = {ValueType = "string"},
|
|
UiFxPath = {ValueType = "string"},
|
|
FunctionOpenId = {ValueType = "int"},
|
|
},
|
|
XTablePrequelCover = {
|
|
CoverId = {ValueType = "int"},
|
|
CoverName = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
ChallengeCondition = {ValueType = "int"},
|
|
ChallengeStage = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
ChallengeConsumeItem = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
ChallengeConsumeCount = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
ActiveTimes = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
ChallengePrefabName = {ValueType = "string"},
|
|
ShopId = {ValueType = "int"},
|
|
ChallengeFx = {ValueType = "string"},
|
|
},
|
|
XTablePrequelCoverInfo = {
|
|
CoverId = {ValueType = "int"},
|
|
CoverBg = {ValueType = "string"},
|
|
CoverName = {ValueType = "string"},
|
|
CoverTitle = {ValueType = "string"},
|
|
CoverDescription = {ValueType = "string"},
|
|
ChallengeBg = {ValueType = "string"},
|
|
},
|
|
XTablePrequelChapterInfo = {
|
|
ChapterId = {ValueType = "int"},
|
|
ChapterDescription = {ValueType = "string"},
|
|
},
|
|
XTableExperimentGroup = {
|
|
Id = {ValueType = "int"},
|
|
SubIndex = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Order = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
ModeExplainText = {ValueType = "string"},
|
|
},
|
|
XTableExperimentLevel = {
|
|
Id = {ValueType = "int"},
|
|
GroupID = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RecommendLevel = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
ShowPass = {ValueType = "int"},
|
|
Ico = {ValueType = "string"},
|
|
TrialID = {ValueType = "int"},
|
|
TrialStatus = {ValueType = "int"},
|
|
SingStageId = {ValueType = "int"},
|
|
MultStageId = {ValueType = "int"},
|
|
SingleDescription = {ValueType = "string"},
|
|
MultDescription = {ValueType = "string"},
|
|
DetailBackGroundIco = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
HeadIcon = {ValueType = "string"},
|
|
HelpCourseId = {ValueType = "int"},
|
|
SkillExplainId = {ValueType = "int"},
|
|
StarDesc = {Type = 1, ValueType = "string"},
|
|
StarReward = {ValueType = "int"},
|
|
SpinePath = {ValueType = "string"},
|
|
},
|
|
XTableExperimentSkillExplainId = {
|
|
Id = {ValueType = "int"},
|
|
SkillTitle = {Type = 1, ValueType = "string"},
|
|
SkillDesc = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableBattleExperiment = {
|
|
Id = {ValueType = "int"},
|
|
CharacterID = {ValueType = "int"},
|
|
Pic = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
NextTrialID = {ValueType = "int"},
|
|
},
|
|
XTableExperimentReward = {
|
|
Id = {ValueType = "int"},
|
|
StarNum = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExploreChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BgPic = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
RewardIcon = {ValueType = "string"},
|
|
PreId = {ValueType = "int"},
|
|
Endurance = {ValueType = "int"},
|
|
StoryId = {ValueType = "string"},
|
|
ChapterPrefab = {ValueType = "string"},
|
|
},
|
|
XTableExploreNode = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Explain = {ValueType = "string"},
|
|
EnterIco = {ValueType = "string"},
|
|
IsBossNode = {ValueType = "bool"},
|
|
IsKeyNode = {ValueType = "bool"},
|
|
Type = {ValueType = "int"},
|
|
TypeValue = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
PreShowId = {Type = 1, ValueType = "int"},
|
|
PreOpenId = {Type = 1, ValueType = "int"},
|
|
CostEndurance = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
RewardIcon = {ValueType = "string"},
|
|
CharacterIcon = {ValueType = "string"},
|
|
TimeDesc = {ValueType = "string"},
|
|
Posision = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExploreBuffItem = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
UnlockEvent = {Type = 1, ValueType = "int"},
|
|
GainDesc = {Type = 1, ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BuffName = {ValueType = "string"},
|
|
Explain = {ValueType = "string"},
|
|
EventId = {ValueType = "int"},
|
|
},
|
|
XTableExploreStoryText = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
UnlockNodeId = {ValueType = "int"},
|
|
},
|
|
XTableDormFurnitureSuit = {
|
|
Id = {ValueType = "int"},
|
|
SuitName = {ValueType = "string"},
|
|
},
|
|
XTableFurnitureSuit = {
|
|
Id = {ValueType = "int"},
|
|
SuitName = {ValueType = "string"},
|
|
SuitIcon = {ValueType = "string"},
|
|
},
|
|
XTableFurnitureAttrType = {
|
|
Id = {ValueType = "int"},
|
|
AttrName = {ValueType = "string"},
|
|
AttrIcon = {ValueType = "string"},
|
|
},
|
|
XTablePay = {
|
|
Key = {ValueType = "string"},
|
|
Platform = {ValueType = "int"},
|
|
GoodsId = {ValueType = "string"},
|
|
Amount = {ValueType = "float"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
MoneyCard = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
PayId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
ShowUIType = {ValueType = "int"},
|
|
},
|
|
XTablePayKeyPlatformPrefix = {
|
|
Platform = {ValueType = "int"},
|
|
KeyPrefix = {ValueType = "string"},
|
|
},
|
|
XTableFirstPayReward = {
|
|
NeedPayMoney = {ValueType = "float"},
|
|
BigRewardId = {ValueType = "int"},
|
|
SmallRewardId = {ValueType = "int"},
|
|
},
|
|
XTableAccumulatedPay = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
PayRewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAccumulatedPayReward = {
|
|
Id = {ValueType = "int"},
|
|
Money = {ValueType = "int"},
|
|
BigRewardId = {ValueType = "int"},
|
|
SmallRewardId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableFubenBranchActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
FightTimeId = {ValueType = "int"},
|
|
ChallengeTimeId = {ValueType = "int"},
|
|
},
|
|
XTableFubenBranchSection = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
ShowRewardId = {ValueType = "int"},
|
|
NormalId = {ValueType = "int"},
|
|
DifficultyId = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
},
|
|
XTableFubenBranchChallenge = {
|
|
Id = {ValueType = "int"},
|
|
OrderId = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
OpenCondition = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
Bg1 = {ValueType = "string"},
|
|
Bg2 = {ValueType = "string"},
|
|
MoveStageIndex = {ValueType = "int"},
|
|
DatumLinePrecent = {ValueType = "float"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBossActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
FightTimeId = {ValueType = "int"},
|
|
},
|
|
XTableBossSection = {
|
|
Id = {ValueType = "int"},
|
|
OrderId = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
ChapterName = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
ShowRewardId = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
ChallengeId = {Type = 1, ValueType = "int"},
|
|
StarRewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBossChallenge = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
StageAttention = {Type = 1, ValueType = "string"},
|
|
StageAttentionTitle = {Type = 1, ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
},
|
|
XTableBossStarReward = {
|
|
Id = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableBossChallengeRes = {
|
|
Id = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
BgPath = {ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
},
|
|
XTableBossOnlineActivity = {
|
|
Id = {ValueType = "int"},
|
|
BeginTimeStr = {Type = 1, ValueType = "string"},
|
|
EndTimeStr = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableBossOnlineOpenTime = {
|
|
Id = {ValueType = "int"},
|
|
BeginTime = {ValueType = "string"},
|
|
EndTime = {ValueType = "string"},
|
|
BeginTimeSec = {ValueType = "int"},
|
|
EndTimeSec = {ValueType = "int"},
|
|
},
|
|
XTableCharacterExhibition = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
GroupLogo = {ValueType = "string"},
|
|
GroupDescription = {ValueType = "string"},
|
|
CharacterId = {ValueType = "int"},
|
|
HeadPortrait = {ValueType = "string"},
|
|
GraduationPortrait = {ValueType = "string"},
|
|
Port = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
InVisible = {ValueType = "int"},
|
|
CanClickGroup = {ValueType = "int"},
|
|
},
|
|
XTableExhibitionLevel = {
|
|
LevelId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
IconFrame = {ValueType = "string"},
|
|
LevelLogo = {ValueType = "string"},
|
|
LevelFrame = {ValueType = "string"},
|
|
LevelIcon = {ValueType = "string"},
|
|
},
|
|
XTableFurnitureAttr = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Value = {ValueType = "int"},
|
|
},
|
|
XTableCheat = {
|
|
Command = {ValueType = "string"},
|
|
StageId = {ValueType = "int"},
|
|
Equip = {ValueType = "string"},
|
|
Character = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableFurnitureBaseAttr = {
|
|
Id = {ValueType = "int"},
|
|
Value = {ValueType = "int"},
|
|
},
|
|
XTableFurnitureExtraAttr = {
|
|
Id = {ValueType = "int"},
|
|
BaseAttrId = {ValueType = "int"},
|
|
AttrIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFurnitureViewAngle = {
|
|
MinorType = {ValueType = "int"},
|
|
MinorName = {ValueType = "string"},
|
|
TargetAngleY = {ValueType = "int"},
|
|
AllowYAxis = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
},
|
|
XTableFurntiureColour = {
|
|
Id = {ValueType = "int"},
|
|
AttrIds = {Type = 1, ValueType = "int"},
|
|
FurnitureMaterials = {Type = 1, ValueType = "string"},
|
|
DefaultMaterial = {ValueType = "string"},
|
|
FurnitureFx = {Type = 1, ValueType = "string"},
|
|
DefaultFurnitureFx = {ValueType = "string"},
|
|
FurnitureIcons = {Type = 1, ValueType = "string"},
|
|
DefaultFurnitureIcon = {ValueType = "string"},
|
|
},
|
|
XTableSignIn = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
RoundDays = {Type = 1, ValueType = "int"},
|
|
SubRoundId = {Type = 1, ValueType = "int"},
|
|
OpenLevel = {ValueType = "int"},
|
|
OpenStage = {ValueType = "int"},
|
|
PreSignId = {ValueType = "int"},
|
|
IsShowWhenDayOver = {ValueType = "bool"},
|
|
IsShowWhenSignOver = {ValueType = "bool"},
|
|
},
|
|
XTableSignInReward = {
|
|
Id = {ValueType = "int"},
|
|
SignId = {ValueType = "int"},
|
|
Pre = {ValueType = "int"},
|
|
Round = {ValueType = "int"},
|
|
Day = {ValueType = "int"},
|
|
IsGrandPrix = {ValueType = "bool"},
|
|
RewardType = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
DropId = {ValueType = "int"},
|
|
ShowRewardId = {ValueType = "int"},
|
|
},
|
|
XTableSignInSubround = {
|
|
Id = {ValueType = "int"},
|
|
SubRoundDays = {Type = 1, ValueType = "int"},
|
|
SubRoundName = {Type = 1, ValueType = "string"},
|
|
SubRoundIcon = {Type = 1, ValueType = "string"},
|
|
SubRoundDesc = {ValueType = "string"},
|
|
},
|
|
XTableSignCard = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
CanBuyDay = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
Param = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTableSignFirstRecharge = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableWelfare = {
|
|
Id = {ValueType = "int"},
|
|
FunctionType = {ValueType = "int"},
|
|
SubConfigId = {ValueType = "int"},
|
|
Sort = {ValueType = "int"},
|
|
},
|
|
XTableAutoWindowView = {
|
|
Id = {ValueType = "int"},
|
|
BgIcon = {ValueType = "string"},
|
|
SpineBg = {ValueType = "string"},
|
|
SkipId = {ValueType = "int"},
|
|
SkipURL = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableAutoWindowController = {
|
|
Id = {ValueType = "int"},
|
|
FunctionType = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
Pre = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
AutoType = {ValueType = "int"},
|
|
AutoCount = {ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
ContinueOpen = {ValueType = "bool"},
|
|
},
|
|
XTableStageFightControl = {
|
|
Id = {ValueType = "int"},
|
|
MaxRecommendFight = {ValueType = "int"},
|
|
MaxShowFight = {ValueType = "int"},
|
|
AvgRecommendFight = {ValueType = "int"},
|
|
AvgShowFight = {ValueType = "int"},
|
|
RecommendFight = {ValueType = "int"},
|
|
ShowFight = {ValueType = "int"},
|
|
CharacterFight = {ValueType = "int"},
|
|
EquipFight = {ValueType = "int"},
|
|
},
|
|
XTablePracticeChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ChallengeType = {ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
IsOpen = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePracticeActivity = {
|
|
StageId = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
ActivityCondition = {Type = 1, ValueType = "int"},
|
|
OpenCondition = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePracticeChapterDetail = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
BgPath = {ValueType = "string"},
|
|
PracticeContentPrefab = {ValueType = "string"},
|
|
PracticeGridPrefab = {ValueType = "string"},
|
|
},
|
|
XTablePracticeSkillDetails = {
|
|
StageId = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
PhaseDescription = {ValueType = "string"},
|
|
},
|
|
XTableReportTag = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ParentId = {ValueType = "int"},
|
|
},
|
|
XTableActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
GroupId = {ValueType = "int"},
|
|
SortId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ActivityType = {ValueType = "int"},
|
|
ActivityBgType = {ValueType = "int"},
|
|
ActivityBg = {ValueType = "string"},
|
|
ActivityTitle = {ValueType = "string"},
|
|
ActivityDes = {ValueType = "string"},
|
|
ActivityPrefabPath = {ValueType = "string"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
ShowBeginTime = {ValueType = "string"},
|
|
ShowEndTime = {ValueType = "string"},
|
|
},
|
|
XTableActivityGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SortId = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
},
|
|
XTableActivityLink = {
|
|
Id = {ValueType = "int"},
|
|
LinkName = {ValueType = "string"},
|
|
LinkUrl = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTablePurchaseIconAssetPath = {
|
|
Icon = {ValueType = "string"},
|
|
AssetPath = {ValueType = "string"},
|
|
CoverImgPath = {ValueType = "string"},
|
|
},
|
|
XTablePurchaseTabControl = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
GroupId = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
GroupIcon = {ValueType = "string"},
|
|
GroupOrder = {ValueType = "int"},
|
|
UiType = {ValueType = "int"},
|
|
IsOpen = {ValueType = "int"},
|
|
},
|
|
XTablePurchaseUiType = {
|
|
UiType = {ValueType = "int"},
|
|
UiPrefabStyle = {ValueType = "string"},
|
|
GroupType = {ValueType = "int"},
|
|
},
|
|
XTablePurchaseItem = {
|
|
Id = {ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
ObtainId = {ValueType = "int"},
|
|
ObtainCount = {ValueType = "int"},
|
|
FirstObtainId = {ValueType = "int"},
|
|
FirstObtainCount = {ValueType = "int"},
|
|
ExtraObtainId = {ValueType = "int"},
|
|
ExtraObtainCount = {ValueType = "int"},
|
|
FirstObtainStartTimeStr = {ValueType = "string"},
|
|
FirstObtainEndTimeStr = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
UiType = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
LogType = {ValueType = "int"},
|
|
PayKeySuffix = {ValueType = "string"},
|
|
},
|
|
XTablePurchasePackage = {
|
|
Id = {ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
MailCount = {ValueType = "int"},
|
|
DailyRewardId = {ValueType = "int"},
|
|
DailyRewardCount = {ValueType = "int"},
|
|
TimeToEffectStr = {ValueType = "string"},
|
|
TimeToInvalidStr = {ValueType = "string"},
|
|
ShelvesType = {ValueType = "int"},
|
|
ShelvesDays = {ValueType = "string"},
|
|
BuyLimitTimes = {ValueType = "int"},
|
|
BuyLimitType = {ValueType = "int"},
|
|
BuyLimitParam = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
IsSellOutShow = {ValueType = "bool"},
|
|
PrePurchaseId = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
Tag = {ValueType = "int"},
|
|
UiType = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
LogType = {ValueType = "int"},
|
|
NormalDiscountStr = {ValueType = "string"},
|
|
DiscountShowStr = {ValueType = "string"},
|
|
DiscountItemId = {Type = 1, ValueType = "int"},
|
|
DiscountItemCount = {Type = 1, ValueType = "int"},
|
|
DiscountValue = {Type = 1, ValueType = "int"},
|
|
DiscountBeginTimeStr = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
DiscountEndTimeStr = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
SignInId = {ValueType = "int"},
|
|
PayKeySuffix = {ValueType = "string"},
|
|
MutexPurchaseIdStr = {ValueType = "string"},
|
|
ConvertSwitch = {ValueType = "int"},
|
|
CanMultiply = {ValueType = "bool"},
|
|
},
|
|
XTablePurchasePackageConvert = {
|
|
Id = {ValueType = "int"},
|
|
Note = {ValueType = "string"},
|
|
PurchasePackageId = {ValueType = "int"},
|
|
RewardGoodsId = {ValueType = "int"},
|
|
Price = {ValueType = "int"},
|
|
},
|
|
XTableMoive = {
|
|
Id = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
AssetUrl = {ValueType = "string"},
|
|
},
|
|
XTableMovieNew = {
|
|
Id = {ValueType = "int"},
|
|
ActionId = {ValueType = "int"},
|
|
NextActionId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
IsBlock = {ValueType = "int"},
|
|
IsEnd = {ValueType = "int"},
|
|
BeginAnim = {ValueType = "string"},
|
|
EndAnim = {ValueType = "string"},
|
|
BeginDelay = {ValueType = "int"},
|
|
EndDelay = {ValueType = "int"},
|
|
Params = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
},
|
|
XTableVideoConfig = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
VideoUrl = {ValueType = "string"},
|
|
},
|
|
XTablePurchaseTagType = {
|
|
Tag = {ValueType = "int"},
|
|
Des = {ValueType = "string"},
|
|
Style = {ValueType = "string"},
|
|
Effect = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableUi = {
|
|
UiName = {ValueType = "string"},
|
|
ParentUiName = {ValueType = "string"},
|
|
LoadWithParent = {ValueType = "bool"},
|
|
UiType = {ValueType = "string"},
|
|
UiResType = {ValueType = "string"},
|
|
ClassType = {ValueType = "string"},
|
|
PrefabUrl = {ValueType = "string"},
|
|
SceneUrl = {ValueType = "string"},
|
|
ModelUrl = {ValueType = "string"},
|
|
IgnoreFailure = {ValueType = "bool"},
|
|
CacheTime = {ValueType = "int"},
|
|
Recycle = {ValueType = "bool"},
|
|
FightingStay = {ValueType = "int"},
|
|
HideSetPosition = {ValueType = "bool"},
|
|
},
|
|
XTableUiComponent = {
|
|
Key = {ValueType = "string"},
|
|
PrefabUrl = {ValueType = "string"},
|
|
},
|
|
XTableShopGroup = {
|
|
Id = {ValueType = "int"},
|
|
TagName = {ValueType = "string"},
|
|
},
|
|
XTableLoading = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
ImageUrl = {ValueType = "string"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableHelpCourse = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Function = {ValueType = "string"},
|
|
Describe = {ValueType = "string"},
|
|
IsShowCourse = {ValueType = "int"},
|
|
ImageAsset = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableFubenChallengeBanner = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
NameEn = {ValueType = "string"},
|
|
SimpleDesc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
IsClose = {ValueType = "bool"},
|
|
ResetType = {ValueType = "int"},
|
|
ResetTime = {ValueType = "string"},
|
|
ResetInterval = {ValueType = "int"},
|
|
ShopId = {ValueType = "int"},
|
|
IsOpen = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
ShowNewStartTime = {ValueType = "string"},
|
|
ShowNewEndTime = {ValueType = "string"},
|
|
FunctionId = {ValueType = "int"},
|
|
},
|
|
XTableLoginCode = {
|
|
ErrCode = {ValueType = "int"},
|
|
Msg = {ValueType = "string"},
|
|
},
|
|
XTableShopTypeName = {
|
|
Id = {ValueType = "int"},
|
|
TypeName = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableShopBuyLimitLabel = {
|
|
ClockId = {ValueType = "int"},
|
|
TextLimitLabel = {ValueType = "string"},
|
|
},
|
|
XTableDormGuideTask = {
|
|
Id = {ValueType = "int"},
|
|
TaskId = {ValueType = "int"},
|
|
},
|
|
XTableMedal = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
UnlockType = {ValueType = "int"},
|
|
UnlockPara = {Type = 1, ValueType = "int"},
|
|
UnlockDesc = {ValueType = "string"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Medal3D = {ValueType = "string"},
|
|
MedalImg = {ValueType = "string"},
|
|
MedalIcon = {ValueType = "string"},
|
|
MedalHeadframe = {ValueType = "string"},
|
|
},
|
|
XTableGuildCreate = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemNum = {ValueType = "int"},
|
|
},
|
|
XTableGuildLevel = {
|
|
Level = {ValueType = "int"},
|
|
Capacity = {ValueType = "int"},
|
|
PositionNum = {Type = 1, ValueType = "int"},
|
|
Build = {ValueType = "int"},
|
|
Contribution = {ValueType = "int"},
|
|
EmergencyMaintenance = {ValueType = "int"},
|
|
EmergencyDay = {ValueType = "int"},
|
|
WishMaxCount = {ValueType = "int"},
|
|
WishItemCount = {ValueType = "int"},
|
|
WishContributeMaxCount = {ValueType = "int"},
|
|
TalentPoint = {ValueType = "int"},
|
|
},
|
|
XTableGuildHeadPortrait = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Describe = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableGuildGift = {
|
|
Id = {ValueType = "int"},
|
|
GuildLevel = {ValueType = "int"},
|
|
GiftLevel = {ValueType = "int"},
|
|
GiftReward = {ValueType = "int"},
|
|
GiftIcon = {ValueType = "string"},
|
|
GiftContribute = {ValueType = "int"},
|
|
},
|
|
XTableGuildNews = {
|
|
Id = {ValueType = "int"},
|
|
Content = {ValueType = "string"},
|
|
ShowChat = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
},
|
|
XTableGuildPosition = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
Authority = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePurchaseLBByPass = {
|
|
Id = {ValueType = "int"},
|
|
LBId = {ValueType = "int"},
|
|
},
|
|
XTableGuildWelfare = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SkipId = {ValueType = "int"},
|
|
WelfareBg = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableGuildChallengeDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SkipId = {ValueType = "int"},
|
|
ChallengeBg = {ValueType = "string"},
|
|
ChallengeType = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableGuildWelcome = {
|
|
Id = {ValueType = "int"},
|
|
WelcomeWord = {ValueType = "string"},
|
|
Select = {ValueType = "bool"},
|
|
},
|
|
XTableGuildCustomName = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RankLevel = {ValueType = "int"},
|
|
Enable = {ValueType = "bool"},
|
|
},
|
|
XTableUiFightButtonDefaultStyle = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Scheme = {ValueType = "int"},
|
|
},
|
|
XTableDormFurnitureType = {
|
|
Id = {ValueType = "int"},
|
|
TypeName = {ValueType = "string"},
|
|
TypeIcon = {ValueType = "string"},
|
|
Color = {ValueType = "string"},
|
|
},
|
|
XTableDormFurnitureTagType = {
|
|
Id = {ValueType = "int"},
|
|
TagName = {ValueType = "string"},
|
|
AttrIndex = {ValueType = "int"},
|
|
},
|
|
XTableFurnitureSingleAttrLevel = {
|
|
Id = {ValueType = "int"},
|
|
FurnitureType = {ValueType = "int"},
|
|
AttrMinScore = {Type = 1, ValueType = "int"},
|
|
AttrMaxScore = {Type = 1, ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
},
|
|
XTableFestivalActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
FunctionOpenId = {ValueType = "int"},
|
|
StagePrefix = {ValueType = "string"},
|
|
BannerBg = {ValueType = "string"},
|
|
MainBackgound = {ValueType = "string"},
|
|
EffectUrl = {ValueType = "string"},
|
|
FubenPrefab = {ValueType = "string"},
|
|
GridFubenPrefab = {ValueType = "string"},
|
|
GridStoryPrefab = {ValueType = "string"},
|
|
TitleIcon = {ValueType = "string"},
|
|
TitleBg = {ValueType = "string"},
|
|
ChapterType = {ValueType = "int"},
|
|
ChapterBgm = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
StageName = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
StageStyle = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
},
|
|
XTableBriefActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
TaskInfoId = {ValueType = "int"},
|
|
GachaId = {ValueType = "int"},
|
|
AnimConditionId = {ValueType = "int"},
|
|
GachaUi = {ValueType = "string"},
|
|
Gacha3DBg = {ValueType = "string"},
|
|
Main3DBg = {ValueType = "string"},
|
|
ShopInfoId = {Type = 1, ValueType = "int"},
|
|
UIModelId = {Type = 1, ValueType = "string"},
|
|
SpinePath = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableActivityBriefShop = {
|
|
Id = {ValueType = "int"},
|
|
ShopId = {ValueType = "int"},
|
|
ShopItemBg = {ValueType = "string"},
|
|
ShopBg = {ValueType = "string"},
|
|
ShopIcon = {ValueType = "string"},
|
|
},
|
|
XTableActivityBriefTask = {
|
|
Id = {ValueType = "int"},
|
|
TaskGroupId = {ValueType = "int"},
|
|
TaskBg = {ValueType = "string"},
|
|
TaskVipBg = {ValueType = "string"},
|
|
TaskGotBg = {ValueType = "string"},
|
|
TaskVipGotBg = {ValueType = "string"},
|
|
ActivityPointId = {ValueType = "int"},
|
|
MarkTaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableActivityBriefGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SkipId = {ValueType = "int"},
|
|
BtnName = {ValueType = "string"},
|
|
},
|
|
XTableActivityBriefStory = {
|
|
Id = {ValueType = "int"},
|
|
BgImage = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
UnlockBgImage = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
},
|
|
XTableDrawShowCharacter = {
|
|
Id = {ValueType = "int"},
|
|
AnimeID = {ValueType = "string"},
|
|
VoiceId = {ValueType = "int"},
|
|
},
|
|
XTableInputSetDefaultKeyMap = {
|
|
Id = {ValueType = "int"},
|
|
NpcOperationKey = {ValueType = "int"},
|
|
XboxKeyCode = {ValueType = "string"},
|
|
PsKeyCode = {ValueType = "string"},
|
|
OtherKeyCode = {ValueType = "string"},
|
|
},
|
|
XTableInputSetKeyIco = {
|
|
Id = {ValueType = "int"},
|
|
KeyCode = {ValueType = "int"},
|
|
XboxIco = {ValueType = "string"},
|
|
PsIco = {ValueType = "string"},
|
|
OtherIco = {ValueType = "string"},
|
|
},
|
|
XTableInputSetRecommendKey = {
|
|
Id = {ValueType = "int"},
|
|
NpcOperationKey = {ValueType = "int"},
|
|
RecommendXboxIco = {Type = 1, ValueType = "string"},
|
|
RecommendPsIco = {Type = 1, ValueType = "string"},
|
|
RecommendOtherIco = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableInputSetKeyboardMap = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
KeyName = {ValueType = "string"},
|
|
},
|
|
XTableKeyCodeString = {
|
|
Key = {ValueType = "int"},
|
|
KeyCode = {ValueType = "int"},
|
|
Str = {ValueType = "string"},
|
|
},
|
|
XTableInputSetControllerMap = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
NpcOperationKey = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
},
|
|
XTableIntList = {
|
|
Id = {ValueType = "int"},
|
|
List = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableActivitySortRule = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
},
|
|
XTableBabelTowerActivity = {
|
|
Id = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
FightTimeId = {ValueType = "int"},
|
|
ShowTimeId = {ValueType = "int"},
|
|
RankType = {ValueType = "int"},
|
|
BaseRankNum = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBabelTowerStage = {
|
|
Id = {ValueType = "int"},
|
|
BaseScore = {ValueType = "int"},
|
|
BaseSupportPoint = {ValueType = "int"},
|
|
PreStageScore = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
StageGuideId = {Type = 1, ValueType = "int"},
|
|
SupportConditionId = {Type = 1, ValueType = "int"},
|
|
BaseBuffId = {Type = 1, ValueType = "int"},
|
|
ChallengeBuffGroup = {Type = 1, ValueType = "int"},
|
|
SupportBuffGroup = {Type = 1, ValueType = "int"},
|
|
TeamCount = {ValueType = "int"},
|
|
},
|
|
XTableBabelTowerStageLevel = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
RecommendAblity = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
ScoreRatio = {ValueType = "float"},
|
|
FightEventId = {Type = 1, ValueType = "int"},
|
|
LockBuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBabelTowerBuffGroup = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBabelTowerBuff = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
ScoreAdd = {ValueType = "int"},
|
|
PointSub = {ValueType = "int"},
|
|
BanCharacterId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBabelTowerSupportCondition = {
|
|
Id = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
PointAdd = {ValueType = "int"},
|
|
},
|
|
XTableBabelTowerRankLevel = {
|
|
Id = {ValueType = "int"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
},
|
|
XTableBabelTowerStageGuide = {
|
|
Id = {ValueType = "int"},
|
|
BuffGroup = {Type = 1, ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBabelTowerRankReward = {
|
|
Id = {ValueType = "int"},
|
|
LevelId = {ValueType = "int"},
|
|
MinRank = {ValueType = "float"},
|
|
MaxRank = {ValueType = "float"},
|
|
MailId = {ValueType = "int"},
|
|
RankIcon = {ValueType = "string"},
|
|
},
|
|
XTableBabelTowerStageGuideDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
GuideBg = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableBabelTowerBuffDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BuffBg = {ValueType = "string"},
|
|
BuffTriangleBg = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableBabelTowerBuffGroupDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
IsStress = {ValueType = "int"},
|
|
BuffLv = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableBabelTowerActivityDifficulty = {
|
|
Id = {ValueType = "int"},
|
|
Normal = {ValueType = "int"},
|
|
NormalTitle = {ValueType = "string"},
|
|
NormalStatus = {ValueType = "string"},
|
|
Urgency = {ValueType = "int"},
|
|
UrgencyTitle = {ValueType = "string"},
|
|
UrgencyStatus = {ValueType = "string"},
|
|
Critical = {ValueType = "int"},
|
|
CriticalTitle = {ValueType = "string"},
|
|
CriticalStatus = {ValueType = "string"},
|
|
},
|
|
XTableBabelTowerStageDetails = {
|
|
Id = {ValueType = "int"},
|
|
MainUiBg = {ValueType = "string"},
|
|
StagePrefab = {ValueType = "string"},
|
|
StageGuidePrefab = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Number = {ValueType = "int"},
|
|
ChallengeUiBg = {ValueType = "string"},
|
|
SupportUiBg = {ValueType = "string"},
|
|
},
|
|
XTableBabelTowerActivityDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BeginStoryId = {ValueType = "string"},
|
|
RankTitle = {ValueType = "string"},
|
|
},
|
|
XTableBabelTowerConditionDetails = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableRedEnvelopeItemDrop = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCountMax = {ValueType = "int"},
|
|
ItemCountMin = {ValueType = "int"},
|
|
Rate = {ValueType = "int"},
|
|
BottomCount = {ValueType = "int"},
|
|
DailyCount = {ValueType = "int"},
|
|
ActivityCount = {ValueType = "int"},
|
|
},
|
|
XTableRedEnvelope = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
StageList = {Type = 1, ValueType = "int"},
|
|
StageTypeList = {Type = 1, ValueType = "int"},
|
|
DropIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRedEnvelopeDrop = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
PlayerWeight = {ValueType = "int"},
|
|
NpcIds = {Type = 1, ValueType = "int"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
ReduceWeight = {ValueType = "int"},
|
|
MinWeight = {ValueType = "int"},
|
|
},
|
|
XTableRedEnvelopeNpc = {
|
|
Id = {ValueType = "int"},
|
|
NpcName = {ValueType = "string"},
|
|
NpcHead = {ValueType = "string"},
|
|
},
|
|
XTableGacha = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
BtnGachaCount = {Type = 1, ValueType = "int"},
|
|
PropStartTimes = {ValueType = "int"},
|
|
PropAddInitVal = {ValueType = "int"},
|
|
PropAdd = {ValueType = "int"},
|
|
PropAddGroupId = {ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
BtnGachaPurchaseID = {Type = 1, ValueType = "int"},
|
|
PreGachaId = {ValueType = "int"},
|
|
OrganizeId = {ValueType = "int"},
|
|
OrganizeSort = {ValueType = "int"},
|
|
GachaIcon = {ValueType = "string"},
|
|
},
|
|
XTableGachaReward = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
UsableTimes = {ValueType = "int"},
|
|
TemplateId = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Rare = {ValueType = "bool"},
|
|
Priority = {ValueType = "int"},
|
|
RewardType = {ValueType = "int"},
|
|
Note = {ValueType = "string"},
|
|
},
|
|
XTableRepeatChallengeActivity = {
|
|
Id = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
ChallengeTimeId = {ValueType = "int"},
|
|
FightTimeId = {ValueType = "int"},
|
|
ShopSkipId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ActDescription = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
NpcRefreshClock = {ValueType = "int"},
|
|
HideChapterConditionId = {ValueType = "int"},
|
|
NormalChapter = {Type = 1, ValueType = "int"},
|
|
HiddenChapter = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRepeatChallengeChapter = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TitlePath = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
OrderId = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRepeatChallengeStage = {
|
|
Id = {ValueType = "int"},
|
|
ExpAdd = {ValueType = "int"},
|
|
},
|
|
XTableRepeatChallengeLevel = {
|
|
Id = {ValueType = "int"},
|
|
UpExp = {ValueType = "int"},
|
|
NeedShow = {ValueType = "bool"},
|
|
SimpleDesc = {ValueType = "string"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRepeatChallengeReward = {
|
|
Id = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableFestival = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
Note = {ValueType = "string"},
|
|
},
|
|
XTableFestivalMail = {
|
|
Id = {ValueType = "int"},
|
|
FestivalId = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableDailyLottery = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
RoundDays = {Type = 1, ValueType = "int"},
|
|
RoundIds = {Type = 1, ValueType = "int"},
|
|
OpenLevel = {ValueType = "int"},
|
|
OpenStage = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
CloseTimeStr = {ValueType = "string"},
|
|
MaxRecordCount = {ValueType = "int"},
|
|
RuleTitle = {Type = 1, ValueType = "string"},
|
|
RuleContent = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableDailyLotteryReward = {
|
|
Id = {ValueType = "int"},
|
|
RoundId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
RewardText = {ValueType = "string"},
|
|
RewardSignPath = {ValueType = "string"},
|
|
RewardSignDesc = {ValueType = "string"},
|
|
},
|
|
XTableShopScreenGroup = {
|
|
Id = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
GroupIcon = {ValueType = "string"},
|
|
ScreenName = {Type = 1, ValueType = "string"},
|
|
ScreenID = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArchiveMonster = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Author = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Pic = {ValueType = "string"},
|
|
LockPic = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
TagGroupId = {ValueType = "int"},
|
|
TagIds = {Type = 1, ValueType = "int"},
|
|
StandbyAction = {ValueType = "string"},
|
|
Actions = {Type = 1, ValueType = "string"},
|
|
NpcId = {Type = 1, ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArchiveMonsterInfo = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableArchiveMonsterSkill = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableArchive = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
UnLockBg = {ValueType = "string"},
|
|
LockBg = {ValueType = "string"},
|
|
SkipId = {ValueType = "int"},
|
|
TagText = {ValueType = "string"},
|
|
ShowTag = {ValueType = "int"},
|
|
},
|
|
XTableArchiveTag = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Color = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
IsNotShow = {ValueType = "int"},
|
|
TagGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMonsterSetting = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableAwarenessSetting = {
|
|
Id = {ValueType = "int"},
|
|
SuitId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableWeaponSetting = {
|
|
Id = {ValueType = "int"},
|
|
EquipId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTablePartnerSetting = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableArchiveWeaponGroup = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
CollectionTitle = {Type = 1, ValueType = "string"},
|
|
CollectionContent = {Type = 1, ValueType = "string"},
|
|
CollectNum = {Type = 1, ValueType = "int"},
|
|
IconPath = {Type = 1, ValueType = "string"},
|
|
CgId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArchiveAwarenessGroup = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Add = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
},
|
|
XTableSpecialActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
},
|
|
XTableRogueLikeActivity = {
|
|
Id = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
FightTimeId = {ValueType = "int"},
|
|
TeamEffectId = {Type = 1, ValueType = "int"},
|
|
ActionPoint = {ValueType = "int"},
|
|
TeamMemberCount = {ValueType = "int"},
|
|
BlackShopId = {ValueType = "int"},
|
|
FightNeedPoint = {ValueType = "int"},
|
|
RobotMax = {ValueType = "int"},
|
|
CharacterLimitType = {ValueType = "int"},
|
|
LimitBuffId = {ValueType = "int"},
|
|
InitActionPoint = {ValueType = "int"},
|
|
InitBuffId = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeTier = {
|
|
Id = {ValueType = "int"},
|
|
Tier = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
NodeId = {Type = 1, ValueType = "int"},
|
|
FatherNode = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableRogueLikeTierSection = {
|
|
Id = {ValueType = "int"},
|
|
TierType = {ValueType = "int"},
|
|
MinTier = {ValueType = "int"},
|
|
MaxTier = {ValueType = "int"},
|
|
EventGroup = {ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeNode = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeBox = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikePoint = {
|
|
Type = {ValueType = "int"},
|
|
Point = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeBuff = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
CustomType = {ValueType = "int"},
|
|
FightEvent = {ValueType = "int"},
|
|
Percent = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
Discount = {ValueType = "int"},
|
|
IntensifyId = {ValueType = "int"},
|
|
CostItemId = {ValueType = "int"},
|
|
CostItemCount = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeEvent = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeShop = {
|
|
Id = {ValueType = "int"},
|
|
LimitCount = {ValueType = "int"},
|
|
ShopItemId = {Type = 1, ValueType = "int"},
|
|
BuyCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeShopItem = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
ConsumeId = {Type = 1, ValueType = "int"},
|
|
ConsumeNum = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeRobot = {
|
|
Id = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeSpecialEvent = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeSpecialEventGroup = {
|
|
Id = {ValueType = "int"},
|
|
EventId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeRecover = {
|
|
Id = {ValueType = "int"},
|
|
ActionPoint = {ValueType = "int"},
|
|
HpPercent = {ValueType = "int"},
|
|
CostSupportPoint = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeTeamEffect = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
CharacterId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeSupportStation = {
|
|
Id = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
NeedPoint = {ValueType = "int"},
|
|
SpecialEvent = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeActivityDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
FunctionalOpenId = {ValueType = "int"},
|
|
BeginStoryId = {ValueType = "string"},
|
|
},
|
|
XTableRogueLikeBuffDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BuffType = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
},
|
|
XTableRogueLikeNodeDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRogueLikeTierSectionDetails = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
GroupPrefab = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableRogueLikeSpecialEventDetails = {
|
|
Id = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
},
|
|
XTableRogueLikeSupportStationDetails = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableRogueLikeSpecialEventGroupDetails = {
|
|
Id = {ValueType = "int"},
|
|
GroupItemId = {ValueType = "int"},
|
|
HasLeave = {ValueType = "int"},
|
|
IsEnd = {ValueType = "int"},
|
|
OptionDesc = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableRogueLikeSpecialEventGroupItem = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
IsEnd = {ValueType = "int"},
|
|
HasLeave = {ValueType = "int"},
|
|
OptionId = {Type = 1, ValueType = "int"},
|
|
OptionDesc = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableRogueLikePurgatoryScoreDesDetail = {
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableImageCell = {
|
|
ImageName = {ValueType = "string"},
|
|
PosX = {ValueType = "int"},
|
|
PosY = {ValueType = "int"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableUiRawImage = {
|
|
Key = {ValueType = "string"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableWorld = {
|
|
Id = {ValueType = "int"},
|
|
WorldName = {ValueType = "string"},
|
|
MainFightStageId = {ValueType = "int"},
|
|
},
|
|
XTableWorldSubFight = {
|
|
SubFightStageId = {ValueType = "int"},
|
|
WorldId = {ValueType = "int"},
|
|
},
|
|
XTableScoreTitle = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
ScreenType = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ExtraParams = {Type = 1, ValueType = "int"},
|
|
InitQuality = {ValueType = "int"},
|
|
QualityConditions = {Type = 1, ValueType = "int"},
|
|
Qualities = {Type = 1, ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
MainDesc = {ValueType = "string"},
|
|
WorldDesc = {ValueType = "string"},
|
|
Hint = {Type = 1, ValueType = "string"},
|
|
ExpandInfoId = {Type = 1, ValueType = "int"},
|
|
GetDesc = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
ShowType = {ValueType = "int"},
|
|
ShowScore = {ValueType = "int"},
|
|
ShowQualityUpTip = {ValueType = "int"},
|
|
IsNotShowGetTip = {ValueType = "int"},
|
|
Medal3D = {ValueType = "string"},
|
|
MedalImg = {ValueType = "string"},
|
|
MedalIcon = {ValueType = "string"},
|
|
ScoreParams = {Type = 1, ValueType = "string"},
|
|
GroupId = {ValueType = "int"},
|
|
GroupLv = {ValueType = "int"},
|
|
PrefabPath = {ValueType = "string"},
|
|
},
|
|
XTableScoreTitleItem = {
|
|
Id = {ValueType = "int"},
|
|
TitleId = {ValueType = "int"},
|
|
},
|
|
XTableScoreTitleExpandInfo = {
|
|
Id = {ValueType = "int"},
|
|
StrServerKey = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
EmptyDesc = {ValueType = "string"},
|
|
},
|
|
XTableScoreScreenTag = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableScoreTitleActivityExtra = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArchiveStoryGroup = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableArchiveStoryChapter = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
LockBg = {ValueType = "string"},
|
|
BgWidth = {ValueType = "int"},
|
|
BgHigh = {ValueType = "int"},
|
|
BgOffSetX = {ValueType = "int"},
|
|
BgOffSetY = {ValueType = "int"},
|
|
},
|
|
XTableArchiveStoryDetail = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SubName = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
DescTitle = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
UnLockTime = {ValueType = "string"},
|
|
StoryId = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableSameNpcGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
NpcId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDrawAimProbability = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
UpProbability = {ValueType = "string"},
|
|
TagImg = {ValueType = "string"},
|
|
},
|
|
XTableAssignChapter = {
|
|
ChapterId = {ValueType = "int"},
|
|
ChapterName = {ValueType = "string"},
|
|
ChapterEn = {ValueType = "string"},
|
|
OrderId = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
SkillPlusId = {ValueType = "int"},
|
|
AssignCondition = {Type = 1, ValueType = "int"},
|
|
SelectCharCondition = {Type = 1, ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableAssignGroup = {
|
|
GroupId = {ValueType = "int"},
|
|
PreGroupId = {ValueType = "int"},
|
|
ChallengeNum = {ValueType = "int"},
|
|
BaseStage = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
TeamInfoId = {Type = 1, ValueType = "int"},
|
|
GroupOrderId = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableAssignTeamInfo = {
|
|
Id = {ValueType = "int"},
|
|
RequireAbility = {ValueType = "int"},
|
|
NeedCharacter = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableCharacterSkillTypeInfo = {
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableMarketingActivity = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BeginTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
SkipId = {ValueType = "int"},
|
|
},
|
|
XTablePicComposition = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Img = {ValueType = "string"},
|
|
HelpId = {ValueType = "int"},
|
|
},
|
|
XTableCompositionCharacter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableRegressionActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
Condition2 = {ValueType = "int"},
|
|
ContinueDays = {ValueType = "int"},
|
|
ScheduleItemId = {ValueType = "int"},
|
|
StoryId = {ValueType = "string"},
|
|
HelpId = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRegressionTask = {
|
|
Id = {ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
DailyTaskId = {Type = 1, ValueType = "int"},
|
|
WeeklyTaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRegressionScheduleReward = {
|
|
Id = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
Schedule = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableRegressionCondition = {
|
|
Id = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
FirstOfflineTime = {ValueType = "int"},
|
|
SecondOfflineTime = {ValueType = "int"},
|
|
},
|
|
XTableRegressionInvite = {
|
|
Id = {ValueType = "int"},
|
|
InvitePeopleMax = {ValueType = "int"},
|
|
CodeLetter = {ValueType = "string"},
|
|
InviteRewardId = {Type = 1, ValueType = "int"},
|
|
UseCodeReward = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRegressionInviteReward = {
|
|
Id = {ValueType = "int"},
|
|
People = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableNpcUiFightRes = {
|
|
Id = {ValueType = "int"},
|
|
HeadImageName = {ValueType = "string"},
|
|
OnlinePortrait = {ValueType = "string"},
|
|
Model = {Type = 1, ValueType = "string"},
|
|
EnergyBar = {Type = 1, ValueType = "string"},
|
|
EnergyGroupBar = {Type = 1, ValueType = "string"},
|
|
SPPrefab = {Type = 1, ValueType = "string"},
|
|
AttackIconImage = {ValueType = "string"},
|
|
DodgeIconImage = {ValueType = "string"},
|
|
ExSkillIconImage = {ValueType = "string"},
|
|
PartnerSkillIconImage0 = {ValueType = "string"},
|
|
PartnerSkillIconImage1 = {ValueType = "string"},
|
|
PartnerSPPrefab = {ValueType = "string"},
|
|
AttackEffectPrefab = {ValueType = "string"},
|
|
},
|
|
XTableProductCommentActivity = {
|
|
Id = {ValueType = "int"},
|
|
BeginTimeStr = {ValueType = "string"},
|
|
UploadBeginTimeStr = {ValueType = "string"},
|
|
UploadEndTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
ProductionId = {ValueType = "int"},
|
|
PraiseItemId = {ValueType = "int"},
|
|
PraiseConsume = {ValueType = "int"},
|
|
ScheduleItemId = {ValueType = "int"},
|
|
ContentMaxNum = {ValueType = "int"},
|
|
ContentMaxLength = {ValueType = "int"},
|
|
RankNum = {ValueType = "int"},
|
|
RankRewardGroup = {ValueType = "int"},
|
|
LimitTaskId = {ValueType = "int"},
|
|
},
|
|
XTableProductCommentRankReward = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
MinRank = {ValueType = "int"},
|
|
MaxRank = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableProductCommentScheduleReward = {
|
|
Id = {ValueType = "int"},
|
|
Schedule = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTablePathPosition = {
|
|
Id = {ValueType = "int"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
Area = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePathLink = {
|
|
PathPositionA = {ValueType = "int"},
|
|
PathPositionB = {ValueType = "int"},
|
|
Cost = {ValueType = "int"},
|
|
},
|
|
XTableWindowsInlay = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
BeginTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
Url = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableMonsterNpcData = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ModelId = {ValueType = "string"},
|
|
},
|
|
XTablePlatformShare = {
|
|
Id = {ValueType = "int"},
|
|
ShareType = {ValueType = "int"},
|
|
ShareParam = {Type = 1, ValueType = "string"},
|
|
PlatformType = {Type = 1, ValueType = "int"},
|
|
PlatformIcon = {Type = 1, ValueType = "string"},
|
|
PlatformShowedText = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTablePlatformShareOpen = {
|
|
Id = {ValueType = "string"},
|
|
IsOpen = {ValueType = "bool"},
|
|
},
|
|
XTableMusicPlayerAlbum = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Composer = {ValueType = "string"},
|
|
Cover = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
CueId = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
},
|
|
XTableMainLineExploreGroup = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
StageIndex = {ValueType = "int"},
|
|
PreShowIndex = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExtraExploreGroup = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
StageIndex = {ValueType = "int"},
|
|
PreShowIndex = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRewardConfirm = {
|
|
Id = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
},
|
|
XTableArenaOnlineChapter = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
MinLevel = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
SectionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArenaOnlineSection = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
LeftTimeDesc = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
OpenDays = {Type = 1, ValueType = "int"},
|
|
StageGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArenaOnlineStageGroup = {
|
|
Id = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
PrefabPath = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableArenaOnlineActiveBuff = {
|
|
Id = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
QualityCount = {ValueType = "int"},
|
|
AffectQuality = {ValueType = "int"},
|
|
FightEffectId = {ValueType = "int"},
|
|
OnIcon = {ValueType = "string"},
|
|
OffIcon = {ValueType = "string"},
|
|
ActiveTip = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableArenaOnlineStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Sort = {ValueType = "int"},
|
|
BgIcon = {ValueType = "string"},
|
|
NameIcon = {ValueType = "string"},
|
|
StageId = {ValueType = "string"},
|
|
EnduranceCost = {ValueType = "int"},
|
|
SingleSwitch = {ValueType = "bool"},
|
|
ConditionDesc = {ValueType = "string"},
|
|
ActiveBuffId = {ValueType = "int"},
|
|
BottomCount = {ValueType = "int"},
|
|
ShowDropId = {ValueType = "int"},
|
|
ShowBottomId = {ValueType = "int"},
|
|
Difficulty = {Type = 1, ValueType = "int"},
|
|
SingleDiff = {Type = 1, ValueType = "int"},
|
|
SkillTitle = {Type = 1, ValueType = "string"},
|
|
SkillDesc = {Type = 1, ValueType = "string"},
|
|
EventId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWeaponFashion = {
|
|
Id = {ValueType = "int"},
|
|
EquipType = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
ItemCountByHour = {ValueType = "int"},
|
|
WeaponSkillId = {ValueType = "int"},
|
|
EffectTimeStr = {ValueType = "string"},
|
|
ExpireTimeStr = {ValueType = "string"},
|
|
},
|
|
XTableFightWords = {
|
|
Group = {ValueType = "int"},
|
|
Text = {ValueType = "string"},
|
|
Duration = {ValueType = "float"},
|
|
CueId = {ValueType = "int"},
|
|
WordsIndex = {ValueType = "int"},
|
|
},
|
|
XTableWeaponFashionRes = {
|
|
Id = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
WorldDescription = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
SkipIdParams = {Type = 1, ValueType = "int"},
|
|
ModelTransId = {Type = 1, ValueType = "int"},
|
|
ResonanceModelTransId1 = {Type = 1, ValueType = "int"},
|
|
ResonanceModelTransId2 = {Type = 1, ValueType = "int"},
|
|
ResonanceModelTransId3 = {Type = 1, ValueType = "int"},
|
|
ShopIcon = {ValueType = "string"},
|
|
},
|
|
XTableHeadPortraitHide = {
|
|
Id = {ValueType = "int"},
|
|
BeginTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
},
|
|
XTableMainLineExploreItem = {
|
|
Id = {ValueType = "int"},
|
|
MainChapterId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Hint = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableExtraExploreItem = {
|
|
Id = {ValueType = "int"},
|
|
MainChapterId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Hint = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableUnionKillActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
RankTimeId = {ValueType = "int"},
|
|
PraiseBaseRank = {ValueType = "int"},
|
|
TaskLimitId = {Type = 1, ValueType = "int"},
|
|
SectionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableUnionKillSection = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
BoxRewardId = {ValueType = "int"},
|
|
KillBossCount = {ValueType = "int"},
|
|
UnlockBossStageLimit = {ValueType = "int"},
|
|
EventStageLimit = {ValueType = "int"},
|
|
SingleFightTime = {ValueType = "int"},
|
|
BaseRankNum = {ValueType = "int"},
|
|
BossStage = {ValueType = "int"},
|
|
BossId = {ValueType = "int"},
|
|
BossTotalHp = {ValueType = "int"},
|
|
TrialStage = {ValueType = "int"},
|
|
TrialUseShare = {ValueType = "int"},
|
|
EventStageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableUnionKillEventStage = {
|
|
Id = {ValueType = "int"},
|
|
EventId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableUnionKillWeather = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
EventId = {Type = 1, ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableUnionKillWeatherChange = {
|
|
Id = {ValueType = "int"},
|
|
Hour = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableUnionKillScoreRule = {
|
|
Id = {ValueType = "int"},
|
|
DamageMaxScore = {ValueType = "int"},
|
|
TimeMaxScore = {ValueType = "int"},
|
|
HpMaxScore = {ValueType = "int"},
|
|
BossLoseHp = {ValueType = "float"},
|
|
BossLoseHpScore = {ValueType = "int"},
|
|
BossTotalHp = {ValueType = "int"},
|
|
LeftTime = {ValueType = "int"},
|
|
LeftTimeScore = {ValueType = "int"},
|
|
CharLeftHp = {ValueType = "float"},
|
|
CharLeftHpScore = {ValueType = "int"},
|
|
},
|
|
XTableUnionKillRankReward = {
|
|
Id = {ValueType = "int"},
|
|
LevelId = {ValueType = "int"},
|
|
MinRank = {ValueType = "float"},
|
|
MaxRank = {ValueType = "float"},
|
|
MailId = {ValueType = "int"},
|
|
RankIcon = {ValueType = "string"},
|
|
},
|
|
XTableUnionKillRankLevel = {
|
|
Id = {ValueType = "int"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableUnionKillActivityDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableUnionKillWeatherDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableUnionKillSectionDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BossIcon = {ValueType = "string"},
|
|
TrialIcon = {ValueType = "string"},
|
|
BossBuffName = {ValueType = "string"},
|
|
BossBuffText = {ValueType = "string"},
|
|
MainPrefabName = {ValueType = "string"},
|
|
ItemPrefabName = {ValueType = "string"},
|
|
SectionIcon = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableUnionKillEventDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Level = {ValueType = "int"},
|
|
},
|
|
XTableCollectionLevel = {
|
|
Id = {ValueType = "int"},
|
|
CurLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableShopShowType = {
|
|
Id = {ValueType = "int"},
|
|
ShowType = {ValueType = "int"},
|
|
},
|
|
XTableEliminateGame = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
LineCount = {ValueType = "int"},
|
|
HelpId = {ValueType = "int"},
|
|
FlipItemId = {ValueType = "int"},
|
|
FlipItemCount = {ValueType = "int"},
|
|
MoveItemId = {ValueType = "int"},
|
|
MoveItemCount = {ValueType = "int"},
|
|
EliminateCount = {ValueType = "int"},
|
|
Grids = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableEliminateGrid = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
DefaultState = {ValueType = "int"},
|
|
},
|
|
XTableEliminateGridType = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
TypePic = {ValueType = "string"},
|
|
},
|
|
XTableEliminateReward = {
|
|
Id = {ValueType = "int"},
|
|
GameId = {ValueType = "int"},
|
|
GridType = {ValueType = "int"},
|
|
GridCount = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableSpecialTrainStarReward = {
|
|
Id = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableSpecialTrainChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SecondName = {ValueType = "string"},
|
|
PrefixName = {ValueType = "string"},
|
|
BgIcon = {ValueType = "string"},
|
|
TabImage = {ValueType = "string"},
|
|
RewardType = {ValueType = "int"},
|
|
HelpId = {Type = 1, ValueType = "int"},
|
|
RewardParams = {Type = 1, ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
DailyOpentime = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableSpecialTrainActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
ChapterIds = {Type = 1, ValueType = "int"},
|
|
EliminateGameId = {ValueType = "int"},
|
|
PointItemId = {ValueType = "int"},
|
|
PointRewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSpecialTrainPointReward = {
|
|
Id = {ValueType = "int"},
|
|
NeedPoint = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ShowItem = {ValueType = "int"},
|
|
ShowItemNum = {ValueType = "int"},
|
|
},
|
|
XTableSpecialTrainStage = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableMonsterModelTrans = {
|
|
Id = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
NpcState = {ValueType = "int"},
|
|
StateText = {ValueType = "string"},
|
|
StandAnime = {ValueType = "string"},
|
|
HideNodeName = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableMonsterEffect = {
|
|
Id = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
NpcState = {ValueType = "int"},
|
|
EffectNodeName = {ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
},
|
|
XTableGuildTalent = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
GuildLevel = {ValueType = "int"},
|
|
CostPoint = {Type = 1, ValueType = "int"},
|
|
Parent = {Type = 1, ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
},
|
|
XTableGuildTalentDetails = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IndexInMap = {ValueType = "int"},
|
|
TalentIcon = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
Descriptions = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableGuildPresent = {
|
|
Id = {ValueType = "int"},
|
|
PresentId = {ValueType = "int"},
|
|
Popularity = {ValueType = "int"},
|
|
GuildCoin = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossData = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
StageType = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "string"},
|
|
Robot = {Type = 1, ValueType = "int"},
|
|
RobotCount = {ValueType = "int"},
|
|
StageCount = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossHpReward = {
|
|
Id = {ValueType = "int"},
|
|
HpPercent = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
NewRewardId = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossScoreReward = {
|
|
Id = {ValueType = "int"},
|
|
Score = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
NewRewardId = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossStageEffect = {
|
|
StageId = {ValueType = "int"},
|
|
EffectId = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossStageRobot = {
|
|
Id = {ValueType = "int"},
|
|
RobotId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableGuildBossScoreRule = {
|
|
Id = {ValueType = "int"},
|
|
BaseScore = {ValueType = "int"},
|
|
DamageScore = {ValueType = "int"},
|
|
HpMaxScore = {ValueType = "int"},
|
|
CharLeftHp = {ValueType = "float"},
|
|
CharLeftHpScore = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossRankReward = {
|
|
Id = {ValueType = "int"},
|
|
Percent = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreGrid = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
FrontId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreNode = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
ResType = {ValueType = "int"},
|
|
RecHpPer = {ValueType = "int"},
|
|
FightStageId = {ValueType = "int"},
|
|
ShowRewardId = {ValueType = "int"},
|
|
RewardPoolId = {ValueType = "int"},
|
|
RewardCount = {ValueType = "int"},
|
|
EventPoolId = {ValueType = "int"},
|
|
SubHpProbability = {ValueType = "int"},
|
|
SubHpMinPer = {ValueType = "int"},
|
|
SubHpMaxPer = {ValueType = "int"},
|
|
RewardMoneyCount = {ValueType = "int"},
|
|
UseActionPoint = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreReward = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
CoreId = {ValueType = "int"},
|
|
CoreLevel = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreEvent = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableInfestorExploreLevelGroup = {
|
|
Id = {ValueType = "int"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreDiff = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Diff = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
JoinNum = {ValueType = "int"},
|
|
UpNum = {ValueType = "int"},
|
|
DownNum = {ValueType = "int"},
|
|
UpMailId = {ValueType = "int"},
|
|
KeepMailId = {ValueType = "int"},
|
|
DownMailId = {ValueType = "int"},
|
|
ShowScoreGap = {ValueType = "int"},
|
|
ShowScoreLimit = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreCore = {
|
|
Id = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableInfestorExploreCoreLevelEffect = {
|
|
Id = {ValueType = "int"},
|
|
CoreId = {ValueType = "int"},
|
|
CoreLevel = {ValueType = "int"},
|
|
DecomposeMoney = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreShopGoods = {
|
|
Id = {ValueType = "int"},
|
|
ShopId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
CoreId = {ValueType = "int"},
|
|
CoreLevel = {ValueType = "int"},
|
|
Cost = {ValueType = "int"},
|
|
LimitCount = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreShop = {
|
|
Id = {ValueType = "int"},
|
|
GoodsCount = {ValueType = "int"},
|
|
RefreshCost = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreBuff = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
},
|
|
XTableInfestorFightRewardCost = {
|
|
Times = {ValueType = "int"},
|
|
Cost = {ValueType = "int"},
|
|
},
|
|
XTableInfestorActivity = {
|
|
Id = {ValueType = "int"},
|
|
ExploreChapterId = {Type = 1, ValueType = "int"},
|
|
BossStageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInfestorFightEvent = {
|
|
Id = {ValueType = "int"},
|
|
ExploreFightEventId = {Type = 1, ValueType = "int"},
|
|
BossFightEventId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInfestorEventGoods = {
|
|
EventId = {ValueType = "int"},
|
|
Cost = {ValueType = "int"},
|
|
},
|
|
XTableInfestorBossScoreRule = {
|
|
StageId = {ValueType = "int"},
|
|
TotalMaxScore = {ValueType = "int"},
|
|
DamageFactor = {ValueType = "float"},
|
|
DamageMaxScore = {ValueType = "int"},
|
|
HpFactor = {ValueType = "float"},
|
|
HpMaxScore = {ValueType = "int"},
|
|
UseTimeFactor = {ValueType = "float"},
|
|
UseTimeMaxScore = {ValueType = "int"},
|
|
},
|
|
XTableInfestorStageDiffControl = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Diff = {ValueType = "int"},
|
|
MonsterLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInfestorOutPostDesPool = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableInfestorOutPostDes = {
|
|
Id = {ValueType = "int"},
|
|
Key = {ValueType = "string"},
|
|
PoolId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableArchiveStoryNpc = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PicSmall = {ValueType = "string"},
|
|
PicBig = {ValueType = "string"},
|
|
UnLockTime = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableArchiveStoryNpcSetting = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
UnLockTime = {ValueType = "string"},
|
|
},
|
|
XTableCharacterUiEffect = {
|
|
Id = {ValueType = "int"},
|
|
FashionId = {ValueType = "int"},
|
|
ActionId = {ValueType = "string"},
|
|
EffectRootName = {ValueType = "string"},
|
|
EffectPath = {ValueType = "string"},
|
|
},
|
|
XTableArchiveCGGroup = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableArchiveCGDetail = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Author = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
SpineBg = {ValueType = "string"},
|
|
LockBg = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
IsShowRedPoint = {ValueType = "int"},
|
|
UnLockTime = {ValueType = "string"},
|
|
BgWidth = {ValueType = "int"},
|
|
BgHigh = {ValueType = "int"},
|
|
BgOffSetX = {ValueType = "int"},
|
|
BgOffSetY = {ValueType = "int"},
|
|
},
|
|
XTableArchiveCommunication = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
CommunicationId = {ValueType = "int"},
|
|
CommunicationType = {ValueType = "int"},
|
|
CommunicationIcon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
BtnContent = {ValueType = "string"},
|
|
UnLockTime = {ValueType = "string"},
|
|
NpcName = {ValueType = "string"},
|
|
NpcHandIcon = {ValueType = "string"},
|
|
UiType = {ValueType = "int"},
|
|
ContentsGroupId = {ValueType = "int"},
|
|
},
|
|
XTableArchiveMail = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
UnLockTime = {ValueType = "string"},
|
|
Order = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
SendName = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
NpcHandIcon = {ValueType = "string"},
|
|
},
|
|
XTableArchiveEventDateGroup = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
GroupType = {ValueType = "int"},
|
|
},
|
|
XTableInfestorExploreSection = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableInfestorExploreChapter = {
|
|
Id = {ValueType = "int"},
|
|
PreChapterId = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
ShopId = {ValueType = "int"},
|
|
TeamType = {ValueType = "int"},
|
|
CharacterLimitType = {ValueType = "int"},
|
|
LimitBuffId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableInfestorExploreFog = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Depth = {ValueType = "int"},
|
|
},
|
|
XTableInfestorGroup = {
|
|
Id = {ValueType = "int"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
},
|
|
XTableInfestorNodeType = {
|
|
Type = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
StageBg = {ValueType = "string"},
|
|
},
|
|
XTableInfestorEventPoolRes = {
|
|
PoolId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
BtnName = {ValueType = "string"},
|
|
EventId1 = {Type = 1, ValueType = "int"},
|
|
EventId2 = {Type = 1, ValueType = "int"},
|
|
EventId3 = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInfestorBuffsRes = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableInfestorSupplyRewardRes = {
|
|
Id = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableInfestorEventType = {
|
|
Type = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
DescriptionRevert = {ValueType = "string"},
|
|
DescriptionEmpty = {ValueType = "string"},
|
|
},
|
|
XTableInfestorStatus = {
|
|
Day = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTimeLimitCtrlConfig = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableDrawTypeChange = {
|
|
MainGroupId = {ValueType = "int"},
|
|
MainTypeName = {ValueType = "string"},
|
|
SubGroupId = {Type = 1, ValueType = "int"},
|
|
SubTypeName = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableGuildBossStageInfo = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Code = {ValueType = "string"},
|
|
BackGround = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
DetailIcon = {ValueType = "string"},
|
|
BuffId = {ValueType = "int"},
|
|
Limit = {ValueType = "string"},
|
|
},
|
|
XTableGuildBossLevel = {
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BossHp = {ValueType = "int"},
|
|
UnlockScore = {ValueType = "int"},
|
|
AdditionPercent = {ValueType = "int"},
|
|
},
|
|
XTableGuildBossBuff = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Dis = {ValueType = "string"},
|
|
},
|
|
XTableArchiveAwarenessGroupType = {
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
},
|
|
XTableSpecialCollectionLevel = {
|
|
Index = {ValueType = "int"},
|
|
Id = {ValueType = "int"},
|
|
Score = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
},
|
|
XTableChallengeExtraTime = {
|
|
Id = {ValueType = "int"},
|
|
DamageType = {ValueType = "int"},
|
|
MaxDamage = {ValueType = "int"},
|
|
Ruling = {ValueType = "int"},
|
|
DamageIntervals = {Type = 1, ValueType = "int"},
|
|
TimeIntervals = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDamageTypeTip = {
|
|
Id = {ValueType = "int"},
|
|
DamageTypeTip = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
},
|
|
XTableFubenStageCharacterLimit = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWorldBossActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
BeginTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
AttributeAreaId = {Type = 1, ValueType = "int"},
|
|
BossAreaId = {Type = 1, ValueType = "int"},
|
|
SpecialSaleId = {Type = 1, ValueType = "int"},
|
|
ActionPointId = {ValueType = "int"},
|
|
MaxActionPoint = {ValueType = "int"},
|
|
ShopCurrencyId = {ValueType = "int"},
|
|
TitleId = {ValueType = "int"},
|
|
StartStoryId = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
},
|
|
XTableWorldBossAttributeArea = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
EnglishName = {ValueType = "string"},
|
|
MaxChallengeCount = {ValueType = "int"},
|
|
FinishReward = {ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
SystemReportId = {Type = 1, ValueType = "int"},
|
|
PlayerReportId = {Type = 1, ValueType = "int"},
|
|
StartStoryId = {ValueType = "string"},
|
|
AreaImg = {ValueType = "string"},
|
|
AreaDesc = {ValueType = "string"},
|
|
PrefabName = {ValueType = "string"},
|
|
},
|
|
XTableWorldBossAttributeStage = {
|
|
Id = {ValueType = "int"},
|
|
TotalFinishCount = {ValueType = "int"},
|
|
PreStageId = {Type = 1, ValueType = "int"},
|
|
FinishReward = {ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
StartStoryId = {ValueType = "string"},
|
|
SystemReportId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWorldBossBossArea = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
UnlockNeedStageCount = {ValueType = "int"},
|
|
MaxChallengeCount = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
PhasesRewardId = {Type = 1, ValueType = "int"},
|
|
SystemReportId = {Type = 1, ValueType = "int"},
|
|
PlayerReportId = {Type = 1, ValueType = "int"},
|
|
StartStoryId = {ValueType = "string"},
|
|
FinishStoryId = {ValueType = "string"},
|
|
AreaImg = {ValueType = "string"},
|
|
AreaLockImg = {ValueType = "string"},
|
|
AreaDesc = {ValueType = "string"},
|
|
ModelId = {ValueType = "string"},
|
|
BossTaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWorldBossBossStage = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
DescColor = {ValueType = "string"},
|
|
HurtHp = {ValueType = "int"},
|
|
RecommendAbility = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
MonsterLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWorldBossBuff = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Level = {ValueType = "int"},
|
|
CustomizeId = {ValueType = "int"},
|
|
InfoTitle = {ValueType = "string"},
|
|
InfoText = {ValueType = "string"},
|
|
InfoConditionText = {ValueType = "string"},
|
|
HintText = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
IsNotShow = {ValueType = "int"},
|
|
},
|
|
XTableWorldBossPhasesReward = {
|
|
Id = {ValueType = "int"},
|
|
HpPercent = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableWorldBossBossShop = {
|
|
Id = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
DiscountId = {Type = 1, ValueType = "int"},
|
|
ShopImg = {ValueType = "string"},
|
|
},
|
|
XTableWorldBossBossShopDiscount = {
|
|
Id = {ValueType = "int"},
|
|
HpPercent = {ValueType = "int"},
|
|
Discount = {ValueType = "float"},
|
|
BossId = {ValueType = "int"},
|
|
DiscountText = {ValueType = "string"},
|
|
},
|
|
XTableWorldBossScoreRule = {
|
|
Id = {ValueType = "int"},
|
|
Damage = {ValueType = "int"},
|
|
DamageScore = {ValueType = "int"},
|
|
MaxDamageScore = {ValueType = "int"},
|
|
CharLeftHp = {ValueType = "float"},
|
|
CharLeftHpScore = {ValueType = "int"},
|
|
MaxCharacterScore = {ValueType = "int"},
|
|
},
|
|
XTableWorldBossStageScheduleControl = {
|
|
Id = {ValueType = "int"},
|
|
ZoneName = {ValueType = "string"},
|
|
StageId = {ValueType = "int"},
|
|
MinCount = {Type = 1, ValueType = "int"},
|
|
MaxCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWorldBossHpControl = {
|
|
Id = {ValueType = "int"},
|
|
ZoneName = {ValueType = "string"},
|
|
Day = {ValueType = "int"},
|
|
BossId = {ValueType = "int"},
|
|
MaxLoseHp = {ValueType = "int"},
|
|
MaxControlValue = {ValueType = "int"},
|
|
MinPercent = {Type = 1, ValueType = "int"},
|
|
MaxPercent = {Type = 1, ValueType = "int"},
|
|
ControlValue = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWorldBossHpConfig = {
|
|
Id = {ValueType = "int"},
|
|
ZoneName = {ValueType = "string"},
|
|
BossId = {ValueType = "int"},
|
|
TotalHp = {ValueType = "int"},
|
|
},
|
|
XTableWorldBossFightReport = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
HeadIcon = {ValueType = "string"},
|
|
Phases = {ValueType = "int"},
|
|
Score = {ValueType = "int"},
|
|
Message = {ValueType = "string"},
|
|
},
|
|
XTablePuzzleActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
BgImage = {ValueType = "string"},
|
|
},
|
|
XTablePuzzleActivityPiece = {
|
|
Id = {ValueType = "int"},
|
|
ActId = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
CoverImage = {ValueType = "string"},
|
|
},
|
|
XTableExpeditionConfig = {
|
|
Id = {ValueType = "int"},
|
|
ActivityType = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RecruitInitNum = {ValueType = "int"},
|
|
RecruitMaxNum = {ValueType = "int"},
|
|
RecruitRecoverTime = {ValueType = "int"},
|
|
RecruitDrawNum = {ValueType = "int"},
|
|
RecruitPickNum = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Cycle = {ValueType = "int"},
|
|
CommentMaxNum = {ValueType = "int"},
|
|
DailyLikeMaxNum = {ValueType = "int"},
|
|
ChapterIds = {Type = 1, ValueType = "int"},
|
|
BannerTexturePath = {ValueType = "string"},
|
|
RankIcon = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableExpeditionChapter = {
|
|
Id = {ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
PrefabPath = {Type = 1, ValueType = "string"},
|
|
CodeName = {ValueType = "string"},
|
|
StageBgPath = {Type = 1, ValueType = "string"},
|
|
BgFx = {Type = 1, ValueType = "string"},
|
|
RewardIcon = {Type = 1, ValueType = "string"},
|
|
ComboIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExpeditionStage = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
OrderId = {ValueType = "int"},
|
|
StageType = {ValueType = "int"},
|
|
Difficulty = {ValueType = "int"},
|
|
DrawTimesReward = {ValueType = "int"},
|
|
BossStageCover = {ValueType = "string"},
|
|
RecommentStar = {ValueType = "int"},
|
|
WarningStarCap = {ValueType = "int"},
|
|
DangerStarCap = {ValueType = "int"},
|
|
StageWords = {Type = 1, ValueType = "int"},
|
|
StagePrefabPath = {ValueType = "string"},
|
|
},
|
|
XTableExpeditionBaseCharacter = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Type = {Type = 1, ValueType = "int"},
|
|
LockSkill = {Type = 1, ValueType = "int"},
|
|
SkillLevel = {Type = 1, ValueType = "int"},
|
|
LockLevel = {Type = 1, ValueType = "int"},
|
|
Elements = {Type = 1, ValueType = "int"},
|
|
ReferenceComboId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExpeditionCharacter = {
|
|
Id = {ValueType = "int"},
|
|
BaseId = {ValueType = "int"},
|
|
Rank = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionCombo = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ChildComboId = {ValueType = "int"},
|
|
EffectDescription = {ValueType = "string"},
|
|
ConditionDesc = {ValueType = "string"},
|
|
ConditionLevel = {ValueType = "int"},
|
|
ConditionNum = {ValueType = "int"},
|
|
EffectId = {Type = 1, ValueType = "int"},
|
|
EffectValid = {Type = 1, ValueType = "string"},
|
|
EffectTarget = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableExpeditionChildCombo = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ComboTypeId = {ValueType = "int"},
|
|
IconPath = {ValueType = "string"},
|
|
ConditionDescription = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionCharacterWeight = {
|
|
Id = {ValueType = "int"},
|
|
BaseId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
ExtraWeight = {ValueType = "int"},
|
|
MustAppearCount = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionDrawConsume = {
|
|
Id = {ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionCharacterType = {
|
|
Id = {ValueType = "string"},
|
|
TypeName = {ValueType = "string"},
|
|
},
|
|
XTableExpeditionRankUp = {
|
|
Id = {ValueType = "int"},
|
|
Level1 = {ValueType = "int"},
|
|
Level2 = {ValueType = "int"},
|
|
Level3 = {ValueType = "int"},
|
|
Level4 = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionComboTypeName = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableExpeditionGlobalCombo = {
|
|
Id = {ValueType = "int"},
|
|
IsVisible = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
EffectDescription = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
},
|
|
XTableCharacterShowScore = {
|
|
CharacterId = {ValueType = "int"},
|
|
Quality = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExpeditionAssist = {
|
|
EffectId = {ValueType = "int"},
|
|
AssistType = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionDrawPR = {
|
|
Level = {ValueType = "int"},
|
|
NeedRefreshTime = {ValueType = "int"},
|
|
RankPR = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableExpeditionDrawRank = {
|
|
Id = {ValueType = "int"},
|
|
Rank = {ValueType = "int"},
|
|
},
|
|
XTableExpeditionCharacterElements = {
|
|
Id = {ValueType = "int"},
|
|
ElementName = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableExpeditionTeamPos = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
ConditionDes = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
},
|
|
XTableHookRope = {
|
|
Id = {ValueType = "int"},
|
|
AreaType = {ValueType = "int"},
|
|
Radius = {ValueType = "fix"},
|
|
Length = {ValueType = "fix"},
|
|
Width = {ValueType = "fix"},
|
|
PosX = {ValueType = "fix"},
|
|
PosY = {ValueType = "fix"},
|
|
PosZ = {ValueType = "fix"},
|
|
face = {ValueType = "fix"},
|
|
TargetIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableClickClearGame = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
HelpId = {ValueType = "int"},
|
|
},
|
|
XTableClickClearGameStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
NameEn = {ValueType = "string"},
|
|
UnlockCondition = {ValueType = "int"},
|
|
TimeLimit = {ValueType = "int"},
|
|
HeadNormalType = {ValueType = "int"},
|
|
HeadNormalCount = {ValueType = "int"},
|
|
NormalTypeDesc = {ValueType = "string"},
|
|
HeadSpecialType = {ValueType = "int"},
|
|
HeadSpecialCount = {ValueType = "int"},
|
|
SpecialTypeDesc = {ValueType = "string"},
|
|
HeadWrongType = {ValueType = "int"},
|
|
WrongCostTime = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
RewardConditionDesc = {ValueType = "string"},
|
|
PageList = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableClickClearPage = {
|
|
Id = {ValueType = "int"},
|
|
RowNumber = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableClickClearRow = {
|
|
Id = {ValueType = "int"},
|
|
HeadId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableClickClearHead = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Url = {ValueType = "string"},
|
|
},
|
|
XTableHonorLevel = {
|
|
HonorLevel = {ValueType = "int"},
|
|
MaxExp = {ValueType = "int"},
|
|
MaxActionPoint = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
MaxFriendCount = {ValueType = "int"},
|
|
},
|
|
XTableRpgConfig = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
MaxChallengeCount = {ValueType = "int"},
|
|
TalentItemId = {ValueType = "int"},
|
|
ActivityName = {ValueType = "string"},
|
|
EntryTexture = {ValueType = "string"},
|
|
CharacterIds = {Type = 1, ValueType = "int"},
|
|
DailyRewards = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgCharacter = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
},
|
|
XTableRpgBaseCharacter = {
|
|
Id = {ValueType = "int"},
|
|
DisplayAttriName = {Type = 1, ValueType = "string"},
|
|
DisplayAttriType = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgTalent = {
|
|
TalentId = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
LayerId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
AttribPoolGroupId = {ValueType = "int"},
|
|
SkillIds = {Type = 1, ValueType = "int"},
|
|
SkillLevels = {Type = 1, ValueType = "int"},
|
|
EventIds = {Type = 1, ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
SpecialAbility = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableRpgStage = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
OrderId = {ValueType = "int"},
|
|
OrderName = {ValueType = "string"},
|
|
Difficulty = {ValueType = "int"},
|
|
StageBuffDesc = {ValueType = "string"},
|
|
MonsterId = {Type = 1, ValueType = "int"},
|
|
RecommendLevel = {ValueType = "int"},
|
|
NpcAffixId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgTeamLevel = {
|
|
Level = {ValueType = "int"},
|
|
PreLevel = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
AddTalentPoint = {ValueType = "int"},
|
|
AddRoleLevel = {ValueType = "int"},
|
|
AddSkillLv = {ValueType = "int"},
|
|
},
|
|
XTableRpgTalentLayer = {
|
|
LayerId = {ValueType = "int"},
|
|
NeedTeamLevel = {ValueType = "int"},
|
|
},
|
|
XTableRpgMonsters = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SubName = {ValueType = "string"},
|
|
MonsterNpcDataId = {ValueType = "int"},
|
|
IsBoss = {ValueType = "int"},
|
|
Scale = {ValueType = "float"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionY = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
RotationX = {ValueType = "float"},
|
|
RotationY = {ValueType = "float"},
|
|
RotationZ = {ValueType = "float"},
|
|
},
|
|
XTableRpgItemConfig = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
WorldDesc = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableMovieSkip = {
|
|
Id = {ValueType = "string"},
|
|
SkipDesc = {ValueType = "string"},
|
|
},
|
|
XTableBackground = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
WorldDescription = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
SceneModelId = {ValueType = "int"},
|
|
LockDec = {ValueType = "string"},
|
|
ShowStr = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
IsFree = {ValueType = "int"},
|
|
IsMainScene = {ValueType = "int"},
|
|
ParticleGroupName = {ValueType = "string"},
|
|
},
|
|
XTablePhotoModeShareInfo = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
Param = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTablePhotoModeSharePlatformConfig = {
|
|
Id = {ValueType = "int"},
|
|
SdkId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterAction = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SignBoardActionId = {ValueType = "int"},
|
|
UnlockLv = {ValueType = "int"},
|
|
ConditionDescript = {ValueType = "string"},
|
|
},
|
|
XTableCharacterCollaboration = {
|
|
CharacterId = {ValueType = "int"},
|
|
languageSet = {ValueType = "string"},
|
|
Text = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
IconX = {ValueType = "float"},
|
|
IconY = {ValueType = "float"},
|
|
IconScale = {ValueType = "float"},
|
|
},
|
|
XTableTRPGRole = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
UnlockTarget = {ValueType = "int"},
|
|
Image = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
ModelId = {ValueType = "string"},
|
|
InitAttribute = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
TalentGroupId = {ValueType = "int"},
|
|
},
|
|
XTableTRPGRoleTalent = {
|
|
Id = {ValueType = "int"},
|
|
TalentPointIcon = {ValueType = "string"},
|
|
ResetTalentItemId = {ValueType = "int"},
|
|
ResetTalentItemCount = {ValueType = "int"},
|
|
},
|
|
XTableTRPGRoleAttribute = {
|
|
AttrType = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
MaxValue = {ValueType = "int"},
|
|
},
|
|
XTableTRPGRoleTalentGroup = {
|
|
Id = {ValueType = "int"},
|
|
PreId = {ValueType = "int"},
|
|
IsCommonForShow = {ValueType = "int"},
|
|
CostPoint = {ValueType = "int"},
|
|
EventId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Intro = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
},
|
|
XTableTRPGRoleTalentGroupClient = {
|
|
Id = {ValueType = "int"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableTRPGMainArea = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SubAreaId = {Type = 1, ValueType = "int"},
|
|
TargetLinkId = {Type = 1, ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
TRPGRewardId = {Type = 1, ValueType = "int"},
|
|
TruthRoadGroupId = {Type = 1, ValueType = "int"},
|
|
TruthRoadTabBg = {ValueType = "string"},
|
|
SubAreaBg = {ValueType = "string"},
|
|
TruthRoadBg = {ValueType = "string"},
|
|
EnName = {ValueType = "string"},
|
|
FirstOpenFunctionGroupId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableTRPGSecondArea = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SubAreaBg = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
MazeId = {ValueType = "int"},
|
|
SubAreaId = {Type = 1, ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableTRPGThirdArea = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
EnName = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
FuncGroup = {Type = 1, ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableTRPGTarget = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Params = {Type = 1, ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
AreaIcon = {ValueType = "string"},
|
|
CardIcon = {ValueType = "string"},
|
|
},
|
|
XTableTRPGTargetLink = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TargetId = {Type = 1, ValueType = "int"},
|
|
PreTarget = {Type = 1, ValueType = "string"},
|
|
TargetMissionType = {ValueType = "int"},
|
|
PrefabAreaName = {ValueType = "string"},
|
|
},
|
|
XTableTRPGFunction = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
NeedSave = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableTRPGFunctionGroup = {
|
|
Id = {ValueType = "int"},
|
|
FunctionId = {Type = 1, ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableTRPGMaze = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
StartLayerId = {ValueType = "int"},
|
|
LayerId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGMazeLayer = {
|
|
Id = {ValueType = "int"},
|
|
StartNodeId = {ValueType = "int"},
|
|
StartCardIndex = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
MapId = {ValueType = "int"},
|
|
BgImage = {ValueType = "string"},
|
|
},
|
|
XTableTRPGMazeMap = {
|
|
Id = {ValueType = "int"},
|
|
CardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGMazeCard = {
|
|
Id = {ValueType = "int"},
|
|
Disposeable = {ValueType = "int"},
|
|
SingleDisposeable = {ValueType = "int"},
|
|
RecordGroupId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "string"},
|
|
Order = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
IconR = {ValueType = "string"},
|
|
MiniIcon = {ValueType = "string"},
|
|
ConvertCardId = {ValueType = "int"},
|
|
FightDes = {ValueType = "string"},
|
|
QuickFightDes = {ValueType = "string"},
|
|
ShowTag = {ValueType = "int"},
|
|
MovieId = {ValueType = "string"},
|
|
},
|
|
XTableTRPGMazeCardType = {
|
|
Type = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableTRPGMazeCardRecordGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
MiniIcon = {ValueType = "string"},
|
|
},
|
|
XTableTRPGLevel = {
|
|
Id = {ValueType = "int"},
|
|
UpExp = {ValueType = "int"},
|
|
TalentPoint = {ValueType = "int"},
|
|
},
|
|
XTableTRPGShop = {
|
|
Id = {ValueType = "int"},
|
|
OpenCondition = {ValueType = "int"},
|
|
ShopItemId = {Type = 1, ValueType = "int"},
|
|
ShopItemCount = {Type = 1, ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableTRPGShopItem = {
|
|
Id = {ValueType = "int"},
|
|
ResetType = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
},
|
|
XTableTRPGExamine = {
|
|
Id = {ValueType = "int"},
|
|
Endurance = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
ActionId = {Type = 1, ValueType = "int"},
|
|
PunishId = {Type = 1, ValueType = "int"},
|
|
PunishWeight = {Type = 1, ValueType = "int"},
|
|
SucDesc = {ValueType = "string"},
|
|
FailDesc = {ValueType = "string"},
|
|
StartMovieId = {ValueType = "string"},
|
|
},
|
|
XTableTRPGExamineAction = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Round = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
NeedValue = {ValueType = "int"},
|
|
ResetCostId = {ValueType = "int"},
|
|
ResetCostCount = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableTRPGExamineActionType = {
|
|
Type = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
DescEn = {ValueType = "string"},
|
|
DefaultItemDesc = {ValueType = "string"},
|
|
RangeDesc = {ValueType = "string"},
|
|
AttrDesc = {ValueType = "string"},
|
|
},
|
|
XTableTRPGExamineActionDifficult = {
|
|
Difficult = {ValueType = "int"},
|
|
Delta = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableTRPGExaminePoint = {
|
|
Id = {ValueType = "int"},
|
|
RoleId = {ValueType = "int"},
|
|
AttributeValue = {ValueType = "int"},
|
|
Result = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGExaminePunish = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableTRPGBuff = {
|
|
Id = {ValueType = "int"},
|
|
EffectType = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableTRPGReward = {
|
|
Id = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ReceiveDesc = {ValueType = "string"},
|
|
SecondMainReceiveDesc = {ValueType = "string"},
|
|
},
|
|
XTableTRPGItem = {
|
|
Id = {ValueType = "int"},
|
|
ItemType = {ValueType = "int"},
|
|
Capacity = {ValueType = "int"},
|
|
EffectType = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
TagIcon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableTRPGMemoirStory = {
|
|
Id = {ValueType = "int"},
|
|
StoryId = {ValueType = "string"},
|
|
UnlockItemId = {ValueType = "int"},
|
|
UnlockItemCount = {ValueType = "int"},
|
|
TabName = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
ImgCG = {ValueType = "string"},
|
|
},
|
|
XTableTRPGBoss = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
FinishMailId = {ValueType = "int"},
|
|
ModelId = {ValueType = "string"},
|
|
ChallengeCount = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
StartStoryId = {ValueType = "string"},
|
|
HideEntranceTimeStr = {ValueType = "string"},
|
|
},
|
|
XTableTRPGBossPhasesReward = {
|
|
Id = {ValueType = "int"},
|
|
Percent = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableTRPGBossHpConfig = {
|
|
Id = {ValueType = "int"},
|
|
ZoneName = {ValueType = "string"},
|
|
BossId = {ValueType = "int"},
|
|
TotalHp = {ValueType = "int"},
|
|
},
|
|
XTableTRPGBossHpControl = {
|
|
Id = {ValueType = "int"},
|
|
ZoneName = {ValueType = "string"},
|
|
BossId = {ValueType = "int"},
|
|
Day = {ValueType = "int"},
|
|
MinHp = {Type = 1, ValueType = "int"},
|
|
MaxHp = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGTargetCheckConfig = {
|
|
Id = {ValueType = "int"},
|
|
TargetId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGPanelPlotTab = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
OpenUiName = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableTRPGTruthRoadGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
Prefab = {ValueType = "string"},
|
|
TruthRoadId = {Type = 1, ValueType = "int"},
|
|
SmallName = {ValueType = "string"},
|
|
},
|
|
XTableTRPGTruthRoad = {
|
|
Id = {ValueType = "int"},
|
|
PrefabName = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Condition = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
StoryId = {ValueType = "string"},
|
|
TRPGRewardId = {ValueType = "int"},
|
|
DialogIcon = {ValueType = "string"},
|
|
},
|
|
XTableTRPGButtonCondition = {
|
|
Id = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableDragPuzzleActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
HelpId = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
},
|
|
XTableDragPuzzleActivityPuzzle = {
|
|
Id = {ValueType = "int"},
|
|
ActId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
SubName = {ValueType = "string"},
|
|
RowSize = {ValueType = "int"},
|
|
ColSize = {ValueType = "int"},
|
|
PieceItemCount = {ValueType = "int"},
|
|
BgUrl = {ValueType = "string"},
|
|
CompleteStoryId = {ValueType = "string"},
|
|
CompleteRewardId = {ValueType = "int"},
|
|
CompleteHintText = {ValueType = "string"},
|
|
RewardPiecesStr = {Type = 1, ValueType = "string"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
CompleteImageUrl = {ValueType = "string"},
|
|
PuzzleType = {ValueType = "int"},
|
|
},
|
|
XTableDragPuzzleActivityPiece = {
|
|
Id = {ValueType = "int"},
|
|
PuzzleId = {ValueType = "int"},
|
|
CorrectIdx = {ValueType = "int"},
|
|
FragmentUrl = {ValueType = "string"},
|
|
},
|
|
XTableDragPuzzleActivityPassword = {
|
|
Id = {ValueType = "int"},
|
|
PuzzleId = {ValueType = "int"},
|
|
Password = {Type = 1, ValueType = "int"},
|
|
PasswordHint = {ValueType = "string"},
|
|
HintMessage = {Type = 1, ValueType = "string"},
|
|
DecryptionImgUrl = {ValueType = "string"},
|
|
},
|
|
XTableMaintainerActionConfig = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
MaxDailyActionCount = {ValueType = "int"},
|
|
MaxFightWinCount = {ValueType = "int"},
|
|
MaxBoxCount = {ValueType = "int"},
|
|
MaxWarehouseFinishCount = {ValueType = "int"},
|
|
NodeCount = {ValueType = "int"},
|
|
MaxCardNumber = {ValueType = "int"},
|
|
MaxHandCardCount = {ValueType = "int"},
|
|
NodePoolId = {ValueType = "int"},
|
|
TeacherMailId = {ValueType = "int"},
|
|
StudentMailId = {ValueType = "int"},
|
|
},
|
|
XTableMaintainerActionFightNode = {
|
|
Id = {ValueType = "int"},
|
|
Nodes = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMaintainerActionEventNode = {
|
|
Id = {ValueType = "int"},
|
|
PoolId = {ValueType = "int"},
|
|
NodeInfoId = {ValueType = "int"},
|
|
MinCount = {ValueType = "int"},
|
|
MaxCount = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
},
|
|
XTableMaintainerActionLevel = {
|
|
Level = {ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
BoxRewardIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMaintainerActionNodeInfo = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Seen = {ValueType = "bool"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
EventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMaintainerActionEvent = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IsRecord = {ValueType = "int"},
|
|
RecordText = {ValueType = "string"},
|
|
HintText = {ValueType = "string"},
|
|
DescText = {ValueType = "string"},
|
|
EventIcon = {ValueType = "string"},
|
|
},
|
|
XTableNpcPart = {
|
|
Id = {ValueType = "int"},
|
|
PartNpc = {ValueType = "int"},
|
|
MainNpc = {ValueType = "int"},
|
|
MapDamage = {ValueType = "bool"},
|
|
BoneName = {ValueType = "string"},
|
|
RenderBoneName = {ValueType = "string"},
|
|
DeathSkillId = {ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTeaching = {
|
|
Id = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Describe = {ValueType = "string"},
|
|
IconType = {ValueType = "int"},
|
|
Icon = {ValueType = "int"},
|
|
Icon2 = {ValueType = "int"},
|
|
TimeOut = {ValueType = "int"},
|
|
OnlyTrue = {ValueType = "bool"},
|
|
IsMySelf = {ValueType = "bool"},
|
|
AndOr = {ValueType = "bool"},
|
|
ForbidMoveType = {ValueType = "int"},
|
|
MoveType = {ValueType = "int"},
|
|
EffectType = {Type = 1, ValueType = "int"},
|
|
EffectButton = {Type = 1, ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
MissileId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNieRCharacterClient = {
|
|
CharacterId = {ValueType = "int"},
|
|
UpLevelItem = {ValueType = "int"},
|
|
Pos = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableNieRCharacterInformation = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
UnlockCondition = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
DescEx = {ValueType = "string"},
|
|
},
|
|
XTableNieRShopClient = {
|
|
ShopId = {ValueType = "int"},
|
|
BtnName = {ValueType = "string"},
|
|
ShopBg = {ValueType = "string"},
|
|
ShopItemBg = {ValueType = "string"},
|
|
ShopIcon = {ValueType = "string"},
|
|
},
|
|
XTableNieRRepeatableStageClient = {
|
|
StageId = {ValueType = "int"},
|
|
RewardIcon = {ValueType = "string"},
|
|
RewardTitle = {ValueType = "string"},
|
|
RewardQuality = {ValueType = "int"},
|
|
},
|
|
XTableNieRActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
SupportId = {ValueType = "int"},
|
|
RepeatableConsumeId = {ValueType = "int"},
|
|
RepeatableConsumeInitCount = {ValueType = "int"},
|
|
RepeatableConsumeDailyAdd = {ValueType = "int"},
|
|
RepeatableConsumeMaxCount = {ValueType = "int"},
|
|
BannerBg = {ValueType = "string"},
|
|
ChapterIds = {Type = 1, ValueType = "int"},
|
|
RepeatableStageIds = {Type = 1, ValueType = "int"},
|
|
DevelopCharacterIds = {Type = 1, ValueType = "int"},
|
|
ShopIds = {Type = 1, ValueType = "int"},
|
|
TaskGroupIds = {Type = 1, ValueType = "int"},
|
|
EasterEggStageId = {ValueType = "int"},
|
|
EasterEggRewardId = {ValueType = "int"},
|
|
EasterEggMinAge = {ValueType = "int"},
|
|
EasterEggMaxAge = {ValueType = "int"},
|
|
MaxEasterEggMessageCount = {ValueType = "int"},
|
|
},
|
|
XTableNieRChapter = {
|
|
ChapterId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
BossStageId = {ValueType = "int"},
|
|
BossHp = {ValueType = "int"},
|
|
BossScoreRuleId = {ValueType = "int"},
|
|
TaskSkipId = {ValueType = "int"},
|
|
RepeatPoStagePos = {ValueType = "int"},
|
|
RobotIds = {Type = 1, ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
RepeatPoStageLabel = {ValueType = "string"},
|
|
},
|
|
XTableNieRRepeatableStage = {
|
|
RepeatableStageId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
NormalReward = {ValueType = "int"},
|
|
TaskSkipId = {ValueType = "int"},
|
|
StarRewards = {Type = 1, ValueType = "int"},
|
|
ExStageIds = {Type = 1, ValueType = "int"},
|
|
ExStageConditions = {Type = 1, ValueType = "int"},
|
|
ExConsumeIds = {Type = 1, ValueType = "int"},
|
|
ExConsumeCounts = {Type = 1, ValueType = "int"},
|
|
RobotIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNieRCharacter = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
InitLevel = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
AbilityGroupId = {ValueType = "int"},
|
|
EasterEggFightTag = {ValueType = "int"},
|
|
TeachingStageIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNieRCharacterLevel = {
|
|
Id = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
MaxExp = {ValueType = "int"},
|
|
WeaponLevel = {ValueType = "int"},
|
|
WaferLevel = {ValueType = "int"},
|
|
},
|
|
XTableNieRAbilityGroup = {
|
|
Id = {ValueType = "int"},
|
|
AbilityGroupId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
SkillLevel = {ValueType = "int"},
|
|
FashionId = {ValueType = "int"},
|
|
WeaponId = {ValueType = "int"},
|
|
WeaponAweken = {ValueType = "int"},
|
|
WeaponBreakThrough = {ValueType = "int"},
|
|
WaferId = {Type = 1, ValueType = "int"},
|
|
WaferAweken = {Type = 1, ValueType = "int"},
|
|
WaferBreakThrough = {Type = 1, ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
TitleStr = {ValueType = "string"},
|
|
},
|
|
XTableTeachingActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
ChallengeStage = {Type = 1, ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
TreasureId = {Type = 1, ValueType = "int"},
|
|
TotalStars = {ValueType = "int"},
|
|
FubenPrefab = {ValueType = "string"},
|
|
GridFubenPrefab = {ValueType = "string"},
|
|
FubenChallengePrefab = {ValueType = "string"},
|
|
GridFubenChallengePrefab = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
MainBgImg = {ValueType = "string"},
|
|
StageBgImg = {ValueType = "string"},
|
|
TitleImg = {ValueType = "string"},
|
|
BannerBg = {ValueType = "string"},
|
|
CharacterId = {ValueType = "int"},
|
|
SkipIdDraw = {ValueType = "int"},
|
|
SkipIdAct = {ValueType = "int"},
|
|
SkipIdJZ = {ValueType = "int"},
|
|
SkipIdChar = {ValueType = "int"},
|
|
SkipIdSkin = {ValueType = "int"},
|
|
NewCharType = {ValueType = "int"},
|
|
MovieId = {ValueType = "int"},
|
|
},
|
|
XTableTeachingTreasure = {
|
|
TreasureId = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableCharActiveMsg = {
|
|
Id = {ValueType = "int"},
|
|
ActId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Content = {ValueType = "string"},
|
|
IsLock = {ValueType = "bool"},
|
|
ConditionId = {ValueType = "int"},
|
|
BtnBg = {ValueType = "string"},
|
|
},
|
|
XTableCharDescDetail = {
|
|
StageId = {ValueType = "int"},
|
|
DescDetail = {ValueType = "string"},
|
|
ShowFightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNieRBossScoreRule = {
|
|
Id = {ValueType = "int"},
|
|
BaseScore = {ValueType = "int"},
|
|
DamageScore = {ValueType = "float"},
|
|
CharacterLeftHpScore = {ValueType = "float"},
|
|
MaxCharacterLeftHpScore = {ValueType = "int"},
|
|
ScoreHpRatio = {ValueType = "float"},
|
|
},
|
|
XTableNieRSupport = {
|
|
SupportId = {ValueType = "int"},
|
|
SkillIds = {Type = 1, ValueType = "int"},
|
|
SkillPassiveFlags = {Type = 1, ValueType = "int"},
|
|
SkillConditions = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNieRSupportLevel = {
|
|
Id = {ValueType = "int"},
|
|
SupportId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
MaxExp = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
HeadBigIcon = {ValueType = "string"},
|
|
Model = {ValueType = "string"},
|
|
},
|
|
XTableNieRSupportSkillLevel = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
UpgradeCondition = {ValueType = "int"},
|
|
UpgradeConsumeId = {ValueType = "int"},
|
|
UpgradeConsumeCount = {ValueType = "int"},
|
|
},
|
|
XTableNieRTask = {
|
|
TaskGroupId = {ValueType = "int"},
|
|
TitleStr = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
EasterEggTask = {ValueType = "int"},
|
|
},
|
|
XTableNieREasterEggClient = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
ShowBullet = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
BtnExStr = {ValueType = "string"},
|
|
BtnStr = {Type = 1, ValueType = "string"},
|
|
BtnTag = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableNieREasterEggInitMessage = {
|
|
Id = {ValueType = "int"},
|
|
PlayerName = {ValueType = "string"},
|
|
MessageId = {ValueType = "int"},
|
|
Age = {ValueType = "int"},
|
|
LabelId = {ValueType = "int"},
|
|
},
|
|
XTableNieREasterEggMessage = {
|
|
Id = {ValueType = "int"},
|
|
Message = {ValueType = "string"},
|
|
},
|
|
XTableNieREasterEggLabel = {
|
|
Id = {ValueType = "int"},
|
|
Label = {ValueType = "string"},
|
|
},
|
|
XTableHackerPlayerPoint = {
|
|
ObjectId = {ValueType = "int"},
|
|
WavelId = {ValueType = "int"},
|
|
PlayerId = {ValueType = "int"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
Rotation = {ValueType = "float"},
|
|
Enabled = {ValueType = "bool"},
|
|
AndOr = {ValueType = "bool"},
|
|
ColliderId = {ValueType = "int"},
|
|
TimerId = {ValueType = "int"},
|
|
GroupClear = {ValueType = "int"},
|
|
},
|
|
XTableHackerCollider = {
|
|
ObjectId = {ValueType = "int"},
|
|
WavelId = {ValueType = "int"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
Rotation = {ValueType = "float"},
|
|
ScaleX = {ValueType = "float"},
|
|
ScaleZ = {ValueType = "float"},
|
|
Enabled = {ValueType = "bool"},
|
|
AndOr = {ValueType = "bool"},
|
|
ColliderId = {ValueType = "int"},
|
|
TimerId = {ValueType = "int"},
|
|
GroupClear = {ValueType = "int"},
|
|
},
|
|
XTableHackerGenerator = {
|
|
ObjectId = {ValueType = "int"},
|
|
WavelId = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
EnemyId = {ValueType = "int"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
Rotation = {ValueType = "float"},
|
|
Enabled = {ValueType = "bool"},
|
|
AndOr = {ValueType = "bool"},
|
|
ColliderId = {ValueType = "int"},
|
|
TimerId = {ValueType = "int"},
|
|
GroupClear = {ValueType = "int"},
|
|
},
|
|
XTableHackerObstacle = {
|
|
ObjectId = {ValueType = "int"},
|
|
WavelId = {ValueType = "int"},
|
|
HitTime = {ValueType = "int"},
|
|
PositionX = {ValueType = "float"},
|
|
PositionY = {ValueType = "float"},
|
|
PositionZ = {ValueType = "float"},
|
|
Rotation = {ValueType = "float"},
|
|
ScaleX = {ValueType = "float"},
|
|
ScaleY = {ValueType = "float"},
|
|
ScaleZ = {ValueType = "float"},
|
|
Enabled = {ValueType = "bool"},
|
|
IsLogic = {ValueType = "bool"},
|
|
AndOr = {ValueType = "bool"},
|
|
ColliderId = {ValueType = "int"},
|
|
TimerId = {ValueType = "int"},
|
|
GroupClear = {ValueType = "int"},
|
|
DisenableAndOr = {ValueType = "bool"},
|
|
DisenableColliderId = {ValueType = "int"},
|
|
DisenableTimerId = {ValueType = "int"},
|
|
DisenableGroupClear = {ValueType = "int"},
|
|
PrefabName = {ValueType = "string"},
|
|
},
|
|
XTableHackerTimer = {
|
|
ObjectId = {ValueType = "int"},
|
|
WavelId = {ValueType = "int"},
|
|
Time = {ValueType = "float"},
|
|
Enabled = {ValueType = "bool"},
|
|
AndOr = {ValueType = "bool"},
|
|
ColliderId = {ValueType = "int"},
|
|
TimerId = {ValueType = "int"},
|
|
GroupClear = {ValueType = "int"},
|
|
},
|
|
XTableHackerNpc = {
|
|
Id = {ValueType = "int"},
|
|
NpcType = {ValueType = "int"},
|
|
Life = {ValueType = "int"},
|
|
IsBoss = {ValueType = "bool"},
|
|
MoveSpeed = {ValueType = "float"},
|
|
LookAtPlayer = {ValueType = "bool"},
|
|
RotateSpeed = {ValueType = "float"},
|
|
ShootInterval = {ValueType = "float"},
|
|
BulletAngel = {ValueType = "float"},
|
|
DeathEffectPath = {ValueType = "string"},
|
|
BulletId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableHackerBullet = {
|
|
Id = {ValueType = "int"},
|
|
BulletType = {ValueType = "int"},
|
|
MoveSpeed = {ValueType = "float"},
|
|
LookAtPlayer = {ValueType = "bool"},
|
|
RotateSpeed = {ValueType = "float"},
|
|
LiveTime = {ValueType = "float"},
|
|
DeathEffectPath = {ValueType = "string"},
|
|
},
|
|
XTableHackerPlayer = {
|
|
Id = {ValueType = "int"},
|
|
Life = {ValueType = "int"},
|
|
MoveSpeed = {ValueType = "float"},
|
|
ShootInterval = {ValueType = "float"},
|
|
BulletMoveSpeed = {ValueType = "float"},
|
|
BulletLiveTime = {ValueType = "float"},
|
|
BehitShieldRadius = {ValueType = "float"},
|
|
BehitShieldResetTime = {ValueType = "float"},
|
|
},
|
|
XHackerScenePrefab = {
|
|
Id = {ValueType = "int"},
|
|
PrefabPath = {ValueType = "string"},
|
|
CameraPath = {ValueType = "string"},
|
|
},
|
|
XTableStudentChallengeReward = {
|
|
TaskId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableMasterStageReward = {
|
|
Count = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableStudentWeeklyReward = {
|
|
Id = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableMentorConfig = {
|
|
Key = {ValueType = "string"},
|
|
Comment = {ValueType = "string"},
|
|
Value = {ValueType = "int"},
|
|
},
|
|
XTableMentorSystemTask = {
|
|
Id = {ValueType = "int"},
|
|
TaskId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableKizunaConfig = {
|
|
Id = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
},
|
|
XTableAnnouncement = {
|
|
Id = {ValueType = "int"},
|
|
Des = {ValueType = "string"},
|
|
Param = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableMentorTag = {
|
|
Id = {ValueType = "int"},
|
|
Tab = {ValueType = "string"},
|
|
Order = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
},
|
|
XTableZhouMu = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableZhouMuChapter = {
|
|
Id = {ValueType = "int"},
|
|
ConditionId = {Type = 1, ValueType = "int"},
|
|
PrefabName = {ValueType = "string"},
|
|
OrderId = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCollectionWall = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Rank = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
InitBackgroundId = {ValueType = "int"},
|
|
InitPedestalId = {ValueType = "int"},
|
|
},
|
|
XTableCollectionWallDecoration = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
Rank = {ValueType = "int"},
|
|
UnlockType = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
Path = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
LockDesc = {ValueType = "string"},
|
|
},
|
|
XTableCollectionSize = {
|
|
Id = {ValueType = "int"},
|
|
Size = {ValueType = "int"},
|
|
GridNum = {ValueType = "int"},
|
|
Scale = {ValueType = "float"},
|
|
},
|
|
XTableNieRSupportClient = {
|
|
SupportId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
UpLevelItem = {ValueType = "int"},
|
|
UpSkillLevelItem = {ValueType = "int"},
|
|
},
|
|
XTableNieRSupportSkillClient = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableLuaFunctionParams = {
|
|
Id = {ValueType = "int"},
|
|
FunctionName = {ValueType = "string"},
|
|
Params = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableNpcBeHitChange = {
|
|
Id = {ValueType = "int"},
|
|
LightHitTime = {ValueType = "fix"},
|
|
HeavyHitTime = {ValueType = "fix"},
|
|
HeavyHitChange = {ValueType = "int"},
|
|
HitFlyChange = {ValueType = "int"},
|
|
HitDownChange = {ValueType = "int"},
|
|
SuppressChange = {ValueType = "int"},
|
|
},
|
|
XTableNpcFightEventImmunity = {
|
|
Id = {ValueType = "int"},
|
|
},
|
|
XTableMasterWeeklyTaskReward = {
|
|
TaskId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableChristmasTreeActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
AttrName = {Type = 1, ValueType = "string"},
|
|
OverallPrefab = {ValueType = "string"},
|
|
PartPrefab = {Type = 1, ValueType = "string"},
|
|
MaxDistance = {ValueType = "float"},
|
|
LongClickOffset = {ValueType = "int"},
|
|
StoryId = {Type = 1, ValueType = "string"},
|
|
Time = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableChristmasTreeActivityOrnament = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PartId = {Type = 1, ValueType = "int"},
|
|
Attr = {Type = 1, ValueType = "int"},
|
|
SubItemId = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
SubItemCount = {ValueType = "int"},
|
|
IsClearItem = {ValueType = "bool"},
|
|
PosType = {Type = 1, ValueType = "int"},
|
|
ResPath = {ValueType = "string"},
|
|
Width = {ValueType = "int"},
|
|
Height = {ValueType = "int"},
|
|
PlaceScale = {ValueType = "float"},
|
|
},
|
|
XTableChristmasTreeActivityPart = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
SubId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableSceneModel = {
|
|
Id = {ValueType = "int"},
|
|
ScenePath = {ValueType = "string"},
|
|
ModelPath = {ValueType = "string"},
|
|
},
|
|
XTablePokemonActivity = {
|
|
Id = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
TaskTimeLimitId = {ValueType = "int"},
|
|
},
|
|
XTablePokemonInit = {
|
|
Id = {ValueType = "int"},
|
|
DefaultEnergy = {ValueType = "int"},
|
|
DefaultUnlockPositions = {Type = 1, ValueType = "int"},
|
|
FirstMonsterIds = {Type = 1, ValueType = "int"},
|
|
DefaultStageTimes = {ValueType = "int"},
|
|
StageTimesMax = {ValueType = "int"},
|
|
StageTimesRecoverInterval = {ValueType = "int"},
|
|
DefaultTimeSupplyAccuTimes = {ValueType = "int"},
|
|
TimeSupplyAccuInterval = {ValueType = "int"},
|
|
TimeSupplyMaxCount = {ValueType = "int"},
|
|
TimeSupplyRewardId = {ValueType = "int"},
|
|
DramaId = {ValueType = "string"},
|
|
HelpId = {ValueType = "int"},
|
|
StageSkipTimesMax = {ValueType = "int"},
|
|
SkipItemId = {ValueType = "int"},
|
|
},
|
|
XTablePokemonChapter = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
ChapterType = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
OpenCondition = {ValueType = "int"},
|
|
},
|
|
XTablePokemonChapterLocalConfig = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Background = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
ChapterTitleImage = {ValueType = "string"},
|
|
ChapterScrollBg = {ValueType = "string"},
|
|
PerPageStageCount = {ValueType = "int"},
|
|
},
|
|
XTablePokemonMonster = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Career = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
ModelId = {ValueType = "string"},
|
|
EnergyCost = {ValueType = "int"},
|
|
LevelTemplateId = {ValueType = "int"},
|
|
StarTemplateId = {ValueType = "int"},
|
|
AbilityRateMonster = {ValueType = "float"},
|
|
AbilityRateHp = {ValueType = "float"},
|
|
AbilityRateAttack = {ValueType = "float"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
SkillIds = {Type = 1, ValueType = "int"},
|
|
RatingIcon = {ValueType = "string"},
|
|
},
|
|
XTablePokemonMonsterLevel = {
|
|
Level = {ValueType = "int"},
|
|
CostItemId = {ValueType = "int"},
|
|
CostItemCount = {ValueType = "int"},
|
|
},
|
|
XTablePokemonMonsterStar = {
|
|
Star = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
CostItemId = {ValueType = "int"},
|
|
CostItemCount = {ValueType = "int"},
|
|
},
|
|
XTablePokemonMonsterCareer = {
|
|
Career = {ValueType = "int"},
|
|
RestraintCareer = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTablePokemonMonsterSkill = {
|
|
Id = {ValueType = "int"},
|
|
Position = {ValueType = "int"},
|
|
FightSkillId = {ValueType = "int"},
|
|
UnlockStar = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTablePokemonStage = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
StageType = {ValueType = "int"},
|
|
UnlockPosition = {ValueType = "int"},
|
|
UnlockMaxEnergy = {ValueType = "int"},
|
|
UnlockDesc = {ValueType = "string"},
|
|
StageBg = {ValueType = "string"},
|
|
BossHeadIcon = {ValueType = "string"},
|
|
IsBossStage = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
StageMonsterId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
ShowAbility = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTablePokemonStageMonster = {
|
|
Id = {ValueType = "int"},
|
|
Career = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Ability = {ValueType = "int"},
|
|
HeadIcon = {ValueType = "string"},
|
|
},
|
|
XTablePokemonStageTemplate = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
Index = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
PosX = {ValueType = "int"},
|
|
PosY = {ValueType = "int"},
|
|
PosZ = {ValueType = "int"},
|
|
ScaleX = {ValueType = "int"},
|
|
ScaleY = {ValueType = "int"},
|
|
ScaleZ = {ValueType = "int"},
|
|
},
|
|
XTableCharacterFilter = {
|
|
Id = {ValueType = "int"},
|
|
TagGroups = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterFilterTagGroup = {
|
|
Id = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
Tags = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterFilterTag = {
|
|
Id = {ValueType = "int"},
|
|
TagName = {ValueType = "string"},
|
|
CharacterType = {ValueType = "int"},
|
|
Value = {ValueType = "int"},
|
|
},
|
|
XTableCharacterSort = {
|
|
Id = {ValueType = "int"},
|
|
Tags = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCharacterSortTag = {
|
|
Id = {ValueType = "int"},
|
|
TagName = {ValueType = "string"},
|
|
CharacterType = {ValueType = "int"},
|
|
},
|
|
XTableGuardCampActivity = {
|
|
Id = {ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
SupportTimeId = {ValueType = "int"},
|
|
SupportItemId = {ValueType = "int"},
|
|
RewardPondItemId = {ValueType = "int"},
|
|
SelectCampNeedCount = {ValueType = "int"},
|
|
PerSupportNum = {ValueType = "int"},
|
|
TotalSupportCount = {ValueType = "int"},
|
|
WinPersonalRate = {ValueType = "float"},
|
|
WinPontRate = {ValueType = "float"},
|
|
LosePersonalRate = {ValueType = "float"},
|
|
LosePontRate = {ValueType = "float"},
|
|
ResultMailId = {ValueType = "int"},
|
|
CampId = {Type = 1, ValueType = "int"},
|
|
JoinNum = {Type = 1, ValueType = "int"},
|
|
PondAdd = {Type = 1, ValueType = "int"},
|
|
DrawLotteryTime = {ValueType = "string"},
|
|
ShowDrawLotteryTime = {ValueType = "string"},
|
|
JoinCampPurchasePackageUiType = {ValueType = "int"},
|
|
JoinCampPurchasePackageId = {ValueType = "int"},
|
|
SupportCampPurchasePackageUiType = {ValueType = "int"},
|
|
SupportCampPurchasePackageId = {ValueType = "int"},
|
|
},
|
|
XTableChessPursuitMapGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Rank = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ActivityName = {ValueType = "string"},
|
|
EntryTexture = {ValueType = "string"},
|
|
},
|
|
XTableChessPursuitMapGroupReward = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
StartRange = {ValueType = "int"},
|
|
EndRange = {ValueType = "int"},
|
|
RewardShowId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableChessPursuitMap = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
CoinId = {ValueType = "int"},
|
|
OpenCondition = {Type = 1, ValueType = "int"},
|
|
InitCoin = {ValueType = "int"},
|
|
InitFunc = {Type = 1, ValueType = "int"},
|
|
BossId = {ValueType = "int"},
|
|
GridCount = {ValueType = "int"},
|
|
CardMaxCount = {ValueType = "int"},
|
|
AddCoin = {ValueType = "int"},
|
|
ShopCardId = {ValueType = "int"},
|
|
TestRoleGroup = {Type = 1, ValueType = "int"},
|
|
TeamGrid = {Type = 1, ValueType = "int"},
|
|
TaskId = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
Perfab = {ValueType = "string"},
|
|
Stage = {ValueType = "int"},
|
|
RewardShow = {ValueType = "int"},
|
|
StageName = {ValueType = "string"},
|
|
FinishAddCoin = {ValueType = "int"},
|
|
IsCanAutoClear = {ValueType = "int"},
|
|
},
|
|
XTableChessPursuitMapInitFunc = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableChessPursuitBoss = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Perfab = {ValueType = "string"},
|
|
StageId = {ValueType = "int"},
|
|
BossBg = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
},
|
|
XTableChessPursuitTestRole = {
|
|
Id = {ValueType = "int"},
|
|
RoleId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableChessPursuitCard = {
|
|
Id = {ValueType = "int"},
|
|
TargetType = {ValueType = "int"},
|
|
EffectId = {ValueType = "int"},
|
|
SubCoin = {ValueType = "int"},
|
|
Describe = {ValueType = "string"},
|
|
Quality = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
QualityIcon = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
QualityIconSmall = {ValueType = "string"},
|
|
Effect = {ValueType = "string"},
|
|
ShopBgQualityIcon = {ValueType = "string"},
|
|
TipsQualityIconBg = {ValueType = "string"},
|
|
QualityIconTips = {ValueType = "string"},
|
|
},
|
|
XTableChessPursuitCardEffect = {
|
|
Id = {ValueType = "int"},
|
|
EffctTrigger = {ValueType = "int"},
|
|
EffectType = {ValueType = "int"},
|
|
Param = {Type = 1, ValueType = "int"},
|
|
KeepType = {ValueType = "int"},
|
|
KeepCount = {ValueType = "int"},
|
|
KeepTypeDesc = {ValueType = "string"},
|
|
},
|
|
XTableChessPursuitStep = {
|
|
Id = {ValueType = "int"},
|
|
Step = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableChessPursuitMapCardShop = {
|
|
Id = {ValueType = "int"},
|
|
CardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableGuardCamp = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableCampTicketCorrection = {
|
|
Id = {ValueType = "int"},
|
|
MinValue = {ValueType = "int"},
|
|
MaxValue = {ValueType = "int"},
|
|
},
|
|
XTableFootStepEffect = {
|
|
FootStepSize = {ValueType = "int"},
|
|
StepMaterialDic = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
},
|
|
XTableFootStepSize = {
|
|
NpcId = {ValueType = "int"},
|
|
FootStepSize = {ValueType = "int"},
|
|
FallDownSize = {ValueType = "int"},
|
|
},
|
|
XTablePreloadPartnerSkill = {
|
|
Npc = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Skills = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePreloadPartnerResByMagic = {
|
|
Npc = {ValueType = "int"},
|
|
Magic = {ValueType = "int"},
|
|
Model = {ValueType = "string"},
|
|
Skills = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableGachaProbShow = {
|
|
Id = {ValueType = "int"},
|
|
GachaId = {ValueType = "int"},
|
|
IsRare = {ValueType = "bool"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "string"},
|
|
ProbShow = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableGachaRule = {
|
|
Id = {ValueType = "int"},
|
|
GachaName = {ValueType = "string"},
|
|
GachaName2 = {ValueType = "string"},
|
|
UiType = {ValueType = "int"},
|
|
UiName = {ValueType = "string"},
|
|
SceneModelId = {ValueType = "int"},
|
|
RuleHint = {ValueType = "string"},
|
|
PreviewShowCount = {ValueType = "int"},
|
|
ItemNotEnoughSkipId = {ValueType = "int"},
|
|
BaseRuleTitles = {Type = 1, ValueType = "string"},
|
|
BaseRules = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableCanNotGiveWafer = {
|
|
WaferId = {ValueType = "int"},
|
|
},
|
|
XTableFestivalStage = {
|
|
StageId = {ValueType = "int"},
|
|
StageName = {ValueType = "string"},
|
|
StageStyle = {ValueType = "string"},
|
|
OpenConditionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableComposeClientConfig = {
|
|
Id = {ValueType = "int"},
|
|
ActId = {ValueType = "int"},
|
|
ItemDefaultWorldDesc = {ValueType = "string"},
|
|
ItemDefaultDescription = {ValueType = "string"},
|
|
DebugMode = {ValueType = "int"},
|
|
UseDebugTime = {ValueType = "int"},
|
|
DebugStartTime = {ValueType = "string"},
|
|
DebugEndTime = {ValueType = "string"},
|
|
BeginStoryId = {ValueType = "string"},
|
|
},
|
|
XTableComposeGame = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
CoinId = {ValueType = "int"},
|
|
RefreshCountLimit = {ValueType = "int"},
|
|
RefreshTimeSec = {ValueType = "int"},
|
|
MaxSchedule = {ValueType = "int"},
|
|
ShopRandCount = {ValueType = "int"},
|
|
Schedule = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableComposeGoods = {
|
|
Id = {ValueType = "int"},
|
|
ActId = {ValueType = "int"},
|
|
OrderId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BigIcon = {ValueType = "string"},
|
|
SmallIcon = {ValueType = "string"},
|
|
Star = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
ComposeId = {ValueType = "int"},
|
|
ComposeNeedNum = {ValueType = "int"},
|
|
CostCoinNum = {ValueType = "int"},
|
|
GainSchedule = {ValueType = "int"},
|
|
FinalSchedule = {ValueType = "int"},
|
|
},
|
|
XTableComposeShop = {
|
|
Id = {ValueType = "int"},
|
|
ActId = {ValueType = "int"},
|
|
Schedule = {Type = 1, ValueType = "int"},
|
|
Goods = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableLotto = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
LottoGroupId = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
Banner = {ValueType = "string"},
|
|
ReachRewardTimes = {ValueType = "int"},
|
|
ExtraRewardId = {ValueType = "int"},
|
|
ConsumeId = {ValueType = "int"},
|
|
BuyTicketRuleIdList = {Type = 1, ValueType = "int"},
|
|
ConsumeCountList = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableLottoReward = {
|
|
Id = {ValueType = "int"},
|
|
LottoId = {ValueType = "int"},
|
|
TemplateId = {ValueType = "int"},
|
|
Count = {ValueType = "int"},
|
|
Params = {Type = 1, ValueType = "int"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableLottoProbShow = {
|
|
Id = {ValueType = "int"},
|
|
LottoId = {ValueType = "int"},
|
|
RareLevel = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
ProbShow = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableLottoGroupRule = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Tag = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
UiType = {ValueType = "int"},
|
|
GroupBtnBg = {ValueType = "string"},
|
|
UiPrefab = {ValueType = "string"},
|
|
Banner = {ValueType = "string"},
|
|
UiBackGround = {ValueType = "string"},
|
|
RuleHint = {ValueType = "string"},
|
|
BaseRuleTitles = {Type = 1, ValueType = "string"},
|
|
BaseRules = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableLottoBuyTicketRule = {
|
|
Id = {ValueType = "int"},
|
|
UseItemId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
Sale = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
UseItemCount = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
UseItemImg = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
TargetItemCount = {ValueType = "int"},
|
|
TargetItemImg = {ValueType = "string"},
|
|
},
|
|
XTableCommonBall = {
|
|
Id = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
ReleaseEffect = {ValueType = "string"},
|
|
ExEffect = {ValueType = "string"},
|
|
LinkEffect = {ValueType = "string"},
|
|
ClickEffect = {ValueType = "string"},
|
|
},
|
|
XTableCoupletActivityBase = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ConsumeItemId = {ValueType = "int"},
|
|
HelpId = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
TitleEn = {ValueType = "string"},
|
|
EffectDelay = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
},
|
|
XTableCouplet = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
ItemConsumeCount = {ValueType = "int"},
|
|
TitleName = {ValueType = "string"},
|
|
StoryStr = {ValueType = "string"},
|
|
BatchUrl = {ValueType = "string"},
|
|
DefaultBatchUrl = {ValueType = "string"},
|
|
UpImgUrl = {ValueType = "string"},
|
|
DownImgUrl = {ValueType = "string"},
|
|
UpWordId = {Type = 1, ValueType = "int"},
|
|
DownWordId = {Type = 1, ValueType = "string"},
|
|
DownIdPool = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTabelCoupletWord = {
|
|
Id = {ValueType = "int"},
|
|
WordImageUrl = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdActivity = {
|
|
Id = {ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
OneCycleSeconds = {ValueType = "int"},
|
|
AutoBeginSeconds = {ValueType = "int"},
|
|
FightContinueSeconds = {ValueType = "int"},
|
|
IsNoPrize = {ValueType = "bool"},
|
|
DistributionId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStrongholdCfg = {
|
|
Key = {ValueType = "string"},
|
|
Value = {ValueType = "int"},
|
|
Comment = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdChapter = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {Type = 1, ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdBuff = {
|
|
Id = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
FightEventId = {Type = 1, ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdBuffGroup = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStrongholdDistribution = {
|
|
Id = {ValueType = "int"},
|
|
RuneRuleId = {ValueType = "int"},
|
|
Group = {Type = 1, ValueType = "int"},
|
|
ConstantStageGroupIndex = {Type = 1, ValueType = "string"},
|
|
RandomStageGroupIndex = {Type = 1, ValueType = "string"},
|
|
RandomStageGroupCount = {Type = 1, ValueType = "int"},
|
|
SupportGroup = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableStrongholdElectric = {
|
|
Id = {ValueType = "int"},
|
|
ElectricEnerge = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTableStrongholdEndurance = {
|
|
Id = {ValueType = "int"},
|
|
Endurance = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTableStrongholdGroup = {
|
|
Id = {ValueType = "int"},
|
|
PreId = {ValueType = "int"},
|
|
Order = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
DetailDesc = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
IconBg = {ValueType = "string"},
|
|
IconBoss = {ValueType = "string"},
|
|
DetailBg = {ValueType = "string"},
|
|
FinishRelatedId = {Type = 1, ValueType = "int"},
|
|
Endurance = {ValueType = "int"},
|
|
RewardId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
TeamMember = {Type = 1, ValueType = "int"},
|
|
DistributionGroup = {ValueType = "int"},
|
|
BuffGroup = {Type = 1, ValueType = "string"},
|
|
RobotGroup = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
StageIdGroup = {Type = 1, ValueType = "string"},
|
|
BaseBuffId = {Type = 1, ValueType = "string"},
|
|
StageBuffId = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableStrongholdPlugin = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
CountLimit = {ValueType = "int"},
|
|
UseElectric = {ValueType = "int"},
|
|
FightAbility = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdSupport = {
|
|
Id = {ValueType = "int"},
|
|
RequireAbility = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStrongholdTeamElectric = {
|
|
Id = {ValueType = "int"},
|
|
ElectricEnerge = {ValueType = "int"},
|
|
},
|
|
XTableStrongholdBorrowCost = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
ItemCount = {ValueType = "int"},
|
|
},
|
|
XTableStrongholdRobotGroup = {
|
|
Id = {ValueType = "int"},
|
|
RobotId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStrongholdReward = {
|
|
Id = {ValueType = "int"},
|
|
LevelId = {ValueType = "int"},
|
|
Condition = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
SkipId = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Offline = {ValueType = "int"},
|
|
},
|
|
XTableStrongholdLevel = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
MinLevel = {ValueType = "int"},
|
|
MaxLevel = {ValueType = "int"},
|
|
InitElectricEnergy = {ValueType = "int"},
|
|
InitEndurance = {ValueType = "int"},
|
|
Chapter = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStrongholdStageLevelControl = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
LevelId = {ValueType = "int"},
|
|
MonsterLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableStrongholdRune = {
|
|
Id = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
SubRuneId = {Type = 1, ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Brief = {ValueType = "string"},
|
|
Color = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdSubRune = {
|
|
Id = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdRuneRule = {
|
|
Id = {ValueType = "int"},
|
|
RuneCount = {ValueType = "int"},
|
|
RuneId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSpringFestivalActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
Background = {ValueType = "string"},
|
|
ChapterId = {ValueType = "int"},
|
|
ActivitySkipId = {ValueType = "int"},
|
|
ShopSkipId = {ValueType = "int"},
|
|
CollectSkipId = {ValueType = "int"},
|
|
TaskActivityId = {ValueType = "int"},
|
|
CollectActivityId = {ValueType = "int"},
|
|
CollectHelpId = {ValueType = "int"},
|
|
SmashEggsHelpId = {ValueType = "int"},
|
|
CollectWordBg = {ValueType = "string"},
|
|
},
|
|
XTableCollectWordsActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
Background = {ValueType = "string"},
|
|
},
|
|
XTableCollectWords = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
CanGiven = {ValueType = "bool"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableCollectWordsReward = {
|
|
Id = {ValueType = "int"},
|
|
MagnaItem = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
CostItem = {Type = 1, ValueType = "int"},
|
|
CostCount = {Type = 1, ValueType = "int"},
|
|
Reward = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCollectWordsFullReward = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
RewardCount = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableCollectWordsJackpotRewardRate = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
Rate = {ValueType = "int"},
|
|
},
|
|
XTableSmashEggsActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
Background = {ValueType = "string"},
|
|
},
|
|
XTableSmashEggsActivation = {
|
|
Id = {ValueType = "int"},
|
|
Day = {ValueType = "int"},
|
|
Index = {ValueType = "int"},
|
|
TargetScore = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
DropId = {ValueType = "int"},
|
|
},
|
|
XTableSmashEggsScoreConfig = {
|
|
Id = {ValueType = "int"},
|
|
InitScore = {ValueType = "int"},
|
|
FirstScore = {ValueType = "int"},
|
|
AddScoreType = {ValueType = "int"},
|
|
AddScore = {ValueType = "int"},
|
|
FailureReduceType = {ValueType = "int"},
|
|
FailureScore = {ValueType = "int"},
|
|
MaxScore = {ValueType = "int"},
|
|
SucceedDropId = {ValueType = "int"},
|
|
FailureDropId = {ValueType = "int"},
|
|
ScoreConvertItemId = {ValueType = "int"},
|
|
NeedTipCount = {ValueType = "int"},
|
|
},
|
|
XTableSmashEggsBuffItem = {
|
|
Id = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IsFree = {ValueType = "bool"},
|
|
InitCount = {ValueType = "int"},
|
|
BuffType = {ValueType = "int"},
|
|
BuffProb = {ValueType = "int"},
|
|
SuccessRate = {Type = 1, ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableSmashEggsEggPlace = {
|
|
Id = {ValueType = "int"},
|
|
PlaceCount = {ValueType = "int"},
|
|
},
|
|
XTableSettleLoseTip = {
|
|
Id = {ValueType = "int"},
|
|
TipDesc = {Type = 1, ValueType = "string"},
|
|
SkipId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRLNpcMultiModel = {
|
|
NpcId = {ValueType = "int"},
|
|
Models = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTablePartner = {
|
|
Id = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
RecommendElement = {Type = 1, ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
InitQuality = {ValueType = "int"},
|
|
CarryCharacterType = {ValueType = "int"},
|
|
ChipItemId = {ValueType = "int"},
|
|
ChipNeedCount = {ValueType = "int"},
|
|
DefaultLock = {ValueType = "bool"},
|
|
GoodsDesc = {ValueType = "string"},
|
|
GoodsWorldDesc = {ValueType = "string"},
|
|
DecomposeItemId = {Type = 1, ValueType = "int"},
|
|
DecomposeItemCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePartnerLevelUp = {
|
|
Level = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
AllExp = {ValueType = "int"},
|
|
},
|
|
XTablePartnerBreakThrough = {
|
|
Id = {ValueType = "int"},
|
|
PartnerId = {ValueType = "int"},
|
|
BreakTimes = {ValueType = "int"},
|
|
LevelLimit = {ValueType = "int"},
|
|
AttribId = {ValueType = "int"},
|
|
AttribPromotedId = {ValueType = "int"},
|
|
LevelUpTemplateId = {ValueType = "int"},
|
|
CostItemId = {Type = 1, ValueType = "int"},
|
|
CostItemCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePartnerQuality = {
|
|
Id = {ValueType = "int"},
|
|
PartnerId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
SkillColumnCount = {ValueType = "int"},
|
|
EvolutionAttrId = {ValueType = "int"},
|
|
EvolutionCostItemId = {Type = 1, ValueType = "int"},
|
|
EvolutionCostItemCount = {Type = 1, ValueType = "int"},
|
|
StarCostChipCount = {Type = 1, ValueType = "int"},
|
|
AttrId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePartnerSkill = {
|
|
PartnerId = {ValueType = "int"},
|
|
UpgradeCostItemId = {Type = 1, ValueType = "int"},
|
|
UpgradeCostItemCount = {Type = 1, ValueType = "int"},
|
|
DefaultMainSkillGroupId = {ValueType = "int"},
|
|
MainSkillGroupId = {Type = 1, ValueType = "int"},
|
|
PassiveSkillGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePartnerMainSkillGroup = {
|
|
Id = {ValueType = "int"},
|
|
ConditionId = {ValueType = "int"},
|
|
SkillId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
Element = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTablePartnerPassiveSkillGroup = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePartnerSkillEffect = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Ability = {ValueType = "int"},
|
|
BornMagic = {Type = 1, ValueType = "int"},
|
|
SubSkillId = {Type = 1, ValueType = "int"},
|
|
SubMagicId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePartnerSkillInfo = {
|
|
Id = {ValueType = "int"},
|
|
SkillId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTablePartnerSkillWeight = {
|
|
Level = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTablePartnerModel = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
StandbyModel = {ValueType = "string"},
|
|
CombatModel = {ValueType = "string"},
|
|
SToCAnime = {ValueType = "string"},
|
|
StandbyBornAnime = {ValueType = "string"},
|
|
CToSAnime = {ValueType = "string"},
|
|
CombatBornAnime = {ValueType = "string"},
|
|
SToCVoice = {ValueType = "int"},
|
|
CToSVoice = {ValueType = "int"},
|
|
SToCEffect = {ValueType = "string"},
|
|
StandbyBornEffect = {ValueType = "string"},
|
|
CToSEffect = {ValueType = "string"},
|
|
CombatBornEffect = {ValueType = "string"},
|
|
},
|
|
XTablePartnerStory = {
|
|
PartnerId = {ValueType = "int"},
|
|
StoryId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
ConditionId = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
},
|
|
XTablePartnerStoryDetail = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTablePartnerItemSkipId = {
|
|
PartnerId = {ValueType = "int"},
|
|
LevelUpSkipIdParams = {Type = 1, ValueType = "int"},
|
|
ClipSkipIdParams = {Type = 1, ValueType = "int"},
|
|
StageSkipIdParam = {ValueType = "int"},
|
|
},
|
|
XTableSimulatedCombatActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
HardConditionId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ChapterPrefab = {Type = 1, ValueType = "string"},
|
|
ConsumeIds = {Type = 1, ValueType = "int"},
|
|
ConsumeCountLimit = {Type = 1, ValueType = "int"},
|
|
ConsumeInitCounts = {Type = 1, ValueType = "int"},
|
|
PointId = {ValueType = "int"},
|
|
MaxDailyStageStarRewardCount = {ValueType = "int"},
|
|
BannerBg = {ValueType = "string"},
|
|
},
|
|
XTableSimulatedCombatAddition = {
|
|
Id = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Star = {ValueType = "int"},
|
|
ConsumeCounts = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSimulatedCombatChallenge = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Num = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableSimulatedCombatMember = {
|
|
Id = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
ConsumeCounts = {Type = 1, ValueType = "int"},
|
|
FightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSimulatedCombatPointReward = {
|
|
Id = {ValueType = "int"},
|
|
NeedPoint = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ShowItem = {ValueType = "int"},
|
|
ShowItemNum = {ValueType = "int"},
|
|
},
|
|
XTableSimulatedCombatStage = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
PrefabPath = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
MemberIds = {Type = 1, ValueType = "int"},
|
|
Additions = {Type = 1, ValueType = "int"},
|
|
StarRewardIds = {Type = 2, KeyType = "int", ValueType = "int"},
|
|
ChallengeIds = {Type = 1, ValueType = "int"},
|
|
ShowFightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSimulatedCombatStarReward = {
|
|
Id = {ValueType = "int"},
|
|
RequireStar = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableWhiteValentinesDayConfig = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
OpenConditionId = {ValueType = "int"},
|
|
BgPicturePath = {ValueType = "string"},
|
|
BgEffectPath = {ValueType = "string"},
|
|
DefaultEnergy = {ValueType = "int"},
|
|
MaxEnergy = {ValueType = "int"},
|
|
EnergyRecoverySpeed = {ValueType = "int"},
|
|
EnergyIconPath = {ValueType = "string"},
|
|
ContributionItemId = {ValueType = "int"},
|
|
CoinItemId = {ValueType = "int"},
|
|
RandomMeetCostCoin = {ValueType = "int"},
|
|
DefaultRoleId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWhiteValentinesDayEvent = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
AttrType = {ValueType = "int"},
|
|
RankType = {Type = 1, ValueType = "int"},
|
|
RankWeight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWhiteValentinesDayPlace = {
|
|
Id = {ValueType = "int"},
|
|
OrderId = {ValueType = "int"},
|
|
PrePlaceId = {ValueType = "int"},
|
|
BgPath = {ValueType = "string"},
|
|
InviteNum = {ValueType = "int"},
|
|
DefaultEventId = {ValueType = "int"},
|
|
RandomEventId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableWhiteValentinesDayRank = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
CostEnergy = {ValueType = "int"},
|
|
CostTime = {ValueType = "int"},
|
|
RewardContribution = {ValueType = "int"},
|
|
RewardCoin = {ValueType = "int"},
|
|
},
|
|
XTableWhiteValentinesDayRole = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
AttrType = {ValueType = "int"},
|
|
AttrValue = {ValueType = "int"},
|
|
EncounterStoryId = {ValueType = "int"},
|
|
InviteStoryId = {ValueType = "int"},
|
|
CommuId = {ValueType = "int"},
|
|
CutDownTime = {ValueType = "int"},
|
|
ContributionBuff = {ValueType = "int"},
|
|
},
|
|
XTableWhiteValentinesDayAttr = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
},
|
|
XTableWhiteValentinesDayStory = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
StoryText = {ValueType = "string"},
|
|
},
|
|
XTableStageRecommend = {
|
|
StageId = {ValueType = "int"},
|
|
CharacterType = {ValueType = "int"},
|
|
CharacterElement = {ValueType = "int"},
|
|
},
|
|
XTableSpecialShop = {
|
|
Id = {ValueType = "int"},
|
|
ShopId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
},
|
|
XTableFashionSeries = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarActivity = {
|
|
Id = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
GroupName = {Type = 1, ValueType = "string"},
|
|
CurrencyId = {Type = 1, ValueType = "int"},
|
|
GroupSecondName = {Type = 1, ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Background = {ValueType = "string"},
|
|
ShopIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMoeWarActivityConfig = {
|
|
Id = {ValueType = "int"},
|
|
GachaSkipId = {ValueType = "int"},
|
|
ShowItem = {Type = 1, ValueType = "int"},
|
|
RewardSkipId = {ValueType = "int"},
|
|
WebUrl = {ValueType = "string"},
|
|
BeginStoryId = {ValueType = "string"},
|
|
MainHelpId = {ValueType = "int"},
|
|
VoteHelpId = {ValueType = "int"},
|
|
},
|
|
XTableMoeWarMatch = {
|
|
Id = {ValueType = "int"},
|
|
MatchName = {ValueType = "string"},
|
|
MatchSubName = {ValueType = "string"},
|
|
SessionId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
TypeName = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
RefreshVoteHour = {Type = 1, ValueType = "int"},
|
|
CoverImg = {ValueType = "string"},
|
|
Des = {Type = 1, ValueType = "string"},
|
|
DailyLimitCount = {ValueType = "int"},
|
|
FinalImg = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarIconConfig = {
|
|
Id = {ValueType = "int"},
|
|
IconList = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableMoeWarPlayer = {
|
|
Id = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
},
|
|
XTableMoeRankGroup = {
|
|
RankType = {ValueType = "int"},
|
|
TagName = {ValueType = "string"},
|
|
HasSub = {ValueType = "bool"},
|
|
IsSub = {ValueType = "bool"},
|
|
Title = {ValueType = "string"},
|
|
ResetTip = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPlayerLocal = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ModelName = {ValueType = "string"},
|
|
CareerName = {ValueType = "string"},
|
|
CareerIcon = {ValueType = "string"},
|
|
CampName = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
IntroAnim = {ValueType = "string"},
|
|
IntroCv = {ValueType = "int"},
|
|
IntroLength = {ValueType = "float"},
|
|
ThankAnim = {ValueType = "string"},
|
|
ThankCv = {ValueType = "int"},
|
|
ThankLength = {ValueType = "float"},
|
|
SquareHead = {ValueType = "string"},
|
|
CircleHead = {ValueType = "string"},
|
|
ActionBg = {ValueType = "string"},
|
|
BigCharacterImage = {ValueType = "string"},
|
|
ShareImg = {ValueType = "string"},
|
|
WinAnimGroupId = {Type = 1, ValueType = "int"},
|
|
LoseAnimGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMoeWarInitPair = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
PlayerId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMoeWarVoteItem = {
|
|
ItemId = {ValueType = "int"},
|
|
Multiple = {ValueType = "int"},
|
|
VoteFactor = {ValueType = "float"},
|
|
CoinFactor = {ValueType = "float"},
|
|
IsLimit = {ValueType = "int"},
|
|
MatchId = {Type = 1, ValueType = "int"},
|
|
DailyLimitCount = {Type = 1, ValueType = "int"},
|
|
No = {ValueType = "int"},
|
|
},
|
|
XTableMoeWarMail = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
MatchId = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarTaskGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
},
|
|
XTableSignDrawNewYear = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
OpenLevel = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
CloseTimeStr = {ValueType = "string"},
|
|
RuleTitle = {Type = 1, ValueType = "string"},
|
|
RuleContent = {Type = 1, ValueType = "string"},
|
|
GaChaId = {ValueType = "int"},
|
|
},
|
|
XTableActivityBossOnlineOpenTime = {
|
|
Id = {ValueType = "int"},
|
|
BeginTime = {ValueType = "string"},
|
|
EndTime = {ValueType = "string"},
|
|
},
|
|
XTablePurchaseYKIcon = {
|
|
Id = {ValueType = "int"},
|
|
Path = {ValueType = "string"},
|
|
},
|
|
XTableSlotMachines = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
DifferentAddScore = {ValueType = "int"},
|
|
TwoSameAddScore = {ValueType = "int"},
|
|
ConsumeItemId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
UnlockNeedPreScore = {ValueType = "int"},
|
|
ScoreLimit = {ValueType = "int"},
|
|
BgImage = {ValueType = "string"},
|
|
MachineImage = {ValueType = "string"},
|
|
MachineLockImage = {ValueType = "string"},
|
|
NextMachineBtnImage = {ValueType = "string"},
|
|
NextMachineBtnText = {ValueType = "string"},
|
|
RulesIds = {Type = 1, ValueType = "int"},
|
|
Icons = {Type = 1, ValueType = "int"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
RewardIds = {Type = 1, ValueType = "int"},
|
|
RewardScores = {Type = 1, ValueType = "int"},
|
|
PrixBottomTimes = {ValueType = "int"},
|
|
TenTimesPrixLimit = {ValueType = "int"},
|
|
TaskDailyLimitId = {ValueType = "int"},
|
|
TaskCumulativeLimitId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableSlotMachinesActivity = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
ExchangeRatio = {ValueType = "int"},
|
|
ExchangeType = {ValueType = "int"},
|
|
SlotMachinesIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSlotMachinesIcon = {
|
|
Id = {ValueType = "int"},
|
|
IconName = {ValueType = "string"},
|
|
IconImage = {ValueType = "string"},
|
|
Score = {ValueType = "int"},
|
|
IsPrix = {ValueType = "bool"},
|
|
},
|
|
XTableSlotMachinesRules = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableRooot = {
|
|
Id = {ValueType = "string"},
|
|
RewardId = {ValueType = "int"},
|
|
ExchangeTimes = {ValueType = "int"},
|
|
},
|
|
XTableRoootActivity = {
|
|
Id = {ValueType = "int"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
RegisterTimeId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableAnniversary = {
|
|
Id = {ValueType = "string"},
|
|
PlayerType = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
},
|
|
XTableFireworks = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
PrefabPath = {ValueType = "string"},
|
|
OpenLevel = {ValueType = "int"},
|
|
OpenStage = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
CloseTimeStr = {ValueType = "string"},
|
|
DailyResetTimes = {ValueType = "int"},
|
|
},
|
|
XTableFireworksReward = {
|
|
Id = {ValueType = "int"},
|
|
FireworksId = {ValueType = "int"},
|
|
DropId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
FireworksEffects = {ValueType = "int"},
|
|
FireworksDes = {ValueType = "string"},
|
|
},
|
|
XTableSignFireworks = {
|
|
Id = { ValueType = "int" },
|
|
Name = { ValueType = "string" },
|
|
PrefabPath = { ValueType = "string" }
|
|
},
|
|
XTableFireworksRules = {
|
|
Id = { ValueType = "int" },
|
|
RuleTitle = {Type = 1, ValueType = "string"},
|
|
RuleContent = {Type = 1, ValueType = "string"}
|
|
},
|
|
XTableFingerGuessingActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
CoinItemId = {ValueType = "int"},
|
|
DefaultCoinNum = {ValueType = "int"},
|
|
HeroName = {ValueType = "string"},
|
|
HeroImage = {ValueType = "string"},
|
|
PlayerPortraits = {ValueType = "string"},
|
|
},
|
|
XTableFingerGuessingStage = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
StageName = {ValueType = "string"},
|
|
LockStageName = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
OpenEyeTipsTitle = {ValueType = "string"},
|
|
OpenEyeTipsContent = {ValueType = "string"},
|
|
WinTalk = {ValueType = "string"},
|
|
LoseTalk = {ValueType = "string"},
|
|
RobotImage = {ValueType = "string"},
|
|
RobotPortraits = {ValueType = "string"},
|
|
StageLockRobotPortraits = {ValueType = "string"},
|
|
CostItemCount = {ValueType = "int"},
|
|
CheatCount = {ValueType = "int"},
|
|
PreStageId = {ValueType = "int"},
|
|
WinScore = {ValueType = "int"},
|
|
},
|
|
XTableFingerGuessingStageRound = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Round = {ValueType = "int"},
|
|
Tricks = {Type = 1, ValueType = "bool"},
|
|
},
|
|
XTableFingerGuessingFinger = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPreparationActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
MatchIds = {Type = 1, ValueType = "int"},
|
|
InitStageCount = {ValueType = "int"},
|
|
MaxStageCount = {ValueType = "int"},
|
|
StageRecoveryTime = {ValueType = "int"},
|
|
CommunicateItemId = {ValueType = "int"},
|
|
PreparationGears = {Type = 1, ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RedminNum = {ValueType = "int"},
|
|
},
|
|
XTableMoeWarPreparationAssistance = {
|
|
EffectId = {ValueType = "int"},
|
|
VoteItemId = {ValueType = "int"},
|
|
VoteItemCount = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
EffectType = {ValueType = "int"},
|
|
Param = {ValueType = "int"},
|
|
IsShowInList = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Title = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPreparationGear = {
|
|
Id = {ValueType = "int"},
|
|
NeedCount = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
ShowRewardId = {ValueType = "int"},
|
|
},
|
|
XTableMoeWarPreparationHelper = {
|
|
Id = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
LabelIds = {Type = 1, ValueType = "int"},
|
|
Duration = {ValueType = "int"},
|
|
QuestionBankIds = {Type = 1, ValueType = "int"},
|
|
QuestionCounts = {Type = 1, ValueType = "int"},
|
|
CommunicateItemId = {ValueType = "int"},
|
|
CommunicateConsumeCount = {ValueType = "int"},
|
|
CirleIcon = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPreparationMatch = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
HelperIds = {Type = 1, ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
NumText = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPreparationQuestion = {
|
|
Id = {ValueType = "int"},
|
|
BankId = {ValueType = "int"},
|
|
HelperId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Chat = {ValueType = "string"},
|
|
ChatReply = {ValueType = "string"},
|
|
PreChatId = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
Question = {ValueType = "string"},
|
|
RightAnswer = {ValueType = "int"},
|
|
Answers = {Type = 2, KeyType = "int", ValueType = "string"},
|
|
RightReply = {ValueType = "string"},
|
|
WrongReply = {ValueType = "string"},
|
|
HelperIcon = {ValueType = "string"},
|
|
HelperName = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPreparationStage = {
|
|
StageId = {ValueType = "int"},
|
|
NormalWeight = {ValueType = "int"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
LabelIds = {Type = 1, ValueType = "int"},
|
|
BestHelperFightEventId = {ValueType = "int"},
|
|
BaseRewardId = {ValueType = "int"},
|
|
ShowBaseRewardId = {ValueType = "int"},
|
|
ExtraRewardIds = {Type = 1, ValueType = "int"},
|
|
ShowExtraRewardIds = {Type = 1, ValueType = "int"},
|
|
ShowSpecialRewardId = {ValueType = "int"},
|
|
ShowAllRewardId = {ValueType = "int"},
|
|
},
|
|
XTableMoeWarPreparationStageTagLabel = {
|
|
Id = {ValueType = "int"},
|
|
TagLabel = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarPreparationStageEvaluationLabel = {
|
|
ReachNum = {ValueType = "int"},
|
|
EvaluatioLabel = {ValueType = "string"},
|
|
},
|
|
XTableMoeWarAnimationGroup = {
|
|
Id = {ValueType = "int"},
|
|
InitModelName = {ValueType = "string"},
|
|
InitAnim = {ValueType = "string"},
|
|
AnimationId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMoeWarAnimation = {
|
|
Id = {ValueType = "int"},
|
|
ModelName = {ValueType = "string"},
|
|
Speed = {ValueType = "float"},
|
|
Distance = {ValueType = "float"},
|
|
AnimName = {ValueType = "string"},
|
|
RoleEffect = {ValueType = "string"},
|
|
RoleEffectRoot = {ValueType = "string"},
|
|
SceneEffect = {ValueType = "string"},
|
|
SceneEffectRoot = {ValueType = "string"},
|
|
},
|
|
XTableArchivePartner = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
LockIconPath = {ValueType = "string"},
|
|
IconPath = {ValueType = "string"},
|
|
StoryTitle = {ValueType = "string"},
|
|
StoryId = {ValueType = "string"},
|
|
},
|
|
XTableArchivePartnerGroup = {
|
|
Id = {ValueType = "int"},
|
|
Order = {ValueType = "int"},
|
|
GroupName = {ValueType = "string"},
|
|
},
|
|
XTableInvertCardGame = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
HelpId = {ValueType = "int"},
|
|
StorySkipId = {ValueType = "int"},
|
|
ActivityStageIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableInvertCardStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
RowCount = {ValueType = "int"},
|
|
ColumnCount = {ValueType = "int"},
|
|
ContainCards = {Type = 1, ValueType = "int"},
|
|
CostCoinNum = {ValueType = "int"},
|
|
MaxCostNum = {ValueType = "int"},
|
|
TargetNum = {ValueType = "int"},
|
|
FinishGroups = {Type = 1, ValueType = "string"},
|
|
FinishProgress = {Type = 1, ValueType = "int"},
|
|
Rewards = {Type = 1, ValueType = "int"},
|
|
MaxOnCardsNum = {ValueType = "int"},
|
|
FailedPunishNum = {ValueType = "int"},
|
|
ClearConditionDesc = {ValueType = "string"},
|
|
},
|
|
XTableInvertCard = {
|
|
Id = {ValueType = "int"},
|
|
BaseIcon = {ValueType = "string"},
|
|
},
|
|
XTableStrongholdGroupElement = {
|
|
StageIdGroupIndex = {ValueType = "int"},
|
|
GridTitleBg = {ValueType = "string"},
|
|
},
|
|
XTableTeachingRobot = {
|
|
StageId = {ValueType = "int"},
|
|
DescDetail = {ValueType = "string"},
|
|
ShowFightEventIds = {Type = 1, ValueType = "int"},
|
|
RobotId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableHackActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
TicketId = {ValueType = "int"},
|
|
ExpId = {ValueType = "int"},
|
|
TicketDays = {ValueType = "int"},
|
|
DailyTicketCount = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BannerBg = {ValueType = "string"},
|
|
GridPrefab = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableHackChapter = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
SelectBuffCount = {ValueType = "int"},
|
|
UnGetRewardMailId = {ValueType = "int"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
RobotId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableHackBuff = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Type = {ValueType = "int"},
|
|
FightEvent = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
AbilityBonus = {ValueType = "int"},
|
|
},
|
|
XTableHackCharacterEffect = {
|
|
Id = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
},
|
|
XTableHackExpLevel = {
|
|
Id = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
UpExp = {ValueType = "int"},
|
|
BuffId = {ValueType = "int"},
|
|
UnlockBuffPos = {ValueType = "int"},
|
|
},
|
|
XTableHackReward = {
|
|
Id = {ValueType = "int"},
|
|
NeedStars = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableHackStage = {
|
|
Id = {ValueType = "int"},
|
|
ConsumeTicket = {ValueType = "int"},
|
|
GridName = {ValueType = "string"},
|
|
ConditionDesc = {ValueType = "string"},
|
|
FeatureTitle = {Type = 1, ValueType = "string"},
|
|
FeatureDesc = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableMovieAssemble = {
|
|
Id = {ValueType = "int"},
|
|
BgImgUrl = {ValueType = "string"},
|
|
UiPrefab = {ValueType = "string"},
|
|
MovieTmpPrefab = {ValueType = "string"},
|
|
MovieTmpIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMovieAssembleTemplate = {
|
|
Id = {ValueType = "int"},
|
|
MovieId = {ValueType = "string"},
|
|
ConditionId = {ValueType = "int"},
|
|
LockedBgUrl = {ValueType = "string"},
|
|
UnlockBgUrl = {ValueType = "string"},
|
|
},
|
|
XTablePartnerTeachingChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ActivityTimeId = {ValueType = "int"},
|
|
StagePrefix = {ValueType = "string"},
|
|
ActivityCondition = {Type = 1, ValueType = "int"},
|
|
OpenCondition = {Type = 1, ValueType = "int"},
|
|
BannerIcon = {ValueType = "string"},
|
|
Background = {ValueType = "string"},
|
|
FubenPrefab = {ValueType = "string"},
|
|
FightStagePrefab = {ValueType = "string"},
|
|
StoryStagePrefab = {ValueType = "string"},
|
|
StoryStageDetailBg = {ValueType = "string"},
|
|
StoryStageDetailIcon = {ValueType = "string"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGSecondMain = {
|
|
Id = {ValueType = "int"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
Prefab = {ValueType = "string"},
|
|
BG = {ValueType = "string"},
|
|
SecondMainStageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableTRPGSecondMainStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Condition = {Type = 1, ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
TRPGRewardId = {ValueType = "int"},
|
|
PrefabName = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
DialogIcon = {ValueType = "string"},
|
|
},
|
|
XTableReformBuff = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Des = {ValueType = "string"},
|
|
StarLevel = {ValueType = "int"},
|
|
SubScore = {ValueType = "int"},
|
|
FightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformEnemyBuffDetail = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Des = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableReformGroup = {
|
|
Id = {ValueType = "int"},
|
|
SubId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformCfg = {
|
|
Id = {ValueType = "int"},
|
|
ScoreItemId = {ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
BannerIcon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
HelpName = {ValueType = "string"},
|
|
ScoreHelpName = {ValueType = "string"},
|
|
},
|
|
XTableReformEnemySource = {
|
|
Id = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
AddScore = {ValueType = "int"},
|
|
ShowLevel = {ValueType = "string"},
|
|
BuffIds = {Type = 1, ValueType = "int"},
|
|
TargetId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformEnemyTarget = {
|
|
Id = {ValueType = "int"},
|
|
NpcId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
ShowLevel = {ValueType = "string"},
|
|
HeadIcon = {ValueType = "string"},
|
|
AddScore = {ValueType = "int"},
|
|
BuffIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformEnv = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Des = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
TextIcon = {ValueType = "string"},
|
|
AddScore = {ValueType = "int"},
|
|
PreviewIcon = {ValueType = "string"},
|
|
PreviewText = {ValueType = "string"},
|
|
FightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformMemberSource = {
|
|
Id = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
StarLevel = {ValueType = "int"},
|
|
SubScore = {ValueType = "int"},
|
|
TargetId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformMemberTarget = {
|
|
Id = {ValueType = "int"},
|
|
RobotId = {ValueType = "int"},
|
|
StarLevel = {ValueType = "int"},
|
|
SubScore = {ValueType = "int"},
|
|
FightEventIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BaseStageId = {ValueType = "int"},
|
|
ShowNpcId = {ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
ShowFightEventIds = {Type = 1, ValueType = "int"},
|
|
StageDiff = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableReformStageDifficulty = {
|
|
Id = {ValueType = "int"},
|
|
Diff = {ValueType = "int"},
|
|
UnlockScore = {ValueType = "int"},
|
|
ReformEnv = {ValueType = "int"},
|
|
ReformEnvMaxCount = {ValueType = "int"},
|
|
ReformEnemy = {ValueType = "int"},
|
|
ReformBuff = {ValueType = "int"},
|
|
ReformBuffMaxCount = {ValueType = "int"},
|
|
ReformMember = {ValueType = "int"},
|
|
},
|
|
XTableReformEvolvableGroupBtnSort = {
|
|
Id = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTablePokerGuessingActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BannerBg = {ValueType = "string"},
|
|
TaskTimeLimitId = {ValueType = "int"},
|
|
PokerGroupId = {ValueType = "int"},
|
|
BackAssetPath = {ValueType = "string"},
|
|
CostItemID = {ValueType = "int"},
|
|
CostItemCount = {ValueType = "int"},
|
|
TaskType = {ValueType = "int"},
|
|
ShopSkipId = {ValueType = "int"},
|
|
},
|
|
XTablePokerGroup = {
|
|
Id = {ValueType = "int"},
|
|
PokerGroup = {ValueType = "int"},
|
|
PokerNum = {ValueType = "int"},
|
|
PokerSuitType = {ValueType = "int"},
|
|
PokerSuitName = {ValueType = "string"},
|
|
FrontAssetPath = {ValueType = "string"},
|
|
},
|
|
XTablePokerButtonGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameMap = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
Row = {ValueType = "int"},
|
|
Col = {ValueType = "int"},
|
|
MaxRound = {ValueType = "int"},
|
|
StartPointId = {ValueType = "int"},
|
|
EndPointId = {ValueType = "int"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameStartPoint = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
Direction = {ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameEndPoint = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameBlock = {
|
|
Id = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Row = {ValueType = "int"},
|
|
Col = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameGap = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Direction = {ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameMonster = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Direction = {ValueType = "int"},
|
|
ViewFront = {ValueType = "int"},
|
|
ViewBack = {ValueType = "int"},
|
|
ViewLeft = {ValueType = "int"},
|
|
ViewRight = {ValueType = "int"},
|
|
TriggerEnd = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
PatrolId = {Type = 1, ValueType = "int"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameTrigger = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
TargetId = {Type = 1, ValueType = "int"},
|
|
DefaultBlock = {ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGamePatrol = {
|
|
Id = {ValueType = "int"},
|
|
PatrolDirection = {Type = 1, ValueType = "int"},
|
|
PatrolStep = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameRole = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
UnlockChapterId = {ValueType = "int"},
|
|
Style = {ValueType = "string"},
|
|
ModelAssetPath = {ValueType = "string"},
|
|
RoleOrder = {ValueType = "int"},
|
|
Info = {ValueType = "string"},
|
|
InfoName = {ValueType = "string"},
|
|
HeadPath = {ValueType = "string"},
|
|
LockTipsDesc = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameStage = {
|
|
Id = {ValueType = "int"},
|
|
ChapterId = {ValueType = "int"},
|
|
PreStage = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
StageHint = {ValueType = "string"},
|
|
BG = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
LoseHint = {Type = 1, ValueType = "string"},
|
|
NumberName = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
TagBtnBG = {ValueType = "string"},
|
|
Prefab = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameStarCondition = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
StepCount = {ValueType = "int"},
|
|
MonsterCount = {ValueType = "int"},
|
|
MonsterBossCount = {ValueType = "int"},
|
|
ConditionDesc = {ValueType = "string"},
|
|
},
|
|
XTableScratchTicket = {
|
|
Id = {ValueType = "int"},
|
|
WinRewardItemId = {ValueType = "int"},
|
|
WinRewardItemNum = {ValueType = "int"},
|
|
LoseRewardItemId = {ValueType = "int"},
|
|
LoseRewardItemNum = {ValueType = "int"},
|
|
WinRewardId = {ValueType = "int"},
|
|
LoseRewardId = {ValueType = "int"},
|
|
GridIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableScratchTicketActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
IsCanReset = {ValueType = "bool"},
|
|
PreviewCount = {ValueType = "int"},
|
|
SpendItemCount = {ValueType = "int"},
|
|
SpendItemId = {ValueType = "int"},
|
|
GoldRewardItemId = {ValueType = "int"},
|
|
GoldRewardItemNum = {ValueType = "int"},
|
|
ScratchTicket = {Type = 1, ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
},
|
|
XTableScratchTicketChose = {
|
|
Id = {ValueType = "int"},
|
|
GridIndex = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableScratchTicketGrid = {
|
|
Id = {ValueType = "int"},
|
|
LuckNumber = {ValueType = "int"},
|
|
Num = {Type = 1, ValueType = "int"},
|
|
CorrectChose = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSharePaltformConfig = {
|
|
Id = {ValueType = "int"},
|
|
SdkId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRepeatChatForbid = {
|
|
Id = {ValueType = "int"},
|
|
CalculateTime = {ValueType = "float"},
|
|
RepeatCount = {ValueType = "int"},
|
|
StringFilter = {Type = 1, ValueType = "string"},
|
|
},
|
|
XTableSuperTowerActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
EntryImage = {ValueType = "string"},
|
|
PrefaceStoryId = {ValueType = "string"},
|
|
MapId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerCharacterExclusive = {
|
|
Id = {ValueType = "int"},
|
|
ActivatePlugin = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerIndultCharacter = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
CharacterId = {Type = 1, ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerMap = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TierName = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerTargetStage = {
|
|
Id = {ValueType = "int"},
|
|
SimpleName = {ValueType = "string"},
|
|
OpenHour = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
PreId = {ValueType = "int"},
|
|
PreProgress = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Progress = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
RewardId = {Type = 1, ValueType = "int"},
|
|
StageAbility = {Type = 1, ValueType = "int"},
|
|
MemberCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerPlugin = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
FightEventId = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
SynthesisId = {ValueType = "int"},
|
|
SynthesisCount = {ValueType = "int"},
|
|
Capacity = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
ResolveId = {ValueType = "int"},
|
|
ResolveCount = {ValueType = "int"},
|
|
Exp = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
IsShowInLibrary = {ValueType = "int"},
|
|
Priority = {ValueType = "int"},
|
|
},
|
|
XTableSuperTowerTier = {
|
|
Id = {ValueType = "int"},
|
|
StageId = {ValueType = "int"},
|
|
Tier = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
PluginDropId = {ValueType = "int"},
|
|
Score = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerEnhancer = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
CharacterId = {ValueType = "int"},
|
|
Quality = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
Priority = {ValueType = "int"},
|
|
},
|
|
XTableSuperTowerTierEnhancerDrop = {
|
|
Id = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Tier = {ValueType = "int"},
|
|
CommonDropId = {ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerCharacterEnhancerDrop = {
|
|
Id = {ValueType = "int"},
|
|
EnhancerType = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerCommonEnhancerDrop = {
|
|
Id = {ValueType = "int"},
|
|
EnhancerType = {Type = 1, ValueType = "int"},
|
|
Weight = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerCharacterLevel = {
|
|
Id = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
CharacterId = {ValueType = "int"},
|
|
UpExp = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Ability = {ValueType = "int"},
|
|
AttributeId = {Type = 1, ValueType = "int"},
|
|
AttributeValue = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerCfg = {
|
|
Key = {ValueType = "string"},
|
|
Value = {ValueType = "int"},
|
|
Comment = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerRobot = {
|
|
Id = {ValueType = "int"},
|
|
OpenHour = {ValueType = "int"},
|
|
RobotId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerMall = {
|
|
Id = {ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
SpendItemId = {ValueType = "int"},
|
|
FreeRefreshCount = {ValueType = "int"},
|
|
RefreshCD = {ValueType = "int"},
|
|
ManualRefreshSpendItemId = {ValueType = "int"},
|
|
VisiblePluginCount = {ValueType = "int"},
|
|
ManualRefreshSpendItemCount = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerMallPlugin = {
|
|
Id = {ValueType = "int"},
|
|
MallId = {ValueType = "int"},
|
|
PluginId = {ValueType = "int"},
|
|
Price = {ValueType = "int"},
|
|
Weight = {ValueType = "int"},
|
|
},
|
|
XTableSuperTowerTierScoreRatio = {
|
|
Id = {ValueType = "int"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerTierEnhancerAndDrop = {
|
|
Id = {ValueType = "int"},
|
|
PluginsPreviewName = {Type = 1, ValueType = "string"},
|
|
PluginsPreviewId = {Type = 1, ValueType = "int"},
|
|
EnhancerDropGroupId = {ValueType = "int"},
|
|
PluginsDropLevel = {Type = 1, ValueType = "int"},
|
|
PluginsDropGroupId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSuperTowerPluginDrop = {
|
|
Id = {ValueType = "int"},
|
|
PluginsDropGroupId = {ValueType = "int"},
|
|
DropPlugins = {ValueType = "int"},
|
|
},
|
|
XTableSuperTowerEnhanceDrop = {
|
|
Id = {ValueType = "int"},
|
|
EnhancerDropGroupId = {ValueType = "int"},
|
|
DropEnhanceId = {ValueType = "int"},
|
|
},
|
|
XTableSuperTowerStarIcon = {
|
|
Quality = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerClientCfg = {
|
|
Key = {ValueType = "string"},
|
|
Value = {ValueType = "int"},
|
|
Comment = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerFunction = {
|
|
Key = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
UnLockDescription = {ValueType = "string"},
|
|
Order = {ValueType = "int"},
|
|
ThemeWeek = {ValueType = "int"},
|
|
ItemId = {ValueType = "int"},
|
|
LockTips = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerStageElement = {
|
|
Element = {ValueType = "int"},
|
|
StageElementIcon = {ValueType = "string"},
|
|
},
|
|
XTableSuperTowerMapEffect = {
|
|
ThemeId = {ValueType = "int"},
|
|
MapNormalEffect = {ValueType = "string"},
|
|
MapLockEffect = {ValueType = "string"},
|
|
MapCurrentEffect = {ValueType = "string"},
|
|
MapTerrainEffect = {ValueType = "string"},
|
|
NorStageLockEffect = {ValueType = "string"},
|
|
NorStageUnLockEffect = {ValueType = "string"},
|
|
NorStageCurrentEffect = {ValueType = "string"},
|
|
NorStageSelectEffect = {ValueType = "string"},
|
|
SpStageLockEffect = {ValueType = "string"},
|
|
SpStageUnLockEffect = {ValueType = "string"},
|
|
SpStageCurrentEffect = {ValueType = "string"},
|
|
SpStageSelectEffect = {ValueType = "string"},
|
|
},
|
|
XTableMineSweepingActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
CoinItemId = {ValueType = "int"},
|
|
ChapterIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMineSweepingChapter = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
NameEn = {ValueType = "string"},
|
|
ActivityStageIds = {Type = 1, ValueType = "int"},
|
|
ShowActivityStageIds = {Type = 1, ValueType = "int"},
|
|
CompleteStoryId = {ValueType = "string"},
|
|
CompletePicture = {ValueType = "string"},
|
|
AllMinePicture = {ValueType = "string"},
|
|
MineEffect = {ValueType = "string"},
|
|
WinGridEffect = {ValueType = "string"},
|
|
MineIcon = {ValueType = "string"},
|
|
},
|
|
XTableMineSweepingStage = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
WinEffect = {ValueType = "string"},
|
|
CostCoinNum = {ValueType = "int"},
|
|
RowCount = {ValueType = "int"},
|
|
ColumnCount = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
CanFailedCounts = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableMineSweepingMine = {
|
|
Id = {ValueType = "int"},
|
|
ActivityStageId = {ValueType = "int"},
|
|
ColumnIndexes = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameHint = {
|
|
Id = {ValueType = "int"},
|
|
MapId = {ValueType = "int"},
|
|
Row = {ValueType = "int"},
|
|
Col = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameHintIcon = {
|
|
Key = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TaskTimeLimitId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameRandomDialogBox = {
|
|
Id = {ValueType = "int"},
|
|
PreStage = {ValueType = "int"},
|
|
Text = {ValueType = "string"},
|
|
Weight = {ValueType = "int"},
|
|
Duration = {ValueType = "float"},
|
|
},
|
|
XTableRpgMakerGameHintDialogBox = {
|
|
StageId = {ValueType = "int"},
|
|
Text = {ValueType = "string"},
|
|
BackCount = {ValueType = "int"},
|
|
},
|
|
XTableRpgMakerGameModel = {
|
|
Key = {ValueType = "string"},
|
|
ModelPath = {ValueType = "string"},
|
|
},
|
|
XTableRpgMakerGameAnimation = {
|
|
ModelName = {ValueType = "string"},
|
|
StandAnimaName = {ValueType = "string"},
|
|
RunAnimaName = {ValueType = "string"},
|
|
AtkAnimaName = {ValueType = "string"},
|
|
BeAtkEffectPath = {ValueType = "string"},
|
|
EffectRoot = {ValueType = "string"},
|
|
XOffSet = {ValueType = "float"},
|
|
YOffSet = {ValueType = "float"},
|
|
ZOffSet = {ValueType = "float"},
|
|
},
|
|
XTableCoupleCombatActivity = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
ChapterIds = {Type = 1, ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
BannerBg = {ValueType = "string"},
|
|
StageGridBg = {Type = 1, ValueType = "string"},
|
|
GridPrefab = {ValueType = "string"},
|
|
},
|
|
XTableCoupleCombatChapter = {
|
|
Id = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
RobotIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCoupleCombatFeature = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableCoupleCombatRobot = {
|
|
RobotId = {ValueType = "int"},
|
|
Feature = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCoupleCombatStage = {
|
|
Id = {ValueType = "int"},
|
|
OpenDay = {ValueType = "int"},
|
|
Intro = {Type = 1, ValueType = "string"},
|
|
Feature = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableFashionStory = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
ChapterPrefab = {ValueType = "string"},
|
|
ActivityBannerIcon = {ValueType = "string"},
|
|
ChapterBg = {ValueType = "string"},
|
|
TrialBg = {ValueType = "string"},
|
|
FightStagePrefab = {ValueType = "string"},
|
|
StoryStagePrefab = {ValueType = "string"},
|
|
SkipId = {Type = 1, ValueType = "int"},
|
|
ChapterStages = {Type = 1, ValueType = "int"},
|
|
TrialStages = {Type = 1, ValueType = "int"},
|
|
StoryTimeId = {ValueType = "int"},
|
|
StoryEntranceBg = {ValueType = "string"},
|
|
StoryFinishTag = {ValueType = "string"},
|
|
},
|
|
XTableFashionStoryStage = {
|
|
StageId = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
StoryStageDetailBg = {ValueType = "string"},
|
|
StoryStageDetailIcon = {ValueType = "string"},
|
|
TrialDetailBg = {ValueType = "string"},
|
|
TrialDetailSpine = {ValueType = "string"},
|
|
TrialDetailHeadIcon = {ValueType = "string"},
|
|
TrialDetailRecommendLevel = {ValueType = "int"},
|
|
TrialDetailDesc = {ValueType = "string"},
|
|
FinishTag = {ValueType = "string"},
|
|
},
|
|
XTableKillZoneStage = {
|
|
Id = {ValueType = "int"},
|
|
PreStageId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Order = {ValueType = "string"},
|
|
Bg = {ValueType = "string"},
|
|
WinCondition = {Type = 1, ValueType = "int"},
|
|
StarCondition = {Type = 1, ValueType = "int"},
|
|
TestRobot = {Type = 1, ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
StarDesc = {Type = 1, ValueType = "string"},
|
|
FarmReward = {ValueType = "int"},
|
|
MaxStar = {ValueType = "int"},
|
|
},
|
|
XTableKillZoneChapter = {
|
|
Id = {ValueType = "int"},
|
|
Diff = {ValueType = "int"},
|
|
PreStageId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
StageId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableKillZonePlugin = {
|
|
Id = {ValueType = "int"},
|
|
GroupId = {ValueType = "int"},
|
|
LevelId = {Type = 1, ValueType = "int"},
|
|
UnlockSpend = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableKillZonePluginLevel = {
|
|
Id = {ValueType = "int"},
|
|
FightEventId = {ValueType = "int"},
|
|
UnlockSpend = {ValueType = "int"},
|
|
SkillDesc = {ValueType = "string"},
|
|
},
|
|
XTableKillZonePluginSlot = {
|
|
Id = {ValueType = "int"},
|
|
UnlockCondition = {ValueType = "int"},
|
|
},
|
|
XTableKillZoneStarReward = {
|
|
Id = {ValueType = "int"},
|
|
Diff = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableKillZoneDailyStarReward = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
Star = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableKillZoneActivity = {
|
|
Id = {ValueType = "int"},
|
|
OpenTimeId = {ValueType = "int"},
|
|
ActivityBg = {ValueType = "string"},
|
|
Name = {ValueType = "string"},
|
|
ResetPluginSpend = {ValueType = "int"},
|
|
TakeFarmRewardMaxCount = {ValueType = "int"},
|
|
ChapterId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableKillZonePluginGroup = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
},
|
|
XTableKillZoneBuff = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
Icon = {ValueType = "string"},
|
|
},
|
|
XTableSummerEpisodeMapConfig = {
|
|
Id = {ValueType = "int"},
|
|
Bg = {ValueType = "string"},
|
|
Picture = {ValueType = "string"},
|
|
},
|
|
XTableDlcStage = {
|
|
DlcId = {ValueType = "int"},
|
|
StageIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDlcFunc = {
|
|
DlcId = {ValueType = "int"},
|
|
FuncIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableDlcDesc = {
|
|
DlcId = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTablePassportTypeInfo = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
CostItemId = {ValueType = "int"},
|
|
CostItemCount = {ValueType = "int"},
|
|
IsFree = {ValueType = "bool"},
|
|
RewardId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
BuyDesc = {ValueType = "string"},
|
|
},
|
|
XTablePassportReward = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
PassportId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTablePassportLevel = {
|
|
Id = {ValueType = "int"},
|
|
ActivityId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
TotalExp = {ValueType = "int"},
|
|
CostItemId = {ValueType = "int"},
|
|
CostItemCount = {ValueType = "int"},
|
|
IsTargetLevel = {ValueType = "int"},
|
|
},
|
|
XTablePassportActivity = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
TimeId = {ValueType = "int"},
|
|
DailyTaskGroup = {ValueType = "int"},
|
|
WeekTaskGroup = {ValueType = "int"},
|
|
BPTask = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTablePassportTaskGroup = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
TimeId = {ValueType = "int"},
|
|
Group = {ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableLimitedLoginConst = {
|
|
Id = {ValueType = "int"},
|
|
QuizCount = {ValueType = "int"},
|
|
},
|
|
XTableLimitedLoginQuiz = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Answers = {Type = 1, ValueType = "string"},
|
|
CorrectAnsIdxs = {Type = 1, ValueType = "int"},
|
|
ImagePath = {ValueType = "string"},
|
|
},
|
|
XTablePassportBuyFashionShow = {
|
|
PassportId = {ValueType = "int"},
|
|
Icon = {ValueType = "string"},
|
|
FashionId = {ValueType = "int"},
|
|
IsWeaponFahion = {ValueType = "int"},
|
|
},
|
|
XTablePassportBuyRewardShow = {
|
|
Id = {ValueType = "int"},
|
|
PassportId = {ValueType = "int"},
|
|
Level = {ValueType = "int"},
|
|
RewardId = {ValueType = "int"},
|
|
},
|
|
XTableCombatStage = {
|
|
Id = {ValueType = "int"},
|
|
TaskId = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCombatTask = {
|
|
Id = {ValueType = "int"},
|
|
Type = {ValueType = "int"},
|
|
StartTime = {ValueType = "fix"},
|
|
EndTime = {ValueType = "fix"},
|
|
Success = {ValueType = "int"},
|
|
Failure = {ValueType = "int"},
|
|
},
|
|
XTableCombatTaskInfo = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableCombatTaskResult = {
|
|
Id = {ValueType = "int"},
|
|
TargetType = {Type = 1, ValueType = "int"},
|
|
BuffId = {Type = 1, ValueType = "int"},
|
|
BuffLevel = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableCombatTaskResultInfo = {
|
|
Id = {ValueType = "int"},
|
|
Description = {ValueType = "string"},
|
|
},
|
|
XTableCombatTaskTextConfig = {
|
|
Key = {ValueType = "string"},
|
|
Value = {ValueType = "string"},
|
|
},
|
|
XTableSlotMachines = {
|
|
Id = {ValueType = "int"},
|
|
Name = {ValueType = "string"},
|
|
DifferentAddScore = {ValueType = "int"},
|
|
TwoSameAddScore = {ValueType = "int"},
|
|
ConsumeItemId = {ValueType = "int"},
|
|
ConsumeCount = {ValueType = "int"},
|
|
UnlockNeedPreScore = {ValueType = "int"},
|
|
ScoreLimit = {ValueType = "int"},
|
|
BgImage = {ValueType = "string"},
|
|
MachineImage = {ValueType = "string"},
|
|
MachineLockImage = {ValueType = "string"},
|
|
NextMachineBtnImage = {ValueType = "string"},
|
|
NextMachineBtnText = {ValueType = "string"},
|
|
RulesIds = {Type = 1, ValueType = "int"},
|
|
Icons = {Type = 1, ValueType = "int"},
|
|
Weights = {Type = 1, ValueType = "int"},
|
|
RewardIds = {Type = 1, ValueType = "int"},
|
|
RewardScores = {Type = 1, ValueType = "int"},
|
|
PrixBottomTimes = {ValueType = "int"},
|
|
TenTimesPrixLimit = {ValueType = "int"},
|
|
TaskDailyLimitId = {ValueType = "int"},
|
|
TaskCumulativeLimitId = {ValueType = "int"},
|
|
MailId = {ValueType = "int"},
|
|
HighLight = {ValueType = "int"},
|
|
},
|
|
XTableSlotMachinesActivity = {
|
|
Id = {ValueType = "int"},
|
|
StartTimeStr = {ValueType = "string"},
|
|
EndTimeStr = {ValueType = "string"},
|
|
ExchangeRatio = {ValueType = "int"},
|
|
ExchangeType = {ValueType = "int"},
|
|
SlotMachinesIds = {Type = 1, ValueType = "int"},
|
|
},
|
|
XTableSlotMachinesIcon = {
|
|
Id = {ValueType = "int"},
|
|
IconName = {ValueType = "string"},
|
|
IconImage = {ValueType = "string"},
|
|
Score = {ValueType = "int"},
|
|
IsPrix = {ValueType = "bool"},
|
|
},
|
|
XTableSlotMachinesRules = {
|
|
Id = {ValueType = "int"},
|
|
Title = {ValueType = "string"},
|
|
Desc = {ValueType = "string"},
|
|
},
|
|
XTableUiPcScreenResolution = {
|
|
Id = {ValueType = "int"},
|
|
X = {ValueType = "int"},
|
|
Y = {ValueType = "int"},
|
|
},
|
|
XTableDefaultKeyMap = {
|
|
NpcOperationKey = {ValueType = "int"},
|
|
XboxKeyCode = {ValueType = "string"},
|
|
PsKeyCode = {ValueType = "string"},
|
|
KeyboardKeyCode = {ValueType = "string"},
|
|
OtherKeyCode = {ValueType = "string"},
|
|
},
|
|
XTableRecommendKey = {
|
|
NpcOperationKey = {ValueType = "int"},
|
|
RecommendXboxIco = {Type = 1, ValueType = "string"},
|
|
RecommendPsIco = {Type = 1, ValueType = "string"},
|
|
RecommendKeyboardIco = {Type = 1, ValueType = "string"},
|
|
RecommendOtherIco = {Type = 1, ValueType = "string"},
|
|
},
|
|
}
|