Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ExLin committed Feb 1, 2025
1 parent 76b65e7 commit 38e4824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zzz/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ To calculate the base stats of an Agent, you need to use
- **Growth:**
`GrowthValue = (GrowthProps[PropertyId] * (Avatar.Level - 1)) / 10000`
- **Promotion:**
`PromotionValue = PromotionProps[Avatar.PromotionLevel][PropertyId]`
`PromotionValue = PromotionProps[Avatar.PromotionLevel - 1][PropertyId]`
- **Core Enhancement:**
`CoreEnhancementValue = CoreEnhancementProps[Avatar.CoreSkillEnhancement][PropertyId]`

Expand Down
2 changes: 1 addition & 1 deletion docs/zzz/api_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Um die Basisstats von einem Agent auszurechnen, musst du [store/zzz/avatars.json
- **Wachstum:**
`GrowthValue = (GrowthProps[PropertyId] * (Avatar.Level - 1)) / 10000`
- **Beförderung:**
`PromotionValue = PromotionProps[Avatar.PromotionLevel][PropertyId]`
`PromotionValue = PromotionProps[Avatar.PromotionLevel - 1][PropertyId]`
- **Kernverbesserung:**
`CoreEnhancementValue = CoreEnhancementProps[Avatar.CoreSkillEnhancement][PropertyId]`

Expand Down

0 comments on commit 38e4824

Please sign in to comment.