From 1a4b61588779c0d0d6a34963feedf6e9836ca777 Mon Sep 17 00:00:00 2001 From: isoden <3771988+isoden@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:02:48 +0900 Subject: [PATCH] feat: add ver15 decorations --- .../lib/models/decoration/decorations-json.ts | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/libs/data/src/lib/models/decoration/decorations-json.ts b/libs/data/src/lib/models/decoration/decorations-json.ts index e25028c..9c323f3 100644 --- a/libs/data/src/lib/models/decoration/decorations-json.ts +++ b/libs/data/src/lib/models/decoration/decorations-json.ts @@ -1,6 +1,84 @@ import { Decoration } from './decoration' export const decorations: Decoration[] = [ + { + name: '節弾珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['弾丸節約', 2]], + }, + { + name: '血氣珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['血氣', 2]], + }, + { + name: '激励珠【1】', + type: 'decoration', + slotSize: 1, + skills: [['激励', 1]], + }, + { + name: '攻撃珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['攻撃', 2]], + }, + { + name: '達人珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['見切り', 2]], + }, + { + name: '翻異珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['状態異常確定蓄積', 2]], + }, + { + name: '剛心珠Ⅱ【3】', + type: 'decoration', + slotSize: 3, + skills: [['剛心', 2]], + }, + { + name: '煽衛珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['煽衛', 2]], + }, + { + name: '狂蝕珠【4】', + type: 'decoration', + slotSize: 4, + skills: [['狂竜症【蝕】', 1]], + }, + { + name: '装填珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['装填拡張', 2]], + }, + { + name: '挑戦珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['挑戦者', 2]], + }, + { + name: '刃鱗珠Ⅱ【4】', + type: 'decoration', + slotSize: 4, + skills: [['刃鱗磨き', 2]], + }, + { + name: '緩衝珠【1】', + type: 'decoration', + slotSize: 1, + skills: [['緩衝', 1]], + }, { name: '連撃珠Ⅱ【4】', type: 'decoration',