Redo databases module to pull information from masterdata csv files

This commit is contained in:
Ethan O'Brien
2026-05-02 15:21:19 -05:00
parent 4f42e5029b
commit ad0009baf6
399 changed files with 114822 additions and 575620 deletions

View File

@@ -0,0 +1,21 @@
_id,_spriteName,_masterTextId,_masterTextIdColor,_masterReleaseLabelId
CloseButton,common_img_white,Button_Close,Common_BlackText,1
OkButton,common_img_white,Button_Ok,Common_WhiteText,1
CancelButton,common_img_white,Button_Cancel,Common_BlackText,1
CloseOkButton,common_img_white,Button_Ok,Common_WhiteText,1
UpdateButton,common_img_white,Button_Update,Common_WhiteText,1
RetryButton,common_img_white,Button_Retry,Common_WhiteText,1
DownloadButton,common_img_white,Button_Download,Common_WhiteText,1
VoiceOnButton,common_img_white,Button_VoiceOn,Common_GrayText,1
VoiceOffButton,common_img_white,Button_VoiceOff,Common_GrayText,1
ReturnButton,common_img_white,Button_Return,Common_BlackText,1
ResumeButton,common_img_white,Button_Resume,Common_WhiteText,1
SuspendButton,common_img_white,Button_Suspend,Common_BlackText,1
SkipButton,common_img_white,Button_Skip,Common_BlackText,1
RestartButton,common_img_white,Button_Restart,Common_WhiteText,1
ShopButton,common_img_white,Button_Shop,Common_WhiteText,1
HomeButton,common_img_white,Button_Home,Common_WhiteText,1
BuyGemButton,common_img_white,Button_BuyGem,Common_WhiteText,1
PresentBoxButton,common_img_white,Button_PresentBox,Common_WhiteText,1
ChatButton,common_img_white,Button_Chat,Common_WhiteText,1
ReleaseButton,common_img_white,Button_Release,Common_WhiteText,1
1 _id _spriteName _masterTextId _masterTextIdColor _masterReleaseLabelId
2 CloseButton common_img_white Button_Close Common_BlackText 1
3 OkButton common_img_white Button_Ok Common_WhiteText 1
4 CancelButton common_img_white Button_Cancel Common_BlackText 1
5 CloseOkButton common_img_white Button_Ok Common_WhiteText 1
6 UpdateButton common_img_white Button_Update Common_WhiteText 1
7 RetryButton common_img_white Button_Retry Common_WhiteText 1
8 DownloadButton common_img_white Button_Download Common_WhiteText 1
9 VoiceOnButton common_img_white Button_VoiceOn Common_GrayText 1
10 VoiceOffButton common_img_white Button_VoiceOff Common_GrayText 1
11 ReturnButton common_img_white Button_Return Common_BlackText 1
12 ResumeButton common_img_white Button_Resume Common_WhiteText 1
13 SuspendButton common_img_white Button_Suspend Common_BlackText 1
14 SkipButton common_img_white Button_Skip Common_BlackText 1
15 RestartButton common_img_white Button_Restart Common_WhiteText 1
16 ShopButton common_img_white Button_Shop Common_WhiteText 1
17 HomeButton common_img_white Button_Home Common_WhiteText 1
18 BuyGemButton common_img_white Button_BuyGem Common_WhiteText 1
19 PresentBoxButton common_img_white Button_PresentBox Common_WhiteText 1
20 ChatButton common_img_white Button_Chat Common_WhiteText 1
21 ReleaseButton common_img_white Button_Release Common_WhiteText 1