Module:Layer/Tendou S

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

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

local layerdata = {
	head = "Tendou s.png",
	prof = "Tendou s prof.png",
	titlezh = "文武雙全",
	titlejp = "文武両道",
	
	rarity ="S",
	l_type ="特殊",
	
	release="Gacha",
	rel_typ="Limited",
	rel_yy =2022,
	rel_mm =1,
	rel_ww =1,

	fac_atk ="150.97",
	fac_def ="144.88",
	fac_hit ="148.97",
	fac_spd ="148.97",
	fac_int ="127.89",
	fac_res ="128.89",
	fac_hel ="129.89",
	fac_luc ="138.88",

	res_sls =-50,--这里也不要加百分号
	res_imp =0,
	res_prc =30,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =0,
	ext_def =0,
	ext_hit =0,
	ext_spd =30,
	ext_int =0,
	ext_res =0,
	ext_hel =0,
	ext_luc =0,
	
	skill1 ="抜魂",
	skill2 ="柳突",
	skill3 ="海王一閃",
	
	ability1 ="ラックアタック【中】",
	ability2 ="ガードブレイク【中】",
	ability3 ="パワーブレイク【中】",
}

return layerdata