一个高自由度的战术军用战斗头盔,主打模块化定制与游戏性加成,完美贴合夜之城的硬核军用风格。
分为三大类,实现了高度的模块化自定义:
1. 装备类(带属性与稀有度)
头盔本体:22 种不同变体(迷彩 / 纯色 / 战术黑等配色),提供护甲、抗性与职业加成
智能瞄准面罩:22 种变体,核心功能件,提供智能瞄准相关的特殊属性
2. 装饰类(外观定制)
贴纸 / 徽标:30 种不同风格的贴花,可自定义头盔外观
护目镜镜片:21 种颜色可选
LED 灯效:前灯 / 侧灯各 10 种颜色,可搭配出赛博风格光效
3. 功能开关类(细节调整)
面罩展开 / 收起
隐藏 / 显示耳机、耳机连接线、耳机盖板
头盔内发型(3 种可选,解决 “光头 bug”)
⚠️ 注意:装饰和开关类配件,必须搭配对应的 “装备类” 头盔 / 面罩使用,否则不会生效。
游戏性加成说明
这个模组不是单纯的外观党福利,装备类物品带有完整的属性加成,属于突击职业体系:
头盔本体属性
职业加成:突击点数+225~+340
基础属性:护甲 + 25~+45,爆炸抗性 + 2.0%~4.0%,近战抗性 + 0.5%~1.0%
特殊效果:自带 “智能面罩安装位”,可激活需要该接口的装备效果
最高售价:11,450 €$
智能面罩属性(核心功能)
职业加成:突击点数 + 40~+80(随稀有度提升)
基础属性:护甲 + 5~+10
特殊效果:
启用智能瞄准,锁定范围 + 5%~+10%,锁定速度 + 5%~+10%
接入 NCPD 数据库
4 倍光学变焦
最高售价:50,950 €$
⚠️ 关键提示:属性加成仅在原版装备槽生效,衣柜 / EquipmentEx 扩展槽中装备不会获得任何效果。
❚ 获取方式
物品可通过三种不同途径获取:
・前往查特山的泽尼特克斯商店,从商贩处购买物品
・在公寓内任意电脑上,通过虚拟工坊进入泽尼特克斯工坊订购物品
・使用代码复制粘贴到 CET 控制台,即可立即将物品添加至你的物品栏
代码:Game.AddToInventory("Items.scorpion_combat_helmet_helmet_alpine_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_arctic_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_arid_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_barghest_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_black_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_desert_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_digital_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_enforcer_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_kangtao_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_lazarus_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_militech_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_nightops_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_sand_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_specops_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_tan_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_trauma_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_urban_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_void_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_white_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_zealot_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_coyote_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_helmet_verdant_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_alpine_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_arctic_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_arid_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_barghest_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_black_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_desert_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_digital_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_enforcer_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_kangtao_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_lazarus_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_militech_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_nightops_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_sand_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_specops_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_tan_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_trauma_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_urban_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_void_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_white_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_zealot_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_coyote_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_visor_verdant_Legendary")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_visor")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_headset")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_headset_full")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_cable_l")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_cable_r")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_cable_both")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_cover")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_hair_buzz")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_hair_thompson")
Game.AddToInventory("Items.scorpion_combat_helmet_toggle_hair_physics")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_agent")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_army")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_assault")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_barghest")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_cswat")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_command")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_enforcer")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_engineer")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_escort")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_guard")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_gunner")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_kangtao")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_lazarus")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_marine")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_medic")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_military")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_militech")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_navy")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_officer")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_patrol")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_pilot")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_police")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_ranger")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_recon")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_sapper")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_security")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_specops")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_support")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_trauma")
Game.AddToInventory("Items.scorpion_combat_helmet_decal_zenitex")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_charcoal")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_black")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_blue")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_copper")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_cyan")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_drab")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_gallant")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_graphite")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_green")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_khaki")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_lime")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_maroon")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_olive")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_orange")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_red")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_sand")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_smoke")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_steel")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_tan")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_white")
Game.AddToInventory("Items.scorpion_combat_helmet_goggles_yellow")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_blue")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_cyan")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_green")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_lime")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_magenta")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_orange")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_purple")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_red")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_white")
Game.AddToInventory("Items.scorpion_combat_helmet_led_front_yellow")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_blue")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_cyan")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_green")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_lime")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_magenta")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_orange")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_purple")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_red")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_white")
Game.AddToInventory("Items.scorpion_combat_helmet_led_side_yellow")




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