Browse Source

Add notes to disc rarity & skill level buffs

pull/83/head
seria 1 year ago
parent
commit
20559be5de
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/zzz/api.md

+ 4
- 0
docs/zzz/api.md View File

@@ -87,6 +87,8 @@
| SkillLevelList | Agent skill level dict, check the [definitions](#skills) for indexes |
| [EquippedList](#EquippedList) | List of Drive Discs |

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).

#### Weapon

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
| MainStatList | Drive Disc Main Stat, check [Stat](#Stat) for additional info |
| RandomPropertyList | Drive Disc Substat List, check [Stat](#Stat) for additional info |

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).

#### Stat

Check [Formulas](#formulas) to see how to get actual values from base values


Loading…
Cancel
Save