Onigiri Wiki
Advertisement
[
	"weapon[1611]アオイチャンソード 改",
	"Aoi-chan Sword - Redux"
],
[
	"weapon[1610]【あおいちゃんそーど かい】琴葉葵の武器解説[r]「私とお揃いの刀です。とっても綺麗な青ですよね!あの・・・私だと思って大事にしてくださいね?」",
	"Aoi explains:[r]\"This is the sword I use. It's a beautiful blue! Um...so please take good care of it, ok?\""
],
weaponSettings[1611] <- load(::WeaponSetting({
	name = ::TR("weapon[1611]アオイチャンソード 改") //強化形態
	desc = ::TR("weapon[1610]【あおいちゃんそーど かい】琴葉葵の武器解説[r]「私とお揃いの刀です。とっても綺麗な青ですよね!あの・・・私だと思って大事にしてくださいね?」")
	category = WeaponCategory.SWORD
	rank = ITEM_RANK_S
	requiredLv = 125
	
	icon = "sword"
	view = [
		{path = "/res/weapon/sword/gim_jpsword/gim_jpsword.kmd", bone = BONENAME_RHAND, hpb = Vector3D(0, 0, 180)}
	]
	tex = {
		jpsword = ["/res/weapon/sword/gim_jpsword/tex/gimmick_jpsword_aoi_d.dds",
		"/res/weapon/sword/gim_jpsword/tex/gimmick_jpsword_s.dds"]
	}

	skillEfxType = "blue"
	
	cap = 8000
	tend = 13
	durability = 1500
	
	price=3500000
	sellprice=800000
	
	builtinOptions = [
		::StateErrorOption(StateErrorType.ATTRI_DMG_ON_HIT, { type=Attr.ICE, proc=10, rate=1, limit=1000000 }),
		::StateErrorOption(StateErrorType.ATTRI_DMG_ON_HIT, { type=Attr.WIND, proc=10, rate=1, limit=1000000 }),
		secMultOption("atk", 20, [["hp", GTE, 60],]),
		secMultOption("atk", -20, [["hp", LT, 30],]),
		secAddOption("ice", 40) //氷
		secAddOption("wind", 40) //風
		::StateErrorOption(StateErrorType.CONSUME_TOLERANCE,{ rate=20 }),
	]
	
	skillIDs = []
}));
artifactSettings[51611] <- load(::ArtifactSetting({ // Lv 125 アオイチャンソード 改
	artifactKind = ItemKind.WEAPON
	artifactID = 1611
	num =1
	materials = [
		::WeaponItemData(1610).setDummyEnhancementLevel(50),// アオイチャンソード Lv50
		::ItemData(ItemKind.MATERIAL, 2770, 100), //触手(テュポーン)
		::ItemData(ItemKind.MATERIAL, 2771, 30), //無常の果実(テュポーン)
		::ItemData(ItemKind.MATERIAL, 2860, 30), //晦冥の氷華(サタン)
		::ItemData(ItemKind.MATERIAL, 2864, 20), //叛逆の炎(ルシファー)
		::ItemData(ItemKind.MATERIAL, 2882, 20), //大力の大岩(オッペンハイマー)
		::ItemData(ItemKind.MATERIAL, 2893, 100), //高級な絹(辻神(風))
		::ItemData(ItemKind.MATERIAL, 3069, 3), //奈落の氷晶角(グラキエステュポーン)
		::ItemData(ItemKind.MATERIAL, 3086, 3), //弧描角(魔獣)
		::ItemData(ItemKind.GEMSTONE, 2, 30),    //火炎石
		::ItemData(ItemKind.GEMSTONE, 3, 30),    //氷晶石
		::ItemData(ItemKind.GEMSTONE, 7, 30),    //斬鋭石
	]
	price = 80000000
	icon = "recipe"
	jobLv = 6
}));

grade 100 max damage =cap*(1+tend)*1,1

grade 100 min=cap*(1+tend)*1,1*(1-tend)

translations: https://pastebin.com/2HiUVPxK

Advertisement