资深玩家
  
- 贡献度
- 91
- 金元
- 126115
- 积分
- 12976
- 精华
- 0
- 注册时间
- 2015-3-18
|
本帖最后由 yoyotv323 于 2023-1-16 12:11 编辑
遊戲版本1.9.1
請問,
照著此帖的方法 [资料] 整理一些武器、炮塔、车辆等的数据修改方式
我改了添加商店100T機甲
在商店沒有看到出售此機甲
是不是哪裡修改有誤
還是版本不適用於此修改方法
紅色是添加的部分
1.9.1版本中 100T機甲有哪些?
感謝
BATTLETECH v.1.9.1\BattleTech_Data\StreamingAssets\data\shops
shopdef_Components_intro.json
{
"ID" : "shopdef_Components_intro",
"RequirementTags" : {
"items" : [
],
"tagSetSourceFile" : ""
},
"ExclusionTags" : {
"items" : [
"planet_other_empty"
],
"tagSetSourceFile" : ""
},
"Inventory" : [
{
"ID" : "Gear_HeatSink_Generic_Standard",
"Type" : "HeatSink",
"DiscountModifier" : 1.0,
"Count" : 0
},
{
"ID" : "Gear_JumpJet_Generic_Standard",
"Type" : "JumpJet",
"DiscountModifier" : 1.0,
"Count" : 0
},
{
"ID" : "mechdef_atlas_AS7-D",
"Type" : "Mech",
"DiscountModifier" : 1.0,
"Count" : 0,
},
{
"ID" : "mechdef_atlas_AS7-D_Lazerboat",
"Type" : "Mech",
"DiscountModifier" : 1.0,
"Count" : 0,
},
{
"ID" : "mechdef_atlas_AS7-D-HT",
"Type" : "Mech",
"DiscountModifier" : 1.0,
"Count" : 0,
},
],
"Specials" : []
}
|
|