Module:Layer/Las Vegas S

来自Mist Train Girls Wiki
跳转到导航 跳转到搜索

可在Module:Layer/Las Vegas S/doc创建此模块的帮助文档

local layerdata = {
	head = "Vegas S.png",
	prof = "Vegas s prof.png",
	titlezh = "精湛的荷官",
	titlejp = "凄腕ディーラー",
	
	rarity ="S",
	l_type ="攻擊",
	
	release="Gacha",
	rel_typ="",
	rel_yy =2020,
	rel_mm =10,
	rel_ww =4,

	fac_atk ="150.97",--这部分数据不要加百分号
	fac_def ="149.97",
	fac_hit ="144.83",
	fac_spd ="144.83",
	fac_int ="130.98%",
	fac_res ="132.98",
	fac_hel ="133.98",
	fac_luc ="125.94",
	
	res_sls =-50,--这里也不要加百分号
	res_imp =0,
	res_prc =30,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =20,
	ext_def =-30,
	ext_hit =0,
	ext_spd =40,
	ext_int =0,
	ext_res =-20,
	ext_hel =0,
	ext_luc =-10,
	
	skill1 ="多段突き",
	skill2 ="柳突",
	skill3 ="毘沙門突き",
	
	ability1 ="ゴールドラッシュ【中】",
	ability2 ="ウィークマスター攻【中】",
	ability3 ="パワーアタック【中】",
}

return layerdata