Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38e4824

Browse files
author
ExLin
committedFeb 1, 2025·
Oopsie
1 parent 76b65e7 commit 38e4824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/zzz/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ To calculate the base stats of an Agent, you need to use
224224
- **Growth:**
225225
`GrowthValue = (GrowthProps[PropertyId] * (Avatar.Level - 1)) / 10000`
226226
- **Promotion:**
227-
`PromotionValue = PromotionProps[Avatar.PromotionLevel][PropertyId]`
227+
`PromotionValue = PromotionProps[Avatar.PromotionLevel - 1][PropertyId]`
228228
- **Core Enhancement:**
229229
`CoreEnhancementValue = CoreEnhancementProps[Avatar.CoreSkillEnhancement][PropertyId]`
230230

‎docs/zzz/api_de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Um die Basisstats von einem Agent auszurechnen, musst du [store/zzz/avatars.json
224224
- **Wachstum:**
225225
`GrowthValue = (GrowthProps[PropertyId] * (Avatar.Level - 1)) / 10000`
226226
- **Beförderung:**
227-
`PromotionValue = PromotionProps[Avatar.PromotionLevel][PropertyId]`
227+
`PromotionValue = PromotionProps[Avatar.PromotionLevel - 1][PropertyId]`
228228
- **Kernverbesserung:**
229229
`CoreEnhancementValue = CoreEnhancementProps[Avatar.CoreSkillEnhancement][PropertyId]`
230230

0 commit comments

Comments
 (0)
Please sign in to comment.