You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zzz/api.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,8 @@
87
87
| SkillLevelList | Agent skill level dict, check the [definitions](#skills) for indexes |
88
88
|[EquippedList](#EquippedList)| List of Drive Discs |
89
89
90
+
Note: If the agent has unlocked mindscape 3, increase all skill levels by 2. If the agent has unlocked mindscape 5, increase all skill levels by 2 on the base of the previous increase (4 total).
91
+
90
92
#### Weapon
91
93
92
94
Check [Formulas](#formulas) to see how to get actual values from base values
@@ -124,6 +126,8 @@ For more info, refer to [store/zzz/weapons.json](https://raw.githubusercontent.c
124
126
| MainStatList | Drive Disc Main Stat, check [Stat](#Stat) for additional info |
125
127
| RandomPropertyList | Drive Disc Substat List, check [Stat](#Stat) for additional info |
126
128
129
+
Note: Rarity of drive discs can be found in [store/zzz/equipment.json](https://github.com/seriaati/API-docs/blob/master/store/zzz/equipments.json).
130
+
127
131
#### Stat
128
132
129
133
Check [Formulas](#formulas) to see how to get actual values from base values
0 commit comments