Skip to content

Commit 502d23c

Browse files
committed
3.7 Update:
- Add Kirara (and food) - Update abyss schedule - Minor text updates
1 parent fd0e51a commit 502d23c

File tree

5 files changed

+718
-31
lines changed

5 files changed

+718
-31
lines changed

src/data/gamedata/abyss_floors.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3501,5 +3501,13 @@
35013501
]
35023502
}
35033503
]
3504+
},
3505+
"60": {
3506+
"teams": 2,
3507+
"leyline": "All party members' Normal Attack DMG increased by 50%."
3508+
},
3509+
"61": {
3510+
"teams": 2,
3511+
"leyline": "For this floor only, the Ley Line flow will be normal."
35043512
}
35053513
}

src/data/gamedata/abyss_schedule.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,5 +1428,71 @@
14281428
58,
14291429
59
14301430
]
1431+
},
1432+
"65": {
1433+
"start": "2023-06-01 04:00:00",
1434+
"end": "2023-06-16 03:59:59",
1435+
"buff": "Drumming Moon",
1436+
"buffDesc": "After the character's Normal Attack hits an opponent, this opponent will be afflicted with a Sign of Snaring. After 3s, the Sign will be removed, dealing True DMG to this opponent. After a character's Normal Attack hits an opponent with a Sign of Snaring, the DMG dealt by the Sign's removal will be increased. This DMG can be increased for no more than 9 times.",
1437+
"regularFloors": [
1438+
1,
1439+
2,
1440+
3,
1441+
4,
1442+
5,
1443+
6,
1444+
7,
1445+
8
1446+
],
1447+
"spiralAbyssFloors": [
1448+
45,
1449+
46,
1450+
60,
1451+
61
1452+
]
1453+
},
1454+
"66": {
1455+
"start": "2023-06-16 04:00:00",
1456+
"end": "2023-07-01 03:59:59",
1457+
"buff": "Potent Moon",
1458+
"buffDesc": "After the active character's Normal Attacks hit opponents, the DMG dealt by this character will increase by 12% for 2s. This effect can stack up to 5 times. Each stack's duration is counted independently. This effect can be triggered once every 0.05s. This effect will be canceled when the character leaves the field.",
1459+
"regularFloors": [
1460+
1,
1461+
2,
1462+
3,
1463+
4,
1464+
5,
1465+
6,
1466+
7,
1467+
8
1468+
],
1469+
"spiralAbyssFloors": [
1470+
45,
1471+
46,
1472+
60,
1473+
61
1474+
]
1475+
},
1476+
"67": {
1477+
"start": "2023-07-01 04:00:00",
1478+
"end": "2023-07-16 03:59:59",
1479+
"buff": "Willowy Moon",
1480+
"buffDesc": "After the character's Normal Attack hits an opponent, the Physical or Elemental RES of this opponent will decrease by 6% for 2s, matching the Attribute of that attack. This can stack up to 6 times. RES decreases of different types can co-exist, and their stacks and timers will be independent of each other.",
1481+
"regularFloors": [
1482+
1,
1483+
2,
1484+
3,
1485+
4,
1486+
5,
1487+
6,
1488+
7,
1489+
8
1490+
],
1491+
"spiralAbyssFloors": [
1492+
45,
1493+
46,
1494+
60,
1495+
61
1496+
]
14311497
}
14321498
}

0 commit comments

Comments
 (0)