配置表调整修改

This commit is contained in:
2025-10-20 00:01:16 +08:00
parent aa9e7d72f4
commit bd737870d3
62 changed files with 261 additions and 175 deletions

View File

@@ -19,14 +19,16 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint EfficacyBase { get; set; } // 吸引力
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Length { get; set; } // 长度(毫米)
public uint EfficacyBase { get; set; } // 吸引力
[ProtoMember(5)]
public uint Weight { get; set; } // 重量(克)
public uint Length { get; set; } // 长度(毫米)
[ProtoMember(6)]
public uint[] Arr { get; set; } = Array.Empty<uint>(); // 重量(克)
public uint Weight { get; set; } // 重量(克)
[ProtoMember(7)]
public uint[] Arr { get; set; } = Array.Empty<uint>(); // 重量(克)
[ProtoMember(8)]
public string[] ArrStr { get; set; } = Array.Empty<string>(); // 重量(克)
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,12 +19,14 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Weight { get; set; } // 重量(克)
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Displacement { get; set; } // 位移
public uint Weight { get; set; } // 重量(克)
[ProtoMember(6)]
public uint Displacement { get; set; } // 位移
[ProtoMember(7)]
public uint NightLight { get; set; } // 是否夜光
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,10 +19,12 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Capacity { get; set; } // 能力
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Capacity { get; set; } // 能力
[ProtoMember(6)]
public uint Weight { get; set; } // 重量(克)
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,12 +19,14 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Zadzior { get; set; } // 长钉
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Length { get; set; } // 长度(毫米)
public uint Zadzior { get; set; } // 长
[ProtoMember(6)]
public uint Length { get; set; } // 长度(毫米)
[ProtoMember(7)]
public uint Weight { get; set; } // 重量(克)
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,10 +19,12 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Max { get; set; } // 最大堆叠数量
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Max { get; set; } // 最大堆叠数量
[ProtoMember(6)]
public uint AutoUse { get; set; } // 获得自动使用
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,12 +19,14 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Length { get; set; } // 长度(毫米)
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Strength { get; set; } // 强度
public uint Length { get; set; } // 长度(毫米)
[ProtoMember(6)]
public uint Strength { get; set; } // 强度
[ProtoMember(7)]
public uint Size { get; set; } // 尺寸
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,12 +19,14 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint[] Hook { get; set; } = Array.Empty<uint>(); //
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint EfficacyBase { get; set; } // 吸引力
public uint[] Hook { get; set; } = Array.Empty<uint>(); //
[ProtoMember(5)]
public uint Length { get; set; } // 长度(毫米)
public uint EfficacyBase { get; set; } // 吸引力
[ProtoMember(6)]
public uint Length { get; set; } // 长度(毫米)
[ProtoMember(7)]
public uint Weight { get; set; } // 重量(克)
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,12 +19,14 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public float[] GearRatio { get; set; } = Array.Empty<float>(); // 组件比
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Size { get; set; } // 尺寸
public float[] GearRatio { get; set; } = Array.Empty<float>(); // 组件比
[ProtoMember(6)]
public uint Size { get; set; } // 尺寸
[ProtoMember(7)]
public uint Strength { get; set; } // 强度
[ProtoIgnore]
public uint Key => Id;

View File

@@ -17,7 +17,9 @@ namespace NBF
[ProtoMember(1)]
public uint Id { get; set; } // Id
[ProtoMember(2)]
public string Model { get; set; } // 模型
public string Model { get; set; } // 模型
[ProtoMember(3)]
public string Icon { get; set; } // 图标
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,18 +19,20 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Ring { get; set; } // 导线圈
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Length { get; set; } // 长度(毫米)
public uint Ring { get; set; } // 导线圈
[ProtoMember(6)]
public uint Weight { get; set; } // 重量(克)
public uint Length { get; set; } // 长度(毫米)
[ProtoMember(7)]
public uint Strength { get; set; } // 强度
public uint Weight { get; set; } // 重量(克)
[ProtoMember(8)]
public uint MaxRange { get; set; } // 最大范围
public uint Strength { get; set; } // 强度
[ProtoMember(9)]
public uint MaxRange { get; set; } // 最大范围
[ProtoMember(10)]
public uint ConstructionType { get; set; } // 结构类型
[ProtoIgnore]
public uint Key => Id;

View File

@@ -19,8 +19,10 @@ namespace NBF
[ProtoMember(2)]
public string Model { get; set; } // 模型
[ProtoMember(3)]
public uint Type { get; set; } // 类型
public string Icon { get; set; } // 图标
[ProtoMember(4)]
public uint Type { get; set; } // 类型
[ProtoMember(5)]
public uint Weight { get; set; } // 重量(克)
[ProtoIgnore]
public uint Key => Id;