Module:Layer/Pancras S

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

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

local layerdata = {
	head = "Pancras s.png",
	prof = "Pancras s prof.png",
	titlezh = "淑女的品格",
	titlejp = "淑女の品格",
	
	rarity ="S",
	l_type ="特殊",
	
	release="Gacha",
	rel_typ="Limited",
	rel_yy =2021,
	rel_mm =1,
	rel_ww =3,

	fac_atk ="145.83",--这部分数据不要加百分号
	fac_def ="134.98",
	fac_hit ="150.92",
	fac_spd ="147.97",
	fac_int ="132.98",
	fac_res ="121.99",
	fac_hel ="121.99",
	fac_luc ="155.87",
	
	res_sls =-50,--这里也不要加百分号
	res_imp =0,
	res_prc =30,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =-30,
	ext_def =-10,
	ext_hit =30,
	ext_spd =20,
	ext_int =0,
	ext_res =-10,
	ext_hel =0,
	ext_luc =0,
	
	skill1 ="ゼロファイア",
	skill2 ="ポイズンバレット",
	skill3 ="バレットレイン",
	
	ability1 ="スピードブレイク【中】",
	ability2 ="スピードアタック【中】",
	ability3 ="フルコンディション防【小】",
}

return layerdata