Module:Layer/Anzio S

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

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

local layerdata = {
	head = "Anzio s.png",
	prof = "Anzio s prof.png",
	titlezh = "欣喜若狂☆",
	titlejp = "エクスタシー☆",
	
	rarity ="S",
	l_type ="攻擊",
	
	release="Gacha",
	rel_typ="Limited",
	rel_yy =2020,
	rel_mm =10,
	rel_ww =3,

	fac_atk ="141.88",
	fac_def ="131.98",
	fac_hit ="146.97",
	fac_spd ="138.88",
	fac_int ="136.93",
	fac_res ="144.88",
	fac_hel ="129.89",
	fac_luc ="137.84",

	res_sls =-50,--这里也不要加百分号
	res_imp =0,
	res_prc =30,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =20,
	ext_def =0,
	ext_hit =10,
	ext_spd =0,
	ext_int =-10,
	ext_res =-10,
	ext_hel =-20,
	ext_luc =10,
	
	skill1 ="礎の矢",
	skill2 ="ファストアロー",
	skill3 ="フェザーショット",
	
	ability1 ="パワーアタック【中】",
	ability2 ="フルコンディション攻【小】",
	ability3 ="ダメージアップ【中】",
}

return layerdata