Browse Source

Merge pull request #83 from seriaati/seria

Add notes to disc rarity & skill level buffs
pull/84/head
Algoinde GitHub 1 year ago
parent
commit
e1f658da85
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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