Module:Layer/Versailles A

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

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

local layerdata = {
	head = "Versailles a.png",
	prof = "Versailles a prof.png",
	titlezh = "嬌小劍士",
	titlejp = "小さき剣士",
	
	rarity ="A",
	l_type ="攻擊",
	
	release="Gacha",
	rel_typ="",
	rel_yy =2022,
	rel_mm =1,
	rel_ww =2,

	fac_atk ="136.83",
	fac_def ="140.97",
	fac_hit ="128.98",
	fac_spd ="126.98",
	fac_int ="126.98",
	fac_res ="131.93",
	fac_hel ="124.84",
	fac_luc ="122.89",

	res_sls =20,--这里也不要加百分号
	res_imp =-60,
	res_prc =-20,--如果元素抗性不为0的话手动添加res_fire/water/wind/light/dark
	
	ext_atk =50,
	ext_def =0,
	ext_hit =0,
	ext_spd =10,
	ext_int =0,
	ext_res =-10,
	ext_hel =-20,
	ext_luc =-20,
	
	skill1 ="光剣",
	skill2 ="クロスカリバー",
	skill3 ="居合抜刀斬り",
	
	ability1 ="パワーアタック【小】",
	ability2 ="ダメージカット【小】",
	ability3 ="ダメージアップ【小】",
}

return layerdata