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

Generated on: 2025-07-23 11:55:59 UTC

Row count: 41

Download CSV Zipped

CREATE TABLE PvPLevelReward (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ DefaultItem1 ] INTEGER NOT NULL,
  [ DefaultItem1Amount ] INTEGER NOT NULL,
  [ RewardWin_Elimination ] INTEGER NOT NULL,
  [ RewardLose_Elimination ] INTEGER NOT NULL,
  [ RewardEventWin_Elimination ] INTEGER NOT NULL,
  [ RewardEventLose_Elimination ] INTEGER NOT NULL,
  [ RewardWin_TeamDeathmatch ] INTEGER NOT NULL,
  [ RewardLose_TeamDeathmatch ] INTEGER NOT NULL,
  [ RewardEventWin_TeamDeathmatch ] INTEGER NOT NULL,
  [ RewardEventLose_TeamDeathmatch ] INTEGER NOT NULL,
  [ RewardWin_FreeForAll ] INTEGER NOT NULL,
  [ RewardLose_FreeForAll ] INTEGER NOT NULL,
  [ RewardEventWin_FreeForAll ] INTEGER NOT NULL,
  [ RewardEventLose_FreeForAll ] INTEGER NOT NULL,
  [ RewardWin_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ RewardLose_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ RewardEventWin_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ RewardEventLose_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ RewardWin_OpenMatch ] INTEGER NOT NULL,
  [ RewardLose_OpenMatch ] INTEGER NOT NULL,
  [ RewardEventWin_OpenMatch ] INTEGER NOT NULL,
  [ RewardEventLose_OpenMatch ] INTEGER NOT NULL,
  [ RewardWin_OpenMatch_Fort ] INTEGER NOT NULL,
  [ RewardLose_OpenMatch_Fort ] INTEGER NOT NULL,
  [ RewardEventWin_OpenMatch_Fort ] INTEGER NOT NULL,
  [ RewardEventLose_OpenMatch_Fort ] INTEGER NOT NULL,
  [ RewardWin_OneDeathmatch ] INTEGER NOT NULL,
  [ RewardLose_OneDeathmatch ] INTEGER NOT NULL,
  [ RewardEventWin_OneDeathmatch ] INTEGER NOT NULL,
  [ RewardEventLose_OneDeathmatch ] INTEGER NOT NULL,
  [ RewardWin_OneDeathmatchRank ] INTEGER NOT NULL,
  [ RewardLose_OneDeathmatchRank ] INTEGER NOT NULL,
  [ RewardEventWin_OneDeathmatchRank ] INTEGER NOT NULL,
  [ RewardEventLose_OneDeathmatchRank ] INTEGER NOT NULL,
  [ BasePoint ] INTEGER NOT NULL,
  [ LoseAdjustRate ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_Elimination ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_Elimination ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_TeamDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_TeamDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_FreeForAll ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_FreeForAll ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_OpenMatch ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_OpenMatch ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_OpenMatch_Fort ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_OpenMatch_Fort ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_OneDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_OneDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_Win_OneDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_Lose_OneDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_Elimination ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_Elimination ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_TeamDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_TeamDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_FreeForAll ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_FreeForAll ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_TeamDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_OpenMatch ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_OpenMatch ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_OpenMatch_Fort ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_OpenMatch_Fort ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_OneDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_OneDeathmatch ] INTEGER NOT NULL,
  [ ExpeditionExp_EventWin_OneDeathmatchRank ] INTEGER NOT NULL,
  [ ExpeditionExp_EventLose_OneDeathmatchRank ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)