MK.8 霰弹枪与轻机枪
一款霰弹枪与轻机枪的组合 ——MK.8 重型突击霰弹枪 & 轻机枪,一把可装填 100 发弹药、发射燃烧弹的霰弹枪。
获取方式如下:
制作配方可在以下地点购买:
普通品质:海伍德 - 格伦区 枪械商贩
不常见品质:海伍德 - 泉港区 枪械商贩(需 9 级)
稀有品质:海伍德 - 维斯塔德尔雷伊区 枪械商贩(需 17 级)
史诗品质:太平洲 枪械商贩(需 25 级)
传说品质:沃森区 - 小唐人街 枪械商贩(需 33 级)
该武器的传说品质版本,可在夜之城大部分枪械商贩处购得。
此外,亦可在虚拟工坊中购买该武器,或通过 CET 模组直接添加。
代码:MK.8 霰弹枪,Game.AddToInventory("Items.MK8_Shotgun",1)
Game.AddToInventory("Items.MK8_Shotgun_Epic",1)
Game.AddToInventory("Items.MK8_Shotgun_Rare",1)
Game.AddToInventory("Items.MK8_Shotgun_Uncommon",1)
Game.AddToInventory("Items.MK8_Shotgun_Common",1)
Game.AddToInventory("Items.MK8_LMG",1)
Game.AddToInventory("Items.MK8_LMG_Epic",1)
Game.AddToInventory("Items.MK8_LMG_Rare",1)
Game.AddToInventory("Items.MK8_LMG_Uncommon",1)
Game.AddToInventory("Items.MK8_LMG_Common",1)
轻机枪代码:Game.AddToInventory("Items.MK8Shotgun_Recipe_Legendary",1)
Game.AddToInventory("Items.MK8Shotgun_Recipe_Epic",1)
Game.AddToInventory("Items.MK8Shotgun_Recipe_Rare",1)
Game.AddToInventory("Items.MK8Shotgun_Recipe_Uncommon",1)
Game.AddToInventory("Items.MK8Shotgun_Recipe_Common",1)
Game.AddToInventory("Items.MK8LMG_Recipe_Legendary",1)
Game.AddToInventory("Items.MK8LMG_Recipe_Epic",1)
Game.AddToInventory("Items.MK8LMG_Recipe_Rare",1)
Game.AddToInventory("Items.MK8LMG_Recipe_Uncommon",1)
Game.AddToInventory("Items.MK8LMG_Recipe_Common",1)
需要:往日之影DLC




注意!! 此mod与其他相同类型的mod有冲突,请单独使用!
