◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

模块:Equip info/type data

来自少前百科GFwiki
跳转至: 导航搜索

此模块的文档可以在模块:Equip info/type data/doc创建

local data = {
	{name = "光学瞄具",category = 1,code = "Optical_Sight",fit_gun_type = {2,3,4,5,6}},
	{name = "全息瞄具",category = 1,code = "Holographic_Sight",fit_gun_type = {2,3,4,5,6}},
	{name = "红点瞄具",category = 1,code = "RedDot_Sight",fit_gun_type = {2,3,4,5,6}},
	{name = "夜战装备",category = 1,code = "NightBattle_Equipment",fit_gun_type = {1,2,4,6}},
	{name = "穿甲弹",category = 2,code = "AP_Ammo",fit_gun_type = {3,5}},
	{name = "状态弹",category = 2,code = "HP_Ammo",fit_gun_type = {1,2}},
	{name = "霰弹",category = 2,code = "Shotgun_Shells",fit_gun_type = {6}},
	{name = "高速弹",category = 2,code = "HV_Ammo",fit_gun_type = {4}},
	{name = "芯片",category = 3,code = "Chip",fit_gun_type = {2,4}},
	{name = "外骨骼",category = 3,code = "Exoskeleton",fit_gun_type = {1,2,4}},
	{name = "防弹插板",category = 3,code = "ArmorPlate",fit_gun_type = {6}},
	{name = "勋章",category = 3,code = "Medal",fit_gun_type = {0}},
	{name = "消音器",category = 1,code = "Suppressor",fit_gun_type = {1,2,3,4}},
	{name = "弹链箱",category = 3,code = "Ammunition_Box",fit_gun_type = {5}},
	{name = "伪装披风",category = 3,code = "Camouflage_Cloak",fit_gun_type = {3}},
	{name = "备用瞄具",category = 1,code = "Spare_Sight",fit_gun_type = {1,5}},
	{name = "特殊穿甲弹",category = 2,code = "Special_AP_Ammo",fit_gun_type = {5}},
	{name = "特殊配件",category = 1,code = "Special_Accessories",fit_gun_type = {0}},
	{name = "特殊弹匣",category = 2,code = "Special_Magazine",fit_gun_type = {0}},
	{name = "特殊人形",category = 3,code = "Special_TDoll",fit_gun_type = {0}},
	{name = "固定脚架",category = 3,code = "GroundMount",fit_gun_type = {5}},
	{name = "喉缩管",category = 1,code = "Cylinder",fit_gun_type = {6}},
	{name = "测距仪",category = 3,code = "RangeFinder",fit_gun_type = {3}}
}
return data