Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_NpcSkillReplace.db

Generated on: 2025-07-23 11:56:27 UTC

Row count: 8393

Download CSV Zipped

CREATE TABLE NpcSkillReplace (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ReplaceType ] INTEGER NOT NULL,
  [ OriginSkillEffectId ] INTEGER NOT NULL,
  [ ReplaceSkillEffectId ] INTEGER NOT NULL,
  [ DecalTableIndex ] INTEGER NOT NULL,
  [ SetDirectionToTargetAngle ] INTEGER NOT NULL,
  [ ScaleEnabled ] INTEGER NOT NULL,
  [ BlockingPointRate ] INTEGER NOT NULL,
  [ ShowBlockingPoint ] INTEGER NOT NULL,
  [ AbnormalStatusIgnore ] INTEGER NOT NULL,
  [ ProvocationEnabled ] INTEGER NOT NULL,
  [ CanUseOnProvoked ] INTEGER NOT NULL,
  [ ConditionType ] INTEGER NOT NULL,
  [ ConditionValue ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ ConditionZoneId ] INTEGER NOT NULL,
  [ ConditionZoneLevelLowRankType ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)