Skip to content

Commit d337448

Browse files
author
ExLin
committed
blerp
1 parent 1cba6bb commit d337448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zzz/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ To work with Drive Disc stats, you need to use [EquipmentLevelTemplateTb.json](h
257257
This file determines the Drive Disc value based on its level and rarity.
258258

259259
- **Main Stat:**
260-
`Result = MainStat.PropertyValue * (1 + EquipmentLevel.Field_XXX)`
260+
`Result = MainStat.PropertyValue * (1 + EquipmentLevel.Field_XXX / 10000)`
261261
**Example (Level 14, Rarity 4):**
262262
`2090 = 550 * (1 + 28000 / 10000)`
263263

0 commit comments

Comments
 (0)