骨灰玩家
  
- 贡献度
- 3213
- 金元
- 70432
- 积分
- 19895
- 精华
- 0
- 注册时间
- 2008-7-17
|
28件重型装甲军用背心可选择,兼容身形mod Vanilla/EBB/EBBP/Gymfiend,自动重新装配选择。
mod依赖:
ArchiveXL
TweakXL
RED4ext
安装:
通过 Vortex 安装或手动将 zip 文件的内容提取到 Cyberpunk 根文件夹中,以便它们最终如下:
archive\pc\mod\scorpion_military_ballistic_vest.archive
archive\pc\mod\scorpion_military_ballistic_vest.xl
r6\tweaks\scorpiontank\scorpion_military_ballistic_vest.yaml
物品代码:
Game.AddToInventory("Items.ballistic_vest_black_standard", 1)
Game.AddToInventory("Items.ballistic_vest_blue_standard", 1)
Game.AddToInventory("Items.ballistic_vest_brown_standard", 1)
Game.AddToInventory("Items.ballistic_vest_burgundy_standard", 1)
Game.AddToInventory("Items.ballistic_vest_charcoal_standard", 1)
Game.AddToInventory("Items.ballistic_vest_forest_standard", 1)
Game.AddToInventory("Items.ballistic_vest_green_standard", 1)
Game.AddToInventory("Items.ballistic_vest_grey_standard", 1)
Game.AddToInventory("Items.ballistic_vest_militech_standard", 1)
Game.AddToInventory("Items.ballistic_vest_navy_standard", 1)
Game.AddToInventory("Items.ballistic_vest_olive_standard", 1)
Game.AddToInventory("Items.ballistic_vest_pine_standard", 1)
Game.AddToInventory("Items.ballistic_vest_pink_standard", 1)
Game.AddToInventory("Items.ballistic_vest_red_standard", 1)
Game.AddToInventory("Items.ballistic_vest_sand_standard", 1)
Game.AddToInventory("Items.ballistic_vest_snow_standard", 1)
Game.AddToInventory("Items.ballistic_vest_tan_standard", 1)
Game.AddToInventory("Items.ballistic_vest_teal_standard", 1)
Game.AddToInventory("Items.ballistic_vest_white_standard", 1)
Game.AddToInventory("Items.ballistic_vest_void_standard", 1)
Game.AddToInventory("Items.ballistic_vest_urban_custom", 1)
Game.AddToInventory("Items.ballistic_vest_specops_custom", 1)
Game.AddToInventory("Items.ballistic_vest_arctic_custom", 1)
Game.AddToInventory("Items.ballistic_vest_arid_custom", 1)
Game.AddToInventory("Items.ballistic_vest_nightops_custom", 1)
Game.AddToInventory("Items.ballistic_vest_digital_custom", 1)
Game.AddToInventory("Items.ballistic_vest_zealot_custom", 1)
Game.AddToInventory("Items.ballistic_vest_enforcer_custom", 1)
下载地址:
|
评分
-
1
查看全部评分
-
|