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_SkillBuffPointLight.db

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

Row count: 5

Download CSV Zipped

CREATE TABLE SkillBuffPointLight (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Brightness ] REAL NOT NULL,
  [ LightColorR ] INTEGER NOT NULL,
  [ LightColorG ] INTEGER NOT NULL,
  [ LightColorB ] INTEGER NOT NULL,
  [ LightColorA ] INTEGER NOT NULL,
  [ Radius ] REAL NOT NULL,
  [ FalloffExponent ] REAL NOT NULL,
  [ ShadowFalloffExponent ] REAL NOT NULL,
  [ TranslationX ] REAL NOT NULL,
  [ TranslationY ] REAL NOT NULL,
  [ TranslationZ ] REAL NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)