Add 5.5 stigmata and battlesuits

This commit is contained in:
Sakura Knoll
2022-01-11 21:41:36 +09:00 Unverified
parent ec424241bd
commit ceb821608e
27 changed files with 227 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 KiB

+50
View File
@@ -0,0 +1,50 @@
{
"id": "pe",
"version": "5.5",
"name": "Palatinus Equinox",
"type": "imaginary",
"valkyrie": "durandal",
"features": ["physical", "time mastery"],
"leader": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"special": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"passive": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"ultimate": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"evasion": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"basic": {
"core": {
"name": "",
"description": ""
},
"subskills": []
}
}
@@ -0,0 +1,50 @@
{
"id": "spina",
"version": "5.5",
"name": "Spina Astera",
"type": "mecha",
"valkyrie": "rita",
"features": ["fire-dmg", "ignite", "time mastery"],
"leader": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"special": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"passive": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"ultimate": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"evasion": {
"core": {
"name": "",
"description": ""
},
"subskills": []
},
"basic": {
"core": {
"name": "",
"description": ""
},
"subskills": []
}
}
@@ -0,0 +1,15 @@
{
"id": "durandal-stage",
"name": "Durandal - Stage",
"altName": "Set",
"twoSetSkill": {
"name": "2 pieces",
"description": ""
},
"threeSetSkill": {
"name": "3 pieces",
"description": ""
},
"version": "5.5",
"rarity": 5
}
@@ -0,0 +1,15 @@
{
"id": "ragna",
"name": "Ragna",
"altName": "Set",
"twoSetSkill": {
"name": "2 pieces",
"description": ""
},
"threeSetSkill": {
"name": "3 pieces",
"description": ""
},
"version": "5.5",
"rarity": 5
}
@@ -0,0 +1,16 @@
{
"id": "durandal-stage-bot",
"type": "bot",
"name": "Durandal - Stage (B)",
"skill": {
"name": "",
"description": ""
},
"hp": 0,
"atk": 0,
"def": 0,
"crt": 0,
"rarity": 5,
"set": "durandal-stage",
"version": "5.5"
}
@@ -0,0 +1,16 @@
{
"id": "durandal-stage-mid",
"type": "mid",
"name": "Durandal - Stage (M)",
"skill": {
"name": "",
"description": ""
},
"hp": 0,
"atk": 0,
"def": 0,
"crt": 0,
"rarity": 5,
"set": "durandal-stage",
"version": "5.5"
}
@@ -0,0 +1,16 @@
{
"id": "durandal-stage-top",
"type": "top",
"name": "Durandal - Stage (T)",
"skill": {
"name": "",
"description": ""
},
"hp": 0,
"atk": 0,
"def": 0,
"crt": 0,
"rarity": 5,
"set": "durandal-stage",
"version": "5.5"
}
@@ -0,0 +1,16 @@
{
"id": "ragna-bot",
"type": "bot",
"name": "Ragna (B)",
"skill": {
"name": "",
"description": ""
},
"hp": 0,
"atk": 0,
"def": 0,
"crt": 0,
"rarity": 5,
"set": "ragna",
"version": "5.5"
}
@@ -0,0 +1,16 @@
{
"id": "ragna-mid",
"type": "mid",
"name": "Ragna (M)",
"skill": {
"name": "",
"description": ""
},
"hp": 0,
"atk": 0,
"def": 0,
"crt": 0,
"rarity": 5,
"set": "ragna",
"version": "5.5"
}
@@ -0,0 +1,16 @@
{
"id": "ragna-top",
"type": "top",
"name": "Ragna (T)",
"skill": {
"name": "",
"description": ""
},
"hp": 0,
"atk": 0,
"def": 0,
"crt": 0,
"rarity": 5,
"set": "ragna",
"version": "5.5"
}
+1
View File
@@ -14,6 +14,7 @@ import { translate, useTranslation } from '../../../lib/i18n'
import { useRouter } from 'next/router'
import Head from '../../../components/atoms/Head'
import { battlesuitFeatures } from '../../../lib/honkai3rd/battlesuits'
interface ElfShowPageProps {
elf: ElfData
}