Module:Layer/Versailles S

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

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

local layerdata = {
	head = "Versailles s.png",
	prof = "Versailles s prof.png",
	titlezh = "勇敢之劍",
	titlejp = "勇敢な剣",
	
	rarity ="S",
	l_type ="輔助",
	
	release="Event",
	rel_typ="",
	rel_yy =2022,
	rel_mm =1,
	rel_ww =2,

	fac_atk ="146.97",
	fac_def ="153.92",
	fac_hit ="133.98",
	fac_spd ="136.93",
	fac_int ="131.84",
	fac_res ="142.88",
	fac_hel ="140.88",
	fac_luc ="133.98",

	res_sls =30,--这里也不要加百分号
	res_imp =-50,
	res_prc =0,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =0,
	ext_def =0,
	ext_hit =0,
	ext_spd =0,
	ext_int =0,
	ext_res =0,
	ext_hel =20,
	ext_luc =20,
	
	skill1 ="怒涛全開斬り",
	skill2 ="微塵斬り",
	skill3 ="奮い立つ剣",
	
	ability1 ="ドレインアタック改【小】",
	ability2 ="ガードエール【小】",
	ability3 ="パワーエール【小】",
}

return layerdata