fix shop (not really)

This commit is contained in:
Yuuki 2023-08-22 00:00:09 +08:00
parent a3c700655b
commit 3831cdff41
1 changed files with 10 additions and 6 deletions

View File

@ -19,9 +19,9 @@ option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto"; import "ItemParam.proto";
// Obf: OBABFCEJLGK // Obf: OBABFCEJLGK
message ShopGoods { message ShopGoods {
uint32 mcoin = 4; uint32 scoin = 4; //Stardust // paimon
uint32 FEMEEIEHBBL = 11; uint32 mcoin = 11; // FEMEEIEHBBL
uint32 max_level = 8; uint32 goods_id = 8; // benar
repeated ItemParam cost_item_list = 3; repeated ItemParam cost_item_list = 3;
uint32 min_level = 1690; uint32 min_level = 1690;
uint32 bought_num = 14; uint32 bought_num = 14;
@ -31,12 +31,16 @@ message ShopGoods {
repeated uint32 preGoodsIdList = 5; repeated uint32 preGoodsIdList = 5;
uint32 buy_limit = 10; uint32 buy_limit = 10;
ItemParam goods_item = 1; ItemParam goods_item = 1;
uint32 scoin = 12; uint32 hcoin = 12;
uint32 EKGBDJFIDJO = 2; uint32 EKGBDJFIDJO = 2;
uint32 KKKOCADJCHM = 898; uint32 KKKOCADJCHM = 898;
uint32 OENMLOAFHMJ = 1946; uint32 OENMLOAFHMJ = 1946;
uint32 goods_id = 7; uint32 max_level = 7;
uint32 end_time = 6; uint32 end_time = 6;
uint32 hcoin = 15; uint32 uk15 = 15;
uint32 next_refresh_time = 9; uint32 next_refresh_time = 9;
// mcoin = Crystals
// scoin = Stardust
// hcoin = Starglitter
} }