thrift-related/thrift-files/meowment/MergeData.thrift
2026-01-19 21:11:05 +08:00

38 lines
1.2 KiB
Thrift
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace netstd Byway.Thrift.Data
struct MergeDataItem
{
1:i32 Id, // Id
2:i32 Lv, // 等级
3:i32 MaxLv, // 最大等级
4:string Icon, // 图标
5:string Color, // 系列
6:string Title, // 标题
7:string Content, // 内容
8:string SellType, // 出售类型
9:i32 SellNum, // 出售价格
10:i32 Star, // 订单星星数
11:string Origin, // 来源
12:i32 Capacity, // 容量
13:i32 CoolTime, // 冷却时间
14:i32 CoolNum, // 快速冷却消耗
15:string Emit_List, // 发射内容
16:i32 SellDiamond, // 出售钻石[可出售/不可出售]
17:string Relative, // 关联[发射器关联它可发射的物品,产物关联发射它的发射器]
18:string Type, // 类型
19:string Emit_ID, // 发射器编号
20:string Emit_Type, // 发射器类型/发射它的最初发射器
21:string Product_Type, // 产物类型[主产物,副产物/发射器关联的所有产物]
22:i32 Order_Score, // 订单积分[弃用]
23:string Emit_Product, // 发射器对应产物类型
24:string Dynamic, // 动态等级
25:string Dynamic1, // 动态等级n==2|3
26:string Dynamic2, // 动态等级n==4|5
27:string Dynamic3, // 动态等级n==6
}
struct MergeData
{
1:map<i32,MergeDataItem> mergedatas,
}