Module:Layer/Oculus S

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

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

local layerdata = {
	head = "Oculus s.png",
	prof = "Oculus s prof.png",
	titlezh = "追求自由",
	titlejp = "自由を求めて",
	
	rarity ="S",
	l_type ="攻擊",
	
	release="Event",
	rel_typ="",
	rel_yy =2021,
	rel_mm =3,
	rel_ww =4,
	exc_typ="Hunt",
	excnote="4",

	fac_atk ="129.98",--这部分数据不要加百分号
	fac_def ="130.84",
	fac_hit ="126.89",
	fac_spd ="129.98",
	fac_int ="152.87",
	fac_res ="147.97",
	fac_hel ="145.88",
	fac_luc ="136.98",
	
	res_sls =0,--这里也不要加百分号
	res_imp =30,
	res_prc =-50,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =0,
	ext_def =20,
	ext_hit =0,
	ext_spd =0,
	ext_int =0,
	ext_res =20,
	ext_hel =-40,
	ext_luc =0,
	
	skill1 ="ファイアボール",
	skill2 ="フレイムバースト",
	skill3 ="エクスプロージョン",
	
	ability1 ="フルコンディション防【小】",
	ability2 ="マジックアタック【中】",
	ability3 ="ウィークマスター攻【中】",
}

return layerdata