Module:Layer/Notting Hill S 2

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

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

local layerdata = {
	head = "Nottinghill s2.png",
	prof = "Nott s2 prof.png",
	titlezh = "香汗淋漓的騎士",
	titlejp = "汗も滴る騎士",
	
	rarity ="S",
	l_type ="攻擊",
	
	release="Gacha",
	rel_typ="",
	rel_yy =2022,
	rel_mm =2,
	rel_ww =4,

	fac_atk ="150.97",--这部分数据不要加百分号
	fac_def ="155.92",
	fac_hit ="139.93",
	fac_spd ="137.93",
	fac_int ="137.93",
	fac_res ="142.93",
	fac_hel ="133.84",
	fac_luc ="129.94",
	
	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 =0,
	ext_luc =0,
	
	skill1 ="光剣",
	skill2 ="微塵斬り",
	skill3 ="奮い立つ剣",
	
	ability1 ="ドレインアタック改【小】",
	ability2 ="パワーターン【中】",
	ability3 ="ダメージアップ【中】",
}

return layerdata