浮漂脚本

This commit is contained in:
2025-11-26 14:28:55 +08:00
parent 293890c649
commit 6b5e43d813
110 changed files with 1659 additions and 12039 deletions

View File

@@ -17,24 +17,20 @@ namespace NBF
[ProtoMember(1)]
public uint Id { get; set; } // Id
[ProtoMember(2)]
public uint Type { get; set; } // 子类型
[ProtoMember(3)]
public uint[] Shop { get; set; } = Array.Empty<uint>(); // 出现商店
[ProtoMember(4)]
[ProtoMember(3)]
public uint Group { get; set; } // 组
[ProtoMember(4)]
public string[] Items { get; set; } = Array.Empty<string>(); // 物品
[ProtoMember(5)]
public uint[] Items { get; set; } = Array.Empty<uint>(); // 物品
[ProtoMember(6)]
public uint Amount { get; set; } // 获得数量
[ProtoMember(7)]
public uint Price1 { get; set; } // 银币价格
[ProtoMember(8)]
[ProtoMember(6)]
public uint Price2 { get; set; } // 金币价格
[ProtoMember(9)]
[ProtoMember(7)]
public uint[] Label { get; set; } = Array.Empty<uint>(); // 标签
[ProtoMember(10)]
[ProtoMember(8)]
public uint Number { get; set; } // 可购买数量
[ProtoMember(11)]
[ProtoMember(9)]
public uint Disable { get; set; } // 禁用状态
[ProtoIgnore]
public uint Key => Id;

View File

@@ -31,9 +31,7 @@ namespace NBF
[ProtoMember(8)]
public uint Max { get; set; } // 最大堆叠数量
[ProtoMember(9)]
public uint AutoUse { get; set; } // 获得自动使用
[ProtoMember(10)]
public uint Deal { get; set; } // 交易类型
public uint AutoUse { get; set; } // 获得自动使用
[ProtoIgnore]
public uint Key => Id;