Add weapon data

This commit is contained in:
Sakura Knoll
2021-12-20 02:47:35 +09:00 Unverified
parent 61bf657f23
commit a79d8aee6f
552 changed files with 4532 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"id": "dark-star",
"name": "Dark Star",
"atk": 287,
"crt": 19,
"rarity": 5,
"skills": [
{
"name": "Starblast",
"description": "Charged cannon. 1st Sequence: Single shot. 2nd Sequence: Empowered double shot. 3rd Sequence: Super-powered triple shot. Team deals 15.0% bonus Physical DMG to bleeding enemies (cannot stack)."
},
{
"name": "Umbral Vision",
"description": "[SP: 12][CD: 25s] Strike the target to deal 400.0% ATK of Physical DMG within 4m and create a Umbral Zone around the target lasting 7s, dealing 30% ATK of Physical DMG per second to them and bleeding them to further deal 15.0% ATK of Physical DMG per 0.3s for 5s (can be refreshed). Enemy kills within the zone proc 400.0% ATK of Physical DMG in a large area and expand the range of the zone by 1m (6m max)."
}
]
}